Interface CTSlide
- 
- All Superinterfaces:
 XmlObject,XmlTokenSource
public interface CTSlide extends XmlObject
An XML CT_Slide(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSlide.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 CTColorMappingOverrideaddNewClrMapOvr()Appends and returns a new empty "clrMapOvr" elementCTCommonSlideDataaddNewCSld()Appends and returns a new empty "cSld" elementCTExtensionListModifyaddNewExtLst()Appends and returns a new empty "extLst" elementCTSlideTimingaddNewTiming()Appends and returns a new empty "timing" elementCTSlideTransitionaddNewTransition()Appends and returns a new empty "transition" elementCTColorMappingOverridegetClrMapOvr()Gets the "clrMapOvr" elementCTCommonSlideDatagetCSld()Gets the "cSld" elementCTExtensionListModifygetExtLst()Gets the "extLst" elementbooleangetShow()Gets the "show" attributebooleangetShowMasterPhAnim()Gets the "showMasterPhAnim" attributebooleangetShowMasterSp()Gets the "showMasterSp" attributeCTSlideTiminggetTiming()Gets the "timing" elementCTSlideTransitiongetTransition()Gets the "transition" elementbooleanisSetClrMapOvr()True if has "clrMapOvr" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetShow()True if has "show" attributebooleanisSetShowMasterPhAnim()True if has "showMasterPhAnim" attributebooleanisSetShowMasterSp()True if has "showMasterSp" attributebooleanisSetTiming()True if has "timing" elementbooleanisSetTransition()True if has "transition" elementvoidsetClrMapOvr(CTColorMappingOverride clrMapOvr)Sets the "clrMapOvr" elementvoidsetCSld(CTCommonSlideData cSld)Sets the "cSld" elementvoidsetExtLst(CTExtensionListModify extLst)Sets the "extLst" elementvoidsetShow(boolean show)Sets the "show" attributevoidsetShowMasterPhAnim(boolean showMasterPhAnim)Sets the "showMasterPhAnim" attributevoidsetShowMasterSp(boolean showMasterSp)Sets the "showMasterSp" attributevoidsetTiming(CTSlideTiming timing)Sets the "timing" elementvoidsetTransition(CTSlideTransition transition)Sets the "transition" elementvoidunsetClrMapOvr()Unsets the "clrMapOvr" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetShow()Unsets the "show" attributevoidunsetShowMasterPhAnim()Unsets the "showMasterPhAnim" attributevoidunsetShowMasterSp()Unsets the "showMasterSp" attributevoidunsetTiming()Unsets the "timing" elementvoidunsetTransition()Unsets the "transition" elementXmlBooleanxgetShow()Gets (as xml) the "show" attributeXmlBooleanxgetShowMasterPhAnim()Gets (as xml) the "showMasterPhAnim" attributeXmlBooleanxgetShowMasterSp()Gets (as xml) the "showMasterSp" attributevoidxsetShow(XmlBoolean show)Sets (as xml) the "show" attributevoidxsetShowMasterPhAnim(XmlBoolean showMasterPhAnim)Sets (as xml) the "showMasterPhAnim" attributevoidxsetShowMasterSp(XmlBoolean showMasterSp)Sets (as xml) the "showMasterSp" 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
- 
getCSld
CTCommonSlideData getCSld()
Gets the "cSld" element 
- 
setCSld
void setCSld(CTCommonSlideData cSld)
Sets the "cSld" element 
- 
addNewCSld
CTCommonSlideData addNewCSld()
Appends and returns a new empty "cSld" element 
- 
getClrMapOvr
CTColorMappingOverride getClrMapOvr()
Gets the "clrMapOvr" element 
- 
isSetClrMapOvr
boolean isSetClrMapOvr()
True if has "clrMapOvr" element 
- 
setClrMapOvr
void setClrMapOvr(CTColorMappingOverride clrMapOvr)
Sets the "clrMapOvr" element 
- 
addNewClrMapOvr
CTColorMappingOverride addNewClrMapOvr()
Appends and returns a new empty "clrMapOvr" element 
- 
unsetClrMapOvr
void unsetClrMapOvr()
Unsets the "clrMapOvr" element 
- 
getTransition
CTSlideTransition getTransition()
Gets the "transition" element 
- 
isSetTransition
boolean isSetTransition()
True if has "transition" element 
- 
setTransition
void setTransition(CTSlideTransition transition)
Sets the "transition" element 
- 
addNewTransition
CTSlideTransition addNewTransition()
Appends and returns a new empty "transition" element 
- 
unsetTransition
void unsetTransition()
Unsets the "transition" element 
- 
getTiming
CTSlideTiming getTiming()
Gets the "timing" element 
- 
isSetTiming
boolean isSetTiming()
True if has "timing" element 
- 
setTiming
void setTiming(CTSlideTiming timing)
Sets the "timing" element 
- 
addNewTiming
CTSlideTiming addNewTiming()
Appends and returns a new empty "timing" element 
- 
unsetTiming
void unsetTiming()
Unsets the "timing" element 
- 
getExtLst
CTExtensionListModify getExtLst()
Gets the "extLst" element 
- 
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element 
- 
setExtLst
void setExtLst(CTExtensionListModify extLst)
Sets the "extLst" element 
- 
addNewExtLst
CTExtensionListModify addNewExtLst()
Appends and returns a new empty "extLst" element 
- 
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element 
- 
getShowMasterSp
boolean getShowMasterSp()
Gets the "showMasterSp" attribute 
- 
xgetShowMasterSp
XmlBoolean xgetShowMasterSp()
Gets (as xml) the "showMasterSp" attribute 
- 
isSetShowMasterSp
boolean isSetShowMasterSp()
True if has "showMasterSp" attribute 
- 
setShowMasterSp
void setShowMasterSp(boolean showMasterSp)
Sets the "showMasterSp" attribute 
- 
xsetShowMasterSp
void xsetShowMasterSp(XmlBoolean showMasterSp)
Sets (as xml) the "showMasterSp" attribute 
- 
unsetShowMasterSp
void unsetShowMasterSp()
Unsets the "showMasterSp" attribute 
- 
getShowMasterPhAnim
boolean getShowMasterPhAnim()
Gets the "showMasterPhAnim" attribute 
- 
xgetShowMasterPhAnim
XmlBoolean xgetShowMasterPhAnim()
Gets (as xml) the "showMasterPhAnim" attribute 
- 
isSetShowMasterPhAnim
boolean isSetShowMasterPhAnim()
True if has "showMasterPhAnim" attribute 
- 
setShowMasterPhAnim
void setShowMasterPhAnim(boolean showMasterPhAnim)
Sets the "showMasterPhAnim" attribute 
- 
xsetShowMasterPhAnim
void xsetShowMasterPhAnim(XmlBoolean showMasterPhAnim)
Sets (as xml) the "showMasterPhAnim" attribute 
- 
unsetShowMasterPhAnim
void unsetShowMasterPhAnim()
Unsets the "showMasterPhAnim" attribute 
- 
getShow
boolean getShow()
Gets the "show" attribute 
- 
xgetShow
XmlBoolean xgetShow()
Gets (as xml) the "show" attribute 
- 
isSetShow
boolean isSetShow()
True if has "show" attribute 
- 
setShow
void setShow(boolean show)
Sets the "show" attribute 
- 
xsetShow
void xsetShow(XmlBoolean show)
Sets (as xml) the "show" attribute 
- 
unsetShow
void unsetShow()
Unsets the "show" attribute 
 - 
 
 -