Skip to main content
All docs
V23.2

DXRichEditDocmDocumentExporterOptions.LimitFontNameTo31Chars Property

Gets or sets whether font names longer than 31 characters should be truncated 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 LimitFontNameTo31Chars { get; set; }

Property Value

Type Description
Boolean

true, to truncate font names with more than 31 characters; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to LimitFontNameTo31Chars
DXRichEditDocumentExportOptions
.DocmOptions .LimitFontNameTo31Chars

Remarks

Microsoft Word has a 31 character font name limit. The LimitFontNameTo31Chars property allows you to ensure that the exported file complies with this restriction.

See Also