Uses of Class
org.pdfbox.cos.COSBoolean

Packages that use COSBoolean
org.pdfbox.cos These are the low level objects that make up a PDF document.  
org.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document. 
org.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream. 
 

Uses of COSBoolean in org.pdfbox.cos
 

Fields in org.pdfbox.cos declared as COSBoolean
static COSBoolean COSBoolean.TRUE
          The PDF true value.
static COSBoolean COSBoolean.FALSE
          The PDF false value.
 

Methods in org.pdfbox.cos that return COSBoolean
static COSBoolean COSBoolean.getBoolean(boolean value)
          This will get the boolean value.
static COSBoolean COSBoolean.getBoolean(Boolean value)
          This will get the boolean value.
 

Methods in org.pdfbox.cos with parameters of type COSBoolean
 Object ICOSVisitor.visitFromBoolean(COSBoolean obj)
          Notification of visit to boolean object.
 

Uses of COSBoolean in org.pdfbox.pdfparser
 

Methods in org.pdfbox.pdfparser that return COSBoolean
protected  COSBoolean BaseParser.parseBoolean()
          This will parse a boolean object from the stream.
 

Uses of COSBoolean in org.pdfbox.pdfwriter
 

Methods in org.pdfbox.pdfwriter with parameters of type COSBoolean
 Object COSWriter.visitFromBoolean(COSBoolean obj)
          visitFromBoolean method comment.