Uses of Class
org.apache.pdfbox.cos.COSArray
Packages that use COSArray
Package
Description
These are the low level objects that make up a PDF document.
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.
High level PD classes that are used throughout several packages are placed in the PDModel common package.
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 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.
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 shadings which are used for filling instead of a color.
This package deals with images that are stored in a 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 interactive package contains classes that deal with interactive annotations such as textfields and buttons.
-
Uses of COSArray in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return COSArrayMethods in org.apache.pdfbox.cos with parameters of type COSArrayModifier and TypeMethodDescriptionvoid
This will add all objects to this array.void
COSDocument.setDocumentID
(COSArray id) This will set the document ID.ICOSVisitor.visitFromArray
(COSArray obj) Notification of visit to Array object. -
Uses of COSArray in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSArrayModifier and TypeMethodDescriptionprotected COSArray
BaseParser.parseCOSArray()
This will parse a PDF array object. -
Uses of COSArray in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSArrayModifier and TypeMethodDescriptionCOSWriter.visitFromArray
(COSArray obj) visitFromArray method comment. -
Uses of COSArray in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that return COSArrayModifier and TypeMethodDescriptionstatic COSArray
COSArrayList.converterToCOSArray
(List<?> cosObjectableList) This will convert a list of COSObjectables to an array list of COSBase objects.static COSArray
COSArrayList.convertStringListToCOSNameCOSArray
(List<String> strings) This will take an list of string objects and return a COSArray of COSName objects.static COSArray
COSArrayList.convertStringListToCOSStringCOSArray
(List<String> strings) This will take an list of string objects and return a COSArray of COSName objects.PDMatrix.getCOSArray()
This will get the underlying array value.PDRange.getCOSArray()
This will get the underlying array value.PDRectangle.getCOSArray()
This will get the underlying array for this rectangle.COSArrayList.toList()
This will return then underlying COSArray.Methods in org.apache.pdfbox.pdmodel.common with parameters of type COSArrayModifier and TypeMethodDescriptionCOSArrayList.convertCOSNameCOSArrayToList
(COSArray nameArray) This will take an array of COSName and return a COSArrayList of java.lang.String values.COSArrayList.convertCOSStringCOSArrayToList
(COSArray stringArray) This will take an array of COSString and return a COSArrayList of java.lang.String values.COSArrayList.convertFloatCOSArrayToList
(COSArray floatArray) This will take an array of COSNumbers and return a COSArrayList of java.lang.Float values.COSArrayList.convertIntegerCOSArrayToList
(COSArray intArray) This will take an array of COSNumbers and return a COSArrayList of java.lang.Integer values.Constructors in org.apache.pdfbox.pdmodel.common with parameters of type COSArrayModifierConstructorDescriptionCOSArrayList
(List<E> actualList, COSArray cosArray) Constructor.COSStreamArray
(COSArray array) Constructor.Constructor.Constructor assumes a starting index of 0.Constructor with an index into an array.PDRectangle
(COSArray array) Constructor. -
Uses of COSArray in org.apache.pdfbox.pdmodel.common.function
Methods in org.apache.pdfbox.pdmodel.common.function that return COSArrayModifier and TypeMethodDescriptionEvaluates the function at the given input.PDFunctionType3.getBounds()
Returns all bounds values as COSArray.PDFunctionType2.getC0()
Returns the C0 values of the function, 0 if empty.PDFunctionType2.getC1()
Returns the C1 values of the function, 1 if empty.PDFunctionType3.getEncode()
Returns all encode values as COSArray.PDFunctionType3.getFunctions()
Returns all functions values as COSArray.protected COSArray
PDFunction.getRangeValues()
Returns all ranges for the output values as COSArray .PDFunctionType0.getSize()
The "Size" entry, which is the number of samples in each input dimension of the sample table.Methods in org.apache.pdfbox.pdmodel.common.function with parameters of type COSArrayModifier and TypeMethodDescriptionEvaluates the function at the given input.void
PDFunctionType0.setDecodeValues
(COSArray decodeValues) This will set the decode values.void
PDFunction.setDomainValues
(COSArray domainValues) This will set the domain values.void
PDFunctionType0.setEncodeValues
(COSArray encodeValues) This will set the encode values.void
PDFunction.setRangeValues
(COSArray rangeValues) This will set the range values. -
Uses of COSArray in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return COSArray -
Uses of COSArray in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Constructors in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type COSArray -
Uses of COSArray in org.apache.pdfbox.pdmodel.encryption
Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type COSArrayModifier and TypeMethodDescriptionvoid
SecurityHandler.decryptArray
(COSArray array, long objNum, long genNum) This will decrypt an array.void
PublicKeySecurityHandler.prepareForDecryption
(PDEncryptionDictionary encDictionary, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.abstract void
SecurityHandler.prepareForDecryption
(PDEncryptionDictionary encDictionary, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.void
StandardSecurityHandler.prepareForDecryption
(PDEncryptionDictionary encDictionary, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document. -
Uses of COSArray in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return COSArrayModifier and TypeMethodDescriptionFDFOptionElement.getCOSArray()
Convert this standard java object to a COS object.FDFDictionary.getID()
This is the FDF id.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type COSArrayModifier and TypeMethodDescriptionvoid
This will set the FDF id.Constructors in org.apache.pdfbox.pdmodel.fdf with parameters of type COSArray -
Uses of COSArray in org.apache.pdfbox.pdmodel.graphics
Methods in org.apache.pdfbox.pdmodel.graphics that return COSArrayModifier and TypeMethodDescriptionPDShading.getCoords()
Returns the coordinate array used by several of the gradient types.PDLineDashPattern.getCOSDashPattern()
Get the line dash pattern as a COS object.PDShading.getDomain()
Returns the Domain array used by several of the gradient types.PDShading.getExtend()
Returns the Extend array used by several of the gradient types.Constructors in org.apache.pdfbox.pdmodel.graphics with parameters of type COSArrayModifierConstructorDescriptionConstructs a font setting from an existing array.Constructs a line dash pattern from an existing array.PDLineDashPattern
(COSArray ldp, int phase) Constructs a line dash pattern from an existing array. -
Uses of COSArray in org.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as COSArrayModifier and TypeFieldDescriptionprotected COSArray
PDColorSpace.array
array for the given parameters.Methods in org.apache.pdfbox.pdmodel.graphics.color that return COSArrayModifier and TypeMethodDescriptionPDDeviceN.calculateColorValues
(List<COSBase> tintValues) Returns the components of the color in the alternate colorspace for the given tint value.PDSeparation.calculateColorValues
(COSBase tintValue) Returns the components of the color in the alternate colorspace for the given tint value.PDGamma.getCOSArray()
Convert this standard java object to a COS object.PDColorState.getCOSColorSpaceValue()
This will get the color space values.Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSArrayModifierConstructorDescriptionConstructor with array.Constructor with array.PDColorState
(COSArray csValues) Constructor with an existing color set.Constructor.Constructor from COS object.PDICCBased
(COSArray iccArray) Constructor.Constructor.Constructor with array.Constructor.PDSeparation
(COSArray separation) Constructor.PDTristimulus
(COSArray array) Constructor from COS object. -
Uses of COSArray in org.apache.pdfbox.pdmodel.graphics.shading
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return COSArrayModifier and TypeMethodDescriptionPDShadingResources.getBackground()
This will return the background.PDShadingType2.getCoords()
This will get the Coords values for this shading.PDShadingType1.getDomain()
This will get the optional Domain values of a function based shading.PDShadingType2.getDomain()
This will get the optional Domain values for this shading.PDShadingType2.getExtend()
This will get the optional Extend values for this shading.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type COSArrayModifier and TypeMethodDescriptionvoid
PDShadingResources.setBackground
(COSArray newBackground) This will set the background.void
Sets the Coords entry for this shading.void
Sets the optional Domain entry for the function based shading.void
Sets the optional Domain entry for this shading.void
Sets the optional Extend entry for this shading.void
PDShadingResources.setFunction
(COSArray newFunctions) This will set the functions COSArray for the color conversion. -
Uses of COSArray in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return COSArrayModifier and TypeMethodDescriptionPDXObjectImage.getDecode()
Returns the Decode Array of an XObjectImage.Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type COSArrayModifier and TypeMethodDescriptionCompositeImage.createMaskedImage
(COSArray decodeArray) This method applies the specified transparency mask to a given image and returns a new BufferedImage whose alpha values are computed from the transparency mask (smask) image.CompositeImage.createStencilMaskedImage
(COSArray decodeArray) This method applies the specified stencil mask to a given image and returns a new BufferedImage whose alpha values are computed from the stencil mask (smask) image. -
Uses of COSArray in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return COSArrayMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type COSArrayModifier and TypeMethodDescriptionvoid
PDFTemplateBuilder.injectProcSetArray
(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet) Inject procSetArrayvoid
PDVisibleSigBuilder.injectProcSetArray
(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet) void
PDFTemplateStructure.setProcSet
(COSArray procSet) Sets ProcSet Array -
Uses of COSArray in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return COSArrayModifier and TypeMethodDescriptionPDChoiceField.getOptions()
This will get the option values "Opt".PDChoiceField.getSelectedOptions()
This will get the indices of the selected options "I".