IsDefault (RichTextStyle - Java)

Read-only. Indicates whether all rich text style attributes are at the default state.

Note: This property is new with Release 6.5.

Defined in

RichTextStyle

Data type

boolean

Syntax

public boolean isDefault()
    throws NotesException

Legal values

  • true if all style attributes are at the default state
  • false if any style attribute is not at the default state

Usage

The default state for an attribute is RichTextStyle.STYLE_NO_CHANGE.

Example