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

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

Introduction

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

The text is from its open source code.

Field

intARRAY
A possible type of PdfObject
intSTREAM
A possible type of PdfObject
intINDIRECT
A possible type of PdfObject
StringTEXT_UNICODE
This is the encoding to be used to output text in Unicode.
inttype
The type of this PdfObject

Method

byte[]getBytes()
Gets the presentation of this object in a byte array
PRIndirectReferencegetIndRef()
Get the indirect reference
booleanisArray()
Checks if this PdfObject is of the type PdfArray.
booleanisDictionary()
Checks if this PdfObject is of the type PdfDictionary.
booleanisIndirect()
Checks if this PdfObject is of the type PdfIndirectObject.
booleanisName()
Checks if this PdfObject is of the type PdfName.
booleanisNumber()
Checks if this PdfObject is of the type PdfNumber.
booleanisStream()
Checks if this PdfObject is of the type PdfStream.
booleanisString()
Checks if this PdfObject is of the type PdfString.
StringtoString()
Returns the String-representation of this PdfObject.