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

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

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:

Library Object Type Path to LimitFontNameTo31Chars
WinForms Controls RichTextEditDocumentExportOptions
.Dotm .LimitFontNameTo31Chars
Office File API RichEditDocumentExportOptions
.Dotm .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