org.pz.platypus.plugin.pdf
Class Format

java.lang.Object
  extended by 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

Field Summary
private  int eolHandling
           
private  PdfFont font
           
private  float leading
           
private  boolean strikethru
           
private  Underline underline
           
 
Constructor Summary
Format(PdfFont newFont, boolean newStrikethru, Underline newUnderline, int newEolHandling, float newLeading)
           
 
Method Summary
 int getEolHandling()
           
 PdfFont getFont()
           
 float getLeading()
           
 Underline getUnderline()
           
 boolean isStrikethru()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

private PdfFont font

strikethru

private boolean strikethru

underline

private Underline underline

eolHandling

private int eolHandling

leading

private float leading
Constructor Detail

Format

public Format(PdfFont newFont,
              boolean newStrikethru,
              Underline newUnderline,
              int newEolHandling,
              float newLeading)
Method Detail

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