次の方法で共有


EmbeddedWavAudioFileType.Name Property

Sound Name.Represents the attribte in schema: name

Namespace: DocumentFormat.OpenXml.Drawing
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

EmbeddedWavAudioFileType Members

DocumentFormat.OpenXml.Drawing Namespace