Effects (NotesRichTextStyle - LotusScript®)
Read-write. Effects listed as follows.
Note: This property is new with Release 4.6.
Defined in
Data type
Constant of type Integer
Syntax
To get: effects = notesRichTextStyle .Effects
To set: notesRichTextStyle .Effects = effects
Legal values
- EFFECTS_EMBOSS (4)
- EFFECTS_EXTRUDE (5)
- EFFECTS_NONE (0)
- EFFECTS_SHADOW (3)
- EFFECTS_SUBSCRIPT (2)
- EFFECTS_SUPERSCRIPT (1)
- STYLE_NO_CHANGE (255) to maintain the previous state (default)