Uses of Class
com.lowagie.text.pdf.PdfPCell

Packages that use PdfPCell
at.knowcenter.wag.egov.egiz.test   
com.lowagie.text   
com.lowagie.text.html.simpleparser   
com.lowagie.text.pdf   
com.lowagie.text.pdf.events   
 

Uses of PdfPCell in at.knowcenter.wag.egov.egiz.test
 

Methods in at.knowcenter.wag.egov.egiz.test that return PdfPCell
protected static PdfPCell BinSig.makeCell(String text, int vAlignment, int hAlignment, Font font, float leading, float padding, Rectangle borders, boolean ascender, boolean descender)
           
 

Uses of PdfPCell in com.lowagie.text
 

Methods in com.lowagie.text that return PdfPCell
 PdfPCell Cell.createPdfPCell()
          Creates a PdfPCell based on this Cell object.
 PdfPCell SimpleCell.createPdfPCell(SimpleCell rowAttributes)
          Creates a PdfPCell with these attributes.
 

Methods in com.lowagie.text with parameters of type PdfPCell
 void SimpleCell.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
           
 

Uses of PdfPCell in com.lowagie.text.html.simpleparser
 

Methods in com.lowagie.text.html.simpleparser that return PdfPCell
 PdfPCell IncCell.getCell()
           
 

Methods in com.lowagie.text.html.simpleparser with parameters of type PdfPCell
 void IncTable.addCol(PdfPCell cell)
           
 

Uses of PdfPCell in com.lowagie.text.pdf
 

Fields in com.lowagie.text.pdf declared as PdfPCell
protected  PdfPCell[] PdfPRow.cells
           
protected  PdfPCell[] PdfPTable.currentRow
           
protected  PdfPCell PdfPTable.defaultCell
           
 

Methods in com.lowagie.text.pdf that return PdfPCell
 PdfPCell PdfPTable.getDefaultCell()
          Gets the default PdfPCell that will be used as reference for all the addCell methods except addCell(PdfPCell).
 

Methods in com.lowagie.text.pdf with parameters of type PdfPCell
 void PdfPTable.addCell(PdfPCell cell)
          Adds a cell element.
 void PdfPCellEvent.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
          This method is called at the end of the cell rendering.
 void PdfPRow.writeBorderAndBackground(float xPos, float yPos, PdfPCell cell, PdfContentByte[] canvases)
          Writes the border and background of one cell in the row.
 

Constructors in com.lowagie.text.pdf with parameters of type PdfPCell
PdfPCell(PdfPCell cell)
          Constructs a deep copy of a PdfPCell.
PdfPRow(PdfPCell[] cells)
          Constructs a new PdfPRow with the cells in the array that was passed as a parameter.
 

Uses of PdfPCell in com.lowagie.text.pdf.events
 

Methods in com.lowagie.text.pdf.events with parameters of type PdfPCell
 void FieldPositioningEvents.cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases)
           
 void PdfPCellEventForwarder.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
           
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.