void |
Table.addCell(Cell aCell,
int row,
int column) |
Adds a Cell to the Table at a certain row and column.
|
void |
Table.addCell(Cell aCell,
java.awt.Point aLocation) |
Adds a Cell to the Table at a certain location.
|
void |
Table.addCell(Phrase content) |
Adds a Cell to the Table .
|
void |
Table.addCell(Phrase content,
java.awt.Point location) |
Adds a Cell to the Table .
|
void |
Table.addCell(java.lang.String content) |
Adds a Cell to the Table .
|
void |
Table.addCell(java.lang.String content,
java.awt.Point location) |
Adds a Cell to the Table .
|
void |
Cell.addElement(Element element) |
Adds an element to this Cell .
|
void |
SimpleCell.addElement(Element element) |
Adds content to this object.
|
void |
SimpleTable.addElement(SimpleCell element) |
Adds content to this object.
|
Cell |
SimpleCell.createCell(SimpleCell rowAttributes) |
Creates a Cell with these attributes.
|
PdfPCell |
Cell.createPdfPCell() |
Creates a PdfPCell based on this Cell object.
|
PdfPTable |
Table.createPdfPTable() |
Create a PdfPTable based on this Table object.
|
Table |
SimpleTable.createTable() |
Creates a Table object based on this TableAttributes object.
|
void |
Table.deleteColumn(int column) |
Deletes a column in this table.
|
static Image |
Image.getInstance(byte[] imgb) |
gets an instance of an Image
|
static Image |
Image.getInstance(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data) |
Creates an Image with CCITT G3 or G4 compression.
|
static Image |
Image.getInstance(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data,
int[] transparency) |
Creates an Image with CCITT G3 or G4 compression.
|
static Image |
Image.getInstance(int width,
int height,
int components,
int bpc,
byte[] data) |
Gets an instance of an Image in raw mode.
|
static Image |
Image.getInstance(int width,
int height,
int components,
int bpc,
byte[] data,
int[] transparency) |
Gets an instance of an Image in raw mode.
|
static Image |
Image.getInstance(PdfContentByte cb,
java.awt.Image awtImage,
float quality) |
Gets an instance of a Image from a java.awt.Image.
|
static Image |
Image.getInstance(PdfTemplate template) |
gets an instance of an Image
|
static Image |
Image.getInstance(PdfWriter writer,
java.awt.Image awtImage,
float quality) |
Gets an instance of a Image from a java.awt.Image.
|
static Image |
Image.getInstance(PRIndirectReference ref) |
Reuses an existing image.
|
static Image |
Image.getInstance(java.awt.Image image,
java.awt.Color color) |
Gets an instance of an Image from a java.awt.Image.
|
static Image |
Image.getInstance(java.awt.Image image,
java.awt.Color color,
boolean forceBW) |
Gets an instance of an Image from a java.awt.Image.
|
static Image |
Image.getInstance(java.lang.String filename) |
Gets an instance of an Image.
|
static Image |
Image.getInstance(java.net.URL url) |
Gets an instance of an Image.
|
private void |
ImgWMF.processParameters() |
This method checks if the image is a valid WMF and processes some parameters.
|
private void |
Jpeg.processParameters() |
This method checks if the image is a valid JPEG and processes some parameters.
|
void |
Table.setWidths(float[] widths) |
Sets the widths of the different columns (percentages).
|