Back to Devexpress

RichEditControl.FlatOpcMacroEnabledTemplateBytes Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-6f4d66ed.md

latest2.0 KB
Original Source

RichEditControl.FlatOpcMacroEnabledTemplateBytes Property

Gets or sets the document content as an array of bytes in FlatOpcMacroEnabledTemplate (Microsoft Word Macro-Enabled XML Template, .xml) format.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Bindable(true)]
[Browsable(false)]
public byte[] FlatOpcMacroEnabledTemplateBytes { get; set; }
vb
<Bindable(True)>
<Browsable(False)>
Public Property FlatOpcMacroEnabledTemplateBytes As Byte()

Property Value

TypeDescription
Byte[]

The document content in FlatOpcMacroEnabledTemplate format.

|

Remarks

Use the following methods to save the document in FlatOpcMacroEnabledTemplate format:

The SubDocument.GetFlatOpcMacroEnabledTemplateBytes method enables you to get the content of the specified document range in FlatOpcMacroEnabledTemplate (XML) format.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace