Bold (RichTextStyle - Java)

Read-Write. Bold rich-text attribute.

Defined in

RichTextStyle

Data type

int

Syntax

public int getBold()
    throws NotesException
public void setBold(int value)
    throws NotesException

Legal values

  • RichTextStyle.YES for bold
  • RichTextStyle.NO for non-bold
  • RichTextStyle.STYLE_NO_CHANGE to maintain previous state
  • RichTextStyle.MAYBE to maintain previous state

Example