IPackage Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An abstraction similar to Package that allows for pass through implementations
public interface IPackage
type IPackage = interface
Public Interface IPackage
File |
Gets the file access of the package |
Package |
Gets the core properties of the package |
Relationships |
Gets the relationships of the package. |
Create |
Creates a new part with a given URI, content type, and compression option. |
Delete |
Deletes a part with a given URI from the package. |
Get |
Gets a part for the given |
Get |
Returns a collection of parts for the package |
Part |
Indicates whether a part with a given URI is in the package |
Save() |
Saves the package |
Product | Versions |
---|---|
DocumentFormat.OpenXml | 3.0.0, 3.0.1 |