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 PdfBooleanPdfBoolean. PDFFALSEstatic PdfBooleanPdfBoolean. PDFTRUEMethods in com.lowagie.text.pdf that return PdfBoolean Modifier and Type Method Description PdfBooleanPdfArray. getAsBoolean(int idx)Returns aPdfObjectas aPdfBoolean, resolving indirect references.PdfBooleanPdfDictionary. getAsBoolean(PdfName key)Returns aPdfObjectas aPdfBoolean, resolving indirect references.PdfBooleanPdfSignatureAppDataDict. 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).PdfBooleanPdfSignatureAppDataDict. getPreRelease()A flag that can be used by the signature handler or software module to indicate that this signature was created with unreleased software.PdfBooleanPdfSignatureAppDataDict. getTrustedMode()If the value is true, the application was in trusted mode when signing took place.
-