Back to Devexpress

RichEditControlCompatibility Properties

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontrolcompatibility-dot-underscore-properties.md

latest3.3 KB
Original Source

RichEditControlCompatibility Properties

Allows you to set common parameters for all RichEditControl instances in the application.

NameDescription
CompatibleRtfImportForRotatedImages staticFixes incorrectly displayed rotated images in loaded RTF files.
DefaultFontName staticGets or sets the name of the font which is the default font for Rich Edit controls in the application.
DefaultFontSize staticGets or sets the size of the font which is the default font size for RichEdit controls in the application.
DisableCJKFontsCorrection staticStatic property that switches off the vertical metrics correction introduced for CJK font support.
EnableDirectWriteMeasurement staticGets or sets whether to use DWrite to measure document text.
EnableLegacyLayoutEngine staticGets or sets whether to restore the previous document layout calculation.
EnableLegacyPdfExport staticAllows you to use obsolete PDF export implemented in earlier versions. Not supported in .NET 8+.
EnableMSWordCompatibleFieldParser staticEnables changing parsing rules for nested fields.
KeepLastParagraphOnDeletion staticA static property that enables you to retain the behavior when the last paragraph cannot be deleted.
LoadHyperlinkAsField staticGets or sets whether to keep importing document hyperlinks when importing document fields is forbidden.
MergeSuccessiveTables staticSpecifies whether to merge the inserted table with the successive table.
UseThemeFonts staticSpecifies whether to use theme fonts to retrieve default document font information.
WriteDefaultRtfFontSize staticGets or sets whether the information about the default font size (12pt) should be written to the RTF document code.

See Also

RichEditControlCompatibility Class

RichEditControlCompatibility Members

DevExpress.XtraRichEdit Namespace