RtfRunBackColorExportMode Enum
Lists conventions used for exporting the background color to RTF format.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
Exports Highlight and Shading characteristics of the background color separately - as the \highlight |
Chcbpat
|
Exports the background color as the \chcbpat |
Highlight
|
Exports the background color as the \highlight |
Both
|
Exports background color using both \chcbpat and \highlight tags (both tags will have the same color value). |
#Related API Members
The following properties accept/return RtfRunBackColorExportMode values:
Library | Related API Members |
---|---|
WPF Controls | DXRich |
Office File API | Rtf |
#Remarks
The RtfRunBackColorExportMode is used as the value of the RtfDocumentExporterCompatibilityOptions.BackColorExportMode property.