Interface CTHeaderFooter
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTHeaderFooter extends XmlObject
An XML CT_HeaderFooter(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTHeaderFooter.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTExtensionListModifyaddNewExtLst()Appends and returns a new empty "extLst" elementbooleangetDt()Gets the "dt" attributeCTExtensionListModifygetExtLst()Gets the "extLst" elementbooleangetFtr()Gets the "ftr" attributebooleangetHdr()Gets the "hdr" attributebooleangetSldNum()Gets the "sldNum" attributebooleanisSetDt()True if has "dt" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetFtr()True if has "ftr" attributebooleanisSetHdr()True if has "hdr" attributebooleanisSetSldNum()True 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" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetFtr()Unsets the "ftr" attributevoidunsetHdr()Unsets the "hdr" attributevoidunsetSldNum()Unsets the "sldNum" attributeXmlBooleanxgetDt()Gets (as xml) the "dt" attributeXmlBooleanxgetFtr()Gets (as xml) the "ftr" attributeXmlBooleanxgetHdr()Gets (as xml) the "hdr" attributeXmlBooleanxgetSldNum()Gets (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" 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
-
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
-
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
void xsetSldNum(XmlBoolean sldNum)
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
void xsetHdr(XmlBoolean hdr)
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
void xsetFtr(XmlBoolean ftr)
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
void xsetDt(XmlBoolean dt)
Sets (as xml) the "dt" attribute
-
unsetDt
void unsetDt()
Unsets the "dt" attribute
-
-