IPackage Interface

Definition

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 uriTarget.

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

Applies to