EmbeddedWavAudioFileType.Name Property
Sound Name.Represents the attribte in schema: name
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "name")> _
Public Property Name As StringValue
Get
Set
用法
Dim instance As EmbeddedWavAudioFileType
Dim value As StringValue
value = instance.Name
instance.Name = value
[SchemaAttrAttribute(, "name")]
public StringValue Name { 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 original name or given short name for the corresponding sound. This is used to distinguish this sound from others by providing a human readable name for the attached sound should the user need to identify the sound among others within the UI.
The possible values for this attribute are defined by the XML Schema string datatype.
See Also
Reference
EmbeddedWavAudioFileType Class