Skip to main content
All docs
V25.1
  • DXRichEditFlatOpcDocumentExporterOptions.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.v25.1.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
    .FlatOpcOptions .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