LOTUSSCRIPT/COM/OLE CLASSES


Bold property
Esempio

Read-write. Bold rich text attribute.

Nota This property is new with Release 4.6.

Defined in

NotesRichTextStyle

Data type

Boolean or constant of type Integer

Nota The data type is Long for COM.

Syntax

To get: flag = notesRichTextStyle.Bold

To set: notesRichTextStyle.Bold = flag

Legal values


Language cross-reference

Bold in Java RichTextStyle class

TextBold @command in formula language

Esempio
Vedere anche