.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


NotesRichTextStyle class
Example

Represents rich text attributes.

Note This class is new with Release 4.6.

Containment

Contained by: NotesRichTextDocLink, NotesRichTextNavigator, NotesRichTextRange, NotesRichTextSection, NotesSession

Properties

Bold

Effects

FontSize

IsDefault

Italic

NotesColor

NotesFont

Parent

PassThruHTML

Strikethrough

Underline

Creation

To create a new NotesRichTextStyle object, use the CreateRichTextStyle method in NotesSession.

At creation, all the NotesRichTextStyle properties are STYLE_NO_CHANGE.

Access

Use a NotesRichTextStyle object with the AppendStyle method of NotesRichTextItem.

Example
See Also