Package org.pptx4j.pml
Class CTHeaderFooter
java.lang.Object
org.pptx4j.pml.CTHeaderFooter
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the extLst property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanisDt()Gets the value of the dt property.booleanisFtr()Gets the value of the ftr property.booleanisHdr()Gets the value of the hdr property.booleanisSldNum()Gets the value of the sldNum property.voidSets the value of the dt property.voidsetExtLst(CTExtensionListModify value) Sets the value of the extLst property.voidSets the value of the ftr property.voidSets the value of the hdr property.voidvoidSets the value of the sldNum property.
-
Field Details
-
extLst
-
sldNum
-
hdr
-
ftr
-
dt
-
-
Constructor Details
-
CTHeaderFooter
public CTHeaderFooter()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionListModify
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionListModify
-
isSldNum
public boolean isSldNum()Gets the value of the sldNum property.- Returns:
- possible object is
Boolean
-
setSldNum
Sets the value of the sldNum property.- Parameters:
value- allowed object isBoolean
-
isHdr
public boolean isHdr()Gets the value of the hdr property.- Returns:
- possible object is
Boolean
-
setHdr
Sets the value of the hdr property.- Parameters:
value- allowed object isBoolean
-
isFtr
public boolean isFtr()Gets the value of the ftr property.- Returns:
- possible object is
Boolean
-
setFtr
Sets the value of the ftr property.- Parameters:
value- allowed object isBoolean
-
isDt
public boolean isDt()Gets the value of the dt property.- Returns:
- possible object is
Boolean
-
setDt
Sets the value of the dt property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-