WordprocessingDocument.Create-Methode
Geschützte Member einschließen
Geerbte Member einschließen
Überladungsliste
Name | Beschreibung | |
---|---|---|
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. |
Nach oben