Underline (RichTextStyle - Java)
Read-Write. Underline rich text attribute.
Defined in
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
Language cross-reference
Underline property in LotusScript® NotesRichTextStyle class
TextUnderline @command in formula language