JAVA/CORBA CLASSES


getNotesFont method
Example

Returns an identifier for a font face in a document.

Note This method is new with Release 6.5.

Defined in

RichTextItem

Syntax

public int getNotesFont(String facename, boolean addonfail)
   throws NotesException

Parameters

String facename


boolean addonfail Return value

int


Usage

The identifier can be used to set Font in RichTextStyle.

Identifiers assigned by getNotesFont are in the range 5 through 254.

Language cross-reference

GetNotesFont method in LotusScript NotesRichTextItem class

@FontList function in formula language

Example
See Also