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