Skip to main content

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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:

Object Type Path to LimitFontNameTo31Chars
RichEditDocumentExportOptions
.OpenXml .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