Uses of Class
org.apache.pdfbox.cos.COSBoolean
-
Packages that use COSBoolean Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdfwriter.compress -
-
Uses of COSBoolean in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as COSBoolean Modifier and Type Field Description static COSBooleanCOSBoolean. FALSEThe PDF false value.static COSBooleanCOSBoolean. TRUEThe PDF true value.Methods in org.apache.pdfbox.cos that return COSBoolean Modifier and Type Method Description static COSBooleanCOSBoolean. getBoolean(boolean value)This will get the boolean value.static COSBooleanCOSBoolean. getBoolean(java.lang.Boolean value)This will get the boolean value.Methods in org.apache.pdfbox.cos with parameters of type COSBoolean Modifier and Type Method Description voidICOSVisitor. visitFromBoolean(COSBoolean obj)Notification of visit to boolean object. -
Uses of COSBoolean in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSBoolean Modifier and Type Method Description voidCOSWriter. visitFromBoolean(COSBoolean obj) -
Uses of COSBoolean in org.apache.pdfbox.pdfwriter.compress
Methods in org.apache.pdfbox.pdfwriter.compress with parameters of type COSBoolean Modifier and Type Method Description private voidCOSWriterObjectStream. writeCOSBoolean(java.io.OutputStream output, COSBoolean cosBoolean)Write the givenCOSBooleanto the given stream.
-