Back to Devexpress

RtfRunBackColorExportMode Enum

officefileapi-devexpress-dot-xtrarichedit-dot-export-01ca0f32.md

latest2.2 KB
Original Source

RtfRunBackColorExportMode Enum

Lists conventions used for exporting the background color to RTF format.

Namespace : DevExpress.XtraRichEdit.Export

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
[Flags]
public enum RtfRunBackColorExportMode
vb
<Flags>
<ComVisible(True)>
Public Enum RtfRunBackColorExportMode

Members

NameDescription
Default

Exports Highlight and Shading characteristics of the background color separately - as the \highlightN the \chcbpatN tag where N is the fill color, specified as an index into the document’s color table.

| | Chcbpat |

Exports the background color as the \chcbpatN tag, where N is the fill color, specified as an index into the document’s color table.

| | Highlight |

Exports the background color as the \highlightN tag where N specifies the color.

| | Both |

Exports background color using both \chcbpat and \highlight tags (both tags will have the same color value).

|

The following properties accept/return RtfRunBackColorExportMode values:

LibraryRelated API Members
WPF ControlsDXRichEditRtfDocumentExporterCompatibilityOptions.BackColorExportMode
Office File APIRtfDocumentExporterCompatibilityOptions.BackColorExportMode

Remarks

The RtfRunBackColorExportMode is used as the value of the RtfDocumentExporterCompatibilityOptions.BackColorExportMode property.

See Also

DevExpress.XtraRichEdit.Export Namespace