Uses of Class
org.sejda.sambox.cos.COSArray
Packages that use COSArray
Package
Description
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.
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 destination package allows destinations into a pdf document to be specified.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of COSArray in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.contentstream with parameters of type COSArrayModifier and TypeMethodDescriptionvoidPDFStreamEngine.setLineDashPattern(COSArray array, int phase) voidPDFStreamEngine.showTextStrings(COSArray array) Called when a string of text with spacing adjustments is to be shown. -
Uses of COSArray in org.sejda.sambox.cos
Methods in org.sejda.sambox.cos that return COSArrayModifier and TypeMethodDescriptionstatic COSArrayCOSArrayList.converterToCOSArray(List<?> cosObjectableList) This will convert a list of COSObjectables to an array list of COSBase objects.static COSArrayCOSArrayList.convertStringListToCOSNameCOSArray(List<String> strings) This will take an list of string objects and return a COSArray of COSName objects.static COSArrayCOSArrayList.convertStringListToCOSStringCOSArray(List<String> strings) This will take an list of string objects and return a COSArray of COSName objects.COSArray.duplicate()COSArrayList.getCOSArray()This will return the underlying COSArray.COSDictionary.getCOSArray(COSName key) This is a convenience method that will get the dictionary object that is expected to be a COSArray.COSDocument.getDocumentID()COSArray.growToSize(int size) This will add null values until the size of the array is at least as large as the parameter.COSArray.growToSize(int size, COSBase object) This will add the object until the size of the array is at least as large as the parameter.COSArray.trimToSize(int size) trims the array to the given sizeMethods in org.sejda.sambox.cos with parameters of type COSArrayModifier and TypeMethodDescriptionbooleanThis will add all objects to this array.COSArrayList.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.voidCOSDocument.setDocumentID(COSArray id) default voidConstructors in org.sejda.sambox.cos with parameters of type COSArray -
Uses of COSArray in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel with parameters of type COSArrayModifier and TypeMethodDescriptionvoidPDAppearanceContentStream.setBorderLine(float lineWidth, PDBorderStyleDictionary bs, COSArray border) Convenience method for annotations: sets the line with and dash style. -
Uses of COSArray in org.sejda.sambox.pdmodel.common
Methods in org.sejda.sambox.pdmodel.common that return COSArrayModifier and TypeMethodDescriptionPDRange.getCOSArray()This will get the underlying array value.PDRectangle.getCOSObject()Methods in org.sejda.sambox.pdmodel.common with parameters of type COSArrayConstructors in org.sejda.sambox.pdmodel.common with parameters of type COSArrayModifierConstructorDescriptionConstructor assumes a starting index of 0.Constructor with an index into an array.PDRectangle(COSArray array) PDStream(InputStream input, COSArray filters) Constructor. -
Uses of COSArray in org.sejda.sambox.pdmodel.common.function
Methods in org.sejda.sambox.pdmodel.common.function that return COSArrayModifier and TypeMethodDescriptionDeprecated.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 COSArrayPDFunction.getRangeValues()Returns all ranges for the output values as COSArray .protected COSArrayPDFunctionTypeIdentity.getRangeValues()PDFunctionType0.getSize()The "Size" entry, which is the number of samples in each input dimension of the sample table.Methods in org.sejda.sambox.pdmodel.common.function with parameters of type COSArrayModifier and TypeMethodDescriptionDeprecated.Replaced byPDFunction.eval(float[] input)voidPDFunctionType0.setDecodeValues(COSArray decodeValues) This will set the decode values.voidPDFunction.setDomainValues(COSArray domainValues) This will set the domain values.voidPDFunctionType0.setEncodeValues(COSArray encodeValues) This will set the encode values.voidPDFunction.setRangeValues(COSArray rangeValues) This will set the range values. -
Uses of COSArray in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure that return COSArrayModifier and TypeMethodDescriptionPDStructureTreeRoot.getKArray()Deprecated.usePDStructureTreeRoot.getK()only.Constructors in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type COSArray -
Uses of COSArray in org.sejda.sambox.pdmodel.documentinterchange.prepress
Methods in org.sejda.sambox.pdmodel.documentinterchange.prepress with parameters of type COSArrayModifier and TypeMethodDescriptionvoidPDBoxStyle.setLineDashPattern(COSArray dashArray) Set the line dash pattern associated with this box style. -
Uses of COSArray in org.sejda.sambox.pdmodel.documentinterchange.taggedpdf
Constructors in org.sejda.sambox.pdmodel.documentinterchange.taggedpdf with parameters of type COSArray -
Uses of COSArray in org.sejda.sambox.pdmodel.encryption
Methods in org.sejda.sambox.pdmodel.encryption with parameters of type COSArrayModifier and TypeMethodDescriptionvoidPublicKeySecurityHandler.prepareForDecryption(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.abstract voidSecurityHandler.prepareForDecryption(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.voidStandardSecurityHandler.prepareForDecryption(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document. -
Uses of COSArray in org.sejda.sambox.pdmodel.font.encoding
Constructors in org.sejda.sambox.pdmodel.font.encoding with parameters of type COSArrayModifierConstructorDescriptionDictionaryEncoding(COSName baseEncoding, COSArray differences) Creates a new DictionaryEncoding for embedding. -
Uses of COSArray in org.sejda.sambox.pdmodel.graphics
Constructors in org.sejda.sambox.pdmodel.graphics with parameters of type COSArrayModifierConstructorDescriptionConstructs a font setting from an existing array.PDLineDashPattern(COSArray array, int phase) Creates a new line dash pattern from a dash array and phase. -
Uses of COSArray in org.sejda.sambox.pdmodel.graphics.color
Fields in org.sejda.sambox.pdmodel.graphics.color declared as COSArrayMethods in org.sejda.sambox.pdmodel.graphics.color that return COSArrayModifier and TypeMethodDescriptionPDGamma.getCOSArray()Convert this standard java object to a COS object.PDTristimulus.getCOSObject()PDColor.toComponentsCOSArray()PDColor.toCOSArray()Returns this color value as a COS arrayMethods in org.sejda.sambox.pdmodel.graphics.color with parameters of type COSArrayModifier and TypeMethodDescriptionstatic PDICCBasedPDICCBased.create(COSArray iccArray, PDResources resources) Creates a new ICC color space using the PDF array, optionally using a resource cache.Constructors in org.sejda.sambox.pdmodel.graphics.color with parameters of type COSArrayModifierConstructorDescriptionCreates a new CalGray color space using the given COS array.Creates a new CalRGB color space using the given COS array.protectedCreates a new CalRGB color space using the given COS array.PDColor(COSArray array, PDColorSpace colorSpace) Creates a PDColor containing the given color value.Creates a new DeviceN color space from the given COS array.Creates a new gamma from a COS array.PDICCBased(COSArray iccArray) Deprecated.This will be private in 3.0.Creates a new indexed color space from the given PDF array.PDIndexed(COSArray indexedArray, PDResources resources) Creates a new indexed color space from the given PDF array.Creates a new Lab color space from a PDF array.PDSeparation(COSArray separation) Creates a new Separation color space from a PDF color space array.PDTristimulus(COSArray array) Constructor from COS object. -
Uses of COSArray in org.sejda.sambox.pdmodel.graphics.image
Methods in org.sejda.sambox.pdmodel.graphics.image that return COSArrayModifier and TypeMethodDescriptionPDImageXObject.getColorKeyMask()Returns the color key mask array associated with this image, or null if there is none.PDImage.getDecode()Returns the decode array.PDImageXObject.getDecode()PDInlineImage.getDecode()Methods in org.sejda.sambox.pdmodel.graphics.image with parameters of type COSArray -
Uses of COSArray in org.sejda.sambox.pdmodel.graphics.shading
Methods in org.sejda.sambox.pdmodel.graphics.shading that return COSArrayModifier and TypeMethodDescriptionPDShading.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.sejda.sambox.pdmodel.graphics.shading with parameters of type COSArrayModifier and TypeMethodDescriptionvoidPDShading.setBackground(COSArray newBackground) This will set the background.voidSets the Coords entry for this shading.voidSets the optional Domain entry for the function based shading.voidSets the optional Domain entry for this shading.voidSets the optional Extend entry for this shading.voidPDShading.setFunction(COSArray newFunctions) This will set the functions COSArray for the color conversion. -
Uses of COSArray in org.sejda.sambox.pdmodel.graphics.state
Methods in org.sejda.sambox.pdmodel.graphics.state that return COSArray -
Uses of COSArray in org.sejda.sambox.pdmodel.interactive.action
Methods in org.sejda.sambox.pdmodel.interactive.action that return COSArrayModifier and TypeMethodDescriptionPDActionResetForm.getFields()An array identifying which fields to include in the submission or which to exclude, depending on the setting of the Include/Exclude flag in the Flags entryPDActionSubmitForm.getFields()An array identifying which fields to include in the submission or which to exclude, depending on the setting of the Include/Exclude flag in the Flags entryMethods in org.sejda.sambox.pdmodel.interactive.action with parameters of type COSArray -
Uses of COSArray in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.pdmodel.interactive.annotation that return COSArrayMethods in org.sejda.sambox.pdmodel.interactive.annotation with parameters of type COSArrayModifier and TypeMethodDescriptionvoidThis will set the border array.voidPDBorderStyleDictionary.setDashStyle(COSArray dashArray) This will set the dash style used for drawing the border. -
Uses of COSArray in org.sejda.sambox.pdmodel.interactive.form
Methods in org.sejda.sambox.pdmodel.interactive.form with parameters of type COSArray -
Uses of COSArray in org.sejda.sambox.util
Methods in org.sejda.sambox.util that return COSArrayModifier and TypeMethodDescriptionMatrix.toCOSArray()Returns a COS array which represent the geometric relevant components of the matrix.Constructors in org.sejda.sambox.util with parameters of type COSArray
PDFunction.eval(float[] input)