Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditDocumentExportOptions.Doc Property

Provides access to settings applied to saving the current document to the Microsoft Word® 97 – 2003 binary document (DOC) file.

#Declaration

Delphi
property Doc: TdxDocDocumentExporterOptions read; write;

#Property Value

Type
TdxDocDocumentExporterOptions

#Remarks

Use this property to customize the Doc.Compatibility settings to create DOC files compatible with Microsoft Word®. Refer to the TdxDocDocumentExporterOptions class description for detailed information.

See Also