OpenXmlDocumentExporterOptions.LimitFontNameTo31Chars Property
Gets or sets whether font names longer than 31 characters should be truncated in the exported file.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | 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 |
---|---|
RichEditDocumentExportOptions |
|
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