Version

IPackage Interface Members

The following tables list the members exposed by IPackage.

Public Methods
 NameDescription
 MethodCreatePartCreates a new uncompressed part with a given URI and content type.  
 MethodCreateRelationshipCreates a package-level relationship to a part with a given URI, target mode, relationship type, and identifier (ID).  
 MethodGetPartReturns the part with a given URI.  
 MethodGetPartsReturns a collection of all the parts in the package.  
 MethodGetRelationshipReturns the relationship that has a specified IPackageRelationship.Id.  
 MethodGetRelationshipsReturns a collection of all the package-level relationships.  
 MethodPartExistsIndicates whether a part with a given URI is in the package.  
See Also