Uses of Class
com.lowagie.text.BadElementException

Packages that use BadElementException
com.lowagie.text   
com.lowagie.text.pdf   
com.lowagie.text.rtf   
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 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(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(Properties attributes)
          Returns an Image that has been constructed taking in account the value of some attributes .
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.
ImgPostscript(byte[] img)
          Constructs an ImgPostscript-object from memory.
ImgPostscript(byte[] content, float width, float height)
           
ImgPostscript(String filename)
          Constructs an ImgPostscript-object, using a filename.
ImgPostscript(URL url)
          Constructs an ImgPostscript-object, using an url.
ImgRaw(int width, int height, int components, int bpc, byte[] data)
          Creats an Image in raw mode.
ImgTemplate(PdfTemplate template)
          Creats 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(String filename)
          Deprecated. use Image.getInstance(...) to create an Image
Jpeg(String filename, float width, float height)
          Deprecated. use Image.getInstance(...) to create an Image
Jpeg(URL url)
          Constructs a Jpeg-object, using an url.
Jpeg(URL url, float width, float height)
          Deprecated. use Image.getInstance(...) to create an Image
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.pdf
 

Methods in com.lowagie.text.pdf that throw BadElementException
 Image BarcodePDF417.getImage()
          Gets an Image with the barcode.
 

Uses of BadElementException in com.lowagie.text.rtf
 

Constructors in com.lowagie.text.rtf that throw BadElementException
RtfTableCell(Element element)
          Deprecated. Constructs a Cell with a certain Element.
 

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
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.