public class CTTLMediaNodeAudio extends Object
Java class for CT_TLMediaNodeAudio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLMediaNodeAudio">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cMediaNode" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonMediaNodeData"/>
</sequence>
<attribute name="isNarration" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLCommonMediaNodeData |
cMediaNode |
protected Boolean |
isNarration |
| Constructor and Description |
|---|
CTTLMediaNodeAudio() |
| Modifier and Type | Method and Description |
|---|---|
CTTLCommonMediaNodeData |
getCMediaNode()
Gets the value of the cMediaNode property.
|
boolean |
isIsNarration()
Gets the value of the isNarration property.
|
void |
setCMediaNode(CTTLCommonMediaNodeData value)
Sets the value of the cMediaNode property.
|
void |
setIsNarration(Boolean value)
Sets the value of the isNarration property.
|
protected CTTLCommonMediaNodeData cMediaNode
protected Boolean isNarration
public CTTLCommonMediaNodeData getCMediaNode()
CTTLCommonMediaNodeDatapublic void setCMediaNode(CTTLCommonMediaNodeData value)
value - allowed object is
CTTLCommonMediaNodeDatapublic boolean isIsNarration()
BooleanCopyright © 2007-2019. All Rights Reserved.