Uses of Class org.pdfbox.cos.COSDictionary

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor that is used for a preexisting dictionary.
Constructor that is used for a preexisting dictionary.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the underlying dictionary that this object wraps.
COSDictionary
This will get the underlying dictionary that this object wraps.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.
Creates a Link annotation from a COSDictionary, expected to be a correct object definition.
Creates a Line annotation from a COSDictionary, expected to be a correct object definition.
Creates a Link annotation from a COSDictionary, expected to be a correct object definition.
Constructor.
Creates a popup annotation from a COSDictionary, expected to be a correct object definition.
Creates a Rubber Stamp annotation from a COSDictionary, expected to be a correct object definition.
Creates a Line annotation from a COSDictionary, expected to be a correct object definition.
Creates a Text annotation from a COSDictionary, expected to be a correct object definition.
Creates a TextMarkup annotation from a COSDictionary, expected to be a correct object definition.
Creates an arbitary annotation from a COSDictionary, expected to be a correct object definition for some sort of annotation.
Creates a PDWidget from a COSDictionary, expected to be a correct object definition for a field in PDF.
Constructor.
Constructor.
Constructor.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
returns the dictionary.
COSDictionary
returns the dictionary.
COSDictionary
returns the dictionary.
COSDictionary
returns the dictionary.

Uses in package org.pdfbox.pdmodel.common

Classes derived from org.pdfbox.cos.COSDictionary

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

COSArrayList.COSArrayList(Object actualObject, COSBase item, COSDictionary dictionary, String dictionaryKey)
This is a really special constructor.
Constructor for this map.
PDNameTreeNode.PDNameTreeNode(COSDictionary dict, Class valueClass)
Constructor.

Methods with parameter type org.pdfbox.cos.COSDictionary

COSDictionaryMap
This will take a COS dictionary and convert it into COSDictionaryMap.
PDNameTreeNode
Create a child node object.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will take a map<java.lang.String,org.pdfbox.pdmodel.COSObjectable> and convert it into a COSDictionary<COSName,COSBase>.
COSDictionary
Convert this standard java object to a COS object.
COSDictionary
This will get the dictionary that is associated with this stream.

Uses in package org.pdfbox.pdfparser

Methods with parameter type org.pdfbox.cos.COSDictionary

COSStream
This will read a COSStream from the input stream.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will parse a PDF dictionary.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.
PDField.PDField(PDAcroForm theAcroForm, COSDictionary field)
Creates a COSField from a COSDictionary, expected to be a correct object definition for a field in PDF.

Methods with parameter type org.pdfbox.cos.COSDictionary

PDField
This method creates a COSField subclass from the given field.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the dictionary that this form wraps.
COSDictionary
This will get the dictionary associated with this field.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.
Constructor.
Constructor.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
Get the underlying cos dictionary.

Uses in package org.pdfbox.util

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.

Methods with parameter type org.pdfbox.cos.COSDictionary

boolean
BitFlagHelper.getFlag(COSDictionary dic, String field, int bitFlag)
Gets the boolean value from the flags at the given bit position.
void
BitFlagHelper.setFlag(COSDictionary dic, String field, int bitFlag, boolean value)
Sets the given boolean value at bitPos in the flags.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the dictionary that stores the image parameters.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor for an existing BoxStyle element.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
Convert this standard java object to a COS object.

Uses in package org.pdfbox.encoding

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the underlying cos dictionary.

Uses in package org.pdfbox.pdmodel.font

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.
Constructor.
Constructor.
PDFont.PDFont(COSDictionary fontDictionary)
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.

Fields of type org.pdfbox.cos.COSDictionary

COSDictionary
The cos dictionary for this font.

Methods with parameter type org.pdfbox.cos.COSDictionary

PDFont
This will create the correct font based on information in the dictionary.
PDFont
PDFontFactory.createFont(COSDictionary dic, Map fontCache)
Create a font from the dictionary.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the dictionary for this object.

Uses in package org.pdfbox.pdfwriter

Methods with parameter type org.pdfbox.cos.COSDictionary

Object
visitFromDictionary method comment.

Uses in package org.pdfbox.pdmodel.encryption

Constructors with parameter type org.pdfbox.cos.COSDictionary

creates a new encryption dictionary from the low level dictionary provided.
Constructor from existing dictionary.

Fields of type org.pdfbox.cos.COSDictionary

COSDictionary
COS encryption dictionary.

Methods with parameter type org.pdfbox.cos.COSDictionary

PDEncryptionDictionary
This will get the correct security handler for the encryption dictionary.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the dictionary associated with this encryption dictionary.

Uses in package org.pdfbox.cos

Classes derived from org.pdfbox.cos.COSDictionary

class
This class represents a stream object in a PDF document.

Constructors with parameter type org.pdfbox.cos.COSDictionary

Copy Constructor.
Constructor.

Methods with parameter type org.pdfbox.cos.COSDictionary

