[]
Represents the settings for exporting data to a DOCX format.
public class DocxExportSettings : BaseExportSettings
Name | Description |
---|---|
DocxExportSettings() |
Name | Description |
---|---|
Author | Gets or sets the author of the document. |
Categories | Gets or sets the categories associated with the document. |
CompanyName | Gets or sets the company name associated with the document. |
DocumentCompatibilityVersion | Gets or sets the document compatibility version. |
DpiX | Gets or sets the horizontal DPI of the document. |
DpiY | Gets or sets the vertical DPI of the document. |
FontEmbeddingMode | Gets or sets a value that specifies how fonts are embedded in the exported DOCX file. |
Orientation | Gets or sets the orientation of the document. |
PaperSize | Gets or sets the paper size of the document. |
Password | Gets or sets the password to open the document. |
ReadOnlyRecommended | Gets or sets a value indicating whether read-only mode is recommended. |
TOCAutoUpdate | Gets or sets a value indicating whether the table of contents (TOC) should be automatically updated. |
Title | Gets or sets the title of the document. |
WritePassword | Gets or sets the password to modify the document. |