|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BadElementException | |
|---|---|
| com.lowagie.text | |
| com.lowagie.text.factories | |
| com.lowagie.text.pdf | |
| com.lowagie.text.rtf.table | |
| Uses of BadElementException in com.lowagie.text |
|---|
| Methods in com.lowagie.text that throw BadElementException | |
|---|---|
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). |
| Constructors in com.lowagie.text that throw BadElementException | |
|---|---|
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 Rows. |
|
| Uses of BadElementException in com.lowagie.text.factories |
|---|
| Methods in com.lowagie.text.factories that throw BadElementException | |
|---|---|
static Image |
ElementFactory.getImage(Properties attributes)
Creates an Image object based on a list of properties. |
| Uses of BadElementException in com.lowagie.text.pdf |
|---|
| Methods in com.lowagie.text.pdf that throw BadElementException | |
|---|---|
Image |
BarcodeDatamatrix.createImage()
Gets an Image with the barcode. |
Image |
BarcodePDF417.getImage()
Gets an Image with the barcode. |
| Uses of BadElementException in com.lowagie.text.rtf.table |
|---|
| Constructors in com.lowagie.text.rtf.table that throw BadElementException | |
|---|---|
RtfCell(Element element)
Constructs a RtfCell based upon an Element |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||