Uses of Class
com.itextpdf.text.pdf.parser.PdfImageObject.ImageBytesType
-
Packages that use PdfImageObject.ImageBytesType Package Description com.itextpdf.text.pdf.parser -
-
Uses of PdfImageObject.ImageBytesType in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as PdfImageObject.ImageBytesType Modifier and Type Field Description private PdfImageObject.ImageBytesTypePdfImageObject. streamContentTypeTracks the type of data that is actually stored in the streamBytes memberMethods in com.itextpdf.text.pdf.parser that return PdfImageObject.ImageBytesType Modifier and Type Method Description PdfImageObject.ImageBytesTypePdfImageObject. getImageBytesType()static PdfImageObject.ImageBytesTypePdfImageObject.ImageBytesType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PdfImageObject.ImageBytesType[]PdfImageObject.ImageBytesType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-