Module implementing an exporter for RTF.
None |
ExporterRTF | Class implementing an exporter for RTF. |
createExporter | Function to instantiate an exporter object. |
Class implementing an exporter for RTF.
RTF_BODYCLOSE |
RTF_BODYOPEN |
RTF_BOLD_OFF |
RTF_BOLD_ON |
RTF_COLOR |
RTF_COLORDEF |
RTF_COLORDEFCLOSE |
RTF_COLORDEFOPEN |
RTF_COMMENT |
RTF_CREATED |
RTF_EOLN |
RTF_FONTDEF |
RTF_FONTDEFCLOSE |
RTF_FONTDEFOPEN |
RTF_HEADERCLOSE |
RTF_HEADEROPEN |
RTF_INFOCLOSE |
RTF_INFOOPEN |
RTF_ITALIC_OFF |
RTF_ITALIC_ON |
RTF_SETBACKGROUND |
RTF_SETCOLOR |
RTF_SETFONTFACE |
RTF_SETFONTSIZE |
RTF_TAB |
None |
ExporterRTF | Constructor |
__GetRTFNextControl | Private method to extract the next RTF control word from style. |
__GetRTFStyleChange | Private method to extract control words that are different between two styles. |
__prepareStyles | Private method to generate and store the different styles. |
exportSource | Public method performing the export. |
None |
Constructor
Private method to extract the next RTF control word from style.
Private method to extract control words that are different between two styles.
Private method to generate and store the different styles.
Public method performing the export.
Function to instantiate an exporter object.