Uses of Class org.pdfbox.cos.COSBoolean

Uses in package org.pdfbox.pdfwriter

Methods with parameter type org.pdfbox.cos.COSBoolean

Object
visitFromBoolean method comment.

Uses in package org.pdfbox.cos

Fields of type org.pdfbox.cos.COSBoolean

COSBoolean
The PDF false value.
COSBoolean
The PDF true value.

Methods with parameter type org.pdfbox.cos.COSBoolean

Object
Notification of visit to boolean object.

Methods with return type org.pdfbox.cos.COSBoolean

COSBoolean
COSBoolean.getBoolean(Boolean value)
This will get the boolean value.
COSBoolean
COSBoolean.getBoolean(boolean value)
This will get the boolean value.

Uses in package org.pdfbox.pdfparser

Methods with return type org.pdfbox.cos.COSBoolean

COSBoolean
This will parse a boolean object from the stream.