WordprocessingDocument.Create Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Create(Package, WordprocessingDocumentType) | Creates a new instance of the WordprocessingDocument class from the spcified package. | |
Create(Stream, WordprocessingDocumentType) | Creates a new instance of the WordprocessingDocument class from the IO stream. | |
Create(String, WordprocessingDocumentType) | Creates a new instance of the WordprocessingDocument class from the specified file. | |
Create(Package, WordprocessingDocumentType, Boolean) | Creates a new instance of the WordprocessingDocument class from the spcified package. | |
Create(Stream, WordprocessingDocumentType, Boolean) | Creates a new instance of the WordprocessingDocument class from the IO stream. | |
Create(String, WordprocessingDocumentType, Boolean) | Creates a new instance of the WordprocessingDocument class from the specified file. |
Top