|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfPTable | |
---|---|
at.knowcenter.wag.egov.egiz | |
at.knowcenter.wag.egov.egiz.pdf | |
com.lowagie.text | |
com.lowagie.text.html.simpleparser | |
com.lowagie.text.pdf | |
com.lowagie.text.pdf.events |
Uses of PdfPTable in at.knowcenter.wag.egov.egiz |
---|
Methods in at.knowcenter.wag.egov.egiz that return PdfPTable | |
---|---|
static PdfPTable |
PdfAS.createPdfPTableFromSignatureObject(SignatureObject signature_object)
Creates the iText PDFPTable from a given SignatureObject. |
Methods in at.knowcenter.wag.egov.egiz with parameters of type PdfPTable | |
---|---|
static PositioningInstruction |
PdfAS.adjustTableAndCalculatePosition(byte[] pdf,
PdfPTable pdf_table)
Sets the width of the table according to the layout of the document and calculates the y position where the PDFPTable should be placed. |
static PositioningInstruction |
PdfAS.adjustTableAndCalculatePositionRegardingFooter(byte[] pdf,
PdfPTable pdf_table,
float footer_line)
Sets the width of the table according to the layout of the document and calculates the y position where the PDFPTable should be placed. |
static PositioningInstruction |
PdfAS.determineTablePositioning(TablePos pos,
String signature_type,
byte[] pdf,
PdfPTable pdf_table)
Evalutates absolute positioning and prepares the PositioningInstruction for placing the table. |
Uses of PdfPTable in at.knowcenter.wag.egov.egiz.pdf |
---|
Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type PdfPTable | |
---|---|
static IncrementalUpdateInformation |
BinarySignature.writeIncrementalUpdate(byte[] original_document,
PdfPTable pdf_table,
PositioningInstruction pi,
List variable_field_definitions,
List all_field_definitions)
Signs a document with the given signature table using the Incremental Update method. |
Uses of PdfPTable in com.lowagie.text |
---|
Methods in com.lowagie.text that return PdfPTable | |
---|---|
PdfPTable |
SimpleTable.createPdfPTable()
Creates a PdfPTable object based on this TableAttributes object. |
PdfPTable |
Table.createPdfPTable()
Create a PdfPTable based on this Table object. |
Methods in com.lowagie.text with parameters of type PdfPTable | |
---|---|
void |
SimpleTable.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases)
|
Uses of PdfPTable in com.lowagie.text.html.simpleparser |
---|
Methods in com.lowagie.text.html.simpleparser that return PdfPTable | |
---|---|
PdfPTable |
IncTable.buildTable()
|
Uses of PdfPTable in com.lowagie.text.pdf |
---|
Methods in com.lowagie.text.pdf that return PdfPTable | |
---|---|
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content). |
Methods in com.lowagie.text.pdf with parameters of type PdfPTable | |
---|---|
void |
PdfPTable.addCell(PdfPTable table)
Adds a nested table. |
boolean |
PdfWriter.fitsPage(PdfPTable table)
Checks if a PdfPTable fits the current page of the PdfDocument . |
boolean |
PdfWriter.fitsPage(PdfPTable table,
float margin)
Checks if a PdfPTable fits the current page of the PdfDocument . |
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content). |
void |
PdfPTableEvent.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases)
This method is called at the end of the table rendering. |
Constructors in com.lowagie.text.pdf with parameters of type PdfPTable | |
---|---|
PdfPCell(PdfPTable table)
Constructs a PdfPCell with a PdfPtable . |
|
PdfPTable(PdfPTable table)
Constructs a copy of a PdfPTable . |
Uses of PdfPTable in com.lowagie.text.pdf.events |
---|
Methods in com.lowagie.text.pdf.events with parameters of type PdfPTable | |
---|---|
void |
PdfPTableEventForwarder.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |