StrikeThrough (RichTextStyle - Java)

Read-Write. Strikethrough rich-text attribute.

Defined in

RichTextStyle

Data type

int

Syntax

public int getStrikeThrough()
    throws NotesException
public void setStrikeThrough(int value)
    throws NotesException

Legal values

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

Example