Example usage for Java com.lowagie.text HeaderFooter fields, constructors, methods, implement or subclass
The text is from its open source code.
HeaderFooter(Phrase before, Phrase after) Constructs a HeaderFooter -object. | |
HeaderFooter(Phrase before, boolean numbered) Constructs a Header -object with a pagenumber at the end. |
Phrase | getBefore() Gets the part that comes before the pageNumber. |
void | setAlignment(int alignment) Sets the alignment. |
void | setPageNumber(int pageN) Sets the page number. |