DXRichEditOpenXmlDocumentExporterOptions.AllowAlternateStyleNames Property
Gets or sets whether the alternate names (aliases) for built-in styles are allowed in the exported file. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to allow aliases for built-in style names; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowAlternateStyleNames |
---|---|
DXRichEditDocumentExportOptions |
|
Remarks
Built-in styles cannot be renamed. However, you can create aliases for the names of built-in styles. Such aliases are the style alternate names and are included by default in the exported OpenXML file. To include only built-in style names in the exported file, set the AllowAlternateStyleNames property to false.
See Also