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

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

Introduction

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

The text is from its open source code.

Constructor

Method

COSBasegetDictionaryObject(COSName key)
This will get the dictionary object in this object that has the name key and if it is a pdfobjref then it will dereference that and return it.
intgetGenerationNumber()
Getter for property generationNumber.
COSBasegetItem(COSName key)
This will get the dictionary object in this object that has the name key.
COSBasegetObject()
This will get the object that this object encapsulates.
longgetObjectNumber()
Getter for property objectNumber.
voidsetGenerationNumber(int generationNumberValue)
Setter for property generationNumber.
voidsetObject(COSBase object)
This will set the object that this object encapsulates.
voidsetObjectNumber(long objectNum)
Setter for property objectNumber.