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

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

Introduction

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

The text is from its open source code.

Field

intSTRING
A possible type of PdfObject
intNAME
A possible type of PdfObject
intARRAY
A possible type of PdfObject
intDICTIONARY
A possible type of PdfObject
StringNOTHING
An empty string used for the PdfNull-object and for an empty PdfString-object.
inttype
The type of this PdfObject

Method

booleanisDictionary()
Checks if this PdfObject is of the type PdfDictionary.
booleanisIndirect()
Checks if this PdfObject is of the type PdfIndirectObject.
booleanisStream()
Checks if this PdfObject is of the type PdfStream.
voidtoPdf(PdfWriter writer, OutputStream os)
Writes the PDF representation of this PdfObject as an array of bytes to the writer.
StringtoString()
Returns the String-representation of this PdfObject.