LOTUSSCRIPT/COM/OLE CLASSES


FontSize property
Example

Read-write. Font size in points.

Note 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

Example
See Also