Method Summary |
|
public void | close() Signals that the Document was closed and that no other
Elements will be added. |
public boolean | newPage() Signals that an new page has to be started. |
public void | open() Signals that the Document has been opened and that
Elements can be added. |
public void | resetFooter() Resets the footer of this document. |
public void | resetHeader() Resets the header of this document. |
public void | resetPageCount() Sets the page number to 0. |
public void | setFooter(HeaderFooter footer) Changes the footer of this document. |
public void | setHeader(HeaderFooter header) Changes the header of this document. |
public boolean | setMarginMirroring(boolean marginMirroring) |
public boolean | setMargins(float marginLeft, float marginRight, float marginTop, float marginBottom) Sets the margins. |
public void | setPageCount(int pageN) Sets the page number. |
public boolean | setPageSize(Rectangle pageSize) Sets the pagesize. |