DXRichEditFlatOpcTemplateDocumentExporterOptions Members
Contains options specific for export to FlatOpcTemplate (MS Word XML Template) format.Constructors
| Name | Description |
|---|---|
| DXRichEditFlatOpcTemplateDocumentExporterOptions() | Initializes a new instance of the DXRichEditFlatOpcTemplateDocumentExporterOptions class. |
Fields
| Name | Description |
|---|---|
| AllowAlternateStyleNamesProperty static | Identifies the AllowAlternateStyleNames dependency property. |
| AlternateImageFolderProperty static | Identifies the AlternateImageFolder dependency property. |
| ExportCompatibilitySettingsProperty static | Identifies the ExportCompatibilitySettings dependency property. |
| ExportedDocumentPropertiesProperty static | Identifies the ExportedDocumentProperties dependency property. |
| LimitBookmarkNameTo40CharsProperty static | Identifies the LimitBookmarkNameTo40Chars dependency property. |
| LimitFontNameTo31CharsProperty static | Identifies the LimitFontNameTo31Chars dependency property. |
| LimitStyleNameTo253CharsProperty static | Identifies the LimitStyleNameTo253Chars dependency property. |
| TargetUriProperty static | Identifies the TargetUri dependency property. |
Properties
| Name | Description |
|---|---|
| AllowAlternateStyleNames | Gets or sets whether the alternate names (aliases) for built-in styles are allowed in the exported file. This is a dependency property. |
| AlternateImageFolder | Specifies the directory in which the RichEdit control should save document images. This is a dependency property. |
| ExportCompatibilitySettings | Gets or sets whether to export the document compatibility settings. This is a dependency property. |
| ExportedDocumentProperties | Gets or sets the document properties being exported. This is a dependency property. |
| LimitBookmarkNameTo40Chars | Gets or sets whether bookmark names longer than 40 characters should be automatically renamed in the exported file. This is a dependency property. |
| LimitFontNameTo31Chars | Gets or sets whether font names longer than 31 characters should be truncated in the exported file. This is a dependency property. |
| LimitStyleNameTo253Chars | Gets or sets whether a style with a name longer than 253 characters should be automatically renamed in the exported file. This is a dependency property. |
| TargetUri | Gets or sets the URI of the document being exported. This is a dependency property. |
See Also