NotesFont (NotesRichTextStyle - LotusScript®)
Read-write. Font rich text attribute as listed.
Note: This property is new with Release 4.6.
Defined in
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.
- FONT_COURIER (4)
- FONT_HELV (1)
- FONT_ROMAN (0)
- STYLE_NO_CHANGE (255) to maintain the previous state (default)