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 PdfBoolean
PdfAcroForm. getNeedAppearances()
Gets theNeedAppearances
boolean 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 PdfBoolean
PdfBoolean. FALSE
static PdfBoolean
PdfBoolean. TRUE
Methods in com.itextpdf.kernel.pdf that return PdfBoolean Modifier and Type Method Description PdfBoolean
PdfArray. getAsBoolean(int index)
Returns the element at the specified index as a PdfBoolean.PdfBoolean
PdfDictionary. getAsBoolean(PdfName key)
Returns the value associated to this key as a PdfBoolean.static PdfBoolean
PdfBoolean. 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 PdfBoolean
PdfRedactAnnotation. getRepeat()
PdfBoolean
Pdf3DAnnotation. 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 PdfRedactAnnotation
PdfRedactAnnotation. 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 PdfBoolean
PdfCollectionField. getEditable()
Retrieves the state of the editable of the field.PdfBoolean
PdfCollectionField. 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 PdfBoolean
PdfFileSpec. isVolatile()
Methods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfBoolean Modifier and Type Method Description PdfFileSpec
PdfFileSpec. 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 boolean
CompareTool. compareBooleans(PdfBoolean outBoolean, PdfBoolean cmpBoolean)
Simple method that compares two given PdfBooleans.private boolean
CompareTool. compareBooleansExtended(PdfBoolean outBoolean, PdfBoolean cmpBoolean, ObjectPath currentPath, CompareTool.CompareResult compareResult)
-