Uses of Class
com.etymon.pjx.PdfBoolean

Packages that use PdfBoolean
com.etymon.pjx The fundamental classes for creation and modification of PDF documents. 
 

Uses of PdfBoolean in com.etymon.pjx
 

Fields in com.etymon.pjx declared as PdfBoolean
static PdfBoolean PdfBoolean.FALSE
          A PdfBoolean object representing the Boolean value false.
static PdfBoolean PdfBoolean.TRUE
          A PdfBoolean object representing the Boolean value true.
 

Methods in com.etymon.pjx that return PdfBoolean
static PdfBoolean PdfBoolean.valueOf(boolean b)
          Returns a PdfBoolean object with the specified value.