Uses of Class
com.itextpdf.text.pdf.codec.TIFFField
Packages that use TIFFField
-
Uses of TIFFField in com.itextpdf.text.pdf.codec
Classes in com.itextpdf.text.pdf.codec that implement interfaces with type arguments of type TIFFFieldModifier and TypeClassDescriptionclassA class representing a field in a TIFF 6.0 Image File Directory.Fields in com.itextpdf.text.pdf.codec declared as TIFFFieldModifier and TypeFieldDescription(package private) TIFFField[]TIFFDirectory.fieldsAn array of TIFFFields.Methods in com.itextpdf.text.pdf.codec that return TIFFFieldModifier and TypeMethodDescriptionTIFFDirectory.getField(int tag) Returns the value of a given tag as a TIFFField, or null if the tag is not present.TIFFDirectory.getFields()Returns an array of TIFFFields containing all the fields in this directory.Methods in com.itextpdf.text.pdf.codec with parameters of type TIFFField