LOTUSSCRIPT/COM/OLE CLASSES


FontSize property
Beispiel

Read-write. Font size in points.

Hinweis This property is new with Release 4.6.

Defined in

NotesRichTextStyle

Data type

Integer

Syntax

To get: fontSize% = notesRichTextStyle.FontSize

To set: notesRichTextStyle.FontSize = fontSize%

Legal values


Language cross-reference

FontSize in Java RichTextStyle class

TextSetFontSize @command in formula language

TextEnlargeFont @command in formula language

TextReduceFont @command in formula language

Beispiel
Siehe auch