TdxHtmlDocumentImporterOptions.Format Method
Returns the document format that corresponds to these importer options.
Declaration
function Format: TdxRichEditDocumentFormat; override;
Returns
Type | Description |
---|---|
TdxRichEditDocumentFormat | The document format that corresponds to these importer options. |
Remarks
The Format
function always returns the TdxRichEditDocumentFormat.Html value.
See Also