LOTUSSCRIPT/COM/OLE CLASSES
Represents rich text paragraph attributes.
Note This class is new with Release 5.
Containment
Contained by: NotesSession
Contains: NotesRichTextTab
Properties
Alignment
FirstLineLeftMargin
InterLineSpacing
LeftMargin
Pagination
RightMargin
SpacingAbove
SpacingBelow
Tabs
Methods
ClearAllTabs
SetTab
SetTabs
Creation
To create a new NotesRichTextParagraphStyle object, use the CreateRichTextParagraphStyle method in NotesSession.
Access
Use a NotesRichTextParagraphStyle object with the AppendParagraphStyle method in NotesRichTextItem.
Example See Also