|
TCustomRVFontInfo.Options |
Top Previous Next |
|
Options for exporting text of this style to RTF and HTML. type TRVTextOption = (rvteoHTMLCode, rvteoRTFCode); TRVTextOptions = set of TRVTextOption;
property NextStyleNo: Integer; (introduced in version 1.6)
Text with rvteoHTMLCode is not saved in RTF. Text with rvteoRTFCode is not saved in HTML. Text with both these options is saved both in HTML and RTF. Default value: [] See also:
|