| TParagraph | The TParagraph inherits from TWPTextStyle. It stores the text and the obejcts. |
| TWPRTFDataBlock | This is one item in the RTF Data collection (WPRichText.HeaderFooter). It contains the body text, header and footer texts, or, with WPTools Premium the texts of footnotes or text boxes. |
| TWPRTFDataCollection | The TWPRTFDataCollection contains all elements of one document, such as body, header and footer. |
| TWPRTFProps | The TWPRTFProps objects stores the indexed property values, such as font names or colors for one ore more TWPRtfDataColletion objects.
If you need to share the RTFDataProps between editors (for example when you use FastAppendText or global style sheets) use the event OnInitializeRTFDataObject which is published by the editor object TWPCustomRTFedit. |
| TWPTextObj |