Uses of Class
com.lowagie.text.pdf.PdfBoolean
Packages that use PdfBoolean
-
Uses of PdfBoolean in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfBooleanModifier and TypeFieldDescriptionstatic final PdfBoolean
PdfBoolean.PDFFALSE
static final PdfBoolean
PdfBoolean.PDFTRUE
Methods in com.lowagie.text.pdf that return PdfBooleanModifier and TypeMethodDescriptionPdfArray.getAsBoolean
(int idx) Returns aPdfObject
as aPdfBoolean
, resolving indirect references.PdfDictionary.getAsBoolean
(PdfName key) Returns aPdfObject
as aPdfBoolean
, resolving indirect references.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).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.PdfSignatureAppDataDict.getTrustedMode()
If the value is true, the application was in trusted mode when signing took place.