Java org.apache.pdfbox.cos COSBoolean fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.cos COSBoolean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.cos COSBoolean.

The text is from its open source code.

Field

COSBooleanTRUE
The PDF true value.
COSBooleanFALSE
The PDF false value.

Method

booleangetValue()
This will get the value that this object wraps.
voidwritePDF(OutputStream output)
This will write this object out to a PDF stream.