FontSize (RichTextStyle - Java™)

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

  • An integer value in the range 1-250 representing a font size
  • RichTextStyle.STYLE_NO_CHANGE to maintain the previous state
  • RichTextStyle.MAYBE to maintain previous state

Language cross-reference

FontSize property in LotusScript® NotesRichTextStyle class

TextSetFontSize @command in formula language

TextEnlargeFont @command in formula language

TextReduceFont @command in formula language