Java com.lowagie.text.pdf PdfBoolean fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfBoolean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf PdfBoolean.

The text is from its open source code.

Field

PdfBooleanPDFTRUE
PdfBooleanPDFFALSE

Constructor

PdfBoolean(boolean value)
Constructs a PdfBoolean-object.
PdfBoolean(String value)
Constructs a PdfBoolean-object.

Method

booleanbooleanValue()
Returns the primitive value of the PdfBoolean-object.