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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTShowProperties.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTShowInfoBrowseaddNewBrowse()Appends and returns a new empty "browse" elementCTCustomShowIdaddNewCustShow()Appends and returns a new empty "custShow" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTShowInfoKioskaddNewKiosk()Appends and returns a new empty "kiosk" elementCTColoraddNewPenClr()Appends and returns a new empty "penClr" elementCTEmptyaddNewPresent()Appends and returns a new empty "present" elementCTEmptyaddNewSldAll()Appends and returns a new empty "sldAll" elementCTIndexRangeaddNewSldRg()Appends and returns a new empty "sldRg" elementCTShowInfoBrowsegetBrowse()Gets the "browse" elementCTCustomShowIdgetCustShow()Gets the "custShow" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTShowInfoKioskgetKiosk()Gets the "kiosk" elementbooleangetLoop()Gets the "loop" attributeCTColorgetPenClr()Gets the "penClr" elementCTEmptygetPresent()Gets the "present" elementbooleangetShowAnimation()Gets the "showAnimation" attributebooleangetShowNarration()Gets the "showNarration" attributeCTEmptygetSldAll()Gets the "sldAll" elementCTIndexRangegetSldRg()Gets the "sldRg" elementbooleangetUseTimings()Gets the "useTimings" attributebooleanisSetBrowse()True if has "browse" elementbooleanisSetCustShow()True if has "custShow" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetKiosk()True if has "kiosk" elementbooleanisSetLoop()True if has "loop" attributebooleanisSetPenClr()True if has "penClr" elementbooleanisSetPresent()True if has "present" elementbooleanisSetShowAnimation()True if has "showAnimation" attributebooleanisSetShowNarration()True if has "showNarration" attributebooleanisSetSldAll()True if has "sldAll" elementbooleanisSetSldRg()True if has "sldRg" elementbooleanisSetUseTimings()True if has "useTimings" attributevoidsetBrowse(CTShowInfoBrowse browse)Sets the "browse" elementvoidsetCustShow(CTCustomShowId custShow)Sets the "custShow" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetKiosk(CTShowInfoKiosk kiosk)Sets the "kiosk" elementvoidsetLoop(boolean loop)Sets the "loop" attributevoidsetPenClr(CTColor penClr)Sets the "penClr" elementvoidsetPresent(CTEmpty present)Sets the "present" elementvoidsetShowAnimation(boolean showAnimation)Sets the "showAnimation" attributevoidsetShowNarration(boolean showNarration)Sets the "showNarration" attributevoidsetSldAll(CTEmpty sldAll)Sets the "sldAll" elementvoidsetSldRg(CTIndexRange sldRg)Sets the "sldRg" elementvoidsetUseTimings(boolean useTimings)Sets the "useTimings" attributevoidunsetBrowse()Unsets the "browse" elementvoidunsetCustShow()Unsets the "custShow" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetKiosk()Unsets the "kiosk" elementvoidunsetLoop()Unsets the "loop" attributevoidunsetPenClr()Unsets the "penClr" elementvoidunsetPresent()Unsets the "present" elementvoidunsetShowAnimation()Unsets the "showAnimation" attributevoidunsetShowNarration()Unsets the "showNarration" attributevoidunsetSldAll()Unsets the "sldAll" elementvoidunsetSldRg()Unsets the "sldRg" elementvoidunsetUseTimings()Unsets the "useTimings" attributeXmlBooleanxgetLoop()Gets (as xml) the "loop" attributeXmlBooleanxgetShowAnimation()Gets (as xml) the "showAnimation" attributeXmlBooleanxgetShowNarration()Gets (as xml) the "showNarration" attributeXmlBooleanxgetUseTimings()Gets (as xml) the "useTimings" attributevoidxsetLoop(XmlBoolean loop)Sets (as xml) the "loop" attributevoidxsetShowAnimation(XmlBoolean showAnimation)Sets (as xml) the "showAnimation" attributevoidxsetShowNarration(XmlBoolean showNarration)Sets (as xml) the "showNarration" attributevoidxsetUseTimings(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
-
-