DataPart Members
Include Protected Members
Include Inherited Members
Defines DataPart - different with OpenXmlPart, this type of parts will be referenced by DataPartReferenceRelationship.
The DataPart type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ContentType | Gets the content type (MIME type) of the data in the part. |
![]() |
OpenXmlPackage | Gets the OpenXmlPackage which contains this part. |
![]() |
Uri | Gets the internal part path in the package. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
FeedData | Feeds data into the part stream. The stream of the part will be truncated at first. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetDataPartReferenceRelationships | Enumerates all the DataPartReferenceRelationship that referencing this data part. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetStream() | Returns the part content data stream. |
![]() |
GetStream(FileMode) | Returns the content stream opened in a specified I/O FileMode. |
![]() |
GetStream(FileMode, FileAccess) | Returns the part content stream opened with a specified FileMode and FileAccess. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ThrowIfObjectDisposed | Test whether the object is already destroyed (deleted from the package). |
![]() |
ToString | (Inherited from Object.) |
Top