Class DocxExportSettings
Provides different settings that are applied while exporting a RadDocument instance to DOCX.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.OpenXml.Docx
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DocxExportSettings
Constructors
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
public FieldDisplayMode? FieldResultMode { get; set; }
Property Value
System.Nullable<FieldDisplayMode>
|