Interface CTTLCommonMediaNodeData
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLCommonMediaNodeData(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLCommonMediaNodeData> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "cTn" elementAppends and returns a new empty "tgtEl" elementgetCTn()Gets the "cTn" elementbooleangetMute()Gets the "mute" attributelongGets the "numSld" attributebooleanGets the "showWhenStopped" attributegetTgtEl()Gets the "tgtEl" elementgetVol()Gets the "vol" attributebooleanTrue if has "mute" attributebooleanTrue if has "numSld" attributebooleanTrue if has "showWhenStopped" attributebooleanisSetVol()True if has "vol" attributevoidSets the "cTn" elementvoidsetMute(boolean mute) Sets the "mute" attributevoidsetNumSld(long numSld) Sets the "numSld" attributevoidsetShowWhenStopped(boolean showWhenStopped) Sets the "showWhenStopped" attributevoidsetTgtEl(CTTLTimeTargetElement tgtEl) Sets the "tgtEl" elementvoidSets the "vol" attributevoidUnsets the "mute" attributevoidUnsets the "numSld" attributevoidUnsets the "showWhenStopped" attributevoidunsetVol()Unsets the "vol" attributexgetMute()Gets (as xml) the "mute" attributeGets (as xml) the "numSld" attributeGets (as xml) the "showWhenStopped" attributexgetVol()Gets (as xml) the "vol" attributevoidxsetMute(XmlBoolean mute) Sets (as xml) the "mute" attributevoidxsetNumSld(XmlUnsignedInt numSld) Sets (as xml) the "numSld" attributevoidxsetShowWhenStopped(XmlBoolean showWhenStopped) Sets (as xml) the "showWhenStopped" attributevoidSets (as xml) the "vol" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getCTn
CTTLCommonTimeNodeData getCTn()Gets the "cTn" element -
setCTn
Sets the "cTn" element -
addNewCTn
CTTLCommonTimeNodeData addNewCTn()Appends and returns a new empty "cTn" element -
getTgtEl
CTTLTimeTargetElement getTgtEl()Gets the "tgtEl" element -
setTgtEl
Sets the "tgtEl" element -
addNewTgtEl
CTTLTimeTargetElement addNewTgtEl()Appends and returns a new empty "tgtEl" element -
getVol
Object getVol()Gets the "vol" attribute -
xgetVol
STPositiveFixedPercentage xgetVol()Gets (as xml) the "vol" attribute -
isSetVol
boolean isSetVol()True if has "vol" attribute -
setVol
Sets the "vol" attribute -
xsetVol
Sets (as xml) the "vol" attribute -
unsetVol
void unsetVol()Unsets the "vol" attribute -
getMute
boolean getMute()Gets the "mute" attribute -
xgetMute
XmlBoolean xgetMute()Gets (as xml) the "mute" attribute -
isSetMute
boolean isSetMute()True if has "mute" attribute -
setMute
void setMute(boolean mute) Sets the "mute" attribute -
xsetMute
Sets (as xml) the "mute" attribute -
unsetMute
void unsetMute()Unsets the "mute" attribute -
getNumSld
long getNumSld()Gets the "numSld" attribute -
xgetNumSld
XmlUnsignedInt xgetNumSld()Gets (as xml) the "numSld" attribute -
isSetNumSld
boolean isSetNumSld()True if has "numSld" attribute -
setNumSld
void setNumSld(long numSld) Sets the "numSld" attribute -
xsetNumSld
Sets (as xml) the "numSld" attribute -
unsetNumSld
void unsetNumSld()Unsets the "numSld" attribute -
getShowWhenStopped
boolean getShowWhenStopped()Gets the "showWhenStopped" attribute -
xgetShowWhenStopped
XmlBoolean xgetShowWhenStopped()Gets (as xml) the "showWhenStopped" attribute -
isSetShowWhenStopped
boolean isSetShowWhenStopped()True if has "showWhenStopped" attribute -
setShowWhenStopped
void setShowWhenStopped(boolean showWhenStopped) Sets the "showWhenStopped" attribute -
xsetShowWhenStopped
Sets (as xml) the "showWhenStopped" attribute -
unsetShowWhenStopped
void unsetShowWhenStopped()Unsets the "showWhenStopped" attribute
-