Uses of Class
com.lowagie.text.BadElementException

Packages that use BadElementException
  • Uses of BadElementException in com.lowagie.text

    Modifier and Type
    Method
    Description
    void
    Table.addCell(Cell aCell, int row, int column)
    Deprecated.
    Adds a Cell to the Table at a certain row and column.
    void
    Table.addCell(Cell aCell, Point aLocation)
    Deprecated.
    Adds a Cell to the Table at a certain location.
    void
    Table.addCell(Phrase content)
    Deprecated.
    Adds a Cell to the Table.
    void
    Table.addCell(Phrase content, Point location)
    Deprecated.
    Adds a Cell to the Table.
    void
    Table.addCell(String content)
    Deprecated.
    Adds a Cell to the Table.
    void
    Table.addCell(String content, Point location)
    Deprecated.
    Adds a Cell to the Table.
    void
    Cell.addElement(Element element)
    Deprecated.
    Adds an element to this Cell.
    void
    SimpleCell.addElement(Element element)
    Deprecated.
    Adds content to this object.
    void
    SimpleTable.addElement(SimpleCell element)
    Deprecated.
    Adds content to this object.
    SimpleCell.createCell(SimpleCell rowAttributes)
    Deprecated.
    Creates a Cell with these attributes.
    Deprecated.
    Creates a PdfPCell based on this Cell object.
    Deprecated.
    Create a PdfPTable based on this Table object.
    SimpleTable.createTable()
    Deprecated.
    Creates a Table object based on this TableAttributes object.
    void
    Table.deleteColumn(int column)
    Deprecated.
    Deletes a column in this table.
    static Image
    Image.getInstance(byte[] imgb)
    Deprecated.
    gets an instance of an Image
    static Image
    Image.getInstance(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data)
    Deprecated.
    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)
    Deprecated.
    Creates an Image with CCITT G3 or G4 compression.
    static Image
    Image.getInstance(int width, int height, int components, int bpc, byte[] data)
    Deprecated.
    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)
    Deprecated.
    Gets an instance of an Image in raw mode.
    static Image
    Image.getInstance(PdfContentByte cb, Image awtImage, float quality)
    Deprecated.
    Gets an instance of a Image from a java.awt.Image.
    static Image
    Image.getInstance(PdfTemplate template)
    Deprecated.
    gets an instance of an Image
    static Image
    Image.getInstance(PdfWriter writer, Image awtImage, float quality)
    Deprecated.
    Gets an instance of a Image from a java.awt.Image.
    static Image
    Deprecated.
    Reuses an existing image.
    static Image
    Image.getInstance(Image image, Color color)
    Deprecated.
    Gets an instance of an Image from a java.awt.Image.
    static Image
    Image.getInstance(Image image, Color color, boolean forceBW)
    Deprecated.
    Gets an instance of an Image from a java.awt.Image.
    static Image
    Image.getInstance(String filename)
    Deprecated.
    Gets an instance of an Image.
    static Image
    Image.getInstance(String mediaType, String base64Data)
    Deprecated.
     
    static Image
    Image.getInstance(URL url)
    Deprecated.
    Gets an instance of an Image.
    static Image
    Deprecated.
    Gets an instance of an Image from the classpath.
    void
    Table.setWidths(float[] widths)
    Deprecated.
    Sets the widths of the different columns (percentages).
    Constructors in com.lowagie.text that throw BadElementException
    Modifier
    Constructor
    Description
     
    Cell(Element element)
    Deprecated.
    Constructs a Cell with a certain Element.
     
    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.
     
    Deprecated.
    Creates an Image from a PdfTemplate.
     
    ImgWMF(byte[] img)
    Deprecated.
    Constructs an ImgWMF-object from memory.
     
    ImgWMF(String filename)
    Deprecated.
    Constructs an ImgWMF-object, using a filename.
     
    ImgWMF(URL url)
    Deprecated.
    Constructs an ImgWMF-object, using an url.
     
    Jpeg(byte[] img)
    Deprecated.
    Constructs a Jpeg-object from memory.
     
    Jpeg(byte[] img, float width, float height)
    Deprecated.
    Constructs a Jpeg-object from memory.
     
    Jpeg(URL url)
    Deprecated.
    Constructs a Jpeg-object, using an url.
     
    Jpeg2000(byte[] img)
    Deprecated.
    Constructs a Jpeg2000-object from memory.
     
    Jpeg2000(byte[] img, float width, float height)
    Deprecated.
    Constructs a Jpeg2000-object from memory.
     
    Deprecated.
    Constructs a Jpeg2000-object, using an url.
     
    Table(int columns)
    Deprecated.
    Constructs a Table with a certain number of columns.
     
    Table(int columns, int rows)
    Deprecated.
    Constructs a Table with a certain number of columns and a certain number of Rows.
  • Uses of BadElementException in com.lowagie.text.factories

    Modifier and Type
    Method
    Description
    static Image
    ElementFactory.getImage(Properties attributes)
    Deprecated.
    Creates an Image object based on a list of properties.
  • Uses of BadElementException in com.lowagie.text.pdf

    Modifier and Type
    Method
    Description
    BarcodeDatamatrix.createImage()
    Deprecated.
    Gets an Image with the barcode.
    BarcodePDF417.getImage()
    Deprecated.
    Gets an Image with the barcode.