Interface CTSlideMaster
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SlideMaster(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSlideMaster> 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 "clrMap" elementAppends and returns a new empty "cSld" elementAppends and returns a new empty "extLst" elementaddNewHf()Appends and returns a new empty "hf" elementAppends and returns a new empty "sldLayoutIdLst" elementAppends and returns a new empty "timing" elementAppends and returns a new empty "transition" elementAppends and returns a new empty "txStyles" elementGets the "clrMap" elementgetCSld()Gets the "cSld" elementGets the "extLst" elementgetHf()Gets the "hf" elementbooleanGets the "preserve" attributeGets the "sldLayoutIdLst" elementGets the "timing" elementGets the "transition" elementGets the "txStyles" elementbooleanTrue if has "extLst" elementbooleanisSetHf()True if has "hf" elementbooleanTrue if has "preserve" attributebooleanTrue if has "sldLayoutIdLst" elementbooleanTrue if has "timing" elementbooleanTrue if has "transition" elementbooleanTrue if has "txStyles" elementvoidsetClrMap(CTColorMapping clrMap) Sets the "clrMap" elementvoidsetCSld(CTCommonSlideData cSld) Sets the "cSld" elementvoidsetExtLst(CTExtensionListModify extLst) Sets the "extLst" elementvoidsetHf(CTHeaderFooter hf) Sets the "hf" elementvoidsetPreserve(boolean preserve) Sets the "preserve" attributevoidsetSldLayoutIdLst(CTSlideLayoutIdList sldLayoutIdLst) Sets the "sldLayoutIdLst" elementvoidsetTiming(CTSlideTiming timing) Sets the "timing" elementvoidsetTransition(CTSlideTransition transition) Sets the "transition" elementvoidsetTxStyles(CTSlideMasterTextStyles txStyles) Sets the "txStyles" elementvoidUnsets the "extLst" elementvoidunsetHf()Unsets the "hf" elementvoidUnsets the "preserve" attributevoidUnsets the "sldLayoutIdLst" elementvoidUnsets the "timing" elementvoidUnsets the "transition" elementvoidUnsets the "txStyles" elementGets (as xml) the "preserve" attributevoidxsetPreserve(XmlBoolean preserve) Sets (as xml) the "preserve" 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
-
getCSld
CTCommonSlideData getCSld()Gets the "cSld" element -
setCSld
Sets the "cSld" element -
addNewCSld
CTCommonSlideData addNewCSld()Appends and returns a new empty "cSld" element -
getClrMap
CTColorMapping getClrMap()Gets the "clrMap" element -
setClrMap
Sets the "clrMap" element -
addNewClrMap
CTColorMapping addNewClrMap()Appends and returns a new empty "clrMap" element -
getSldLayoutIdLst
CTSlideLayoutIdList getSldLayoutIdLst()Gets the "sldLayoutIdLst" element -
isSetSldLayoutIdLst
boolean isSetSldLayoutIdLst()True if has "sldLayoutIdLst" element -
setSldLayoutIdLst
Sets the "sldLayoutIdLst" element -
addNewSldLayoutIdLst
CTSlideLayoutIdList addNewSldLayoutIdLst()Appends and returns a new empty "sldLayoutIdLst" element -
unsetSldLayoutIdLst
void unsetSldLayoutIdLst()Unsets the "sldLayoutIdLst" element -
getTransition
CTSlideTransition getTransition()Gets the "transition" element -
isSetTransition
boolean isSetTransition()True if has "transition" element -
setTransition
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
Sets the "timing" element -
addNewTiming
CTSlideTiming addNewTiming()Appends and returns a new empty "timing" element -
unsetTiming
void unsetTiming()Unsets the "timing" element -
getHf
CTHeaderFooter getHf()Gets the "hf" element -
isSetHf
boolean isSetHf()True if has "hf" element -
addNewHf
CTHeaderFooter addNewHf()Appends and returns a new empty "hf" element -
unsetHf
void unsetHf()Unsets the "hf" element -
getTxStyles
CTSlideMasterTextStyles getTxStyles()Gets the "txStyles" element -
isSetTxStyles
boolean isSetTxStyles()True if has "txStyles" element -
setTxStyles
Sets the "txStyles" element -
addNewTxStyles
CTSlideMasterTextStyles addNewTxStyles()Appends and returns a new empty "txStyles" element -
unsetTxStyles
void unsetTxStyles()Unsets the "txStyles" element -
getExtLst
CTExtensionListModify getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionListModify addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getPreserve
boolean getPreserve()Gets the "preserve" attribute -
xgetPreserve
XmlBoolean xgetPreserve()Gets (as xml) the "preserve" attribute -
isSetPreserve
boolean isSetPreserve()True if has "preserve" attribute -
setPreserve
void setPreserve(boolean preserve) Sets the "preserve" attribute -
xsetPreserve
Sets (as xml) the "preserve" attribute -
unsetPreserve
void unsetPreserve()Unsets the "preserve" attribute
-