| AddNewLine | Inserts one or more new lines (carriage returns) in a rich text item. |
| AddPageBreak | Inserts a hard page break in a rich text item. |
| AddTab | Inserts one or more tabs in a rich text item. |
| AppendDocLink | Inserts a doclink in a rich text item. |
| AppendParagraphStyle | Inserts a paragraph style in a rich text item. Text following the paragraph style is rendered using that paragraph style's attributes. |
| AppendRTItem | Inserts the contents of one rich text item in another. |
| AppendStyle | Inserts a style in a rich text item. Text following the style is rendered using that style's attributes until another style is appended. |
| AppendTable | Inserts a table in a rich text item. The table text takes the current style of the item. |
| AppendText | Inserts text in a rich text item. The text is rendered with the current style of the item (such as bold or italics). |
| BeginInsert | Changes the insertion position from the end of the rich text item to the beginning or end of a specified element. |
| BeginSection | Inserts a section in a rich text item. |
| Compact (NotesRichTextItem) | Compacts a rich text item to take up minimum space. |
| CreateNavigator (NotesRichTextItem) | Creates a NotesRichTextNavigator object. |
| CreateRange | Creates a NotesRichTextRange object. |
| EmbedObject | Given the name of a file or an application, does one of the following: |
| EndInsert | Resets the insertion position to the end of the rich text item. Must be paired with BeginInsert. |
| EndSection | Ends a section. Must be paired with BeginSection. |
| GetEmbeddedObject | Given the name of an embedded object or an object link in a rich text item, returns the corresponding NotesEmbeddedObject. |
| GetFormattedText | Returns the contents of a rich text item as plain text. |
| GetNotesFont | Returns an identifier for a font face in a document. |
| GetUnformattedText | Returns the contents of a rich text item as plain text. |
| Update | Processes all pending operations on a rich text item. |