LOTUSSCRIPT/COM/OLE CLASSES


NotesFont property
Example

Read-write. Font rich text attribute as listed below.

Note This property is new with Release 4.6.

Defined in

NotesRichTextStyle

Data type

Constant of type Integer

Syntax

To get: notesFont = notesRichTextStyle.NotesFont

To set: notesRichTextStyle.NotesFont = notesFont

Legal values

The following values are predefined. Obtain additional values, starting at 5, with GetNotesFont.


Language cross-reference

Font in Java RichTextStyle class

TextSetFontFace @command in formula language

Example
See Also