Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool AllowAlternateStyleNames { get; set; }

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
.FlatOpcMacroEnabledOptions .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 file. To include only built-in style names in the exported file, set the AllowAlternateStyleNames property to false.

See Also