| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.pdf | |
| com.aowagie.text.pdf.codec.wmf | |
| com.aowagie.text.pdf.draw | |
| com.aowagie.text.pdf.events |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTable.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases) |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfImportedPage
Represents an imported page.
|
class |
PdfPatternPainter
Implements the pattern.
|
class |
PdfTemplate
Implements the form XObject.
|
| Modifier and Type | Field and Description |
|---|---|
protected PdfContentByte |
ColumnText.canvas
The
PdfContent where the text will be written to. |
protected PdfContentByte[] |
ColumnText.canvases |
| Modifier and Type | Method and Description |
|---|---|
static PdfContentByte[] |
PdfPTable.beginWritingRows(PdfContentByte canvas)
Gets and initializes the 4 layers where the table is written to.
|
PdfContentByte |
ColumnText.getCanvas()
Gets the canvas.
|
PdfContentByte[] |
ColumnText.getCanvases()
Gets the canvases.
|
PdfContentByte |
PdfWriter.getDirectContent()
Use this method to get the direct content for this document.
|
PdfContentByte |
PdfStamperImp.getDirectContent() |
PdfContentByte |
PdfWriter.getDirectContentUnder()
Use this method to get the direct content under for this document.
|
PdfContentByte |
PdfStamperImp.getDirectContentUnder() |
PdfContentByte |
PdfTemplate.getDuplicate()
Gets a duplicate of this
PdfTemplate. |
PdfContentByte |
PdfPatternPainter.getDuplicate()
Gets a duplicate of this
PdfPatternPainter. |
PdfContentByte |
PdfImportedPage.getDuplicate()
Always throws an error.
|
PdfContentByte |
PdfContentByte.getDuplicate()
Gets a duplicate of this
PdfContentByte. |
PdfContentByte |
PdfStamper.getOverContent(int pageNum)
Gets a
PdfContentByte to write over the page of
the original document. |
| Modifier and Type | Method and Description |
|---|---|
static PdfContentByte[] |
PdfPTable.beginWritingRows(PdfContentByte canvas)
Gets and initializes the 4 layers where the table is written to.
|
void |
PdfPCellEvent.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases)
This method is called at the end of the cell rendering.
|
Image |
Barcode.createImageWithBarcode(PdfContentByte cb,
Color barColor,
Color textColor)
Creates an
Image with the barcode. |
PdfTemplate |
Barcode.createTemplateWithBarcode(PdfContentByte cb,
Color barColor,
Color textColor)
Creates a template with the barcode.
|
static void |
PdfPTable.endWritingRows(PdfContentByte[] canvases)
Finishes writing the table.
|
Rectangle |
Barcode128.placeBarcode(PdfContentByte cb,
Color barColor,
Color textColor)
Places the barcode in a
PdfContentByte. |
abstract Rectangle |
Barcode.placeBarcode(PdfContentByte cb,
Color barColor,
Color textColor)
Places the barcode in a
PdfContentByte. |
void |
ColumnText.setCanvas(PdfContentByte canvas)
Sets the canvas.
|
void |
ColumnText.setCanvases(PdfContentByte[] canvases)
Sets the canvases.
|
void |
PdfAnnotation.setDefaultAppearanceString(PdfContentByte cb) |
static void |
ColumnText.showTextAligned(PdfContentByte canvas,
int alignment,
Phrase phrase,
float x,
float y,
float rotation)
Shows a line of text.
|
static void |
ColumnText.showTextAligned(PdfContentByte canvas,
int alignment,
Phrase phrase,
float x,
float y,
float rotation,
int runDirection,
int arabicOptions)
Shows a line of text.
|
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.
|
float |
MultiColumnText.write(PdfContentByte canvas,
com.aowagie.text.pdf.PdfDocument document,
float documentY)
Write out the columns.
|
float |
PdfPTable.writeSelectedRows(int rowStart,
int rowEnd,
float xPos,
float yPos,
PdfContentByte canvas)
Writes the selected rows to the document.
|
float |
PdfPTable.writeSelectedRows(int rowStart,
int rowEnd,
float xPos,
float yPos,
PdfContentByte[] canvases)
Writes the selected rows to the document.
|
float |
PdfPTable.writeSelectedRows(int colStart,
int colEnd,
int rowStart,
int rowEnd,
float xPos,
float yPos,
PdfContentByte canvas)
Writes the selected rows and columns to the document.
|
float |
PdfPTable.writeSelectedRows(int colStart,
int colEnd,
int rowStart,
int rowEnd,
float xPos,
float yPos,
PdfContentByte[] canvases)
Writes the selected rows and columns to the document.
|
| Constructor and Description |
|---|
ColumnText(PdfContentByte canvas)
Creates a
ColumnText. |
| Constructor and Description |
|---|
MetaDo(InputStream in,
PdfContentByte cb) |
| Modifier and Type | Method and Description |
|---|---|
void |
VerticalPositionMark.draw(PdfContentByte canvas,
float llx,
float lly,
float urx,
float ury,
float y) |
void |
LineSeparator.draw(PdfContentByte canvas,
float llx,
float lly,
float urx,
float ury,
float y) |
void |
DrawInterface.draw(PdfContentByte canvas,
float llx,
float lly,
float urx,
float ury,
float y)
Implement this method if you want to draw something at the current Y position
(for instance a line).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPCellEventForwarder.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases) |
void |
PdfPTableEventForwarder.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases) |
Copyright © 2021. All rights reserved.