OpenXmlPart Members

Include Protected Members
Include Inherited Members

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Defines an abstract base class for all OpenXml parts.

The OpenXmlPart type exposes the following members.

Constructors

 

Name

Description

Protected method

OpenXmlPart

Initializes a new instance of the OpenXmlPart constructor.

Top

Properties

 

Name

Description

Public property

ContentType

Defines the content type (MIME type) of the content data in the part.

Public property

ExternalRelationships

Enumerates all external relationships. (Inherited from OpenXmlPartContainer.)

Public property

OpenXmlPackage

Defines the OpenXmlPackage that contains this part.

Public property

Parts

Enumerates all parts that are relationship targets of this part. (Inherited from OpenXmlPartContainer.)

Public property

RelationshipType

Defines the relationship type of the part.

Protected property

TargetFileExtension

Defines the file extension to be used for the part in the package.

Protected property

TargetName

Defines the file base name to be used for the part name in the package.

Protected property

TargetPath

Defines the internal path to be used for the part name.

Public property

Uri

Defines the internal part path in the package.

Top

Methods

 

Name

Description

Public method

AddAnnotation

Adds an object to the annotation list of this PartContainer. (Inherited from OpenXmlPartContainer.)

Public method

AddExtendedPart(String, String, String)

Adds an extended part as an application specific part. (Inherited from OpenXmlPartContainer.)

Public method

AddExtendedPart(String, String, String, String)

Adds an extended part as an application specific part. (Inherited from OpenXmlPartContainer.)

Public method

AddExternalRelationship(String, Uri)

Adds an external relationship. (Inherited from OpenXmlPartContainer.)

Public method

AddExternalRelationship(String, Uri, String)

Adds an external relationship. (Inherited from OpenXmlPartContainer.)

Public method

AddNewPart<T>()

Adds a new part of type T. (Inherited from OpenXmlPartContainer.)

Public method

AddNewPart<T>(String)

Adds a new part of type T. (Inherited from OpenXmlPartContainer.)

Public method

AddNewPart<T>(String, String)

Adds a new part of type T. (Inherited from OpenXmlPartContainer.)

Public method

AddPart<T>(T)

Adds the part to the document. Must use the returned part to open the part added to the document. (Inherited from OpenXmlPartContainer.)

Public method

AddPart<T>(T, String)

Adds the part to the document with a given relationship identifier (ID). Must use the returned part to operate the part added to the document. (Inherited from OpenXmlPartContainer.)

Public method

Annotation(Type)

Gets the first annotation object of the specified type from this PartContainer. (Inherited from OpenXmlPartContainer.)

Public method

Annotation<T>()

Gets the first annotation object of the specified type from this PartContainer. (Inherited from OpenXmlPartContainer.)

Public method

Annotations(Type)

Gets a collection of annotations of the specified type for this PartContainer. (Inherited from OpenXmlPartContainer.)

Public method

Annotations<T>()

Gets a collection of annotations of the specified type for this PartContainer. (Inherited from OpenXmlPartContainer.)

Public method

DeleteExternalRelationship

Deletes the external relationship. (Inherited from OpenXmlPartContainer.)

Public method

DeletePart(String)

Deletes the specified child part from this part. (Inherited from OpenXmlPartContainer.)

Public method

DeletePart(OpenXmlPart)

Deletes a specified part in the package root layer. (Inherited from OpenXmlPartContainer.)

Public method

DeleteParts<T>

Deletes all the parts in the passed-in collection. (Inherited from OpenXmlPartContainer.)

Public method

Equals

(Inherited from Object.)

Public method

FeedData

Feeds data into the part stream. The stream of the part will be truncated at first.

Protected method

Finalize

(Inherited from Object.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetIdOfPart

Gets the relationship ID of the part. (Inherited from OpenXmlPartContainer.)

Public method

GetParentParts

Enumerates all parents that reference this part anywhere in the document.

Public method

GetPartById

Gets the child part through the relationship ID. (Inherited from OpenXmlPartContainer.)

Public method

GetPartsCountOfType<T>

Gets the count of all parts in type T. (Inherited from OpenXmlPartContainer.)

Public method

GetPartsOfType<T>()

Enumerates all the child parts of the specified type "T" of this part. (Inherited from OpenXmlPartContainer.)

Public method

GetPartsOfType<T>(ICollection<T>)

Gets all the child parts of the specified type "T" into "partCollection" of this part. (Inherited from OpenXmlPartContainer.)

Public method

GetStream()

Returns the part content data stream.

Public method

GetStream(FileMode)

Returns the content stream opened in a specified I/O FileMode.

Public method

GetStream(FileMode, FileAccess)

Returns the part content stream opened with a specified FileMode and FileAccess.

Public method

GetType

(Inherited from Object.)

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

RemoveAnnotations(Type)

Removes the annotations of the specified type from this PartContainer. (Inherited from OpenXmlPartContainer.)

Public method

RemoveAnnotations<T>()

Removes the annotations of the specified type from this PartContainer. (Inherited from OpenXmlPartContainer.)

Protected method

ThrowIfObjectDisposed

Tests whether the object is already disposed. (Overrides OpenXmlPartContainer.ThrowIfObjectDisposed().)

Public method

ToString

(Inherited from Object.)

Public method

ValidateXml(String, ValidationEventHandler)

Validates the XML content of the part according to the specified schema.

Public method

ValidateXml(XmlSchemaSet, ValidationEventHandler)

Validates the XML content of the part according to the specified schema.

Top

See Also

Reference

OpenXmlPart Class

DocumentFormat.OpenXml.Packaging Namespace