LOTUSSCRIPT/COM/OLE CLASSES


Examples: Working with text in LotusScript classes
1. This agent gets the text in a rich text item a paragraph at a time.
2. This agent gets the paragraphs in a rich text item, and the runs within each paragraph.
3. This agent creates a rich text item and populates it with two paragraphs of text.
4. This agent is the same as above but uses New instead of CreateRichTextItem.
5. This example creates several rich text items and sets styles for them.
6. This example creates a rich text item and marks it as pass-thru HTML.
7. This example creates a rich text item and displays its rich text paragraph properties.
8. This example sets the rich text alignment property of a rich text paragraph style object.
9. This example sets the amount of space above and below a rich text paragraph style object.
10. This example sets a tab in a rich text paragraph style object.
11. This example sets tabs at a specified interval in a rich text paragraph style object.
See Also