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.
If you need TextDynamic for HTML Emails please see chapter: HTML/E-MAIL loading and saving
"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:
Command ID 1 - default paragraph style
Command ID 2 - convert to ANSI
Command ID 3 -& 4 - clipboard format
Command ID 5 - view source mode
Command ID 6 - select HTTP DLL
Command ID 7 & 8 - set ParIsOutline flag
Command ID 9 - insert HTML markup
Command ID 10 - Select Printer
Command ID 12 - Get Printernames
Command ID 15 - Update ShowFields Mode
Command ID 16 - Syntax Highlighting
Command ID 17 - Token To Template Conversion
Command ID 18 - Set default font and size
Command ID 19 - Make the current page size the default
Command ID 20 - Insert Annotation Object
Command IDs 21-27 Export Pages as BMP, PNG and TIFF.
Report.Command - additional features to "CreateReport"