MediaDataPart Members
Include Protected Members
Include Inherited Members
Defines MediaDataPart - class to represent media (Audio, Video) data part in document.
The MediaDataPart type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentType | Gets the content type (MIME type) of the data in the part. (Inherited from DataPart.) | |
OpenXmlPackage | Gets the OpenXmlPackage which contains this part. (Inherited from DataPart.) | |
Uri | Gets the internal part path in the package. (Inherited from DataPart.) |
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. (Inherited from DataPart.) | |
Finalize | (Inherited from Object.) | |
GetDataPartReferenceRelationships | Enumerates all the DataPartReferenceRelationship that referencing this data part. (Inherited from DataPart.) | |
GetHashCode | (Inherited from Object.) | |
GetStream() | Returns the part content data stream. (Inherited from DataPart.) | |
GetStream(FileMode) | Returns the content stream opened in a specified I/O FileMode. (Inherited from DataPart.) | |
GetStream(FileMode, FileAccess) | Returns the part content stream opened with a specified FileMode and FileAccess. (Inherited from DataPart.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowIfObjectDisposed | Test whether the object is already destroyed (deleted from the package). (Inherited from DataPart.) | |
ToString | (Inherited from Object.) |
Top