Uses of Class
com.itextpdf.text.BadElementException
-
Packages that use BadElementException Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.codec com.itextpdf.text.pdf.pdfcleanup -
-
Uses of BadElementException in com.itextpdf.text
Methods in com.itextpdf.text that throw BadElementException Modifier and Type Method Description static ImageImage. getInstance(byte[] imgb)static ImageImage. getInstance(byte[] imgb, boolean recoverFromImageError)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, java.awt.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, java.awt.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(java.awt.Image image, java.awt.Color color)Gets an instance of an Image from a java.awt.Image.static ImageImage. getInstance(java.awt.Image image, java.awt.Color color, boolean forceBW)Gets an instance of an Image from a java.awt.Image.static ImageImage. getInstance(java.lang.String filename)Gets an instance of an Image.static ImageImage. getInstance(java.lang.String filename, boolean recoverFromImageError)static ImageImage. getInstance(java.net.URL url)static ImageImage. getInstance(java.net.URL url, boolean recoverFromImageError)Gets an instance of an Image.private voidImgWMF. processParameters()This method checks if the image is a valid WMF and processes some parameters.private voidJpeg. processParameters()This method checks if the image is a valid JPEG and processes some parameters.Constructors in com.itextpdf.text that throw BadElementException Constructor Description 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.ImgWMF(java.lang.String filename)Constructs anImgWMF-object, using a filename.ImgWMF(java.net.URL url)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.Jpeg(java.net.URL url)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.Jpeg2000(java.net.URL url)Constructs aJpeg2000-object, using an url. -
Uses of BadElementException in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that throw BadElementException Modifier and Type Method Description ImageBarcodeDatamatrix. createImage()Gets anImagewith the barcode.ImageBarcodePDF417. getImage()Gets anImagewith the barcode.ImageBarcodeQRCode. getImage()Gets anImagewith the barcode. -
Uses of BadElementException in com.itextpdf.text.pdf.codec
Methods in com.itextpdf.text.pdf.codec that throw BadElementException Modifier and Type Method Description private ImageBmpImage. getImage()private ImageBmpImage. indexedModel(byte[] bdata, int bpc, int paletteEntries)private ImageBmpImage. read1632Bit(boolean is32)private ImageBmpImage. read1Bit(int paletteEntries)private ImageBmpImage. read4Bit(int paletteEntries)private ImageBmpImage. read8Bit(int paletteEntries)private ImageBmpImage. readRLE4()private ImageBmpImage. readRLE8() -
Uses of BadElementException in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup that throw BadElementException Modifier and Type Method Description private voidPdfCleanUpContentOperator. updateImageStream(PRStream imageStream, byte[] newData)
-