LOTUSSCRIPT/COM/OLE CLASSES


IsDefault property
Example

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

Note This property is new with Release 6.

Defined in

NotesRichTextStyle

Data type

Boolean

Syntax

To get: flag = notesRichTextStyle.IsDefault

Legal values


Usage

The default state for an attribute is STYLE_NO_CHANGE (255).

Language cross-reference

IsDefault in Java RichTextStyle class

Example
See Also