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

Example