Java com.lowagie.text HeaderFooter fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text HeaderFooter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text HeaderFooter.

The text is from its open source code.

Constructor

HeaderFooter(Phrase before, Phrase after)
Constructs a HeaderFooter-object.
HeaderFooter(Phrase before, boolean numbered)
Constructs a Header-object with a pagenumber at the end.

Method

PhrasegetBefore()
Gets the part that comes before the pageNumber.
voidsetAlignment(int alignment)
Sets the alignment.
voidsetPageNumber(int pageN)
Sets the page number.