void
This will add all of the dictionarys keys/values to this dictionary.
void
This will add all of the dictionarys keys/values to this dictionary, but only if they don't already exist.
void
This will set the encryption dictionary, this should only be called when encypting the document.
void
// MIT added, maybe this should not be supported as trailer is a persistence construct.
Object
Notification of visit to dictionary object.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the encryption dictionary if the document is encrypted or null if the document is not encrypted.
COSDictionary
This will get the document trailer.

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

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
DecodeParms is an optional parameter for filters.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.
Constructor.
Constructor #2.
Constructor.
Constructor.
Constructor.
Constructor.

Fields of type org.pdfbox.cos.COSDictionary

COSDictionary
The action dictionary.
COSDictionary
The params dictionary.

Methods with return type org.pdfbox.cos.COSDictionary

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

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor for an existing document outline.
Constructor for an existing outline item.
Default Constructor.

Fields of type org.pdfbox.cos.COSDictionary

COSDictionary
The dictionary for this node.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
Convert this standard java object to a COS object.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
Convert this standard java object to a COS object.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor that is used for a preexisting dictionary.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the underlying dictionary that this object wraps.

Uses in package org.pdfbox.pdmodel.graphics

Constructors with parameter type org.pdfbox.cos.COSDictionary

Create a graphics state from an existing dictionary.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
This will get the underlying dictionary that this class acts on.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor for an existing MarkInfo element.
Constructor for an existing structure element.
Constructor for an existing structure element.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
Get the low level dictionary that this object wraps.
COSDictionary
Get the low level dictionary that this object wraps.
COSDictionary
Convert this standard java object to a COS object.

Uses in package org.pdfbox.pdmodel

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.
Constructor.
Constructor that is used for a preexisting dictionary.
Constructor.
Constructor.
Creates a new instance of PDPage.
Creates a new instance of PDPage.
Prepopulated resources.

Methods with parameter type org.pdfbox.cos.COSDictionary

PDNameTreeNode
PDNameTreeNode

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
Convert this standard java object to a COS object.
COSDictionary
Convert this standard java object to a COS object.
COSDictionary
This will get the underlying dictionary that this class acts on.
COSDictionary
This will get the underlying dictionary.
COSDictionary
This will get the underlying dictionary that this object wraps.
COSDictionary
This will get the underlying dictionary that this class acts on.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.

Methods with return type org.pdfbox.cos.COSDictionary

COSDictionary
Convert this standard java object to a COS object.

Uses in package org.pdfbox.filter

Methods with parameter type org.pdfbox.cos.COSDictionary

void
ASCII85Filter.decode(InputStream compressedData, OutputStream result, COSDictionary options)
This will decode some compressed data.
void
ASCIIHexFilter.decode(InputStream compressedData, OutputStream result, COSDictionary options)
This will decode some compressed data.
void
CCITTFaxDecodeFilter.decode(InputStream compressedData, OutputStream result, COSDictionary options)
This will decode some compressed data.
void
DCTFilter.decode(InputStream compressedData, OutputStream result, COSDictionary options)
This will decode some compressed data.
void
Filter.decode(InputStream compressedData, OutputStream result, COSDictionary options)
This will decode some compressed data.
void
FlateFilter.decode(InputStream compressedData, OutputStream result, COSDictionary options)
This will decode some compressed data.
void
LZWFilter.decode(InputStream compressedData, OutputStream result, COSDictionary options)
This will decode some compressed data.
void
RunLengthDecodeFilter.decode(InputStream compressedData, OutputStream result, COSDictionary options)
This will decode some compressed data.
void
ASCII85Filter.encode(InputStream rawData, OutputStream result, COSDictionary options)
This will encode some data.
void
ASCIIHexFilter.encode(InputStream rawData, OutputStream result, COSDictionary options)
This will encode some data.
void
CCITTFaxDecodeFilter.encode(InputStream rawData, OutputStream result, COSDictionary options)
This will encode some data.
void
DCTFilter.encode(InputStream rawData, OutputStream result, COSDictionary options)
This will encode some data.
void
Filter.encode(InputStream rawData, OutputStream result, COSDictionary options)
This will encode some data.
void
FlateFilter.encode(InputStream rawData, OutputStream result, COSDictionary options)
This will encode some data.
void
LZWFilter.encode(InputStream rawData, OutputStream result, COSDictionary options)
This will encode some data.
void
RunLengthDecodeFilter.encode(InputStream rawData, OutputStream result, COSDictionary options)
This will encode some data.

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

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.
Constructor.
Constructor.
Constructor.
Constructor.

Methods with parameter type org.pdfbox.cos.COSDictionary

PDAction
This will create the correct type of action based on the type specified in the dictionary.

Methods with return type org.pdfbox.cos.COSDictionary

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

Uses in package org.pdfbox.pdmodel.fdf

Constructors with parameter type org.pdfbox.cos.COSDictionary

Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.

Methods with return type org.pdfbox.cos.COSDictionary

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