public class CTHeaderFooter extends Object implements Child
Java class for CT_HeaderFooter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_HeaderFooter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
</sequence>
<attribute name="sldNum" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="hdr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="ftr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
dt |
protected CTExtensionListModify |
extLst |
protected Boolean |
ftr |
protected Boolean |
hdr |
protected Boolean |
sldNum |
| Constructor and Description |
|---|
CTHeaderFooter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionListModify |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isDt()
Gets the value of the dt property.
|
boolean |
isFtr()
Gets the value of the ftr property.
|
boolean |
isHdr()
Gets the value of the hdr property.
|
boolean |
isSldNum()
Gets the value of the sldNum property.
|
void |
setDt(Boolean value)
Sets the value of the dt property.
|
void |
setExtLst(CTExtensionListModify value)
Sets the value of the extLst property.
|
void |
setFtr(Boolean value)
Sets the value of the ftr property.
|
void |
setHdr(Boolean value)
Sets the value of the hdr property.
|
void |
setParent(Object parent) |
void |
setSldNum(Boolean value)
Sets the value of the sldNum property.
|
protected CTExtensionListModify extLst
protected Boolean sldNum
protected Boolean hdr
protected Boolean ftr
protected Boolean dt
public CTExtensionListModify getExtLst()
CTExtensionListModifypublic void setExtLst(CTExtensionListModify value)
value - allowed object is
CTExtensionListModifypublic boolean isSldNum()
Booleanpublic void setSldNum(Boolean value)
value - allowed object is
Booleanpublic boolean isHdr()
Booleanpublic void setHdr(Boolean value)
value - allowed object is
Booleanpublic boolean isFtr()
Booleanpublic void setFtr(Boolean value)
value - allowed object is
Booleanpublic boolean isDt()
Booleanpublic void setDt(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.