AudioReferenceRelationship Members
Include Protected Members
Include Inherited Members
Defines AudioReferenceRelationship - represents internal Audio reference relationship to a MediaDataPart.
The AudioReferenceRelationship type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AudioReferenceRelationship | Initializes a new instance of the AudioReferenceRelationship. |
Top
Properties
Name | Description | |
---|---|---|
AudioReferenceRelationshipType | Gets the source relationship type for audio reference. Defined as "https://schemas.openxmlformats.org/officeDocument/2006/relationships/audio". | |
Container | Gets the owner OpenXmlPartContainer that holds the ReferenceRelationship. (Inherited from ReferenceRelationship.) | |
DataPart | Gets the referenced target DataPart. (Inherited from DataPartReferenceRelationship.) | |
Id | Gets the relationship ID. (Inherited from ReferenceRelationship.) | |
IsExternal | Gets a value indeicates whether the target of the relationship is Internal or External to the OpenXmlPackage. (Inherited from ReferenceRelationship.) | |
RelationshipType | Gets the relationship type. (Overrides ReferenceRelationship.RelationshipType.) | |
Uri | Gets the target URI of the replationship. (Inherited from ReferenceRelationship.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top