Uses of Class
com.itextpdf.kernel.pdf.PdfBoolean
Package
Description
-
Uses of PdfBoolean in com.itextpdf.forms
Modifier and TypeMethodDescriptionPdfAcroForm.getNeedAppearances()
Gets theNeedAppearances
boolean property on the AcroForm. -
Uses of PdfBoolean in com.itextpdf.kernel.pdf
Modifier and TypeFieldDescriptionstatic final PdfBoolean
PdfBoolean.FALSE
static final PdfBoolean
PdfBoolean.TRUE
Modifier and TypeMethodDescriptionPdfArray.getAsBoolean
(int index) Returns the element at the specified index as a 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
Modifier and TypeMethodDescriptionPdfRedactAnnotation.getRepeat()
Pdf3DAnnotation.isInteractive()
Indicates whether the 3D annotation is intended to be interactive or not. -
Uses of PdfBoolean in com.itextpdf.kernel.pdf.collection
Modifier and TypeMethodDescriptionPdfCollectionField.getEditable()
Retrieves the state of the editable of the field.PdfCollectionField.getVisibility()
Retrieves the initial visibility of the field. -
Uses of PdfBoolean in com.itextpdf.kernel.pdf.filespec
-
Uses of PdfBoolean in com.itextpdf.kernel.utils
Modifier and TypeMethodDescriptionboolean
CompareTool.compareBooleans
(PdfBoolean outBoolean, PdfBoolean cmpBoolean) Simple method that compares two given PdfBooleans.