Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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:

Object Type Path to AllowAlternateStyleNames
RichEditDocumentExportOptions
.OpenXml .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