Uses of Class
org.apache.pdfbox.cos.COSBoolean
Packages that use COSBoolean
Package
Description
These are the low level objects that make up a PDF document.
The pdfparser package contains classes to parse PDF documents and objects within the document.
This is the persistence layer used to write the PDFBox documents to a stream.
-
Uses of COSBoolean in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as COSBooleanModifier and TypeFieldDescriptionstatic final COSBoolean
COSBoolean.FALSE
The PDF false value.static final COSBoolean
COSBoolean.TRUE
The PDF true value.Methods in org.apache.pdfbox.cos that return COSBooleanModifier and TypeMethodDescriptionstatic 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.apache.pdfbox.cos with parameters of type COSBooleanModifier and TypeMethodDescriptionICOSVisitor.visitFromBoolean
(COSBoolean obj) Notification of visit to boolean object. -
Uses of COSBoolean in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSBooleanModifier and TypeMethodDescriptionprotected COSBoolean
BaseParser.parseBoolean()
This will parse a boolean object from the stream. -
Uses of COSBoolean in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSBooleanModifier and TypeMethodDescriptionCOSWriter.visitFromBoolean
(COSBoolean obj) visitFromBoolean method comment.