Uses of Class
org.apache.pdfbox.cos.COSDictionary
Packages that use COSDictionary
Package
Description
These are the low level objects that make up a PDF document.
This package contains the implementations for all of the encodings that are used in PDF documents.
This package will hold the PDFBox implementations of the filters that are used in PDF documents.
The pdfparser package contains classes to parse PDF documents and objects within the document.
This is the persistence layer used to write the PDFBox documents to a stream.
The PDModel package represents a high level API for creating and manipulating PDF documents.
High level PD classes that are used throughout several packages are placed in the PDModel common package.
The file specification package defines classes that are used for the PDF File Specification logic.
This package contains functions that are available in the PDF specification.
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
The marked content package provides a mechanism for modeling marked-content
sequences.
This package contains classes for prepress support in PDFBox.
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
Classes to deal with font functionality in a PDF Document.
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
This package deals with colors that are stored in a PDF document.
This package deals with patterns which are used instead of colors.
This package deals with shadings which are used for filling instead of a color.
This package deals with images that are stored in a PDF document.
This package represents actions that can be performed in a PDF document.
This package contains all of the available PDF action types.
The annotation package contains classes that work with PDF annotation elements.
The digitial signature library will manage signatures that are stored in the PDF document.
This is the visual signature part that help creating the visual representation for the digital signature.
The outline package allows for a PDF outline(bookmarks) to be created.
The interactive package contains classes that deal with interactive annotations such as textfields and buttons.
The measurement package contains classes that work with elements specifying measure properties.
A package to allow provide access to PDF page navigation functionality.
A package to allow access to document viewing preferences.
This package contains utility classes that are used by the PDFBox project.
-
Uses of COSDictionary in org.apache.pdfbox.cos
Subclasses of COSDictionary in org.apache.pdfbox.cosModifier and TypeClassDescriptionclass
class
This class represents a stream object in a PDF document.Methods in org.apache.pdfbox.cos that return COSDictionaryModifier and TypeMethodDescriptionCOSDocument.getEncryptionDictionary()
This will get the encryption dictionary if the document is encrypted or null if the document is not encrypted.COSDocument.getTrailer()
This will get the document trailer.Methods in org.apache.pdfbox.cos that return types with arguments of type COSDictionaryModifier and TypeMethodDescriptionCOSDocument.getSignatureDictionaries()
This will return a list of signature dictionaries as COSDictionary.COSDocument.getSignatureFields
(boolean onlyEmptyFields) This will return a list of signature fields.Methods in org.apache.pdfbox.cos with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoid
COSDictionary.addAll
(COSDictionary dic) This will add all of the dictionaries keys/values to this dictionary.COSDocument.createCOSStream
(COSDictionary dictionary) Create a new COSStream using the underlying scratch file.void
COSDictionary.mergeInto
(COSDictionary dic) Deprecated.This method should no longer be used and will be removed in 3.0 because it could also merge attributes that should not be merged (filter and length) in a COSStream.void
COSDocument.setEncryptionDictionary
(COSDictionary encDictionary) This will set the encryption dictionary, this should only be called when encrypting the document.void
COSDocument.setTrailer
(COSDictionary newTrailer) // MIT added, maybe this should not be supported as trailer is a persistence construct.ICOSVisitor.visitFromDictionary
(COSDictionary obj) Notification of visit to dictionary object.Constructors in org.apache.pdfbox.cos with parameters of type COSDictionaryModifierConstructorDescriptionCOSDictionary
(COSDictionary dict) Copy Constructor.COSStream
(COSDictionary dictionary, RandomAccess storage) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.encoding
Constructors in org.apache.pdfbox.encoding with parameters of type COSDictionary -
Uses of COSDictionary in org.apache.pdfbox.filter
Methods in org.apache.pdfbox.filter with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoid
ASCII85Filter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
ASCIIHexFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
CCITTFaxDecodeFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
CryptFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
DCTFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
Filter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
FlateFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
IdentityFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
JBIG2Filter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) Decode JBIG2 data using Java ImageIO library.void
JPXFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) Decode JPEG and JPEG2000 data using Java ImageIO library.void
LZWFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
RunLengthDecodeFilter.decode
(InputStream compressedData, OutputStream result, COSDictionary options, int filterIndex) This will decode some compressed data.void
ASCII85Filter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
ASCIIHexFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
CCITTFaxDecodeFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
CryptFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
DCTFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
Filter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
FlateFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
IdentityFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
JBIG2Filter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
JPXFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
LZWFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data.void
RunLengthDecodeFilter.encode
(InputStream rawData, OutputStream result, COSDictionary options, int filterIndex) This will encode some data. -
Uses of COSDictionary in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSDictionaryModifier and TypeMethodDescriptionXrefTrailerResolver.getCurrentTrailer()
Returns the trailer last set byXrefTrailerResolver.setTrailer(COSDictionary)
.final COSDictionary
XrefTrailerResolver.getFirstTrailer()
final COSDictionary
XrefTrailerResolver.getLastTrailer()
XrefTrailerResolver.getTrailer()
Gets the resolved trailer.protected COSDictionary
BaseParser.parseCOSDictionary()
This will parse a PDF dictionary.protected COSDictionary
ConformingPDFParser.readDictionaryBackwards()
Methods in org.apache.pdfbox.pdfparser with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoid
PDFXRefStream.addTrailerInfo
(COSDictionary trailerDict) Copy all Trailer Information to this file.protected final void
NonSequentialPDFParser.decryptDictionary
(COSDictionary dict, long objNr, long objGenNr) protected COSStream
BaseParser.parseCOSStream
(COSDictionary dic, RandomAccess file) This will read a COSStream from the input stream.protected COSStream
NonSequentialPDFParser.parseCOSStream
(COSDictionary dic, RandomAccess file) This will read a COSStream from the input stream using length attribute within dictionary.protected void
PDFParser.readVersionInTrailer
(COSDictionary parsedTrailer) The document catalog can also have a /Version parameter which overrides the version specified in the header if, and only if it is greater.void
XrefTrailerResolver.setTrailer
(COSDictionary trailer) Adds trailer information for current XRef object. -
Uses of COSDictionary in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSDictionaryModifier and TypeMethodDescriptionCOSWriter.visitFromDictionary
(COSDictionary obj) visitFromDictionary method comment. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return COSDictionaryModifier and TypeMethodDescriptionPDDocumentCatalog.getCOSDictionary()
Convert this standard java object to a COS object.PDDocumentNameDictionary.getCOSDictionary()
Convert this standard java object to a COS object.PDPage.getCOSDictionary()
This will get the underlying dictionary that this class acts on.PDResources.getCOSDictionary()
This will get the underlying dictionary.PDDocumentNameDestinationDictionary.getCOSObject()
Convert this standard java object to a COS object.PDDocumentInformation.getDictionary()
This will get the underlying dictionary that this object wraps.PDPageNode.getDictionary()
This will get the underlying dictionary that this class acts on.Methods in org.apache.pdfbox.pdmodel with parameters of type COSDictionaryModifier and TypeMethodDescriptionprotected PDNameTreeNode
PDDestinationNameTreeNode.createChildNode
(COSDictionary dic) Create a child node object.protected PDNameTreeNode
PDEmbeddedFilesNameTreeNode.createChildNode
(COSDictionary dic) Create a child node object.protected PDNameTreeNode
PDJavascriptNameTreeNode.createChildNode
(COSDictionary dic) Create a child node object.Constructors in org.apache.pdfbox.pdmodel with parameters of type COSDictionaryModifierConstructorDescriptionConstructor.PDDocumentCatalog
(PDDocument doc, COSDictionary rootDictionary) Constructor.Constructor that is used for a preexisting dictionary.Constructor.PDDocumentNameDictionary
(PDDocumentCatalog cat, COSDictionary names) Constructor.Constructor.Constructor.PDPage
(COSDictionary pageDic) Creates a new instance of PDPage.PDPageNode
(COSDictionary pages) Creates a new instance of PDPage.PDResources
(COSDictionary resourceDictionary) Prepopulated resources. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.common
Subclasses of COSDictionary in org.apache.pdfbox.pdmodel.commonModifier and TypeClassDescriptionclass
This will take an array of streams and sequence them together.Methods in org.apache.pdfbox.pdmodel.common that return COSDictionaryModifier and TypeMethodDescriptionstatic COSDictionary
This will take a map<java.lang.String,org.apache.pdfbox.pdmodel.COSObjectable> and convert it into a COSDictionary<COSName,COSBase>.protected COSDictionary
PDDictionaryWrapper.getCOSDictionary()
Gets the COS dictionary.PDNameTreeNode.getCOSDictionary()
Convert this standard java object to a COS object.PDNumberTreeNode.getCOSDictionary()
Convert this standard java object to a COS object.PDPageLabelRange.getCOSDictionary()
Returns the underlying dictionary.COSStreamArray.getDictionary()
This will get the dictionary that is associated with this stream.Methods in org.apache.pdfbox.pdmodel.common with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic COSDictionaryMap<String,
Object> COSDictionaryMap.convertBasicTypesToMap
(COSDictionary map) This will take a COS dictionary and convert it into COSDictionaryMap.protected PDNameTreeNode
PDNameTreeNode.createChildNode
(COSDictionary dic) Create a child node object.protected PDNumberTreeNode
PDNumberTreeNode.createChildNode
(COSDictionary dic) Create a child node object.Constructors in org.apache.pdfbox.pdmodel.common with parameters of type COSDictionaryModifierConstructorDescriptionCOSArrayList
(E actualObject, COSBase item, COSDictionary dictionary, String dictionaryKey) Deprecated.use theCOSArrayList(Object, COSBase, COSDictionary, COSName)
method insteadCOSArrayList
(E actualObject, COSBase item, COSDictionary dictionary, COSName dictionaryKey) This is a really special constructor.COSDictionaryMap
(Map<K, V> actualsMap, COSDictionary dicMap) Constructor for this map.PDDictionaryWrapper
(COSDictionary dictionary) Creates a new instance with a given COS dictionary.PDNameTreeNode
(COSDictionary dict, Class<? extends COSObjectable> valueClass) Constructor.PDNumberTreeNode
(COSDictionary dict, Class<? extends COSObjectable> valueClass) Constructor.Creates a new page label range object from the given dictionary.PDPageLabels
(PDDocument document, COSDictionary dict) Creates an page label dictionary for a document using the information in the given COS dictionary.PDTypedDictionaryWrapper
(COSDictionary dictionary) Creates a new instance with a given COS dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.common.filespecification
Methods in org.apache.pdfbox.pdmodel.common.filespecification that return COSDictionaryModifier and TypeMethodDescriptionPDComplexFileSpecification.getCOSDictionary()
Convert this standard java object to a COS object.Constructors in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type COSDictionary -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.common.function
Methods in org.apache.pdfbox.pdmodel.common.function that return COSDictionary -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return COSDictionaryModifier and TypeMethodDescriptionprotected COSDictionary
PDMarkedContentReference.getCOSDictionary()
protected COSDictionary
PDObjectReference.getCOSDictionary()
Returns the underlying dictionary.protected COSDictionary
PDStructureNode.getCOSDictionary()
PDMarkInfo.getDictionary()
Convert this standard java object to a COS object.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDAttributeObject
PDAttributeObject.create
(COSDictionary dictionary) Creates an attribute object.static PDStructureNode
PDStructureNode.create
(COSDictionary node) Creates a node in the structure tree.Constructors in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSDictionaryModifierConstructorDescriptionPDAttributeObject
(COSDictionary dictionary) Creates a new attribute object with a given dictionary.PDDefaultAttributeObject
(COSDictionary dictionary) Creates a default attribute object with a given dictionary.PDMarkedContentReference
(COSDictionary dictionary) Constructor for an existing marked content reference.PDMarkInfo
(COSDictionary dic) Constructor for an existing MarkInfo element.PDObjectReference
(COSDictionary theDictionary) Constructor for an existing object reference.Constructor for an existing structure element.protected
PDStructureNode
(COSDictionary dictionary) Constructor for an existing structure node.Constructor for an existing structure element.PDUserAttributeObject
(COSDictionary dictionary) PDUserProperty
(COSDictionary dictionary, PDUserAttributeObject userAttributeObject) Creates a user property with a given dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent
Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent that return COSDictionaryMethods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDMarkedContent
PDMarkedContent.create
(COSName tag, COSDictionary properties) Creates a marked-content sequence.Constructors in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type COSDictionaryModifierConstructorDescriptionPDMarkedContent
(COSName tag, COSDictionary properties) Creates a new marked content object. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.prepress
Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return COSDictionaryModifier and TypeMethodDescriptionPDBoxStyle.getDictionary()
Convert this standard java object to a COS object.Constructors in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type COSDictionaryModifierConstructorDescriptionPDBoxStyle
(COSDictionary dic) Constructor for an existing BoxStyle element. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Constructors in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type COSDictionaryModifierConstructorDescriptionPDArtifactMarkedContent
(COSDictionary properties) PDExportFormatAttributeObject
(COSDictionary dictionary) Creates a new ExportFormat attribute object with a given dictionary.PDLayoutAttributeObject
(COSDictionary dictionary) Creates a new Layout attribute object with a given dictionary.PDListAttributeObject
(COSDictionary dictionary) Creates a new List attribute object with a given dictionary.PDPrintFieldAttributeObject
(COSDictionary dictionary) Creates a new PrintField attribute object with a given dictionary.PDStandardAttributeObject
(COSDictionary dictionary) Creates a new standard attribute object with a given dictionary.PDTableAttributeObject
(COSDictionary dictionary) Creates a new Table attribute object with a given dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.encryption
Fields in org.apache.pdfbox.pdmodel.encryption declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionary
PDCryptFilterDictionary.cryptFilterDictionary
COS crypt filter dictionary.protected COSDictionary
PDEncryptionDictionary.encryptionDictionary
COS encryption dictionary.Methods in org.apache.pdfbox.pdmodel.encryption that return COSDictionaryModifier and TypeMethodDescriptionPDCryptFilterDictionary.getCOSDictionary()
This will get the dictionary associated with this crypt filter dictionary.PDEncryptionDictionary.getCOSDictionary()
This will get the dictionary associated with this encryption dictionary.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDEncryptionDictionary
PDEncryptionManager.getEncryptionDictionary
(COSDictionary dictionary) Deprecated.This will get the correct security handler for the encryption dictionary.Constructors in org.apache.pdfbox.pdmodel.encryption with parameters of type COSDictionaryModifierConstructorDescriptioncreates a new crypt filter dictionary from the low level dictionary provided.creates a new encryption dictionary from the low level dictionary provided.Deprecated.Constructor from existing dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.fdf
Fields in org.apache.pdfbox.pdmodel.fdf declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionary
FDFAnnotation.annot
Annotation dictionary.Methods in org.apache.pdfbox.pdmodel.fdf that return COSDictionaryModifier and TypeMethodDescriptionFDFAnnotation.getCOSDictionary()
Convert this standard java object to a COS object.FDFCatalog.getCOSDictionary()
Convert this standard java object to a COS object.FDFDictionary.getCOSDictionary()
Convert this standard java object to a COS object.FDFField.getCOSDictionary()
Convert this standard java object to a COS object.FDFIconFit.getCOSDictionary()
Convert this standard java object to a COS object.FDFJavaScript.getCOSDictionary()
Convert this standard java object to a COS object.FDFNamedPageReference.getCOSDictionary()
Convert this standard java object to a COS object.FDFPage.getCOSDictionary()
Convert this standard java object to a COS object.FDFPageInfo.getCOSDictionary()
Convert this standard java object to a COS object.FDFTemplate.getCOSDictionary()
Convert this standard java object to a COS object.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic FDFAnnotation
FDFAnnotation.create
(COSDictionary fdfDic) Create the correct FDFAnnotation.Constructors in org.apache.pdfbox.pdmodel.fdf with parameters of type COSDictionaryModifierConstructorDescriptionConstructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.FDFCatalog
(COSDictionary cat) Constructor.FDFDictionary
(COSDictionary fdfDictionary) Constructor.Constructor.Constructor.FDFJavaScript
(COSDictionary javaScript) Constructor.Constructor.Constructor.Constructor.Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionary
PDFont.font
The cos dictionary for this font.Methods in org.apache.pdfbox.pdmodel.font that return COSDictionaryModifier and TypeMethodDescriptionPDFontDescriptorDictionary.getCOSDictionary()
This will get the dictionary for this object.Methods in org.apache.pdfbox.pdmodel.font with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDFont
PDFontFactory.createFont
(COSDictionary dic) This will create the correct font based on information in the dictionary.static PDFont
PDFontFactory.createFont
(COSDictionary dic, Map fontCache) Deprecated.due to some side effects font caching is no longer supported, usePDFontFactory.createFont(COSDictionary)
insteadConstructors in org.apache.pdfbox.pdmodel.font with parameters of type COSDictionaryModifierConstructorDescriptionPDCIDFont
(COSDictionary fontDictionary) Constructor.PDCIDFontType0Font
(COSDictionary fontDictionary) Constructor.PDCIDFontType2Font
(COSDictionary fontDictionary) Constructor.PDFont
(COSDictionary fontDictionary) Constructor.Constructor.PDMMType1Font
(COSDictionary fontDictionary) Constructor.PDSimpleFont
(COSDictionary fontDictionary) Constructor.PDTrueTypeFont
(COSDictionary fontDictionary) Constructor.PDType0Font
(COSDictionary fontDictionary) Constructor.PDType1CFont
(COSDictionary fontDictionary) Constructor.PDType1Font
(COSDictionary fontDictionary) Constructor.PDType3Font
(COSDictionary fontDictionary) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics
Methods in org.apache.pdfbox.pdmodel.graphics that return COSDictionaryModifier and TypeMethodDescriptionPDExtendedGraphicsState.getCOSDictionary()
This will get the underlying dictionary that this class acts on.Constructors in org.apache.pdfbox.pdmodel.graphics with parameters of type COSDictionaryModifierConstructorDescriptionPDExtendedGraphicsState
(COSDictionary dictionary) Create a graphics state from an existing dictionary.PDShading
(COSName name, COSDictionary shading) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return COSDictionaryModifier and TypeMethodDescriptionPDDeviceNAttributes.getCOSDictionary()
This will get the underlying cos dictionary.Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSDictionaryModifierConstructorDescriptionPDDeviceNAttributes
(COSDictionary attributes) Constructor.PDOutputIntent
(COSDictionary dictionary) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Constructors in org.apache.pdfbox.pdmodel.graphics.optionalcontent with parameters of type COSDictionaryModifierConstructorDescriptionCreates a new instance based on a givenCOSDictionary
.Creates a new instance based on a givenCOSDictionary
. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return COSDictionaryModifier and TypeMethodDescriptionPDPatternResources.getCOSDictionary()
This will get the underlying dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDPatternResources
PDPatternResources.create
(COSDictionary resourceDictionary) Create the correct PD Model pattern based on the COS base pattern.Constructors in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type COSDictionaryModifierConstructorDescriptionPDPatternResources
(COSDictionary resourceDictionary) Prepopulated pattern resources.PDShadingPatternResources
(COSDictionary resourceDictionary) Prepopulated pattern resources.PDTilingPatternResources
(COSDictionary resourceDictionary) Prepopulated pattern resources. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.shading
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return COSDictionaryModifier and TypeMethodDescriptionPDShadingResources.getCOSDictionary()
This will get the underlying dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDShadingResources
PDShadingResources.create
(COSDictionary resourceDictionary) Create the correct PD Model shading based on the COS base shading.Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type COSDictionaryModifierConstructorDescriptionPDShadingResources
(COSDictionary shadingDictionary) Constructor using the given shading dictionary.PDShadingType1
(COSDictionary shadingDictionary) Constructor using the given shading dictionary.PDShadingType2
(COSDictionary shadingDictionary) Constructor using the given shading dictionary.PDShadingType3
(COSDictionary shadingDictionary) Constructor using the given shading dictionary.PDShadingType4
(COSDictionary shadingDictionary) Constructor using the given shading dictionary.PDShadingType5
(COSDictionary shadingDictionary) Constructor using the given shading dictionary.PDShadingType6
(COSDictionary shadingDictionary) Constructor using the given shading dictionary.PDShadingType7
(COSDictionary shadingDictionary) Constructor using the given shading dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return COSDictionaryModifier and TypeMethodDescriptionPDPixelMap.getDecodeParams()
Deprecated.UsePDStream.getDecodeParms()
instead -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return COSDictionaryModifier and TypeMethodDescriptionPDAdditionalActions.getCOSDictionary()
Convert this standard java object to a COS object.PDAnnotationAdditionalActions.getCOSDictionary()
Convert this standard java object to a COS object.PDDocumentCatalogAdditionalActions.getCOSDictionary()
Convert this standard java object to a COS object.PDFormFieldAdditionalActions.getCOSDictionary()
Convert this standard java object to a COS object.PDPageAdditionalActions.getCOSDictionary()
Convert this standard java object to a COS object.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDAction
PDActionFactory.createAction
(COSDictionary action) This will create the correct type of action based on the type specified in the dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.action with parameters of type COSDictionaryModifierConstructorDescriptionConstructor.Constructor.Constructor.Constructor.Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.action.type
Fields in org.apache.pdfbox.pdmodel.interactive.action.type declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionary
PDAction.action
The action dictionary.protected COSDictionary
PDWindowsLaunchParams.params
The params dictionary.Methods in org.apache.pdfbox.pdmodel.interactive.action.type that return COSDictionaryModifier and TypeMethodDescriptionPDAction.getCOSDictionary()
Convert this standard java object to a COS object.PDActionNamed.getCOSDictionary()
Convert this standard java object to a COS object.PDActionRemoteGoTo.getCOSDictionary()
Convert this standard java object to a COS object.PDActionURI.getCOSDictionary()
Convert this standard java object to a COS object.PDWindowsLaunchParams.getCOSDictionary()
Convert this standard java object to a COS object.PDURIDictionary.getDictionary()
Returns the corresponding dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.action.type with parameters of type COSDictionaryModifierConstructorDescriptionConstructor.Constructor.Constructor #2.Constructor.Constructor.Constructor.Constructor.PDURIDictionary
(COSDictionary dictionary) Constructor.Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return COSDictionaryModifier and TypeMethodDescriptionPDAnnotation.getDictionary()
returns the dictionary.PDAppearanceCharacteristicsDictionary.getDictionary()
returns the dictionary.PDAppearanceDictionary.getDictionary()
returns the dictionary.PDBorderEffectDictionary.getDictionary()
returns the dictionary.PDBorderStyleDictionary.getDictionary()
returns the dictionary.PDExternalDataDictionary.getDictionary()
returns the dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type COSDictionaryModifierConstructorDescriptionPDAnnotation
(COSDictionary dict) Constructor.Creates a Link annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationLine
(COSDictionary field) Creates a Line annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationLink
(COSDictionary field) Creates a Link annotation from a COSDictionary, expected to be a correct object definition.Constructor.PDAnnotationPopup
(COSDictionary field) 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.PDAnnotationText
(COSDictionary field) 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.PDAnnotationWidget
(COSDictionary field) Creates a PDWidget from a COSDictionary, expected to be a correct object definition for a field in PDF.Constructor.Constructor.Constructor.Constructor.PDExternalDataDictionary
(COSDictionary dictionary) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return COSDictionaryModifier and TypeMethodDescriptionPDPropBuild.getDictionary()
Convert this standard java object to a COS dictionary.PDPropBuildDataDict.getDictionary()
Convert this standard java object to a COS dictionary.PDSeedValue.getDictionary()
Convert this standard java object to a COS dictionary.PDSeedValueMDP.getDictionary()
Convert this standard java object to a COS dictionary.PDSeedValueTimeStamp.getDictionary()
Convert this standard java object to a COS dictionary.PDSignature.getDictionary()
Convert this standard java object to a COS dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type COSDictionaryModifierConstructorDescriptionPDPropBuild
(COSDictionary dict) Constructor.Constructor.PDSeedValue
(COSDictionary dict) Constructor.PDSeedValueMDP
(COSDictionary dict) Constructor.Constructor.PDSignature
(COSDictionary dict) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return COSDictionaryModifier and TypeMethodDescriptionPDFTemplateStructure.getAcroFormDictionary()
Gets Dictionary of AcroForm.PDFTemplateStructure.getWidgetDictionary()
Gets Widget Dictionary.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoid
PDFTemplateStructure.setAcroFormDictionary
(COSDictionary acroFormDictionary) Acroform have its Dictionary, so we here set the Dictionary which is in this location: AcroForm/DRvoid
PDFTemplateStructure.setWidgetDictionary
(COSDictionary widgetDictionary) Sets Widget Dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return COSDictionaryModifier and TypeMethodDescriptionPDAcroForm.getDictionary()
This will get the dictionary that this form wraps.PDField.getDictionary()
This will get the dictionary associated with this field.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDField
PDFieldFactory.createField
(PDAcroForm acroForm, COSDictionary field) This method creates a COSField subclass from the given field.Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSDictionaryModifierConstructorDescriptionPDAcroForm
(PDDocument doc, COSDictionary form) Constructor.PDCheckbox
(PDAcroForm theAcroForm, COSDictionary field) PDChoiceButton
(PDAcroForm theAcroForm, COSDictionary field) PDChoiceField
(PDAcroForm theAcroForm, COSDictionary field) PDField
(PDAcroForm theAcroForm, COSDictionary field) Creates a COSField from a COSDictionary, expected to be a correct object definition for a field in PDF.PDPushButton
(PDAcroForm theAcroForm, COSDictionary field) PDRadioCollection
(PDAcroForm theAcroForm, COSDictionary field) PDSignature
(PDAcroForm theAcroForm, COSDictionary field) Deprecated.PDSignatureField
(PDAcroForm theAcroForm, COSDictionary field) PDTextbox
(PDAcroForm theAcroForm, COSDictionary field) PDUnknownField
(PDAcroForm theAcroForm, COSDictionary field) PDVariableText
(PDAcroForm theAcroForm, COSDictionary field) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.measurement
Methods in org.apache.pdfbox.pdmodel.interactive.measurement that return COSDictionaryModifier and TypeMethodDescriptionPDMeasureDictionary.getDictionary()
This will return the corresponding dictionary.PDNumberFormatDictionary.getDictionary()
This will return the dictionary.PDViewportDictionary.getDictionary()
This will return the corresponding dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.measurement with parameters of type COSDictionaryModifierConstructorDescriptionPDMeasureDictionary
(COSDictionary dictionary) Constructor.PDNumberFormatDictionary
(COSDictionary dictionary) Constructor.PDRectlinearMeasureDictionary
(COSDictionary dictionary) Constructor.PDViewportDictionary
(COSDictionary dictionary) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.viewerpreferences
Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return COSDictionaryModifier and TypeMethodDescriptionPDViewerPreferences.getDictionary()
This will get the underlying dictionary that this object wraps.Constructors in org.apache.pdfbox.pdmodel.interactive.viewerpreferences with parameters of type COSDictionaryModifierConstructorDescriptionConstructor that is used for a preexisting dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.markedcontent
Constructors in org.apache.pdfbox.pdmodel.markedcontent with parameters of type COSDictionaryModifierConstructorDescriptionPDPropertyList
(COSDictionary dict) Creates a new instance based on a givenCOSDictionary
. -
Uses of COSDictionary in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return COSDictionaryModifier and TypeMethodDescriptionImageParameters.getDictionary()
This will get the dictionary that stores the image parameters.Methods in org.apache.pdfbox.util with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoid
PDFMarkedContentExtractor.beginMarkedContentSequence
(COSName tag, COSDictionary properties) static final boolean
BitFlagHelper.getFlag
(COSDictionary dic, String field, int bitFlag) Deprecated.useBitFlagHelper.getFlag(COSDictionary, COSName, int)
using COSName constants insteadstatic final boolean
BitFlagHelper.getFlag
(COSDictionary dic, COSName field, int bitFlag) Gets the boolean value from the flags at the given bit position.static final void
BitFlagHelper.setFlag
(COSDictionary dic, String field, int bitFlag, boolean value) Deprecated.useBitFlagHelper.setFlag(COSDictionary, COSName, int, boolean)
using COSName constants insteadstatic final void
BitFlagHelper.setFlag
(COSDictionary dic, COSName field, int bitFlag, boolean value) Sets the given boolean value at bitPos in the flags.Constructors in org.apache.pdfbox.util with parameters of type COSDictionary