Effects (RichTextStyle - Java)

Read-Write. Effects listed as follows.

Defined in

RichTextStyle

Data type

int

Syntax

public int getEffects()
    throws NotesException
public void setEffects(int value)
    throws NotesException

Legal values

  • RichTextStyle.EFFECTS_EMBOSS
  • RichTextStyle.EFFECTS_EXTRUDE
  • RichTextStyle.EFFECTS_NONE
  • RichTextStyle.EFFECTS_SHADOW
  • RichTextStyle.EFFECTS_SUBSCRIPT
  • RichTextStyle.EFFECTS_SUPERSCRIPT
  • RichTextStyle.STYLE_NO_CHANGE to maintain the previous state
  • RichTextStyle.MAYBE to maintain previous state

Example