org.telscenter.pas.ui.pdf
Class PDFUtil

java.lang.Object
  extended by org.telscenter.pas.ui.pdf.PDFUtil

public class PDFUtil
extends java.lang.Object

Author:
anthonyperritano

Field Summary
static int defaultFont
           
 
Constructor Summary
PDFUtil()
           
 
Method Summary
static com.lowagie.text.pdf.PdfPCell createActivityTitle(java.lang.String titleText)
           
static com.lowagie.text.pdf.PdfPCell createEmptyCell()
           
static com.lowagie.text.Element createHeading(java.lang.String userNameStr, java.lang.String projectTitleStr)
           
static com.lowagie.text.pdf.PdfPTable createStepTitle(java.lang.String noteTitle)
           
static java.lang.String getNonSlashDate()
           
static java.lang.String getSlashDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultFont

public static int defaultFont
Constructor Detail

PDFUtil

public PDFUtil()
Method Detail

createStepTitle

public static com.lowagie.text.pdf.PdfPTable createStepTitle(java.lang.String noteTitle)

createActivityTitle

public static com.lowagie.text.pdf.PdfPCell createActivityTitle(java.lang.String titleText)

createEmptyCell

public static com.lowagie.text.pdf.PdfPCell createEmptyCell()

createHeading

public static com.lowagie.text.Element createHeading(java.lang.String userNameStr,
                                                     java.lang.String projectTitleStr)
Returns:

getSlashDate

public static java.lang.String getSlashDate()

getNonSlashDate

public static java.lang.String getNonSlashDate()


Copyright © 2004-2008 TELS Center. All Rights Reserved.