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 TypeMethodDescriptionvoid
Adds aCell
to theTable
at a certain row and column.void
Adds aCell
to theTable
at a certain location.void
Adds aCell
to theTable
.void
Adds aCell
to theTable
.void
Adds aCell
to theTable
.void
Adds aCell
to theTable
.void
Cell.addElement
(Element element) Adds an element to thisCell
.void
SimpleCell.addElement
(Element element) Adds content to this object.void
SimpleTable.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.void
Table.deleteColumn
(int column) Deletes a column in this table.static Image
Image.getInstance
(byte[] imgb) gets an instance of an Imagestatic 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 Imagestatic 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
(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
(String filename) Gets an instance of an Image.static Image
Image.getInstance
(URL url) Gets an instance of an Image.private void
ImgWMF.processParameters()
This method checks if the image is a valid WMF and processes some parameters.private void
Jpeg.processParameters()
This method checks if the image is a valid JPEG and processes some parameters.void
Table.setWidths
(float[] widths) Sets the widths of the different columns (percentages).Constructors in com.lowagie.text that throw BadElementExceptionModifierConstructorDescriptionConstructs aCell
with 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 aTable
with a certain number of columns.Table
(int columns, int rows) Constructs aTable
with a certain number of columns and a certain number ofRow
s. -
Uses of BadElementException in com.lowagie.text.factories
Methods in com.lowagie.text.factories that throw BadElementExceptionModifier and TypeMethodDescriptionstatic 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 BadElementExceptionModifier and TypeMethodDescriptionBarcodeDatamatrix.createImage()
Gets anImage
with the barcode.BarcodePDF417.getImage()
Gets anImage
with the barcode.