Class DocxImporting
Provides API for converting WordDocument object to DocumentAdv object.
Inheritance
System.Object
DocxImporting
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public class DocxImporting
Constructors
DocxImporting()
Initializes a new instance of the DocxImporting class.
Declaration
public DocxImporting()
Methods
ConvertToDocumentAdv(Stream, String)
Converts the stream to DocumentAdv object.
Declaration
[Obsolete("This method has been deprecated. Use DocumentAdv.Load(Stream stream, FormatType formatType) method to load the document.")]
public static DocumentAdv ConvertToDocumentAdv(Stream stream, string documentExtension)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | File Stream. |
System.String | documentExtension | Document Format. |
Returns
Type | Description |
---|---|
DocumentAdv |