LOTUSSCRIPT/COM/OLE CLASSES


StrikeThrough property
Beispiel

Read-write. Strikethrough rich text attribute.

Hinweis This property is new with Release 4.6.

Defined in

NotesRichTextStyle

Data type

Boolean or constant of type Integer

Hinweis The data type is Long for COM.

Syntax

To get: flag = notesRichTextStyle.StrikeThrough

To set: notesRichTextStyle.StrikeThrough = flag

Hinweis The data type is Long for COM.

Legal values


Language cross-reference

StrikeThrough in Java RichTextStyle class

Beispiel
Siehe auch