| Init RTFData Category |
Description
WPTools 5 makes it possible to use one TWPRTFDataProps with different documents (to share paragraph styles and character style index values) or to use one TWPRTFdataCollection with different editors (split screen). Please read more in the FAQ: http://wpcubed.com/forum/viewtopic.php?t=1179
| Classes |
| 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. |
| Events |
| TWPCustomRtfEdit.OnClear | |
| TWPCustomRtfEdit.OnInitializedRTFData | This event can be used to assign the same TWPRTFProps object to different editors. |
| TWPCustomRtfEdit.OnInitializeRTFDataObject | |
| TWPCustomRtfEdit.OnNewRTFDataBlock | |
| TWPRichText.OnClear | |
| TWPRichText.OnInitializedRTFData | This event can be used to assign the same TWPRTFProps object to different editors. |
| TWPRichText.OnInitializeRTFDataObject | |
| TWPRichText.OnNewRTFDataBlock |
|
Copyright (C) by WP |