Uses of Class
org.pptx4j.pml.CTHeaderFooter
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTHeaderFooter in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTHeaderFooter Modifier and Type Field Description protected CTHeaderFooterHandoutMaster. hfprotected CTHeaderFooterNotesMaster. hfprotected CTHeaderFooterSldLayout. hfprotected CTHeaderFooterSldMaster. hfMethods in org.pptx4j.pml that return CTHeaderFooter Modifier and Type Method Description CTHeaderFooterObjectFactory. createCTHeaderFooter()Create an instance ofCTHeaderFooterCTHeaderFooterHandoutMaster. getHf()Gets the value of the hf property.CTHeaderFooterNotesMaster. getHf()Gets the value of the hf property.CTHeaderFooterSldLayout. getHf()Gets the value of the hf property.CTHeaderFooterSldMaster. getHf()Gets the value of the hf property.Methods in org.pptx4j.pml with parameters of type CTHeaderFooter Modifier and Type Method Description voidHandoutMaster. setHf(CTHeaderFooter value)Sets the value of the hf property.voidNotesMaster. setHf(CTHeaderFooter value)Sets the value of the hf property.voidSldLayout. setHf(CTHeaderFooter value)Sets the value of the hf property.voidSldMaster. setHf(CTHeaderFooter value)Sets the value of the hf property.