public class Footer extends Object implements HeaderOrFooter
| Constructor and Description |
|---|
Footer(PageSection pageSection)
Create a new footer from a page section
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEmbeddedStyles(StylesContainer stylesContainer)
Add the styles of this element to the styles container, in styles.xml/automatic-styles.
|
void |
appendPageSectionStyleXMLToAutomaticStyle(XMLUtil util,
Appendable appendable)
Append the page section style XML representation of the header/footer to a stream.
|
void |
appendXMLToMasterStyle(XMLUtil util,
Appendable appendable)
Append the XML representation of the header/footer to a stream.
|
public Footer(PageSection pageSection)
pageSection - the page sectionpublic void addEmbeddedStyles(StylesContainer stylesContainer)
ElementWithEmbeddedStylesaddEmbeddedStyles in interface ElementWithEmbeddedStylesstylesContainer - the styles containerpublic void appendXMLToMasterStyle(XMLUtil util, Appendable appendable) throws IOException
HeaderOrFooterappendXMLToMasterStyle in interface HeaderOrFooterutil - an utilappendable - the streamIOException - if one can't append the contentpublic void appendPageSectionStyleXMLToAutomaticStyle(XMLUtil util, Appendable appendable) throws IOException
HeaderOrFooterappendPageSectionStyleXMLToAutomaticStyle in interface HeaderOrFooterutil - an utilappendable - the streamIOException - if one can't append the contentCopyright © 2016–2021. All rights reserved.