Uses of Class
com.lowagie.text.BadElementException
Packages that use BadElementException
-
Uses of BadElementException in com.lowagie.text
Methods in com.lowagie.text that throw BadElementExceptionModifier and TypeMethodDescriptionvoidAdds aCellto theTableat a certain row and column.voidAdds aCellto theTableat a certain location.voidAdds aCellto theTable.voidAdds aCellto theTable.voidAdds aCellto theTable.voidAdds aCellto theTable.voidCell.addElement(Element element) Adds an element to thisCell.voidSimpleCell.addElement(Element element) Adds content to this object.voidSimpleTable.addElement(SimpleCell element) Adds content to this object.SimpleCell.createCell(SimpleCell rowAttributes) Creates a Cell with these attributes.Cell.createPdfPCell()Creates a PdfPCell based on this Cell object.Table.createPdfPTable()Create a PdfPTable based on this Table object.SimpleTable.createTable()Creates a Table object based on this TableAttributes object.voidTable.deleteColumn(int column) Deletes a column in this table.static ImageImage.getInstance(byte[] imgb) gets an instance of an Imagestatic ImageImage.getInstance(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data) Creates an Image with CCITT G3 or G4 compression.static ImageImage.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 ImageImage.getInstance(int width, int height, int components, int bpc, byte[] data) Gets an instance of an Image in raw mode.static ImageImage.getInstance(int width, int height, int components, int bpc, byte[] data, int[] transparency) Gets an instance of an Image in raw mode.static ImageImage.getInstance(PdfContentByte cb, Image awtImage, float quality) Gets an instance of a Image from a java.awt.Image.static ImageImage.getInstance(PdfTemplate template) gets an instance of an Imagestatic ImageImage.getInstance(PdfWriter writer, Image awtImage, float quality) Gets an instance of a Image from a java.awt.Image.static ImageImage.getInstance(PRIndirectReference ref) Reuses an existing image.static ImageImage.getInstance(Image image, Color color) Gets an instance of an Image from a java.awt.Image.static ImageImage.getInstance(Image image, Color color, boolean forceBW) Gets an instance of an Image from a java.awt.Image.static ImageImage.getInstance(String filename) Gets an instance of an Image.static ImageImage.getInstance(URL url) Gets an instance of an Image.voidTable.setWidths(float[] widths) Sets the widths of the different columns (percentages).Constructors in com.lowagie.text that throw BadElementExceptionModifierConstructorDescriptionConstructs aCellwith a certainElement.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 anImgWMF-object from memory.Constructs anImgWMF-object, using a filename.Constructs anImgWMF-object, using an url.Jpeg(byte[] img) Constructs aJpeg-object from memory.Jpeg(byte[] img, float width, float height) Constructs aJpeg-object from memory.Constructs aJpeg-object, using an url.Jpeg2000(byte[] img) Constructs aJpeg2000-object from memory.Jpeg2000(byte[] img, float width, float height) Constructs aJpeg2000-object from memory.Constructs aJpeg2000-object, using an url.Table(int columns) Constructs aTablewith a certain number of columns.Table(int columns, int rows) Constructs aTablewith a certain number of columns and a certain number ofRows. -
Uses of BadElementException in com.lowagie.text.factories
Methods in com.lowagie.text.factories that throw BadElementExceptionModifier and TypeMethodDescriptionstatic ImageElementFactory.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 BadElementExceptionModifier and TypeMethodDescriptionBarcodeDatamatrix.createImage()Gets anImagewith the barcode.BarcodePDF417.getImage()Gets anImagewith the barcode.