| Package | Description |
|---|---|
| com.lowagie.text.pdf |
| Modifier and Type | Field and Description |
|---|---|
static PdfBoolean |
PdfBoolean.PDFFALSE |
static PdfBoolean |
PdfBoolean.PDFTRUE |
| Modifier and Type | Method and Description |
|---|---|
PdfBoolean |
PdfArray.getAsBoolean(int idx)
Returns a
PdfObject as a PdfBoolean, resolving indirect references. |
PdfBoolean |
PdfDictionary.getAsBoolean(PdfName key)
Returns a
PdfObject as a PdfBoolean, resolving indirect references. |
PdfBoolean |
PdfSignatureAppDataDict.getNonEFontNoWarn()
If there is a Legal dictionary in the catalog of the PDF file, and the NonEmbeddedFonts attribute (which
specifies the number of fonts not embedded) in that dictionary has a non-zero value, and the viewing application
has a preference set to suppress the display of the warning about fonts not being embedded, then the value of
this attribute will be set to true (meaning that no warning need be displayed).
|
PdfBoolean |
PdfSignatureAppDataDict.getPreRelease()
A flag that can be used by the signature handler or software module to indicate that this signature was created
with unreleased software.
|
PdfBoolean |
PdfSignatureAppDataDict.getTrustedMode()
If the value is true, the application was in trusted mode when signing took place.
|
Copyright © 2024. All rights reserved.