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

OpenXmlDocumentExporterOptions.LimitStyleNameTo253Chars Property

Gets or sets whether style with names longer than 253 characters should be automatically renamed in the exported file.

Namespace: DevExpress.XtraRichEdit.Export

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to LimitStyleNameTo253Chars
WinForms Controls RichTextEditDocumentExportOptions
.OpenXml.LimitStyleNameTo253Chars
Office File API RichEditDocumentExportOptions
.OpenXml.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. Style name is truncated, and several digits are added to the end to ensure uniqueness.

See Also