|
API Reference |
[Top] [Chapter] [Previous] [Next] |
|
This chapter contains detailed description of the interfaces used by TextDynamic. The object RTF2PDF is located in the assembly wPDF.dll. You need the RTF2PDF license to be able to use, the object will not work with wPDFControl.
The interfaces IWPMemo and IWPTextCursor are probably the most important. The first includes methods to load and save, the second is used to insert text and images.
If you feel lost due to the amount of possibilities please visit "Getting Started" first. We tried to collect the most information links to start a new project. Esspecially see the FAQ.
"Open" Command Methods
The concept of TextDynamic and RTF2PDF/TextDynamic Server has been created to make it easy to add additional functionality without having to modify the basic interfaces which could break existing applications.
For this we added a number of "Command" methods which offer additional functionality if we come to the conclusion there is a need.
So please check out this methods:
Command and CommandEx - modify the GUI, Spellcheck and Security
Memo.TextCommand - mostly used internally
Memo.TextCommandStr - includes various important methods: ID 1 - default paragraph style ID 7 & 8 - set ParIsOutline flag ID 15 - Update ShowFields Mode ID 17 - Token To Template Conversion ID 18 - Set default font and size ID 19 - Make the current page size the default
Report.Command - additional features to "CreateReport" |