Uses of Class org.pdfbox.cos.COSBase

Uses in package org.pdfbox.pdmodel.interactive.pagenavigation

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.io

Methods with parameter type org.pdfbox.cos.COSBase

void
This will set the expected length of this stream.

Methods with return type org.pdfbox.cos.COSBase

COSBase
This will get the length that the PDF document specified this stream should be.

Uses in package org.pdfbox.pdmodel.interactive.annotation

Methods with parameter type org.pdfbox.cos.COSBase

PDAnnotation
Create the correct annotation from the base COS object.

Methods with return type org.pdfbox.cos.COSBase

COSBase
Interface method for COSObjectable.
COSBase
returns the dictionary.
COSBase
COSBase
returns the dictionary.
COSBase
returns the dictionary.

Uses in package org.pdfbox.pdmodel.common

Classes derived from org.pdfbox.cos.COSBase

class
This will take an array of streams and sequence them together.

Constructors with parameter type org.pdfbox.cos.COSBase

COSArrayList.COSArrayList(Object actualObject, COSBase item, COSDictionary dictionary, String dictionaryKey)
This is a really special constructor.
Constructor.

Methods with parameter type org.pdfbox.cos.COSBase

Object
Method to convert the COS value in the name tree to the PD Model object.
OutputStream
This will create a new stream for which filtered byte should be written to.
PDStream
Create a pd stream from either a regular COSStream on a COSArray of cos streams.
PDTextStream
This will create the text stream object. base must either be a string or a stream.
void
set the filters to be applied to the stream.

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
This will get an object from this streams dictionary and dereference it if necessary.
COSBase
This will return the filters to apply to the byte stream the method will return.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
This will get an object from this streams dictionary.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdfparser

Methods with return type org.pdfbox.cos.COSBase

COSBase
This will parse a directory object from the stream.

Uses in package org.pdfbox.pdmodel.interactive.form

Constructors with parameter type org.pdfbox.cos.COSBase

PDXFA.PDXFA(COSBase xfaBase)
Constructor.

Methods with return type org.pdfbox.cos.COSBase

COSBase
COSBase
Convert this standard java object to a COS object.
COSBase

Uses in package org.pdfbox.pdmodel.common.function

Methods with parameter type org.pdfbox.cos.COSBase

PDFunction
Create the correct PD Model function based on the COS base function.

Methods with return type org.pdfbox.cos.COSBase

COSBase
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.documentinterchange.prepress

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.encoding

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.graphics.color

Methods with parameter type org.pdfbox.cos.COSBase

PDColorSpace
This will create the correct color space given the name.
void
This will set the tint transform function.

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
This will get the tint transform function.

Uses in package org.pdfbox.pdmodel.font

Methods with return type org.pdfbox.cos.COSBase

COSBase
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdfwriter

Constructors with parameter type org.pdfbox.cos.COSBase

COSWriterXRefEntry constructor comment.

Methods with parameter type org.pdfbox.cos.COSBase

void
This will write a COS object.
void
visitFromObjRef method comment.

Methods with return type org.pdfbox.cos.COSBase

COSBase
This will get the object.

Uses in package org.pdfbox.cos

Classes derived from org.pdfbox.cos.COSBase

class
An array of PDFBase objects as part of the PDF document.
class
This class represents a boolean value in the PDF document.
class
This class represents a dictionary where name/value pairs reside.
class
This is the in-memory representation of the PDF document.
class
This class represents a floating point number in a PDF document.
class
This class represents an integer number in a PDF document.
class
This class represents a PDF named object.
class
This class represents a null PDF object.
class
This class represents an abstract number in a PDF document.
class
This class represents a PDF object.
class
This class represents a stream object in a PDF document.
class
This represents a string object in a PDF document.

Constructors with parameter type org.pdfbox.cos.COSBase

Constructor.

Methods with parameter type org.pdfbox.cos.COSBase

void
COSArray.add(int i, COSBase object)
Add the specified object at the ith location and push the rest to the right.
void
This will add an object to the array.
OutputStream
This will create a new stream for which filtered byte should be written to.
void
COSArray.growToSize(int size, COSBase object)
This will add the object until the size of the array is at least as large as the parameter.
int
This will return the index of the entry or -1 if it is not found.
boolean
This will remove an element from the array.
void
COSArray.set(int index, COSBase object)
This will set an object at a specific index.
void
set the filters to be applied to the stream.
void
COSDictionary.setItem(String key, COSBase value)
This will set an item in the dictionary.
void
This will set an item in the dictionary.
void
This will set the object that this object encapsulates.

Methods with return type org.pdfbox.cos.COSBase

COSBase
COSArray.get(int index)
This will get an object from the array.
COSBase
Convert this standard java object to a COS object.
COSBase
This will get an object from this dictionary.
COSBase
COSDictionary.getDictionaryObject(String firstKey, String secondKey)
This is a special case of getDictionaryObject that takes multiple keys, it will handle the situation where multiple keys could get the same value, ie if either CS or ColorSpace is used to get the colorspace.
COSBase
This is a special case of getDictionaryObject that takes multiple keys, it will handle the situation where multiple keys could get the same value, ie if either CS or ColorSpace is used to get the colorspace.
COSBase
This will get an object from this dictionary.
COSBase
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.
COSBase
This will return the filters to apply to the byte stream.
COSBase
This will do a lookup into the dictionary.
COSBase
This will get the dictionary object in this object that has the name key.
COSBase
This will get the object that this object encapsulates.
COSBase
COSArray.getObject(int index)
This will get an object from the array.
COSBase
Nice method, gives you every object you want Arrays works properly too.
COSBase
This will remove an element from the array.

Uses in package org.pdfbox.pdmodel.graphics.xobject

Methods with parameter type org.pdfbox.cos.COSBase

PDXObject
Create the correct xobject from the cos base.

Methods with return type org.pdfbox.cos.COSBase

COSBase
Returns the stream.

Uses in package org.pdfbox.pdmodel.interactive.documentnavigation.destination

Methods with parameter type org.pdfbox.cos.COSBase

PDDestination
This will create a new destination depending on the type of COSBase that is passed in.

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.interactive.action.type

Methods with parameter type org.pdfbox.cos.COSBase

void
This will set the destination to jump to.

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
This will get the destination to jump to.

Uses in package org.pdfbox.pdmodel.interactive.documentnavigation.outline

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.common.filespecification

Methods with parameter type org.pdfbox.cos.COSBase

PDFileSpecification
A file specfication can either be a COSString or a COSDictionary.

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.interactive.viewerpreferences

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.graphics

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
COSBase

Uses in package org.pdfbox.pdmodel.documentinterchange.logicalstructure

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel

Methods with parameter type org.pdfbox.cos.COSBase

Object
Object

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.interactive.digitalsignature

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.interactive.action

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel.fdf

Methods with return type org.pdfbox.cos.COSBase

COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.
COSBase
Convert this standard java object to a COS object.