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