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 SchemaType
Fields 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" elementboolean
getDt()
Gets the "dt" attributeGets the "extLst" elementboolean
getFtr()
Gets the "ftr" attributeboolean
getHdr()
Gets the "hdr" attributeboolean
Gets the "sldNum" attributeboolean
isSetDt()
True if has "dt" attributeboolean
True if has "extLst" elementboolean
isSetFtr()
True if has "ftr" attributeboolean
isSetHdr()
True if has "hdr" attributeboolean
True if has "sldNum" attributevoid
setDt
(boolean dt) Sets the "dt" attributevoid
setExtLst
(CTExtensionListModify extLst) Sets the "extLst" elementvoid
setFtr
(boolean ftr) Sets the "ftr" attributevoid
setHdr
(boolean hdr) Sets the "hdr" attributevoid
setSldNum
(boolean sldNum) Sets the "sldNum" attributevoid
unsetDt()
Unsets the "dt" attributevoid
Unsets the "extLst" elementvoid
unsetFtr()
Unsets the "ftr" attributevoid
unsetHdr()
Unsets the "hdr" attributevoid
Unsets 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" attributevoid
xsetDt
(XmlBoolean dt) Sets (as xml) the "dt" attributevoid
xsetFtr
(XmlBoolean ftr) Sets (as xml) the "ftr" attributevoid
xsetHdr
(XmlBoolean hdr) Sets (as xml) the "hdr" attributevoid
xsetSldNum
(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, valueHashCode
Methods 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
-