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

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

Abstract base class for all OpenXml parts.

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

Protected Constructors

  Name Description
Protected method OpenXmlPart OpenXmlPart constructor

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property ContentType Content type (MIME type) of the content data in the part.
Public property ExternalRelationships  (inherited from OpenXmlPartContainer)
Public property OpenXmlPackage The OpenXmlPackage contains this part.
Public property Parts  Enum all parts which are relationship targets of this part. (inherited from OpenXmlPartContainer)
Public property RelationshipType The relationship type of the part.
Public property Uri The internal part path in the package.

Top

Protected Properties

  Name Description
Protected property TargetExt The file extension to be used for the part in the package.
Protected property TargetName The file base name to be used for the part name in the package.
Protected property TargetPath The internal path to be used for the part name.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method AddExtendedPart  (inherited from OpenXmlPartContainer)
Public method AddExternalRelationship  Overloaded. (inherited from OpenXmlPartContainer)
Public method AddNewPart Add a new part of type T.
Public method AddPart  Overloaded. (inherited from OpenXmlPartContainer)
Public method DeleteExternalRelationship  (inherited from OpenXmlPartContainer)
Public method DeletePart  Overloaded. (inherited from OpenXmlPartContainer)
Public method DeleteParts  (inherited from OpenXmlPartContainer)
Public method Equals  Overloaded. (inherited from Object)
Public method FeedData Feed data into the part stream. The stream of the part will be truncated at first.
Public method GetHashCode  (inherited from Object)
Public method GetIdOfPart  (inherited from OpenXmlPartContainer)
Public method GetParentParts  
Public method GetPartById  (inherited from OpenXmlPartContainer)
Public method GetPartsCountOfType  (inherited from OpenXmlPartContainer)
Public method GetPartsOfType  Overloaded. (inherited from OpenXmlPartContainer)
Public method GetStream Overloaded. Returns the part content data stream.
Public method GetType  (inherited from Object)
Public method Static ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)
Public method ValidateXml Validate the xml content of the part according the specified schema.

Top

Protected Methods

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

Top

参照

リファレンス

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