EmbeddedWavAudioFileType.Embed Property
Embedded Audio File Relationship ID.Represents the attribte in schema: r:embed
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "embed")> _
Public Property Embed As StringValue
Get
Set
'使用
Dim instance As EmbeddedWavAudioFileType
Dim value As StringValue
value = instance.Embed
instance.Embed = value
[SchemaAttrAttribute(, "embed")]
public StringValue Embed { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the identification information for an embedded audio file. This attribute is used to specify the location of an object that resides locally within the file.
The possible values for this attribute are defined by the ST_RelationshipId simple type.
See Also
Reference
EmbeddedWavAudioFileType Class