Interface CTSlideMaster
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSlideMaster extends XmlObject
An XML CT_SlideMaster(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTSlideMaster.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 CTColorMapping
addNewClrMap()
Appends and returns a new empty "clrMap" elementCTCommonSlideData
addNewCSld()
Appends and returns a new empty "cSld" elementCTExtensionListModify
addNewExtLst()
Appends and returns a new empty "extLst" elementCTHeaderFooter
addNewHf()
Appends and returns a new empty "hf" elementCTSlideLayoutIdList
addNewSldLayoutIdLst()
Appends and returns a new empty "sldLayoutIdLst" elementCTSlideTiming
addNewTiming()
Appends and returns a new empty "timing" elementCTSlideTransition
addNewTransition()
Appends and returns a new empty "transition" elementCTSlideMasterTextStyles
addNewTxStyles()
Appends and returns a new empty "txStyles" elementCTColorMapping
getClrMap()
Gets the "clrMap" elementCTCommonSlideData
getCSld()
Gets the "cSld" elementCTExtensionListModify
getExtLst()
Gets the "extLst" elementCTHeaderFooter
getHf()
Gets the "hf" elementboolean
getPreserve()
Gets the "preserve" attributeCTSlideLayoutIdList
getSldLayoutIdLst()
Gets the "sldLayoutIdLst" elementCTSlideTiming
getTiming()
Gets the "timing" elementCTSlideTransition
getTransition()
Gets the "transition" elementCTSlideMasterTextStyles
getTxStyles()
Gets the "txStyles" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHf()
True if has "hf" elementboolean
isSetPreserve()
True if has "preserve" attributeboolean
isSetSldLayoutIdLst()
True if has "sldLayoutIdLst" elementboolean
isSetTiming()
True if has "timing" elementboolean
isSetTransition()
True if has "transition" elementboolean
isSetTxStyles()
True if has "txStyles" elementvoid
setClrMap(CTColorMapping clrMap)
Sets the "clrMap" elementvoid
setCSld(CTCommonSlideData cSld)
Sets the "cSld" elementvoid
setExtLst(CTExtensionListModify extLst)
Sets the "extLst" elementvoid
setHf(CTHeaderFooter hf)
Sets the "hf" elementvoid
setPreserve(boolean preserve)
Sets the "preserve" attributevoid
setSldLayoutIdLst(CTSlideLayoutIdList sldLayoutIdLst)
Sets the "sldLayoutIdLst" elementvoid
setTiming(CTSlideTiming timing)
Sets the "timing" elementvoid
setTransition(CTSlideTransition transition)
Sets the "transition" elementvoid
setTxStyles(CTSlideMasterTextStyles txStyles)
Sets the "txStyles" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHf()
Unsets the "hf" elementvoid
unsetPreserve()
Unsets the "preserve" attributevoid
unsetSldLayoutIdLst()
Unsets the "sldLayoutIdLst" elementvoid
unsetTiming()
Unsets the "timing" elementvoid
unsetTransition()
Unsets the "transition" elementvoid
unsetTxStyles()
Unsets the "txStyles" elementXmlBoolean
xgetPreserve()
Gets (as xml) the "preserve" attributevoid
xsetPreserve(XmlBoolean preserve)
Sets (as xml) the "preserve" 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
-
getClrMap
CTColorMapping getClrMap()
Gets the "clrMap" element
-
setClrMap
void setClrMap(CTColorMapping clrMap)
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
void setSldLayoutIdLst(CTSlideLayoutIdList sldLayoutIdLst)
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
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
-
getHf
CTHeaderFooter getHf()
Gets the "hf" element
-
isSetHf
boolean isSetHf()
True if has "hf" element
-
setHf
void setHf(CTHeaderFooter hf)
Sets the "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
void setTxStyles(CTSlideMasterTextStyles txStyles)
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
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
-
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
void xsetPreserve(XmlBoolean preserve)
Sets (as xml) the "preserve" attribute
-
unsetPreserve
void unsetPreserve()
Unsets the "preserve" attribute
-
-