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 class
CTHeaderFooter.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 CTExtensionListModify
addNewExtLst()
Appends and returns a new empty "extLst" elementboolean
getDt()
Gets the "dt" attributeCTExtensionListModify
getExtLst()
Gets the "extLst" elementboolean
getFtr()
Gets the "ftr" attributeboolean
getHdr()
Gets the "hdr" attributeboolean
getSldNum()
Gets the "sldNum" attributeboolean
isSetDt()
True if has "dt" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFtr()
True if has "ftr" attributeboolean
isSetHdr()
True if has "hdr" attributeboolean
isSetSldNum()
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
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFtr()
Unsets the "ftr" attributevoid
unsetHdr()
Unsets the "hdr" attributevoid
unsetSldNum()
Unsets the "sldNum" attributeXmlBoolean
xgetDt()
Gets (as xml) the "dt" attributeXmlBoolean
xgetFtr()
Gets (as xml) the "ftr" attributeXmlBoolean
xgetHdr()
Gets (as xml) the "hdr" attributeXmlBoolean
xgetSldNum()
Gets (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" 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
-
-