Interface CTShowProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTShowProperties extends XmlObject
An XML CT_ShowProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTShowProperties>
Factory
static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTShowInfoBrowse
addNewBrowse()
Appends and returns a new empty "browse" elementCTCustomShowId
addNewCustShow()
Appends and returns a new empty "custShow" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTShowInfoKiosk
addNewKiosk()
Appends and returns a new empty "kiosk" elementCTColor
addNewPenClr()
Appends and returns a new empty "penClr" elementCTEmpty
addNewPresent()
Appends and returns a new empty "present" elementCTEmpty
addNewSldAll()
Appends and returns a new empty "sldAll" elementCTIndexRange
addNewSldRg()
Appends and returns a new empty "sldRg" elementCTShowInfoBrowse
getBrowse()
Gets the "browse" elementCTCustomShowId
getCustShow()
Gets the "custShow" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTShowInfoKiosk
getKiosk()
Gets the "kiosk" elementboolean
getLoop()
Gets the "loop" attributeCTColor
getPenClr()
Gets the "penClr" elementCTEmpty
getPresent()
Gets the "present" elementboolean
getShowAnimation()
Gets the "showAnimation" attributeboolean
getShowNarration()
Gets the "showNarration" attributeCTEmpty
getSldAll()
Gets the "sldAll" elementCTIndexRange
getSldRg()
Gets the "sldRg" elementboolean
getUseTimings()
Gets the "useTimings" attributeboolean
isSetBrowse()
True if has "browse" elementboolean
isSetCustShow()
True if has "custShow" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetKiosk()
True if has "kiosk" elementboolean
isSetLoop()
True if has "loop" attributeboolean
isSetPenClr()
True if has "penClr" elementboolean
isSetPresent()
True if has "present" elementboolean
isSetShowAnimation()
True if has "showAnimation" attributeboolean
isSetShowNarration()
True if has "showNarration" attributeboolean
isSetSldAll()
True if has "sldAll" elementboolean
isSetSldRg()
True if has "sldRg" elementboolean
isSetUseTimings()
True if has "useTimings" attributevoid
setBrowse(CTShowInfoBrowse browse)
Sets the "browse" elementvoid
setCustShow(CTCustomShowId custShow)
Sets the "custShow" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setKiosk(CTShowInfoKiosk kiosk)
Sets the "kiosk" elementvoid
setLoop(boolean loop)
Sets the "loop" attributevoid
setPenClr(CTColor penClr)
Sets the "penClr" elementvoid
setPresent(CTEmpty present)
Sets the "present" elementvoid
setShowAnimation(boolean showAnimation)
Sets the "showAnimation" attributevoid
setShowNarration(boolean showNarration)
Sets the "showNarration" attributevoid
setSldAll(CTEmpty sldAll)
Sets the "sldAll" elementvoid
setSldRg(CTIndexRange sldRg)
Sets the "sldRg" elementvoid
setUseTimings(boolean useTimings)
Sets the "useTimings" attributevoid
unsetBrowse()
Unsets the "browse" elementvoid
unsetCustShow()
Unsets the "custShow" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetKiosk()
Unsets the "kiosk" elementvoid
unsetLoop()
Unsets the "loop" attributevoid
unsetPenClr()
Unsets the "penClr" elementvoid
unsetPresent()
Unsets the "present" elementvoid
unsetShowAnimation()
Unsets the "showAnimation" attributevoid
unsetShowNarration()
Unsets the "showNarration" attributevoid
unsetSldAll()
Unsets the "sldAll" elementvoid
unsetSldRg()
Unsets the "sldRg" elementvoid
unsetUseTimings()
Unsets the "useTimings" attributeXmlBoolean
xgetLoop()
Gets (as xml) the "loop" attributeXmlBoolean
xgetShowAnimation()
Gets (as xml) the "showAnimation" attributeXmlBoolean
xgetShowNarration()
Gets (as xml) the "showNarration" attributeXmlBoolean
xgetUseTimings()
Gets (as xml) the "useTimings" attributevoid
xsetLoop(XmlBoolean loop)
Sets (as xml) the "loop" attributevoid
xsetShowAnimation(XmlBoolean showAnimation)
Sets (as xml) the "showAnimation" attributevoid
xsetShowNarration(XmlBoolean showNarration)
Sets (as xml) the "showNarration" attributevoid
xsetUseTimings(XmlBoolean useTimings)
Sets (as xml) the "useTimings" attribute-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTShowProperties> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getPresent
CTEmpty getPresent()
Gets the "present" element
-
isSetPresent
boolean isSetPresent()
True if has "present" element
-
setPresent
void setPresent(CTEmpty present)
Sets the "present" element
-
addNewPresent
CTEmpty addNewPresent()
Appends and returns a new empty "present" element
-
unsetPresent
void unsetPresent()
Unsets the "present" element
-
getBrowse
CTShowInfoBrowse getBrowse()
Gets the "browse" element
-
isSetBrowse
boolean isSetBrowse()
True if has "browse" element
-
setBrowse
void setBrowse(CTShowInfoBrowse browse)
Sets the "browse" element
-
addNewBrowse
CTShowInfoBrowse addNewBrowse()
Appends and returns a new empty "browse" element
-
unsetBrowse
void unsetBrowse()
Unsets the "browse" element
-
getKiosk
CTShowInfoKiosk getKiosk()
Gets the "kiosk" element
-
isSetKiosk
boolean isSetKiosk()
True if has "kiosk" element
-
setKiosk
void setKiosk(CTShowInfoKiosk kiosk)
Sets the "kiosk" element
-
addNewKiosk
CTShowInfoKiosk addNewKiosk()
Appends and returns a new empty "kiosk" element
-
unsetKiosk
void unsetKiosk()
Unsets the "kiosk" element
-
getSldAll
CTEmpty getSldAll()
Gets the "sldAll" element
-
isSetSldAll
boolean isSetSldAll()
True if has "sldAll" element
-
setSldAll
void setSldAll(CTEmpty sldAll)
Sets the "sldAll" element
-
addNewSldAll
CTEmpty addNewSldAll()
Appends and returns a new empty "sldAll" element
-
unsetSldAll
void unsetSldAll()
Unsets the "sldAll" element
-
getSldRg
CTIndexRange getSldRg()
Gets the "sldRg" element
-
isSetSldRg
boolean isSetSldRg()
True if has "sldRg" element
-
setSldRg
void setSldRg(CTIndexRange sldRg)
Sets the "sldRg" element
-
addNewSldRg
CTIndexRange addNewSldRg()
Appends and returns a new empty "sldRg" element
-
unsetSldRg
void unsetSldRg()
Unsets the "sldRg" element
-
getCustShow
CTCustomShowId getCustShow()
Gets the "custShow" element
-
isSetCustShow
boolean isSetCustShow()
True if has "custShow" element
-
setCustShow
void setCustShow(CTCustomShowId custShow)
Sets the "custShow" element
-
addNewCustShow
CTCustomShowId addNewCustShow()
Appends and returns a new empty "custShow" element
-
unsetCustShow
void unsetCustShow()
Unsets the "custShow" element
-
getPenClr
CTColor getPenClr()
Gets the "penClr" element
-
isSetPenClr
boolean isSetPenClr()
True if has "penClr" element
-
setPenClr
void setPenClr(CTColor penClr)
Sets the "penClr" element
-
addNewPenClr
CTColor addNewPenClr()
Appends and returns a new empty "penClr" element
-
unsetPenClr
void unsetPenClr()
Unsets the "penClr" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getLoop
boolean getLoop()
Gets the "loop" attribute
-
xgetLoop
XmlBoolean xgetLoop()
Gets (as xml) the "loop" attribute
-
isSetLoop
boolean isSetLoop()
True if has "loop" attribute
-
setLoop
void setLoop(boolean loop)
Sets the "loop" attribute
-
xsetLoop
void xsetLoop(XmlBoolean loop)
Sets (as xml) the "loop" attribute
-
unsetLoop
void unsetLoop()
Unsets the "loop" attribute
-
getShowNarration
boolean getShowNarration()
Gets the "showNarration" attribute
-
xgetShowNarration
XmlBoolean xgetShowNarration()
Gets (as xml) the "showNarration" attribute
-
isSetShowNarration
boolean isSetShowNarration()
True if has "showNarration" attribute
-
setShowNarration
void setShowNarration(boolean showNarration)
Sets the "showNarration" attribute
-
xsetShowNarration
void xsetShowNarration(XmlBoolean showNarration)
Sets (as xml) the "showNarration" attribute
-
unsetShowNarration
void unsetShowNarration()
Unsets the "showNarration" attribute
-
getShowAnimation
boolean getShowAnimation()
Gets the "showAnimation" attribute
-
xgetShowAnimation
XmlBoolean xgetShowAnimation()
Gets (as xml) the "showAnimation" attribute
-
isSetShowAnimation
boolean isSetShowAnimation()
True if has "showAnimation" attribute
-
setShowAnimation
void setShowAnimation(boolean showAnimation)
Sets the "showAnimation" attribute
-
xsetShowAnimation
void xsetShowAnimation(XmlBoolean showAnimation)
Sets (as xml) the "showAnimation" attribute
-
unsetShowAnimation
void unsetShowAnimation()
Unsets the "showAnimation" attribute
-
getUseTimings
boolean getUseTimings()
Gets the "useTimings" attribute
-
xgetUseTimings
XmlBoolean xgetUseTimings()
Gets (as xml) the "useTimings" attribute
-
isSetUseTimings
boolean isSetUseTimings()
True if has "useTimings" attribute
-
setUseTimings
void setUseTimings(boolean useTimings)
Sets the "useTimings" attribute
-
xsetUseTimings
void xsetUseTimings(XmlBoolean useTimings)
Sets (as xml) the "useTimings" attribute
-
unsetUseTimings
void unsetUseTimings()
Unsets the "useTimings" attribute
-
-