| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.pdf | |
| com.aowagie.text.pdf.events | |
| com.aowagie.text.pdf.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
Cell
A
Cell is a Rectangle containing other
Elements. |
class |
HeaderFooter
A
HeaderFooter-object is a Rectangle with text
that can be put above and/or below every page. |
class |
Image
An
Image is the representation of a graphic element (JPEG, PNG
or GIF) that has to be inserted into the document |
class |
ImgJBIG2
Support for JBIG2 images.
|
class |
ImgRaw
Raw Image data that has to be inserted into the document
|
class |
ImgWMF
An
ImgWMF is the representation of a windows metafile
that has to be inserted into the document |
class |
Jpeg
An
Jpeg is the representation of a graphic element (JPEG)
that has to be inserted into the document |
class |
SimpleTable
Rectangle that can be used for Cells.
|
class |
Table
A
Table is a Rectangle that contains Cells,
ordered in some kind of matrix. |
| Modifier and Type | Field and Description |
|---|---|
static Rectangle |
PageSize.A4
This is the a4 format
|
static Rectangle |
PageSize.LETTER
This is the letter format
|
protected Rectangle |
Document.pageSize
The size of the page.
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Document.getPageSize()
Gets the pagesize.
|
Rectangle |
Rectangle.rectangle(float top,
float bottom)
Gets a Rectangle that is altered to fit on the page.
|
Rectangle |
Rectangle.rotate()
Rotates the rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rectangle.cloneNonPositionParameters(Rectangle rect)
Copies each of the parameters, except the position, from a
Rectangle object |
boolean |
DocWriter.setPageSize(Rectangle pageSize)
Sets the pagesize.
|
boolean |
Document.setPageSize(Rectangle pageSize)
Sets the pagesize.
|
boolean |
DocListener.setPageSize(Rectangle pageSize)
Sets the pagesize.
|
void |
Rectangle.softCloneNonPositionParameters(Rectangle rect)
Copies each of the parameters, except the position, from a
Rectangle object if the value is set there |
| Constructor and Description |
|---|
Document(Rectangle pageSize)
Constructs a new
Document -object. |
Rectangle(Rectangle rect)
Constructs a
Rectangle -object. |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfPCell
A cell in a PdfPTable.
|
| Modifier and Type | Field and Description |
|---|---|
protected Rectangle |
PdfTemplate.bBox
The bounding box of this template
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Barcode128.getBarcodeSize()
Gets the maximum area that the barcode and the text, if
any, will occupy.
|
abstract Rectangle |
Barcode.getBarcodeSize()
Gets the maximum area that the barcode and the text, if
any, will occupy.
|
Rectangle |
PdfTemplate.getBoundingBox() |
Rectangle |
PdfSignatureAppearance.getPageRect()
Gets the rectangle that represent the position and dimension of the signature in the page.
|
Rectangle |
PdfWriter.getPageSize()
Use this method to get the size of the media box.
|
Rectangle |
PdfReader.getPageSize(int index)
Gets the page size without taking rotation into account.
|
Rectangle |
PdfReader.getPageSizeWithRotation(int index)
Gets the page size, taking rotation into account.
|
Rectangle |
PdfSignatureAppearance.getRect()
Gets the rectangle representing the signature dimensions.
|
Rectangle |
PdfRectangle.getRectangle()
Returns the high level version of this PdfRectangle
|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPCellEvent.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases)
This method is called at the end of the cell rendering.
|
static PdfAnnotation |
PdfAnnotation.createScreen(PdfWriter writer,
Rectangle rect,
String clipTitle,
PdfFileSpecification fs,
String mimeType,
boolean playOnDisplay)
Creates a screen PdfAnnotation
|
void |
PdfStamper.insertPage(int pageNumber,
Rectangle mediabox)
Inserts a blank page.
|
void |
PdfPageEventHelper.onGenericTag(PdfWriter writer,
Document document,
Rectangle rect,
String text)
Called when a
Chunk with a generic tag is written. |
void |
PdfPageEvent.onGenericTag(PdfWriter writer,
Document document,
Rectangle rect,
String text)
Called when a
Chunk with a generic tag is written. |
void |
PdfContentByte.rectangle(Rectangle rectangle)
Adds a border (complete or partially) to the current path..
|
void |
PdfTemplate.setBoundingBox(Rectangle bBox) |
void |
PdfWriter.setCropBoxSize(Rectangle crop)
Use this method to set the crop box.
|
void |
PdfSignatureAppearance.setVisibleSignature(Rectangle pageRect,
int page,
String fieldName)
Sets the signature to be visible.
|
void |
PdfFormField.setWidget(Rectangle rect,
PdfName highlight) |
void |
PdfPTable.setWidthPercentage(float[] columnWidth,
Rectangle pageSize)
Sets the percentage width of the table from the absolute column width.
|
| Constructor and Description |
|---|
TextField(PdfWriter writer,
Rectangle box,
String fieldName)
Creates a new
TextField. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPCellEventForwarder.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases) |
void |
PdfPageEventForwarder.onGenericTag(PdfWriter writer,
Document document,
Rectangle rect,
String text)
Called when a
Chunk with a generic tag is written. |
| Modifier and Type | Method and Description |
|---|---|
static PdfAnnotation |
PdfAnnotationsImp.convertAnnotation(PdfWriter writer,
Annotation annot,
Rectangle defaultRect) |
PdfArray |
PdfAnnotationsImp.rotateAnnotations(PdfWriter writer,
Rectangle pageSize) |
Copyright © 2021. All rights reserved.