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 |
PdfBoolean.copyTo(PdfDocument document)
Copies object to a specified document.
|
PdfBoolean |
PdfBoolean.copyTo(PdfDocument document, boolean allowDuplicating)
Copies object to a specified document.
|
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.
|
PdfBoolean |
PdfBoolean.makeIndirect(PdfDocument document)
Marks object to be saved as indirect.
|
PdfBoolean |
PdfBoolean.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
protected PdfBoolean |
PdfBoolean.newInstance() |
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() |
Modifier and Type | Method and Description |
---|---|
PdfRedactAnnotation |
PdfRedactAnnotation.setRepeat(PdfBoolean repeat) |
Modifier and Type | Method and Description |
---|---|
PdfBoolean |
PdfCollectionField.getEditable() |
PdfBoolean |
PdfCollectionField.getVisibility() |
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–2018 iText Group NV. All rights reserved.