EmbeddedWavAudioFileType.BuiltIn Property
Recognized Built-In Sound.Represents the attribte in schema: builtIn
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "builtIn")> _
Public Property BuiltIn As BooleanValue
Get
Set
'Uso
Dim instance As EmbeddedWavAudioFileType
Dim value As BooleanValue
value = instance.BuiltIn
instance.BuiltIn = value
[SchemaAttrAttribute(, "builtIn")]
public BooleanValue BuiltIn { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies whether or not this sound is a built-in sound. If this attribute is set to true then the generating application is alerted to check the name attribute specified for this sound in its list of built-in sounds and can then surface a custom name or UI as needed.
The possible values for this attribute are defined by the XML Schema boolean datatype.
See Also
Reference
EmbeddedWavAudioFileType Class