Skip to main content

DXRichEditOpenXmlDocumentExporterOptions.LimitStyleNameTo253Chars Property

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.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool LimitStyleNameTo253Chars { get; set; }

Property Value

Type Description
Boolean

true, to rename styles with names longer than 253 characters; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to LimitStyleNameTo253Chars
DXRichEditDocumentExportOptions
.OpenXmlOptions .LimitStyleNameTo253Chars

Remarks

Microsoft Word has a 253 character style name limit. The LimitStyleNameTo253Chars property allows you to ensure that the exported file complies with this restriction. The style name is truncated, and several digits are added to the end to ensure uniqueness.

See Also