.

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


Accessing rich text items in LotusScript classes
An item of Type RICHTEXT (1) allows the inclusion of text of different fonts as well as attachments, embedded objects, tables, doclinks, and sections. The NotesRichTextItem class inherits from NotesItem, meaning that NotesRichTextItem objects can use all the properties and methods of NotesItem. NotesRichText has additional properties and methods that allow you to:
If you don't need the additional properties and methods, you can access a rich text item as either a NotesItem or NotesRichTextItem object.

See Also