gui.pdf
Class PdfTest

java.lang.Object
  extended by gui.pdf.PdfTest

public class PdfTest
extends java.lang.Object


Field Summary
static java.lang.String[] headings
          Some data we want to output.
static java.lang.String[] texts
          Some text we want to output.
 
Constructor Summary
PdfTest()
           
 
Method Summary
static void getHeaderAndFooter(com.lowagie.text.pdf.PdfWriter writer, com.lowagie.text.Document document)
           
static void getNewPage()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headings

public static java.lang.String[] headings
Some data we want to output.


texts

public static java.lang.String[] texts
Some text we want to output.

Constructor Detail

PdfTest

public PdfTest()
Method Detail

getHeaderAndFooter

public static void getHeaderAndFooter(com.lowagie.text.pdf.PdfWriter writer,
                                      com.lowagie.text.Document document)

getNewPage

public static void getNewPage()

main

public static void main(java.lang.String[] args)