Back to Devexpress

ContentToWordMLConverter Class

wpf-devexpress-dot-xpf-dot-richedit-63061f60.md

latest1.5 KB
Original Source

ContentToWordMLConverter Class

A Content-to-WordML 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(string))]
public class ContentToWordMLConverter :
    ContentToSpecificFormatConverter
vb
<ValueConversion(GetType(RichEditDocumentContent), GetType(String))>
Public Class ContentToWordMLConverter
    Inherits ContentToSpecificFormatConverter

Remarks

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

See the ContentToPlainTextConverter topic for more information.

Inheritance

Object ContentToSpecificFormatConverter ContentToWordMLConverter

See Also

ContentToWordMLConverter Members

DevExpress.Xpf.RichEdit Namespace