Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.factories | |
com.lowagie.text.pdf |
Modifier and Type | Method and Description |
---|---|
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,
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,
Point location)
Adds a
Cell to the Table . |
void |
Table.addCell(String content)
Adds a
Cell to the Table . |
void |
Table.addCell(String content,
Point location)
Adds a
Cell to the Table . |
void |
SimpleCell.addElement(Element element)
Adds content to this object.
|
void |
Cell.addElement(Element element)
Adds an element to this
Cell . |
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(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,
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,
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,
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(String filename)
Gets an instance of an Image.
|
static Image |
Image.getInstance(URL url)
Gets an instance of an Image.
|
void |
Table.setWidths(float[] widths)
Sets the widths of the different columns (percentages).
|
Constructor and Description |
---|
Cell(Element element)
Constructs a
Cell with a certain Element . |
ImgCCITT(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data)
Creates an Image with CCITT compression.
|
ImgRaw(int width,
int height,
int components,
int bpc,
byte[] data)
Creates an Image in raw mode.
|
ImgTemplate(PdfTemplate template)
Creates an Image from a PdfTemplate.
|
ImgWMF(byte[] img)
Constructs an
ImgWMF -object from memory. |
ImgWMF(String filename)
Constructs an
ImgWMF -object, using a filename. |
ImgWMF(URL url)
Constructs an
ImgWMF -object, using an url. |
Jpeg(byte[] img)
Constructs a
Jpeg -object from memory. |
Jpeg(byte[] img,
float width,
float height)
Constructs a
Jpeg -object from memory. |
Jpeg(URL url)
Constructs a
Jpeg -object, using an url. |
Jpeg2000(byte[] img)
Constructs a
Jpeg2000 -object from memory. |
Jpeg2000(byte[] img,
float width,
float height)
Constructs a
Jpeg2000 -object from memory. |
Jpeg2000(URL url)
Constructs a
Jpeg2000 -object, using an url. |
Table(int columns)
Constructs a
Table with a certain number of columns. |
Table(int columns,
int rows)
Constructs a
Table with a certain number of columns
and a certain number of Row s. |
Modifier and Type | Method and Description |
---|---|
static Image |
ElementFactory.getImage(Properties attributes)
Creates an Image object based on a list of properties.
|
Modifier and Type | Method and Description |
---|---|
Image |
BarcodeDatamatrix.createImage()
Gets an
Image with the barcode. |
Image |
BarcodePDF417.getImage()
Gets an
Image with the barcode. |
Copyright © 2018. All rights reserved.