Uses of Class
com.lowagie.text.pdf.PdfBoolean

Packages that use PdfBoolean
Package
Description
 
  • Uses of PdfBoolean in com.lowagie.text.pdf

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