IPackage Interface
Definition
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
Properties
FileOpenAccess |
Gets the file access of the package |
PackageProperties |
Gets the core properties of the package |
Relationships |
Gets the relationships of the package. |
Methods
CreatePart(Uri, String, CompressionOption) |
Creates a new part with a given URI, content type, and compression option. |
DeletePart(Uri) |
Deletes a part with a given URI from the package. |
GetPart(Uri) |
Gets a part for the given |
GetParts() |
Returns a collection of parts for the package |
PartExists(Uri) |
Indicates whether a part with a given URI is in the package |
Save() |
Saves the package |