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