TdxOpenXmlDocumentExporterOptions.Format Method
In This Article
Returns the format corresponding to this document exporter options type.
#Declaration
Delphi
function Format: TdxRichEditDocumentFormat; override;
#Returns
Type |
---|
Tdx |
#Remarks
Call this function to identify the document exporter options type. The Format function returns the TdxRichEditDocumentFormat.OpenXml value.
See Also