Uses of Class
com.aowagie.text.BadElementException
Packages that use BadElementException
-
Uses of BadElementException in com.aowagie.text
Methods in com.aowagie.text that throw BadElementExceptionModifier and TypeMethodDescriptionTable.createPdfPTable()Create a PdfPTable based on this Table object.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, int components, int bpc, byte[] data) Gets an instance of an Image in raw mode.static ImageImage.getInstance(PdfTemplate template) gets an instance of an Imagestatic 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.voidTable.setWidths(float[] widths) Sets the widths of the different columns (percentages).Constructors in com.aowagie.text that throw BadElementException -
Uses of BadElementException in com.aowagie.text.factories
Methods in com.aowagie.text.factories that throw BadElementExceptionModifier and TypeMethodDescriptionstatic ImageElementFactory.getImage(Properties attributes) Creates an Image object based on a list of properties.