Class DocIOtoWordMLConverter
Represents the implementation for converting Word document to Word XML file.
Inheritance
System.Object
DocIOtoWordMLConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class DocIOtoWordMLConverter
Constructors
DocIOtoWordMLConverter()
Initializes a new instance of the DocIOtoWordMLConverter class.
Declaration
public DocIOtoWordMLConverter()
Methods
Convert(IWordDocument, String)
Converts DLS XML to Word ML file.
Declaration
public void Convert(IWordDocument doc, string pathToWordML)
Parameters
Type | Name | Description |
---|---|---|
IWordDocument | doc | The IWordDocument to be converted to DLS XML file. |
System.String | pathToWordML | The string that specifies the path to Word ML. |