Back to Devexpress

ContentToOpenXmlConverter Class

wpf-devexpress-dot-xpf-dot-richedit-150cc52d.md

latest1.5 KB
Original Source

ContentToOpenXmlConverter Class

A Content-to-Docx converter associated with a binding.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[ValueConversion(typeof(RichEditDocumentContent), typeof(byte[]))]
public class ContentToOpenXmlConverter :
    ContentToSpecificFormatConverter
vb
<ValueConversion(GetType(RichEditDocumentContent), GetType(Byte()))>
Public Class ContentToOpenXmlConverter
    Inherits ContentToSpecificFormatConverter

Remarks

Implements the IValueConverter interface and allows conversion from the control’s content to Docx format.

See the ContentToPlainTextConverter topic for more information.

Inheritance

Object ContentToSpecificFormatConverter ContentToOpenXmlConverter

See Also

ContentToOpenXmlConverter Members

DevExpress.Xpf.RichEdit Namespace