Back to Devexpress

Document.WordMLText Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-a9ea0f33.md

latest2.1 KB
Original Source

Document.WordMLText Property

Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string WordMLText { get; set; }
vb
Property WordMLText As String

Property Value

TypeDescription
String

A string of text in WordML format.

|

Remarks

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

The SubDocument.GetWordMLText method allows you to retrieve the specified range in the WordML format.

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace