org.pz.platypus.plugin.pdf
Class Format
java.lang.Object
org.pz.platypus.plugin.pdf.Format
public class Format
- extends java.lang.Object
Container for the format data at a given point in the document. Used in FormatStack.
- Author:
- alb
Constructor Summary |
Format(PdfFont newFont,
boolean newStrikethru,
Underline newUnderline,
int newEolHandling,
float newLeading)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
font
private PdfFont font
strikethru
private boolean strikethru
underline
private Underline underline
eolHandling
private int eolHandling
leading
private float leading
Format
public Format(PdfFont newFont,
boolean newStrikethru,
Underline newUnderline,
int newEolHandling,
float newLeading)
getFont
public PdfFont getFont()
isStrikethru
public boolean isStrikethru()
getUnderline
public Underline getUnderline()
getEolHandling
public int getEolHandling()
getLeading
public float getLeading()
Copyright © 2008-10 Pacific Data Works LLC