JAVA/CORBA CLASSES
Text paragraphs and text runs
To find text in a rich text item, use the RichTextNavigator methods in conjunction with the type RichTextItem.RTELEM_TYPE_TEXTPARAGRAPH or RichTextItem.RTELEM_TYPE_TEXTRUN. To get text, create a RichTextRange object with createRange and delineate the text with the following methods:
The RichTextRange class has the following properties:
To create text in a rich text item, use the following methods:
You can access rich text style properties through the RichTextStyle class. The RichTextStyle class contains the following properties:
Use getNotesFont in RichTextItem to establish font identifiers for Font.
Rich text paragraph styles
The RichTextParagraphStyle allows you to access the following attributes of a rich text paragraph object:
Tabs
You can manipulate the tabs in a rich text paragraph style object through the clearAllTabs, setTab, and setTabs methods in RichTextParagraphStyle, and the clear method in RichTextTab.
The following table lists the properties in the RichTextTab class.