Uses of Class
com.lowagie.text.pdf.PdfBoolean
-
Packages that use PdfBoolean Package Description com.lowagie.text.pdf -
-
Uses of PdfBoolean in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfBoolean Modifier and Type Field Description static PdfBoolean
PdfBoolean. PDFFALSE
static PdfBoolean
PdfBoolean. PDFTRUE
Methods in com.lowagie.text.pdf that return PdfBoolean Modifier and Type Method Description PdfBoolean
PdfArray. getAsBoolean(int idx)
Returns aPdfObject
as aPdfBoolean
, resolving indirect references.PdfBoolean
PdfDictionary. getAsBoolean(PdfName key)
Returns aPdfObject
as aPdfBoolean
, 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.
-