| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.factories |
| Modifier and Type | Method and Description |
|---|---|
PdfPTable |
Table.createPdfPTable()
Create a PdfPTable based on this Table object.
|
static Image |
Image.getInstance(byte[] imgb)
gets an instance of an Image
|
static Image |
Image.getInstance(Image image,
Color color)
Gets an instance of an Image from a java.awt.Image.
|
static Image |
Image.getInstance(Image image,
Color color,
boolean forceBW)
Gets an instance of an Image from a java.awt.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,
int components,
int bpc,
byte[] data)
Gets an instance of an Image in raw mode.
|
static Image |
Image.getInstance(PdfTemplate template)
gets an instance of an Image
|
static Image |
Image.getInstance(String filename)
Gets an instance of an Image.
|
void |
Table.setWidths(float[] widths)
Sets the widths of the different columns (percentages).
|
| Constructor and Description |
|---|
ImgRaw(int width,
int height,
int components,
int bpc,
byte[] data)
Creates an Image in raw mode.
|
Jpeg(byte[] img)
Constructs a
Jpeg-object from memory. |
Table(int columns)
Constructs a
Table with a certain number of columns. |
| Modifier and Type | Method and Description |
|---|---|
static Image |
ElementFactory.getImage(Properties attributes)
Creates an Image object based on a list of properties.
|
Copyright © 2021. All rights reserved.