ClassDocxExportSettings
Class
Provides different settings that are applied while exporting a RadDocument instance to DOCX.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class DocxExportSettings
Inheritance: objectDocxExportSettings
Constructors
DocxExportSettings()
Initializes a new instance of the DocxExportSettings class.
Declaration
cs-api-definition
public DocxExportSettings()
Properties
FieldResultMode
Gets or sets the display mode which will be applied to all fields in the exported document.
When the value is null, fields' display mode is not changed. This can provide a better performance and lower memory usage while exporting.Declaration
cs-api-definition
public FieldDisplayMode? FieldResultMode { get; set; }
Property Value