Skip to main content

NotesRichTextStyle

Properties

NameDescription
BoldRead-write. Bold rich text attribute.
EffectsRead-write. Effects listed as follows.
FontSizeRead-write. Font size in points.
IsDefaultRead-only. Indicates whether all rich text style attributes are at the default state.
ItalicRead-write. Italic rich text attribute.
NotesColor (NotesRichTextStyle)Read-write. Color rich text attribute (see as listed).
NotesFontRead-write. Font rich text attribute as listed.
Parent (NotesRichTextStyle)Read-only. The session that contains a RichTextStyle object.
PassThruHTMLRead-write. HTML attribute as listed as follows.
StrikeThroughRead-write. Strikethrough rich text attribute.
UnderlineRead-write. Underline rich text attribute.

Examples

NameDescription
Examples: IsDefault propertyThis agent builds a document from user input. The user can set the style for a Body paragraph to bold or italic. After writing a paragraph, the code…
Examples: NotesColor property (NotesRichTextStyle)This example builds a rich text item and sets styles so that part of the text is red and part is dark magenta.
Examples: Parent property (NotesRichTextStyle)This Visual Basic code displays the UserName property of the parent session of a NotesRichTextStyle object.