Bold (NotesRichTextStyle - LotusScript®)
Read-write. Bold rich text attribute.
Note: This property is new with Release 4.6.
Defined in
Data type
Boolean or constant of type Integer
Note: The
data type is Long for COM.
Syntax
To get: flag = notesRichTextStyle .Bold
To set: notesRichTextStyle .Bold = flag
Legal values
- True (-1) for bold.
- False (0) for non-bold.
- STYLE_NO_CHANGE (255) to maintain the previous state (default).