PresentationDocument.Create-Methode
Geschützte Member einschließen
Geerbte Member einschließen
Überladungsliste
Name | Beschreibung | |
---|---|---|
Create(Package, PresentationDocumentType) | Created a new instance of the PresentationDocument class from the spcified package. | |
Create(Stream, PresentationDocumentType) | Created a new instance of the PresentationDocument class from the IO stream. | |
Create(String, PresentationDocumentType) | Creates a new instance of the PresentationDocument class from the specified file. | |
Create(Package, PresentationDocumentType, Boolean) | Creates a new instance of the PresentationDocument class from the spcified package. | |
Create(Stream, PresentationDocumentType, Boolean) | Creates a new instance of the PresentationDocument class from the IO stream. | |
Create(String, PresentationDocumentType, Boolean) | Created a new instance of the PresentationDocument class from the specified file. |
Nach oben