Interface CTHandoutMaster
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_HandoutMaster(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTHandoutMaster> 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" elementGets the "clrMap" elementgetCSld()Gets the "cSld" elementGets the "extLst" elementgetHf()Gets the "hf" elementbooleanTrue if has "extLst" elementbooleanisSetHf()True if has "hf" elementvoidsetClrMap(CTColorMapping clrMap) Sets the "clrMap" elementvoidsetCSld(CTCommonSlideData cSld) Sets the "cSld" elementvoidsetExtLst(CTExtensionListModify extLst) Sets the "extLst" elementvoidsetHf(CTHeaderFooter hf) Sets the "hf" elementvoidUnsets the "extLst" elementvoidunsetHf()Unsets the "hf" elementMethods 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 -
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 -
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
-