Interface CTHeaderFooter
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_HeaderFooter(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTHeaderFooter> 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 "extLst" elementbooleangetDt()Gets the "dt" attributeGets the "extLst" elementbooleangetFtr()Gets the "ftr" attributebooleangetHdr()Gets the "hdr" attributebooleanGets the "sldNum" attributebooleanisSetDt()True if has "dt" attributebooleanTrue if has "extLst" elementbooleanisSetFtr()True if has "ftr" attributebooleanisSetHdr()True if has "hdr" attributebooleanTrue if has "sldNum" attributevoidsetDt(boolean dt) Sets the "dt" attributevoidsetExtLst(CTExtensionListModify extLst) Sets the "extLst" elementvoidsetFtr(boolean ftr) Sets the "ftr" attributevoidsetHdr(boolean hdr) Sets the "hdr" attributevoidsetSldNum(boolean sldNum) Sets the "sldNum" attributevoidunsetDt()Unsets the "dt" attributevoidUnsets the "extLst" elementvoidunsetFtr()Unsets the "ftr" attributevoidunsetHdr()Unsets the "hdr" attributevoidUnsets the "sldNum" attributexgetDt()Gets (as xml) the "dt" attributexgetFtr()Gets (as xml) the "ftr" attributexgetHdr()Gets (as xml) the "hdr" attributeGets (as xml) the "sldNum" attributevoidxsetDt(XmlBoolean dt) Sets (as xml) the "dt" attributevoidxsetFtr(XmlBoolean ftr) Sets (as xml) the "ftr" attributevoidxsetHdr(XmlBoolean hdr) Sets (as xml) the "hdr" attributevoidxsetSldNum(XmlBoolean sldNum) Sets (as xml) the "sldNum" 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
-
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 -
getSldNum
boolean getSldNum()Gets the "sldNum" attribute -
xgetSldNum
XmlBoolean xgetSldNum()Gets (as xml) the "sldNum" attribute -
isSetSldNum
boolean isSetSldNum()True if has "sldNum" attribute -
setSldNum
void setSldNum(boolean sldNum) Sets the "sldNum" attribute -
xsetSldNum
Sets (as xml) the "sldNum" attribute -
unsetSldNum
void unsetSldNum()Unsets the "sldNum" attribute -
getHdr
boolean getHdr()Gets the "hdr" attribute -
xgetHdr
XmlBoolean xgetHdr()Gets (as xml) the "hdr" attribute -
isSetHdr
boolean isSetHdr()True if has "hdr" attribute -
setHdr
void setHdr(boolean hdr) Sets the "hdr" attribute -
xsetHdr
Sets (as xml) the "hdr" attribute -
unsetHdr
void unsetHdr()Unsets the "hdr" attribute -
getFtr
boolean getFtr()Gets the "ftr" attribute -
xgetFtr
XmlBoolean xgetFtr()Gets (as xml) the "ftr" attribute -
isSetFtr
boolean isSetFtr()True if has "ftr" attribute -
setFtr
void setFtr(boolean ftr) Sets the "ftr" attribute -
xsetFtr
Sets (as xml) the "ftr" attribute -
unsetFtr
void unsetFtr()Unsets the "ftr" attribute -
getDt
boolean getDt()Gets the "dt" attribute -
xgetDt
XmlBoolean xgetDt()Gets (as xml) the "dt" attribute -
isSetDt
boolean isSetDt()True if has "dt" attribute -
setDt
void setDt(boolean dt) Sets the "dt" attribute -
xsetDt
Sets (as xml) the "dt" attribute -
unsetDt
void unsetDt()Unsets the "dt" attribute
-