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