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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
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