public abstract class PdfFormatUtil extends Object
Constructor and Description |
---|
PdfFormatUtil() |
Modifier and Type | Method and Description |
---|---|
com.itextpdf.text.Font |
getBoldFont() |
com.itextpdf.text.Font |
getDefaultFont() |
abstract com.itextpdf.text.Document |
getDocument(float f1,
float f2,
float f3,
float f4) |
com.itextpdf.text.pdf.PdfPCell |
getEmptyCell() |
com.itextpdf.text.Font |
getFont(String data) |
String |
getFontFilePath(String classpathRelativePath) |
List<Character.UnicodeBlock> |
getListOfLanguage(String data) |
com.itextpdf.text.pdf.PdfPCell |
getPdfPCellAligned(String chunk,
int font,
int val) |
com.itextpdf.text.pdf.PdfPCell |
getPdfPCellInJustified(String chunk) |
com.itextpdf.text.pdf.PdfPCell |
getPdfPCellInLeft(String chunk) |
void |
populateColorMap() |
void |
populateFontMap() |
public PdfFormatUtil()
public void populateColorMap()
public void populateFontMap()
public com.itextpdf.text.Font getBoldFont()
public com.itextpdf.text.pdf.PdfPCell getPdfPCellInJustified(String chunk)
public com.itextpdf.text.pdf.PdfPCell getPdfPCellAligned(String chunk, int font, int val)
public com.itextpdf.text.pdf.PdfPCell getPdfPCellInLeft(String chunk)
public com.itextpdf.text.Font getDefaultFont()
public List<Character.UnicodeBlock> getListOfLanguage(String data)
public String getFontFilePath(String classpathRelativePath)
public abstract com.itextpdf.text.Document getDocument(float f1, float f2, float f3, float f4)
public com.itextpdf.text.pdf.PdfPCell getEmptyCell()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.