.

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


Examples: Getting text renditions of rich text items in LotusScript classes
1. This agent uses NotesDocument.GetItemValue to get a text rendition of the Body item in the first (or only) selected document.
2. This agent uses NotesItem.Text to get a text rendition of the Body item in the first (or only) selected document.
3. This agent uses NotesItem.Values to get a text rendition of the Body item in the first (or only) selected document.
4. This agent uses NotesItem.Abstract to get an abbreviated text rendition of the Body item in the first (or only) selected document.
5. This agent uses NotesRichTextItem.GetFormattedText to get a modified text rendition of the Body item in the first (or only) selected document.
6. This agent uses NotesRichTextItem.GetUnformattedText to get a text rendition of the Body item in the first (or only) selected document.

See Also