Italic (RichTextStyle - Java)

Read-Write. Italic rich-text attribute.

Defined in

RichTextStyle

Data type

int

Syntax

public int getItalic()
    throws NotesException
public void setItalic(int value)
    throws NotesException

Legal values

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

Example