OpenXmlPartContainer Members (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Part container, base class for OpenXmlPackage and OpenXmlPart.

The following tables list the members exposed by the OpenXmlPartContainer type.

Protected Constructors

  Name Description
Protected method OpenXmlPartContainer OpenXmlPartContainer constructor

Top

Public Properties

  Name Description
Public property ExternalRelationships  
Public property Parts Enum all parts which are relationship targets of this part.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method AddAnnotation  
Public method AddExtendedPart Overloaded.  
Public method AddExternalRelationship Overloaded.  
Public method AddNewPart Overloaded.  
Public method AddPart Overloaded.  
Public method Annotation Overloaded.  
Public method Annotations Overloaded.  
Public method DeleteExternalRelationship Delete the external relationship.
Public method DeletePart Overloaded. Delete the specified child part from this part.
Public method DeleteParts Delete all the parts which in the passed in collection from the document.
Public method Equals  Overloaded. (inherited from Object)
Public method GetHashCode  (inherited from Object)
Public method GetIdOfPart Get the relationship ID of the part.
Public method GetPartById Get the child part through the relationship ID.
Public method GetPartsCountOfType  
Public method GetPartsOfType Overloaded.  
Public method GetType  (inherited from Object)
Public method Static ReferenceEquals  (inherited from Object)
Public method RemoveAnnotations Overloaded.  
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)
Protected method ThrowIfObjectDisposed Test whether the object is already disposed.

Top

See Also

Reference

OpenXmlPartContainer Class
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace