JAVA/CORBA CLASSES


FontSize property
Example

Read-Write. Font size in points.

Defined in

RichTextStyle

Data type

int

Syntax

public int getFontSize()
   throws NotesException

public void setFontSize(int value)
   throws NotesException

Legal values


Language cross-reference

FontSize property in LotusScript NotesRichTextStyle class

TextSetFontSize @command in formula language

TextEnlargeFont @command in formula language

TextReduceFont @command in formula language

Example
See Also