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 |
Modifier and Type | Method and Description |
---|---|
PdfBoolean |
PdfAcroForm.getNeedAppearances()
Gets the NeedAppearances boolean property on the AcroForm.
|
Modifier and Type | Field and Description |
---|---|
static PdfBoolean |
PdfBoolean.FALSE |
static PdfBoolean |
PdfBoolean.TRUE |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PdfBoolean |
PdfRedactAnnotation.getRepeat() |
PdfBoolean |
Pdf3DAnnotation.isInteractive()
Indicates whether the 3D annotation is intended to be interactive or not.
|
Modifier and Type | Method and Description |
---|---|
PdfRedactAnnotation |
PdfRedactAnnotation.setRepeat(PdfBoolean repeat) |
Modifier and Type | Method and Description |
---|---|
PdfBoolean |
PdfCollectionField.getEditable()
Retrieves the state of the editable of the field.
|
PdfBoolean |
PdfCollectionField.getVisibility()
Retrieves the initial visibility of the field.
|
Modifier and Type | Method and Description |
---|---|
PdfBoolean |
PdfFileSpec.isVolatile() |
Modifier and Type | Method and Description |
---|---|
PdfFileSpec |
PdfFileSpec.setVolatile(PdfBoolean isVolatile) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompareTool.compareBooleans(PdfBoolean outBoolean, PdfBoolean cmpBoolean)
Simple method that compares two given PdfBooleans.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.