Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OpenXmlDocumentExporterOptions.AllowAlternateStyleNames Property

Gets or sets whether the alternate names (aliases) for built-in styles are allowed in the exported file.

Namespace: DevExpress.XtraRichEdit.Export

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(true)]
public bool AllowAlternateStyleNames { get; set; }

Property Value

Type Default Description
Boolean **true**

True, to allow aliases for built-in style names; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowAlternateStyleNames
WinForms Controls RichTextEditDocumentExportOptions
.Dotm .AllowAlternateStyleNames
Office File API RichEditDocumentExportOptions
.Dotm .AllowAlternateStyleNames

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