Uses of Class
org.apache.pdfbox.cos.COSDictionary
Packages that use COSDictionary
Package
Description
This package contains provides classes for working with content streams.
This package contains implementations of all of the PDF operators.
These are the low level objects that make up a PDF document.
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.
This package deals with colors that are stored in a PDF document.
This package deals with Form XObjects that are stored in a PDF document.
This package deals with images 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 graphics states within the PDF document.
This package represents actions that can be performed in a PDF document.
The annotation package contains classes that work with PDF annotation elements.
The digital 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 destination package allows destinations into a pdf document to be specified.
The outline package allows for a PDF outline(bookmarks) to be created.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
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.
-
Uses of COSDictionary in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoidPDFStreamEngine.beginMarkedContentSequence(COSName tag, COSDictionary properties) Called when a marked content group begins -
Uses of COSDictionary in org.apache.pdfbox.contentstream.operator
Fields in org.apache.pdfbox.contentstream.operator declared as COSDictionaryMethods in org.apache.pdfbox.contentstream.operator that return COSDictionaryModifier and TypeMethodDescriptionOperator.getImageParameters()This will get the image parameters, this is only valid for BI operators.Methods in org.apache.pdfbox.contentstream.operator with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoidOperator.setImageParameters(COSDictionary params) This will set the image parameters, this is only valid for BI operators. -
Uses of COSDictionary in org.apache.pdfbox.cos
Subclasses of COSDictionary in org.apache.pdfbox.cosModifier and TypeClassDescriptionclassThis class represents a stream object in a PDF document.(package private) final classAn unmodifiable COSDictionary.Fields in org.apache.pdfbox.cos declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryCOSOutputStream.parametersprivate COSDictionaryCOSDocument.trailerDocument trailer dictionary.Methods in org.apache.pdfbox.cos that return COSDictionaryModifier and TypeMethodDescriptionCOSDictionary.asUnmodifiableDictionary()Returns an unmodifiable view of this dictionary.COSDictionary.getCOSDictionary(COSName key) This is a convenience method that will get the dictionary object that is expected to be a COSDictionary.COSDocument.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 with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoidCOSDictionary.addAll(COSDictionary dict) This will add all of the dictionaries keys/values to this dictionary.(package private) static COSInputStreamCOSInputStream.create(List<Filter> filters, COSDictionary parameters, InputStream in, ScratchFile scratchFile) Creates a new COSInputStream from an encoded input stream.(package private) static COSInputStreamCOSInputStream.create(List<Filter> filters, COSDictionary parameters, InputStream in, ScratchFile scratchFile, DecodeOptions options) COSDocument.createCOSStream(COSDictionary dictionary) Creates a new COSStream using the current configuration for scratch files.voidCOSDictionary.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.voidUnmodifiableCOSDictionary.mergeInto(COSDictionary dic) This will add all of the dictionaries keys/values to this dictionary, but only if they don't already exist.voidCOSDocument.setEncryptionDictionary(COSDictionary encDictionary) This will set the encryption dictionary, this should only be called when encrypting the document.voidCOSDocument.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.(package private)COSOutputStream(List<Filter> filters, COSDictionary parameters, OutputStream output, ScratchFile scratchFile) Creates a new COSOutputStream writes to an encoded COS stream.(package private) -
Uses of COSDictionary in org.apache.pdfbox.debugger
Methods in org.apache.pdfbox.debugger with parameters of type COSDictionary -
Uses of COSDictionary in org.apache.pdfbox.debugger.flagbitspane
Fields in org.apache.pdfbox.debugger.flagbitspane declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionarySigFlag.acroFormDictionaryprivate final COSDictionaryAnnotFlag.annotDictionaryprivate final COSDictionaryFieldFlag.dictionaryprivate final COSDictionaryEncryptFlag.encryptDictionaryprivate final COSDictionaryFontFlag.fontDescriptorMethods in org.apache.pdfbox.debugger.flagbitspane with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate voidFlagBitsPane.createPane(COSDictionary dictionary, COSName flagType) final byte[]PanoseFlag.getPanoseBytes(COSDictionary style) Constructors in org.apache.pdfbox.debugger.flagbitspane with parameters of type COSDictionaryModifierConstructorDescription(package private)AnnotFlag(COSDictionary annotDictionary) Constructor(package private)EncryptFlag(COSDictionary encryptDict) Constructor(package private)FieldFlag(COSDictionary dictionary) ConstructorFlagBitsPane(PDDocument document, COSDictionary dictionary, COSName flagType) Constructor.(package private)FontFlag(COSDictionary fontDescDictionary) ConstructorPanoseFlag(COSDictionary dictionary) Constructor.(package private)SigFlag(PDDocument document, COSDictionary acroFormDictionary) Constructor -
Uses of COSDictionary in org.apache.pdfbox.debugger.fontencodingpane
Constructors in org.apache.pdfbox.debugger.fontencodingpane with parameters of type COSDictionaryModifierConstructorDescriptionFontEncodingPaneController(COSName fontName, COSDictionary dictionary) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.debugger.pagepane
Constructors in org.apache.pdfbox.debugger.pagepane with parameters of type COSDictionaryModifierConstructorDescriptionPagePane(PDDocument document, COSDictionary pageDict, JLabel statuslabel) -
Uses of COSDictionary in org.apache.pdfbox.debugger.streampane
Methods in org.apache.pdfbox.debugger.streampane with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate booleanStream.isImageStream(COSDictionary dic, boolean isThumb) private booleanStream.isXmlMetadataStream(COSDictionary dic) Constructors in org.apache.pdfbox.debugger.streampane with parameters of type COSDictionaryModifierConstructorDescriptionStreamPane(COSStream cosStream, boolean isContentStream, boolean isThumb, COSDictionary resourcesDic) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.debugger.ui
Fields in org.apache.pdfbox.debugger.ui declared as COSDictionaryMethods in org.apache.pdfbox.debugger.ui that return COSDictionaryConstructors in org.apache.pdfbox.debugger.ui with parameters of type COSDictionary -
Uses of COSDictionary in org.apache.pdfbox.filter
Fields in org.apache.pdfbox.filter declared as COSDictionaryMethods in org.apache.pdfbox.filter that return COSDictionaryModifier and TypeMethodDescriptionprotected COSDictionaryFilter.getDecodeParams(COSDictionary dictionary, int index) DecodeResult.getParameters()Returns the stream parameters, repaired using the embedded stream data.Methods in org.apache.pdfbox.filter with parameters of type COSDictionaryModifier and TypeMethodDescriptionASCII85Filter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) ASCIIHexFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) CCITTFaxFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) CryptFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) DCTFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) DCTFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) abstract DecodeResultFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) Decodes data, producing the original non-encoded data.Filter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) Decodes data, with optional DecodeOptions.FlateFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) IdentityFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) JBIG2Filter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) JBIG2Filter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) JPXFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) JPXFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) Decodes data, with optional DecodeOptions.LZWFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) Decodes data, producing the original non-encoded data.RunLengthDecodeFilter.decode(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) protected voidASCII85Filter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) voidASCIIHexFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected voidCCITTFaxFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected voidCryptFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected voidDCTFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected abstract voidFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) final voidFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters, int index) Encodes data.protected voidFlateFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected voidIdentityFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected voidJBIG2Filter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected voidJPXFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected voidLZWFilter.encode(InputStream rawData, OutputStream encoded, COSDictionary parameters) protected voidRunLengthDecodeFilter.encode(InputStream input, OutputStream encoded, COSDictionary parameters) protected COSDictionaryFilter.getDecodeParams(COSDictionary dictionary, int index) (package private) static OutputStreamPredictor.wrapPredictor(OutputStream out, COSDictionary decodeParams) Wraps andOutputStreamin a predictor decoding stream as necessary.Constructors in org.apache.pdfbox.filter with parameters of type COSDictionaryModifierConstructorDescription(package private)DecodeResult(COSDictionary parameters) (package private)DecodeResult(COSDictionary parameters, PDJPXColorSpace colorSpace) -
Uses of COSDictionary in org.apache.pdfbox.multipdf
Fields in org.apache.pdfbox.multipdf declared as COSDictionaryMethods in org.apache.pdfbox.multipdf with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate voidPDFMergerUtility.cleanupFieldCOSDictionary(COSDictionary fieldCos) private voidPDFMergerUtility.cleanupWidgetCOSDictionary(COSDictionary widgetCos, boolean removeDAEntry) private voidPDFMergerUtility.mergeInto(COSDictionary src, COSDictionary dst, Set<COSName> exclude) This will add all of the dictionaries keys/values to this dictionary, but only if they are not in an exclusion list and if they don't already exist.private voidLayerUtility.transferDict(COSDictionary orgDict, COSDictionary targetDict, Set<String> filter) private voidPDFMergerUtility.updatePageReferences(PDFCloneUtility cloner, COSDictionary parentTreeEntry, Map<COSDictionary, COSDictionary> objMapping) Update the Pg and Obj references to the new (merged) page.private voidPDFMergerUtility.updateParentEntry(COSArray kArray, COSDictionary newParent, COSName newStructureType) Update the P reference to the new parent dictionary.Method parameters in org.apache.pdfbox.multipdf with type arguments of type COSDictionaryModifier and TypeMethodDescriptionprivate voidPDFMergerUtility.updatePageReferences(PDFCloneUtility cloner, COSArray parentTreeEntry, Map<COSDictionary, COSDictionary> objMapping) private voidPDFMergerUtility.updatePageReferences(PDFCloneUtility cloner, COSArray parentTreeEntry, Map<COSDictionary, COSDictionary> objMapping) private voidPDFMergerUtility.updatePageReferences(PDFCloneUtility cloner, COSDictionary parentTreeEntry, Map<COSDictionary, COSDictionary> objMapping) Update the Pg and Obj references to the new (merged) page.private voidPDFMergerUtility.updatePageReferences(PDFCloneUtility cloner, COSDictionary parentTreeEntry, Map<COSDictionary, COSDictionary> objMapping) Update the Pg and Obj references to the new (merged) page.Constructors in org.apache.pdfbox.multipdf with parameters of type COSDictionaryModifierConstructorDescriptionprivateLayoutPage(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, short rotation) -
Uses of COSDictionary in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionaryXrefTrailerResolver.XrefTrailerObj.trailerMethods in org.apache.pdfbox.pdfparser that return COSDictionaryModifier and TypeMethodDescriptionXrefTrailerResolver.getCurrentTrailer()Returns the trailer last set byXrefTrailerResolver.setTrailer(COSDictionary).final COSDictionaryXrefTrailerResolver.getFirstTrailer()Returns the first trailer if at least one exists.final COSDictionaryXrefTrailerResolver.getLastTrailer()Returns the last trailer if at least one exists.XrefTrailerResolver.getTrailer()Gets the resolved trailer.protected COSDictionaryBaseParser.parseCOSDictionary()This will parse a PDF dictionary.protected COSDictionaryCOSParser.parseXref(long startXRefOffset) Parses cross reference tables.protected final COSDictionaryCOSParser.rebuildTrailer()Rebuild the trailer dictionary if startxref can't be found.private COSDictionaryCOSParser.retrieveCOSDictionary(COSObject object) private COSDictionaryCOSParser.retrieveCOSDictionary(COSObjectKey key, long offset) protected COSDictionaryCOSParser.retrieveTrailer()Read the trailer information and provide a COSDictionary containing the trailer information.Methods in org.apache.pdfbox.pdfparser with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate voidCOSParser.addExcludedToList(COSName[] excludeObjects, COSDictionary dict, Set<Long> parsedObjects) voidPDFXRefStream.addTrailerInfo(COSDictionary trailerDict) Copy all Trailer Information to this file.private booleanCOSParser.bfSearchForTrailer(COSDictionary trailer) Brute force search for all trailer marker.protected voidCOSParser.checkPages(COSDictionary root) Check if all entries of the pages dictionary are present.private intCOSParser.checkPagesDictionary(COSDictionary pagesDict, Set<COSObject> set) protected booleanCOSParser.isCatalog(COSDictionary dictionary) Tell if the dictionary is a PDF catalog.protected final booleanFDFParser.isCatalog(COSDictionary dictionary) Tell if the dictionary is a FDF catalog.private booleanCOSParser.isInfo(COSDictionary dictionary) Tell if the dictionary is an info dictionary.private booleanBaseParser.parseCOSDictionaryNameValuePair(COSDictionary obj) protected COSStreamCOSParser.parseCOSStream(COSDictionary dic) This will read a COSStream from the input stream using length attribute within dictionary.protected voidCOSParser.parseDictObjects(COSDictionary dict, COSName... excludeObjects) Will parse every object necessary to load a single page from the pdf document.protected COSBaseCOSParser.parseTrailerValuesDynamically(COSDictionary trailer) Parse the values of the trailer dictionary and return the root object.private booleanCOSParser.searchForTrailerItems(COSDictionary trailer) Search for the different parts of the trailer dictionary.voidXrefTrailerResolver.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 TypeMethodDescriptionprivate voidCOSWriter.detectPossibleSignature(COSDictionary obj) COSWriter.visitFromDictionary(COSDictionary obj) Constructor parameters in org.apache.pdfbox.pdfwriter with type arguments of type COSDictionaryModifierConstructorDescriptionCOSWriter(OutputStream outputStream, RandomAccessRead inputData, Set<COSDictionary> objectsToWrite) Constructor for incremental updates with a list of objects to write. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryPDDocumentInformation.infoprivate final COSDictionaryPDDocumentNameDestinationDictionary.nameDictionaryprivate final COSDictionaryPDDocumentNameDictionary.nameDictionaryprivate final COSDictionaryPDPage.pageprivate final COSDictionaryPDResources.resourcesprivate final COSDictionaryPDDocumentCatalog.rootprivate final COSDictionaryPDPageTree.rootprivate final COSDictionaryPDPageTree.SearchContext.searchedFields in org.apache.pdfbox.pdmodel with type parameters of type COSDictionaryModifier and TypeFieldDescriptionprivate final Set<COSDictionary>PDPageTree.pageSetprivate final Queue<COSDictionary>PDPageTree.PageIterator.queueprivate Set<COSDictionary>PDPageTree.PageIterator.setMethods in org.apache.pdfbox.pdmodel that return COSDictionaryModifier and TypeMethodDescriptionprivate COSDictionaryPDPageTree.get(int pageNum, COSDictionary node, int encountered) Returns the given COS page using a depth-first search.PDDocumentCatalog.getCOSObject()Convert this standard java object to a COS object.PDDocumentInformation.getCOSObject()This will get the underlying dictionary that this object wraps.PDDocumentNameDestinationDictionary.getCOSObject()Convert this standard java object to a COS object.PDDocumentNameDictionary.getCOSObject()Convert this standard java object to a COS object.PDPage.getCOSObject()Convert this standard java object to a COS object.PDPageTree.getCOSObject()PDResources.getCOSObject()Returns the underlying dictionary.Methods in org.apache.pdfbox.pdmodel that return types with arguments of type COSDictionaryModifier and TypeMethodDescriptionprivate List<COSDictionary>PDPageTree.getKids(COSDictionary node) Helper to get kids from malformed PDFs.Methods in org.apache.pdfbox.pdmodel with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate voidPDDocument.assignAcroFormDefaultResource(PDAcroForm acroForm, COSDictionary newDict) private voidPDDocument.assignAppearanceDictionary(PDAnnotationWidget firstWidget, COSDictionary apDict) private voidPDDocument.assignSignatureRectangle(PDAnnotationWidget firstWidget, COSDictionary annotDict) protected PDNameTreeNode<PDPageDestination>PDDestinationNameTreeNode.createChildNode(COSDictionary dic) protected PDNameTreeNode<PDComplexFileSpecification>PDEmbeddedFilesNameTreeNode.createChildNode(COSDictionary dic) protected PDNameTreeNode<PDActionJavaScript>PDJavascriptNameTreeNode.createChildNode(COSDictionary dic) protected PDNameTreeNode<PDStructureElement>PDStructureElementNameTreeNode.createChildNode(COSDictionary dic) private voidPDPageTree.PageIterator.enqueueKids(COSDictionary node) private booleanPDPageTree.findPage(PDPageTree.SearchContext context, COSDictionary node) private COSDictionaryPDPageTree.get(int pageNum, COSDictionary node, int encountered) Returns the given COS page using a depth-first search.static COSBasePDPageTree.getInheritableAttribute(COSDictionary node, COSName key) Returns the given attribute, inheriting from parent tree nodes if necessary.private List<COSDictionary>PDPageTree.getKids(COSDictionary node) Helper to get kids from malformed PDFs.private voidPDPageTree.increaseParents(COSDictionary parentDict) private booleanPDPageTree.isPageTreeNode(COSDictionary node) Returns true if the node is a page tree node (i.e.private voidPDPageTree.remove(COSDictionary node) Removes the given COS page.private static voidPDPageTree.sanitizeType(COSDictionary dictionary) private voidPDPageTree.SearchContext.visitPage(COSDictionary current) Method parameters in org.apache.pdfbox.pdmodel with type arguments of type COSDictionaryModifier and TypeMethodDescriptionvoidPDDocument.saveIncremental(OutputStream output, Set<COSDictionary> objectsToWrite) Save the PDF as an incremental update.Constructors in org.apache.pdfbox.pdmodel with parameters of type COSDictionaryModifierConstructorDescriptionprivatePageIterator(COSDictionary node) Constructor.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 pageDictionary) Creates a new instance of PDPage for reading.(package private)PDPage(COSDictionary pageDictionary, ResourceCache resourceCache) Creates a new instance of PDPage for reading.PDPageTree(COSDictionary root) Constructor for reading.(package private)PDPageTree(COSDictionary root, PDDocument document) Constructor for reading.PDResources(COSDictionary resourceDictionary) Constructor for reading.PDResources(COSDictionary resourceDictionary, ResourceCache resourceCache) Constructor for reading.PDResources(COSDictionary resourceDictionary, ResourceCache resourceCache, Map<COSName, SoftReference<PDFont>> directFontCache) Constructor for reading.Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.common
Fields in org.apache.pdfbox.pdmodel.common declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryPDDictionaryWrapper.dictionaryprivate final COSDictionaryCOSDictionaryMap.mapprivate final COSDictionaryPDNameTreeNode.nodeprivate final COSDictionaryPDNumberTreeNode.nodeprivate COSDictionaryCOSArrayList.parentDictprivate COSDictionaryPDPageLabelRange.rootMethods in org.apache.pdfbox.pdmodel.common that return COSDictionaryModifier and TypeMethodDescriptionstatic COSDictionaryThis will take a map<java.lang.String,org.apache.pdfbox.pdmodel.COSObjectable> and convert it into a COSDictionary.PDDictionaryWrapper.getCOSObject()Convert this standard java object to a COS object.PDNameTreeNode.getCOSObject()Convert this standard java object to a COS object.PDNumberTreeNode.getCOSObject()Convert this standard java object to a COS object.PDPageLabelRange.getCOSObject()Returns the underlying dictionary.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 abstract PDNameTreeNode<T>PDNameTreeNode.createChildNode(COSDictionary dic) Create a child node object.protected PDNumberTreeNodePDNumberTreeNode.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, COSName dictionaryKey) This is a really special constructor.COSArrayList(COSDictionary dictionary, COSName dictionaryKey) This constructor is to be used if the array doesn't exist, but is to be created and added to the parent dictionary as soon as the first element is added to the array.COSDictionaryMap(Map<K, V> actualsMap, COSDictionary dicMap) Constructor for this map.PDDictionaryWrapper(COSDictionary dictionary) Creates a new instance with a given COS dictionary.protectedPDNameTreeNode(COSDictionary dict) 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
Fields in org.apache.pdfbox.pdmodel.common.filespecification declared as COSDictionaryModifier and TypeFieldDescriptionprivate COSDictionaryPDComplexFileSpecification.efDictionaryprivate final COSDictionaryPDComplexFileSpecification.fsMethods in org.apache.pdfbox.pdmodel.common.filespecification that return COSDictionaryModifier and TypeMethodDescriptionPDComplexFileSpecification.getCOSObject()Convert this standard java object to a COS object.private COSDictionaryPDComplexFileSpecification.getEFDictionary()Constructors in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type COSDictionary -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.common.function
Fields in org.apache.pdfbox.pdmodel.common.function declared as COSDictionaryMethods in org.apache.pdfbox.pdmodel.common.function that return COSDictionary -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Fields in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryPDMarkedContentReference.dictionaryprivate final COSDictionaryPDMarkInfo.dictionaryprivate final COSDictionaryPDObjectReference.dictionaryprivate final COSDictionaryPDStructureNode.dictionaryMethods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return COSDictionaryModifier and TypeMethodDescriptionPDMarkedContentReference.getCOSObject()Convert this standard java object to a COS object.PDMarkInfo.getCOSObject()Convert this standard java object to a COS object.PDObjectReference.getCOSObject()Returns the underlying dictionary.PDStructureNode.getCOSObject()Convert this standard java object to a COS object.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDAttributeObjectPDAttributeObject.create(COSDictionary dictionary) Creates an attribute object.static PDStructureNodePDStructureNode.create(COSDictionary node) Creates a node in the structure tree.private COSObjectablePDStructureNode.createObjectFromDic(COSDictionary kidDic) 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.protectedPDStructureNode(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
Fields in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent declared as COSDictionaryModifier and TypeFieldDescriptionprotected final COSDictionaryPDPropertyList.dictprivate final COSDictionaryPDMarkedContent.propertiesMethods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent that return COSDictionaryModifier and TypeMethodDescriptionPDPropertyList.getCOSObject()PDMarkedContent.getProperties()Gets the properties.Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDMarkedContentPDMarkedContent.create(COSName tag, COSDictionary properties) Creates a marked-content sequence.static PDPropertyListPDPropertyList.create(COSDictionary dict) Creates a property list from the given dictionary.Constructors in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type COSDictionaryModifierConstructorDescriptionPDMarkedContent(COSName tag, COSDictionary properties) Creates a new marked content object.protectedPDPropertyList(COSDictionary dict) Constructor for subclasses. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.prepress
Fields in org.apache.pdfbox.pdmodel.documentinterchange.prepress declared as COSDictionaryMethods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return COSDictionaryModifier and TypeMethodDescriptionPDBoxStyle.getCOSObject()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 COSDictionaryPDCryptFilterDictionary.cryptFilterDictionaryCOS crypt filter dictionary.private final COSDictionaryPDEncryption.dictionaryMethods in org.apache.pdfbox.pdmodel.encryption that return COSDictionaryModifier and TypeMethodDescriptionPDCryptFilterDictionary.getCOSDictionary()Deprecated.PDEncryption.getCOSDictionary()Deprecated.PDCryptFilterDictionary.getCOSObject()This will get the dictionary associated with this crypt filter dictionary.PDEncryption.getCOSObject()This will get the dictionary associated with this encryption dictionary.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate voidSecurityHandler.decryptDictionary(COSDictionary dictionary, long objNum, long genNum) This will decrypt a dictionary.Constructors in org.apache.pdfbox.pdmodel.encryption with parameters of type COSDictionaryModifierConstructorDescriptioncreates a new crypt filter dictionary from the low level dictionary provided.PDEncryption(COSDictionary dictionary) creates a new encryption dictionary from the low level dictionary provided.PDEncryptionDictionary(COSDictionary dictionary) Deprecated.UsePDEncryption(COSDictionary)instead -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.fdf
Fields in org.apache.pdfbox.pdmodel.fdf declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionaryFDFAnnotation.annotAnnotation dictionary.private COSDictionaryFDFCatalog.catalogprivate final COSDictionaryFDFJavaScript.dictionaryprivate COSDictionaryFDFDictionary.fdfprivate COSDictionaryFDFField.fieldprivate COSDictionaryFDFIconFit.fitprivate final COSDictionaryFDFPage.pageprivate final COSDictionaryFDFPageInfo.pageInfoprivate final COSDictionaryFDFNamedPageReference.refprivate final COSDictionaryFDFTemplate.templateMethods in org.apache.pdfbox.pdmodel.fdf that return COSDictionaryModifier and TypeMethodDescriptionFDFAnnotation.getCOSObject()Convert this standard java object to a COS object.FDFCatalog.getCOSObject()Convert this standard java object to a COS object.FDFDictionary.getCOSObject()Convert this standard java object to a COS object.FDFField.getCOSObject()Convert this standard java object to a COS object.FDFIconFit.getCOSObject()Convert this standard java object to a COS object.FDFJavaScript.getCOSObject()Convert this standard java object to a COS object.FDFNamedPageReference.getCOSObject()Convert this standard java object to a COS object.FDFPage.getCOSObject()Convert this standard java object to a COS object.FDFPageInfo.getCOSObject()Convert this standard java object to a COS object.FDFTemplate.getCOSObject()Convert this standard java object to a COS object.private COSDictionaryFDFAnnotationStamp.parseDictElement(Element dictEl) private COSDictionaryFDFAnnotationStamp.parseStampAnnotationAppearanceXML(Element appearanceXML) This will create an Appearance dictionary from an appearance XML element.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic FDFAnnotationFDFAnnotation.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.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.fixup.processor
Methods in org.apache.pdfbox.pdmodel.fixup.processor with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate PDFieldAcroFormOrphanWidgetsProcessor.resolveNonRootField(PDAcroForm acroForm, COSDictionary parent, Map<String, PDField> nonTerminalFieldsMap) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as COSDictionaryModifier and TypeFieldDescriptionprivate COSDictionaryPDType3Font.charProcsprivate final COSDictionaryPDCIDFontType2Embedder.cidFontprivate final COSDictionaryPDFontDescriptor.dicprotected final COSDictionaryPDCIDFont.dictprivate final COSDictionaryPDCIDFontType2Embedder.dictprotected final COSDictionaryPDFont.dictprivate final COSDictionaryPDCIDSystemInfo.dictionaryMethods in org.apache.pdfbox.pdmodel.font that return COSDictionaryModifier and TypeMethodDescriptionprivate COSDictionaryPDCIDFontType2Embedder.createCIDFont()PDType3Font.getCharProcs()Returns the dictionary containing all streams to be used to render the glyphs.PDCIDFont.getCOSObject()PDFont.getCOSObject()PDFontDescriptor.getCOSObject()Convert this standard java object to a COS object.private COSDictionaryPDCIDFontType2Embedder.toCIDSystemInfo(String registry, String ordering, int supplement) Methods in org.apache.pdfbox.pdmodel.font with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate booleanPDCIDFontType2Embedder.buildVerticalHeader(COSDictionary cidFont) private voidPDCIDFontType2Embedder.buildVerticalMetrics(COSDictionary cidFont) Build vertical metrics with Identity CIDToGIDMap (for embedding full font).private voidPDCIDFontType2Embedder.buildWidths(COSDictionary cidFont) Build widths with Identity CIDToGIDMap (for embedding full font).(package private) static PDCIDFontPDFontFactory.createDescendantFont(COSDictionary dictionary, PDType0Font parent) Creates a new PDCIDFont instance with the appropriate subclass.static PDFontPDFontFactory.createFont(COSDictionary dictionary) Creates a new PDFont instance with the appropriate subclass.static PDFontPDFontFactory.createFont(COSDictionary dictionary, ResourceCache resourceCache) Creates a new PDFont instance with the appropriate subclass.private voidPDTrueTypeFontEmbedder.setWidths(COSDictionary font, GlyphList glyphList) Sets the glyph widths in the font dictionary.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type COSDictionaryModifierConstructorDescription(package private)PDCIDFont(COSDictionary fontDictionary, PDType0Font parent) Constructor.PDCIDFontType0(COSDictionary fontDictionary, PDType0Font parent) Constructor.PDCIDFontType2(COSDictionary fontDictionary, PDType0Font parent) Constructor.PDCIDFontType2(COSDictionary fontDictionary, PDType0Font parent, TrueTypeFont trueTypeFont) Constructor.(package private)PDCIDFontType2Embedder(PDDocument document, COSDictionary dict, TrueTypeFont ttf, boolean embedSubset, PDType0Font parent, boolean vertical) Creates a new TrueType font embedder for the given TTF as a PDCIDFontType2.(package private)PDCIDSystemInfo(COSDictionary dictionary) protectedPDFont(COSDictionary fontDictionary) Constructor.Creates a PDFontDescriptor from a COS dictionary.PDMMType1Font(COSDictionary fontDictionary) Creates an MMType1Font from a Font dictionary in a PDF.(package private)PDSimpleFont(COSDictionary fontDictionary) Constructor.PDTrueTypeFont(COSDictionary fontDictionary) Creates a new TrueType font from a Font dictionary.(package private)PDTrueTypeFontEmbedder(PDDocument document, COSDictionary dict, TrueTypeFont ttf, Encoding encoding) Creates a new TrueType font embedder for the given TTF as a PDTrueTypeFont.PDType0Font(COSDictionary fontDictionary) Constructor for reading a Type0 font from a PDF file.PDType1CFont(COSDictionary fontDictionary) Constructor.PDType1Font(COSDictionary fontDictionary) Creates a Type 1 font from a Font dictionary in a PDF.(package private)PDType1FontEmbedder(PDDocument doc, COSDictionary dict, InputStream pfbStream, Encoding encoding) This will load a PFB to be embedded into a document.PDType3Font(COSDictionary fontDictionary) Constructor.PDType3Font(COSDictionary fontDictionary, ResourceCache resourceCache) Constructor.(package private)TrueTypeEmbedder(PDDocument document, COSDictionary dict, TrueTypeFont ttf, boolean embedSubset) Creates a new TrueType font for embedding. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.font.encoding
Fields in org.apache.pdfbox.pdmodel.font.encoding declared as COSDictionaryConstructors in org.apache.pdfbox.pdmodel.font.encoding with parameters of type COSDictionaryModifierConstructorDescriptionDictionaryEncoding(COSDictionary fontEncoding) Creates a new DictionaryEncoding for a Type 3 font from a PDF.DictionaryEncoding(COSDictionary fontEncoding, boolean isNonSymbolic, Encoding builtIn) Creates a new DictionaryEncoding from a PDF. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionaryPDCIEDictionaryBasedColorSpace.dictionaryprivate final COSDictionaryPDDeviceNAttributes.dictionaryprivate final COSDictionaryPDDeviceNProcess.dictionaryprivate final COSDictionaryPDOutputIntent.dictionaryMethods in org.apache.pdfbox.pdmodel.graphics.color that return COSDictionaryModifier and TypeMethodDescriptionPDDeviceNAttributes.getCOSDictionary()Returns the underlying COS dictionary.PDDeviceNProcess.getCOSDictionary()Returns the underlying COS dictionary.Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSDictionaryModifierConstructorDescriptionPDDeviceNAttributes(COSDictionary attributes) Creates a new DeviceN colour space attributes dictionary from the given dictionary.PDDeviceNProcess(COSDictionary attributes) Creates a new DeviceN Process Dictionary from the given attributes.PDOutputIntent(COSDictionary dictionary) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.form
Fields in org.apache.pdfbox.pdmodel.graphics.form declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryPDTransparencyGroupAttributes.dictionaryMethods in org.apache.pdfbox.pdmodel.graphics.form that return COSDictionaryConstructors in org.apache.pdfbox.pdmodel.graphics.form with parameters of type COSDictionaryModifierConstructorDescriptionCreates a group object from a given dictionary -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.image
Fields in org.apache.pdfbox.pdmodel.graphics.image declared as COSDictionaryMethods in org.apache.pdfbox.pdmodel.graphics.image that return COSDictionaryModifier and TypeMethodDescriptionprivate static COSDictionaryPNGConverter.buildDecodeParams(PNGConverter.PNGConverterState state, PDColorSpace colorSpace) Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate static voidCCITTFactory.extractFromTiff(RandomAccess reader, OutputStream os, COSDictionary params, int number) Constructors in org.apache.pdfbox.pdmodel.graphics.image with parameters of type COSDictionaryModifierConstructorDescriptionPDInlineImage(COSDictionary parameters, byte[] data, PDResources resources) Creates an inline image from the given parameters and data. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Fields in org.apache.pdfbox.pdmodel.graphics.optionalcontent declared as COSDictionaryMethods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return COSDictionaryModifier and TypeMethodDescriptionPDOptionalContentProperties.getCOSObject()Convert this standard java object to a COS object.private COSDictionaryPDOptionalContentProperties.getD()private COSDictionaryPDOptionalContentProperties.toDictionary(COSBase o) 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.Creates a new instance based on a givenCOSDictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.pattern
Fields in org.apache.pdfbox.pdmodel.graphics.pattern declared as COSDictionaryMethods in org.apache.pdfbox.pdmodel.graphics.pattern that return COSDictionaryModifier and TypeMethodDescriptionPDAbstractPattern.getCOSObject()This will get the underlying dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDAbstractPatternPDAbstractPattern.create(COSDictionary dictionary) Create the correct PD Model pattern based on the COS base pattern.static PDAbstractPatternPDAbstractPattern.create(COSDictionary dictionary, ResourceCache resourceCache) Create the correct PD Model pattern based on the COS base pattern.Constructors in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type COSDictionaryModifierConstructorDescriptionPDAbstractPattern(COSDictionary dictionary) Creates a new Pattern dictionary from the given COS dictionary.PDShadingPattern(COSDictionary resourceDictionary) Creates a new shading pattern from the given COS dictionary.PDTilingPattern(COSDictionary dictionary) Creates a new tiling pattern from the given COS dictionary.PDTilingPattern(COSDictionary dictionary, ResourceCache resourceCache) Creates a new tiling pattern from the given COS dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as COSDictionaryMethods in org.apache.pdfbox.pdmodel.graphics.shading that return COSDictionaryModifier and TypeMethodDescriptionPDShading.getCOSObject()This will get the underlying dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDShadingPDShading.create(COSDictionary shadingDictionary) Create the correct PD Model shading based on the COS base shading.Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type COSDictionaryModifierConstructorDescription(package private)PDMeshBasedShadingType(COSDictionary shadingDictionary) PDShading(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.(package private)PDTriangleBasedShadingType(COSDictionary shadingDictionary) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryPDExtendedGraphicsState.dictprivate final COSDictionaryPDSoftMask.dictionaryMethods in org.apache.pdfbox.pdmodel.graphics.state that return COSDictionaryModifier and TypeMethodDescriptionPDExtendedGraphicsState.getCOSObject()This will get the underlying dictionary that this class acts on.PDSoftMask.getCOSObject()Constructors in org.apache.pdfbox.pdmodel.graphics.state with parameters of type COSDictionaryModifierConstructorDescriptionPDExtendedGraphicsState(COSDictionary dictionary) Create a graphics state from an existing dictionary.PDSoftMask(COSDictionary dictionary) Creates a new soft mask. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.action
Fields in org.apache.pdfbox.pdmodel.interactive.action declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionaryPDAction.actionThe action dictionary.private final COSDictionaryPDAdditionalActions.actionsprivate final COSDictionaryPDAnnotationAdditionalActions.actionsprivate final COSDictionaryPDDocumentCatalogAdditionalActions.actionsprivate final COSDictionaryPDFormFieldAdditionalActions.actionsprivate final COSDictionaryPDPageAdditionalActions.actionsprivate final COSDictionaryPDTargetDirectory.dictprotected COSDictionaryPDWindowsLaunchParams.paramsThe params dictionary.private final COSDictionaryPDURIDictionary.uriDictionaryMethods in org.apache.pdfbox.pdmodel.interactive.action that return COSDictionaryModifier and TypeMethodDescriptionPDAction.getCOSObject()Convert this standard java object to a COS object.PDAdditionalActions.getCOSObject()Convert this standard java object to a COS object.PDAnnotationAdditionalActions.getCOSObject()Convert this standard java object to a COS object.PDDocumentCatalogAdditionalActions.getCOSObject()Convert this standard java object to a COS object.PDFormFieldAdditionalActions.getCOSObject()Convert this standard java object to a COS object.PDPageAdditionalActions.getCOSObject()Convert this standard java object to a COS object.PDTargetDirectory.getCOSObject()This will get the underlying dictionary that this class acts on.PDURIDictionary.getCOSObject()Returns the corresponding dictionary.PDWindowsLaunchParams.getCOSObject()Convert this standard java object to a COS object.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type COSDictionaryModifier and TypeMethodDescriptionstatic PDActionPDActionFactory.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.ConstructorConstructor.Constructor #2.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.ConstructorConstructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.PDTargetDirectory(COSDictionary dictionary) Create a target directory from an existing dictionary.PDURIDictionary(COSDictionary dictionary) Constructor.Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.annotation
Fields in org.apache.pdfbox.pdmodel.interactive.annotation declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryPDExternalDataDictionary.dataDictionaryprivate final COSDictionaryPDAnnotation.dictionaryprivate final COSDictionaryPDAppearanceCharacteristicsDictionary.dictionaryprivate final COSDictionaryPDAppearanceDictionary.dictionaryprivate final COSDictionaryPDBorderEffectDictionary.dictionaryprivate final COSDictionaryPDBorderStyleDictionary.dictionaryMethods in org.apache.pdfbox.pdmodel.interactive.annotation that return COSDictionaryModifier and TypeMethodDescriptionPDAnnotation.getCOSObject()Interface method for COSObjectable.PDAppearanceCharacteristicsDictionary.getCOSObject()returns the dictionary.PDAppearanceDictionary.getCOSObject()PDBorderEffectDictionary.getCOSObject()returns the dictionary.PDBorderStyleDictionary.getCOSObject()returns the dictionary.PDExternalDataDictionary.getCOSObject()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 arbitrary 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.PDAppearanceDictionary(COSDictionary dictionary) Constructor for reading.Constructor.Constructor.PDExternalDataDictionary(COSDictionary dictionary) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature declared as COSDictionaryModifier and TypeFieldDescriptionprivate COSDictionaryPDPropBuild.dictionaryprivate final COSDictionaryPDPropBuildDataDict.dictionaryprivate final COSDictionaryPDSeedValue.dictionaryprivate final COSDictionaryPDSeedValueCertificate.dictionaryprivate final COSDictionaryPDSeedValueMDP.dictionaryprivate final COSDictionaryPDSeedValueTimeStamp.dictionaryprivate final COSDictionaryPDSignature.dictionaryMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return COSDictionaryModifier and TypeMethodDescriptionPDPropBuild.getCOSObject()Convert this standard java object to a COS dictionary.PDPropBuildDataDict.getCOSObject()Convert this standard java object to a COS dictionary.PDSeedValue.getCOSObject()Convert this standard java object to a COS dictionary.PDSeedValueCertificate.getCOSObject()Convert this standard java object to a COS dictionary.PDSeedValueMDP.getCOSObject()Convert this standard java object to a COS dictionary.PDSeedValueTimeStamp.getCOSObject()Convert this standard java object to a COS dictionary.PDSignature.getCOSObject()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.Constructor.PDSeedValueMDP(COSDictionary dict) Constructor.Constructor.PDSignature(COSDictionary dict) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as COSDictionaryModifier and TypeFieldDescriptionprivate COSDictionaryPDFTemplateStructure.acroFormDictionaryprivate COSDictionaryPDFTemplateStructure.widgetDictionaryMethods 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 TypeMethodDescriptionvoidPDFTemplateStructure.setAcroFormDictionary(COSDictionary acroFormDictionary) Acroform have its Dictionary, so we here set the Dictionary which is in this location: AcroForm/DRvoidPDFTemplateStructure.setWidgetDictionary(COSDictionary widgetDictionary) Sets Widget Dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryPDAcroForm.dictionaryprivate final COSDictionaryPDField.dictionaryFields in org.apache.pdfbox.pdmodel.interactive.form with type parameters of type COSDictionaryMethods in org.apache.pdfbox.pdmodel.interactive.form that return COSDictionaryModifier and TypeMethodDescriptionPDAcroForm.getCOSObject()PDField.getCOSObject()This will get the dictionary associated with this field.Methods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type COSDictionaryModifier and TypeMethodDescriptionprivate Map<COSDictionary,Set<COSDictionary>> PDAcroForm.buildPagesWidgetsMap(List<PDField> fields, PDPageTree pages) private Map<COSDictionary,Set<COSDictionary>> PDAcroForm.buildPagesWidgetsMap(List<PDField> fields, PDPageTree pages) Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate static PDFieldPDFieldFactory.createButtonSubType(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) private static PDFieldPDFieldFactory.createChoiceSubType(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) static PDFieldPDFieldFactory.createField(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) Creates a COSField subclass from the given field.private static StringPDFieldFactory.findFieldType(COSDictionary dic) (package private) static PDFieldPDField.fromDictionary(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) Creates a COSField subclass from the given COS field.Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type COSDictionaryModifier and TypeMethodDescriptionprivate voidPDAcroForm.fillPagesAnnotationMap(Map<COSDictionary, Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget) private voidPDAcroForm.fillPagesAnnotationMap(Map<COSDictionary, Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget) Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSDictionaryModifierConstructorDescriptionPDAcroForm(PDDocument doc, COSDictionary form) Constructor.(package private)PDButton(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDCheckBox(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDChoice(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDComboBox(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDField(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDListBox(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDNonTerminalField(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDPushButton(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDRadioButton(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDSignatureField(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDTerminalField(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDTextField(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor.(package private)PDVariableText(PDAcroForm acroForm, COSDictionary field, PDNonTerminalField parent) Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.measurement
Fields in org.apache.pdfbox.pdmodel.interactive.measurement declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryPDMeasureDictionary.measureDictionaryprivate COSDictionaryPDNumberFormatDictionary.numberFormatDictionaryprivate final COSDictionaryPDViewportDictionary.viewportDictionaryMethods in org.apache.pdfbox.pdmodel.interactive.measurement that return COSDictionaryModifier and TypeMethodDescriptionPDMeasureDictionary.getCOSObject()This will return the corresponding dictionary.PDNumberFormatDictionary.getCOSObject()This will return the dictionary.PDViewportDictionary.getCOSObject()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
Fields in org.apache.pdfbox.pdmodel.interactive.viewerpreferences declared as COSDictionaryMethods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return COSDictionaryModifier and TypeMethodDescriptionPDViewerPreferences.getCOSObject()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.preflight.action
Fields in org.apache.pdfbox.preflight.action declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionaryAbstractActionManager.actionDictionnaryThe action dictionary checked by this classMethods in org.apache.pdfbox.preflight.action that return COSDictionaryMethods in org.apache.pdfbox.preflight.action with parameters of type COSDictionaryModifier and TypeMethodDescriptionprotected AbstractActionManagerActionManagerFactory.createActionManager(PreflightContext ctx, COSDictionary action, String aaKey) Create an instance of ActionManager according to the value of the S entry.final List<AbstractActionManager>ActionManagerFactory.getActionManagers(PreflightContext ctx, COSDictionary dictionary) This method extract actions from the given dictionary.final List<AbstractActionManager>ActionManagerFactory.getNextActions(PreflightContext ctx, COSDictionary actionDictionary) Returns all actions contained by the Next entry.Constructors in org.apache.pdfbox.preflight.action with parameters of type COSDictionaryModifierConstructorDescription(package private)AbstractActionManager(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) GoToAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) GoToRemoteAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) HideAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) InvalidAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey, String name) NamedAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) SubmitAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) ThreadAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) UndefAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey, String name) UriAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) -
Uses of COSDictionary in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionaryAnnotationValidator.annotDictionaryCOSDictionary of the annotationMethods in org.apache.pdfbox.preflight.annotation with parameters of type COSDictionaryModifier and TypeMethodDescriptionfinal AnnotationValidatorAnnotationValidatorFactory.getAnnotationValidator(PreflightContext ctx, COSDictionary annotDic) Return an instance of AnnotationValidator.Constructors in org.apache.pdfbox.preflight.annotation with parameters of type COSDictionaryModifierConstructorDescriptionAnnotationValidator(PreflightContext context, COSDictionary annotDictionary) FreeTextAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) InkAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) LineAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) LinkAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) MarkupAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) PopupAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) PrintMarkAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) RubberStampAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) SquareCircleAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) TextAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) TrapNetAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) WidgetAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary) -
Uses of COSDictionary in org.apache.pdfbox.preflight.font
Fields in org.apache.pdfbox.preflight.font declared as COSDictionaryModifier and TypeFieldDescriptionprotected COSDictionarySimpleFontValidator.fontDictionaryprotected COSDictionaryType3FontValidator.fontDictionaryMethods in org.apache.pdfbox.preflight.font with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate voidType3FontValidator.checkEncodingAsDictionary(COSDictionary encodingDictionary) This method is called by the CheckEncoding method if the /Encoding entry is an instance of COSDictionary.private voidType0FontValidator.compareCIDSystemInfo(COSDictionary cmap) The CIDSystemInfo must have the same Registry and Ordering for CMap and CIDFont.protected FontValidator<? extends FontContainer<PDCIDFontType0>>Type0FontValidator.createCIDType0FontValidator(COSDictionary fDict) Create the validation object for CIDType0 Fontprotected FontValidator<? extends FontContainer<PDCIDFontType2>>Type0FontValidator.createCIDType2FontValidator(COSDictionary fDict) Create the validation object for CIDType2 Fontprotected FontValidator<? extends FontContainer<? extends PDCIDFont>>Type0FontValidator.createDescendantValidator(COSDictionary cidFont) Constructors in org.apache.pdfbox.preflight.font with parameters of type COSDictionaryModifierConstructorDescriptionFontValidator(PreflightContext context, COSDictionary dict, T fContainer) SimpleFontValidator(PreflightContext context, PDFontLike font, COSDictionary fontDictionary, T fContainer) -
Uses of COSDictionary in org.apache.pdfbox.preflight.font.descriptor
Methods in org.apache.pdfbox.preflight.font.descriptor with parameters of type COSDictionaryModifier and TypeMethodDescriptionprotected booleanFontDescriptorHelper.checkMandatoryFields(COSDictionary fDescriptor) protected booleanType1DescriptorHelper.checkMandatoryFields(COSDictionary fDescriptor) -
Uses of COSDictionary in org.apache.pdfbox.preflight.parser
Methods in org.apache.pdfbox.preflight.parser with parameters of type COSDictionaryModifier and TypeMethodDescriptionprotected COSStreamPreflightParser.parseCOSStream(COSDictionary dic) Wraps theCOSParser.parseCOSStream(org.apache.pdfbox.cos.COSDictionary)to check rules on 'stream' and 'endstream' keywords. -
Uses of COSDictionary in org.apache.pdfbox.preflight.process
Methods in org.apache.pdfbox.preflight.process that return COSDictionaryModifier and TypeMethodDescriptionprotected COSDictionaryTrailerValidationProcess.getLinearizedDictionary(PDDocument document) According to the PDF Reference, A linearized PDF contain a dictionary as first object (linearized dictionary) and only this one in the first section.Methods in org.apache.pdfbox.preflight.process with parameters of type COSDictionaryModifier and TypeMethodDescriptionprotected voidAbstractProcess.addFontError(COSDictionary dictionary, PreflightContext context, IOException e) PDFont loads embedded fonts in its constructor so we have to handle IOExceptions from PDFont and translate them into validation errors.private booleanBookmarkValidationProcess.checkIndirectObject(PreflightContext ctx, COSDictionary dictionary, COSName name) private booleanBookmarkValidationProcess.checkIndirectObjects(PreflightContext ctx, COSDictionary dictionary) protected voidTrailerValidationProcess.checkLinearizedDictionnary(PreflightContext ctx, COSDictionary linearizedDict) Check if mandatory keys of linearized dictionary are present.protected voidTrailerValidationProcess.checkMainTrailer(PreflightContext ctx, COSDictionary trailer) check if all keys are authorized in a trailer dictionary and if the type is valid.protected booleanTrailerValidationProcess.compareIds(COSDictionary first, COSDictionary last, COSDocument cosDocument) Return true if the ID of the first dictionary is the same as the id of the last dictionary Return false otherwise.private booleanBookmarkValidationProcess.isCountEntryPositive(PreflightContext ctx, COSDictionary outline) return true if Count entry > 0private booleanBookmarkValidationProcess.isCountEntryPresent(COSDictionary outline) Return true if the Count entry is present in the given dictionary.FileSpecificationValidationProcess.validateFileSpecification(PreflightContext ctx, COSDictionary fileSpec) Validate a FileSpec dictionary, a FileSpec dictionary mustn't have the EF (EmbeddedFile) entry. -
Uses of COSDictionary in org.apache.pdfbox.preflight.process.reflect
Methods in org.apache.pdfbox.preflight.process.reflect that return types with arguments of type COSDictionaryModifier and TypeMethodDescriptionExtGStateValidationProcess.extractExtGStateDictionaries(PreflightContext context, COSDictionary egsEntry) Create a list of ExtGState dictionaries using the given Resource dictionary and the COSDocument.Methods in org.apache.pdfbox.preflight.process.reflect with parameters of type COSDictionaryModifier and TypeMethodDescriptionprivate voidExtGStateValidationProcess.checkBlendMode(PreflightContext context, COSDictionary egs) This method checks the BM value of the ExtGState dictionary.private voidExtGStateValidationProcess.checkFont(PreflightContext context, COSDictionary egs) This method checks a Font array in the ExtGState dictionary.private voidExtGStateValidationProcess.checkLowerCA(PreflightContext context, COSDictionary egs) This method checks the "ca" value of the ExtGState dictionary.private voidExtGStateValidationProcess.checkSoftMask(PreflightContext context, COSDictionary egs) This method checks the SMask value of the ExtGState dictionary.protected voidExtGStateValidationProcess.checkTR2Key(PreflightContext context, COSDictionary egs) Check the TR2 entry.protected voidExtGStateValidationProcess.checkTRKey(PreflightContext context, COSDictionary egs) Check the TR entry.private voidExtGStateValidationProcess.checkUpperCA(PreflightContext context, COSDictionary egs) This method checks the "CA" value of the ExtGState dictionary.ExtGStateValidationProcess.extractExtGStateDictionaries(PreflightContext context, COSDictionary egsEntry) Create a list of ExtGState dictionaries using the given Resource dictionary and the COSDocument.ResourcesValidationProcess.getFonts(COSDictionary resources, PreflightContext context) This will get the map of fonts.Method parameters in org.apache.pdfbox.preflight.process.reflect with type arguments of type COSDictionaryModifier and TypeMethodDescriptionprotected voidExtGStateValidationProcess.validateFonts(PreflightContext context, List<COSDictionary> listOfExtGState) Validate fonts in all ExtGState dictionaries of this container.protected voidExtGStateValidationProcess.validateTransparencyRules(PreflightContext context, List<COSDictionary> listOfExtGState) Validate transparency rules in all ExtGState dictionaries of this container. -
Uses of COSDictionary in org.apache.pdfbox.preflight.utils
Methods in org.apache.pdfbox.preflight.utils that return COSDictionaryModifier and TypeMethodDescriptionstatic COSDictionaryCOSUtils.getAsDictionary(COSBase cbase, COSDocument cDoc) Return the COSBase object as COSDictionary if the COSBase object is an instance of COSDictionary or a reference to a COSDictionary object. -
Uses of COSDictionary in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as COSDictionaryModifier and TypeFieldDescriptionprivate final COSDictionaryTilingPaintFactory.TilingPaintParameter.patternDictMethods in org.apache.pdfbox.rendering with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoidPageDrawer.beginMarkedContentSequence(COSName tag, COSDictionary properties) Called when a marked content group beginsConstructors in org.apache.pdfbox.rendering with parameters of type COSDictionaryModifierConstructorDescriptionprivateTilingPaintParameter(Matrix matrix, COSDictionary patternDict, PDColorSpace colorSpace, PDColor color, AffineTransform xform) -
Uses of COSDictionary in org.apache.pdfbox.text
Fields in org.apache.pdfbox.text with type parameters of type COSDictionaryModifier and TypeFieldDescriptionprivate final Map<COSDictionary,Float> LegacyPDFStreamEngine.fontHeightMapMethods in org.apache.pdfbox.text with parameters of type COSDictionaryModifier and TypeMethodDescriptionvoidPDFMarkedContentExtractor.beginMarkedContentSequence(COSName tag, COSDictionary properties)