org.pz.platypus.plugin.html
Class HtmlFooter
java.lang.Object
org.pz.platypus.plugin.html.HtmlFooter
public class HtmlFooter
- extends java.lang.Object
Handles the low-level implementation details of page footer.
- Author:
- alb/ask
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
font
private HtmlFont font
pagesToSkip
private int pagesToSkip
baseline
private float baseline
shouldWrite
private boolean shouldWrite
HtmlFooter
HtmlFooter(HtmlData pdfData)
getBaseline
public float getBaseline()
setBaseline
public void setBaseline(float baseline)
getFont
public HtmlFont getFont()
setFont
public void setFont(HtmlFont font)
getPagesToSkip
public int getPagesToSkip()
setPagesToSkip
public void setPagesToSkip(int pagesToSkip)
- Set the number of pages to skip before the first footer is first printed.
Typically, this is set to 1, so that the first page of a document has no
page number. In a single-page doc, this is standard. In a multipage doc,
the first page is often a cover sheet, so a page number is not needed or
wanted.
- Parameters:
pagesToSkip
- pages to skip
shouldWrite
public boolean shouldWrite()
setShouldWrite
public void setShouldWrite(boolean shouldWrite)
Copyright © 2008-10 Pacific Data Works LLC