com.u2d.reporting
Class ITextUtils

java.lang.Object
  extended by com.u2d.reporting.ITextUtils

public class ITextUtils
extends java.lang.Object

Created by IntelliJ IDEA. User: eitan Date: Apr 4, 2006 Time: 4:58:27 PM


Field Summary
static com.lowagie.text.Font boldFont
           
static com.lowagie.text.Font font
           
static com.lowagie.text.Font smallFont
           
 
Constructor Summary
ITextUtils()
           
 
Method Summary
static void addSpace(com.lowagie.text.Document doc)
           
static void addSpace(com.lowagie.text.Document doc, int height)
           
static com.lowagie.text.Rectangle border(float thickness, int sides)
           
static com.lowagie.text.pdf.PdfPCell cell(com.lowagie.text.Paragraph p, int halign)
           
static com.lowagie.text.pdf.PdfPCell cell(com.lowagie.text.Paragraph p, com.lowagie.text.Rectangle border)
           
static com.lowagie.text.pdf.PdfPCell cell(com.lowagie.text.Paragraph p, com.lowagie.text.Rectangle border, int halign)
           
static com.lowagie.text.Paragraph f(java.lang.String text)
           
static com.lowagie.text.Paragraph h(java.lang.String text)
           
static com.lowagie.text.ListItem li(com.lowagie.text.Paragraph p)
           
static com.lowagie.text.List list()
           
static com.lowagie.text.Paragraph p(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

public static com.lowagie.text.Font font

boldFont

public static com.lowagie.text.Font boldFont

smallFont

public static com.lowagie.text.Font smallFont
Constructor Detail

ITextUtils

public ITextUtils()
Method Detail

list

public static com.lowagie.text.List list()

li

public static com.lowagie.text.ListItem li(com.lowagie.text.Paragraph p)

cell

public static com.lowagie.text.pdf.PdfPCell cell(com.lowagie.text.Paragraph p,
                                                 com.lowagie.text.Rectangle border)

cell

public static com.lowagie.text.pdf.PdfPCell cell(com.lowagie.text.Paragraph p,
                                                 int halign)

cell

public static com.lowagie.text.pdf.PdfPCell cell(com.lowagie.text.Paragraph p,
                                                 com.lowagie.text.Rectangle border,
                                                 int halign)

border

public static com.lowagie.text.Rectangle border(float thickness,
                                                int sides)

p

public static com.lowagie.text.Paragraph p(java.lang.String text)

h

public static com.lowagie.text.Paragraph h(java.lang.String text)

f

public static com.lowagie.text.Paragraph f(java.lang.String text)

addSpace

public static void addSpace(com.lowagie.text.Document doc,
                            int height)
                     throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

addSpace

public static void addSpace(com.lowagie.text.Document doc)
                     throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException