Underline (RichTextStyle - Java)

Read-Write. Underline rich text attribute.

Defined in

RichTextStyle

Data type

int

Syntax

public int getUnderline()
    throws NotesException
public void setUnderline(int value)
    throws NotesException

Legal values

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

Example