Uses of Class
com.itextpdf.kernel.pdf.PdfBoolean
-
Packages that use PdfBoolean Package Description com.itextpdf.forms com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.annot com.itextpdf.kernel.pdf.collection com.itextpdf.kernel.pdf.filespec com.itextpdf.kernel.utils -
-
Uses of PdfBoolean in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfBoolean Modifier and Type Method Description PdfBooleanPdfAcroForm. getNeedAppearances()Gets theNeedAppearancesboolean property on the AcroForm. -
Uses of PdfBoolean in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfBoolean Modifier and Type Field Description static PdfBooleanPdfBoolean. FALSEstatic PdfBooleanPdfBoolean. TRUEMethods in com.itextpdf.kernel.pdf that return PdfBoolean Modifier and Type Method Description PdfBooleanPdfArray. getAsBoolean(int index)Returns the element at the specified index as a PdfBoolean.PdfBooleanPdfDictionary. getAsBoolean(PdfName key)Returns the value associated to this key as a PdfBoolean.static PdfBooleanPdfBoolean. valueOf(boolean value)Gets PdfBoolean existing static class variable equivalent for given boolean value. -
Uses of PdfBoolean in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfBoolean Modifier and Type Method Description PdfBooleanPdfRedactAnnotation. getRepeat()PdfBooleanPdf3DAnnotation. isInteractive()Indicates whether the 3D annotation is intended to be interactive or not.Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfBoolean Modifier and Type Method Description PdfRedactAnnotationPdfRedactAnnotation. setRepeat(PdfBoolean repeat) -
Uses of PdfBoolean in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection that return PdfBoolean Modifier and Type Method Description PdfBooleanPdfCollectionField. getEditable()Retrieves the state of the editable of the field.PdfBooleanPdfCollectionField. getVisibility()Retrieves the initial visibility of the field. -
Uses of PdfBoolean in com.itextpdf.kernel.pdf.filespec
Methods in com.itextpdf.kernel.pdf.filespec that return PdfBoolean Modifier and Type Method Description PdfBooleanPdfFileSpec. isVolatile()Methods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfBoolean Modifier and Type Method Description PdfFileSpecPdfFileSpec. setVolatile(PdfBoolean isVolatile) -
Uses of PdfBoolean in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type PdfBoolean Modifier and Type Method Description booleanCompareTool. compareBooleans(PdfBoolean outBoolean, PdfBoolean cmpBoolean)Simple method that compares two given PdfBooleans.private booleanCompareTool. compareBooleansExtended(PdfBoolean outBoolean, PdfBoolean cmpBoolean, ObjectPath currentPath, CompareTool.CompareResult compareResult)
-