Uses of Class
org.apache.pdfbox.cos.COSArray
-
Packages that use COSArray Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.debugger.colorpane org.apache.pdfbox.multipdf org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdfwriter.compress org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.common.function This package contains functions that are available in the PDF specification.org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file.org.apache.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox.org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf The tagged PDF package provides a mechanism for incorporating "tags" (standard structure types and attributes) into a PDF file.org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.font.encoding org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.image This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.optionalcontent org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color.org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document.org.apache.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.digitalsignature The digital signature library will manage signatures that are stored in the PDF document.org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.preflight.action org.apache.pdfbox.preflight.parser org.apache.pdfbox.preflight.process.reflect org.apache.pdfbox.rendering org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
-
Uses of COSArray in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type COSArray Modifier and Type Method Description voidPDFStreamEngine. 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.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return COSArray Modifier and Type Method Description COSArrayCOSDictionary. getCOSArray(COSName key)This is a convenience method that will get the dictionary object that is expected to be a COSArray.COSArrayCOSDocument. getDocumentID()This will get the document ID.static COSArrayCOSArray. ofCOSIntegers(java.util.List<java.lang.Integer> integer)This will take a list of integer objects and return a COSArray of COSInteger objects.static COSArrayCOSArray. ofCOSNames(java.util.List<java.lang.String> strings)This will take a list of string objects and return a COSArray of COSName objects.static COSArrayCOSArray. ofCOSStrings(java.util.List<java.lang.String> strings)This will take a list of string objects and return a COSArray of COSName objects.Methods in org.apache.pdfbox.cos with parameters of type COSArray Modifier and Type Method Description voidCOSArray. addAll(COSArray objectList)This will add all objects to this array.private booleanCOSIncrement. collect(COSArray array)Collect all updates made to the givenCOSArrayand it's contained structures.voidCOSDocument. setDocumentID(COSArray id)This will set the document ID.(package private) voidCOSUpdateState. update(COSArray children)Shall callCOSUpdateState.update()for thisCOSUpdateStateand shallCOSUpdateState.setOriginDocumentState(COSDocumentState)for the given children, initializing theirCOSUpdateState.updatedstate andCOSUpdateState.originDocumentState.voidICOSVisitor. visitFromArray(COSArray obj)Notification of visit to Array object. -
Uses of COSArray in org.apache.pdfbox.debugger.colorpane
Methods in org.apache.pdfbox.debugger.colorpane with parameters of type COSArray Modifier and Type Method Description private intCSIndexed. getHival(COSArray array)Constructors in org.apache.pdfbox.debugger.colorpane with parameters of type COSArray Constructor Description CSArrayBased(COSArray array)CSDeviceN(COSArray array)ConstructorCSIndexed(COSArray array)Constructor.CSSeparation(COSArray array)Constructor -
Uses of COSArray in org.apache.pdfbox.multipdf
Methods in org.apache.pdfbox.multipdf that return COSArray Modifier and Type Method Description private COSArrayPDFCloneUtility. cloneCOSArray(COSArray array)Methods in org.apache.pdfbox.multipdf with parameters of type COSArray Modifier and Type Method Description private voidOverlay. addOriginalContent(COSBase contents, COSArray contentArray)private COSArrayPDFCloneUtility. cloneCOSArray(COSArray array)private booleanPDFMergerUtility. hasOnlyDocumentsOrParts(COSArray kLevelOneArray)private voidOverlay. overlayPage(PDPage page, Overlay.LayoutPage layoutPage, COSArray array, PDFCloneUtility cloner)private voidPDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSArray parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)private voidPDFMergerUtility. updateParentEntry(COSArray kArray, COSDictionary newParent, COSName newStructureType)Update the P reference to the new parent dictionary. -
Uses of COSArray in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSArray Modifier and Type Method Description protected COSArrayBaseParser. parseCOSArray()This will parse a PDF array object.Constructors in org.apache.pdfbox.pdfparser with parameters of type COSArray Constructor Description ObjectNumbers(COSArray indexArray) -
Uses of COSArray in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as COSArray Modifier and Type Field Description private COSArrayCOSWriter. byteRangeArrayMethods in org.apache.pdfbox.pdfwriter with parameters of type COSArray Modifier and Type Method Description voidCOSWriter. visitFromArray(COSArray array)private voidCOSWriter. writeArray(COSArray array) -
Uses of COSArray in org.apache.pdfbox.pdfwriter.compress
Methods in org.apache.pdfbox.pdfwriter.compress with parameters of type COSArray Modifier and Type Method Description private voidCOSWriterObjectStream. writeCOSArray(java.io.OutputStream output, COSArray cosArray)Write the givenCOSArrayto the given stream. -
Uses of COSArray in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type COSArray Modifier and Type Method Description voidPDAppearanceContentStream. setBorderLine(float lineWidth, PDBorderStyleDictionary bs, COSArray border)Convenience method for annotations: sets the line with and dash style. -
Uses of COSArray in org.apache.pdfbox.pdmodel.common
Fields in org.apache.pdfbox.pdmodel.common declared as COSArray Modifier and Type Field Description private COSArrayCOSArrayList. arrayprivate COSArrayPDRange. rangeArrayprivate COSArrayPDRectangle. rectArrayMethods in org.apache.pdfbox.pdmodel.common that return COSArray Modifier and Type Method Description static COSArrayCOSArrayList. converterToCOSArray(java.util.List<?> cosObjectableList)This will convert a list of COSObjectables to an array list of COSBase objects.COSArrayPDRange. getCOSArray()This will get the underlying array value.COSArrayPDRectangle. getCOSArray()This will get the underlying array for this rectangle.COSArrayCOSArrayList. toList()This will return then underlying COSArray.Constructors in org.apache.pdfbox.pdmodel.common with parameters of type COSArray Constructor Description COSArrayList(java.util.List<E> actualList, COSArray cosArray)Create the COSArrayList specifying the List and the backing COSArray.PDRange(COSArray range)Constructor assumes a starting index of 0.PDRange(COSArray range, int index)Constructor with an index into an array.PDRectangle(COSArray array)Constructor.PDStream(PDDocument doc, java.io.InputStream input, COSArray filters)Constructor. -
Uses of COSArray in org.apache.pdfbox.pdmodel.common.function
Fields in org.apache.pdfbox.pdmodel.common.function declared as COSArray Modifier and Type Field Description private COSArrayPDFunctionType3. boundsprivate COSArrayPDFunctionType2. c0The C0 values of the exponential function.private COSArrayPDFunctionType2. c1The C1 values of the exponential function.private COSArrayPDFunctionType0. decodeAn array of 2 x n numbers specifying the linear mapping of sample values into the range appropriate for the function's output values.private COSArrayPDFunction. domainprivate COSArrayPDFunctionType0. encodeAn array of 2 x m numbers specifying the linear mapping of input values into the domain of the function's sample table.private COSArrayPDFunctionType3. encodeprivate COSArrayPDFunctionType3. functionsprivate COSArrayPDFunction. rangeprivate COSArrayPDFunctionType0. sizeAn array of m positive integers specifying the number of samples in each input dimension of the sample table.Methods in org.apache.pdfbox.pdmodel.common.function that return COSArray Modifier and Type Method Description COSArrayPDFunctionType3. getBounds()Returns all bounds values as COSArray.COSArrayPDFunctionType2. getC0()Returns the C0 values of the function, 0 if empty.COSArrayPDFunctionType2. getC1()Returns the C1 values of the function, 1 if empty.private COSArrayPDFunctionType0. getDecodeValues()Returns all decode values as COSArray.private COSArrayPDFunction. getDomainValues()Returns all domains for the input values as COSArray.COSArrayPDFunctionType3. getEncode()Returns all encode values as COSArray.private COSArrayPDFunctionType0. getEncodeValues()Returns all encode values as COSArray.COSArrayPDFunctionType3. getFunctions()Returns all functions values as COSArray.protected COSArrayPDFunction. getRangeValues()Returns all ranges for the output values as COSArray .protected COSArrayPDFunctionTypeIdentity. getRangeValues()COSArrayPDFunctionType0. 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 COSArray Modifier and Type Method Description 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.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Constructors in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSArray Constructor Description PDParentTreeValue(COSArray obj) -
Uses of COSArray in org.apache.pdfbox.pdmodel.documentinterchange.prepress
Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type COSArray Modifier and Type Method Description voidPDBoxStyle. setLineDashPattern(COSArray dashArray)Set the line dash pattern associated with this box style. -
Uses of COSArray in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Fields in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf declared as COSArray Modifier and Type Field Description private COSArrayPDFourColours. arrayConstructors in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type COSArray Constructor Description PDFourColours(COSArray array) -
Uses of COSArray in org.apache.pdfbox.pdmodel.encryption
Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type COSArray Modifier and Type Method Description private voidSecurityHandler. decryptArray(COSArray array, long objNum, long genNum)This will decrypt an array.private byte[]StandardSecurityHandler. getDocumentIDBytes(COSArray documentIDArray)voidPublicKeySecurityHandler. 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.apache.pdfbox.pdmodel.fdf
Fields in org.apache.pdfbox.pdmodel.fdf declared as COSArray Modifier and Type Field Description private COSArrayFDFOptionElement. optionMethods in org.apache.pdfbox.pdmodel.fdf that return COSArray Modifier and Type Method Description COSArrayFDFOptionElement. getCOSArray()Convert this standard java object to a COS object.COSArrayFDFDictionary. getID()This is the FDF id.private COSArrayFDFAnnotationStamp. parseArrayElement(org.w3c.dom.Element arrayEl)Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type COSArray Modifier and Type Method Description voidFDFDictionary. setID(COSArray id)This will set the FDF id.Constructors in org.apache.pdfbox.pdmodel.fdf with parameters of type COSArray Constructor Description FDFOptionElement(COSArray o)Constructor. -
Uses of COSArray in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return COSArray Modifier and Type Method Description private COSArrayPDCIDFontType2Embedder. getVerticalMetrics(int[] values)private COSArrayPDCIDFontType2Embedder. getWidths(int[] widths)Methods in org.apache.pdfbox.pdmodel.font with parameters of type COSArray Modifier and Type Method Description private booleanPDType3Font. checkFontMatrixValues(COSArray matrix) -
Uses of COSArray in org.apache.pdfbox.pdmodel.font.encoding
Constructors in org.apache.pdfbox.pdmodel.font.encoding with parameters of type COSArray Constructor Description DictionaryEncoding(COSName baseEncoding, COSArray differences)Creates a new DictionaryEncoding for embedding. -
Uses of COSArray in org.apache.pdfbox.pdmodel.graphics
Fields in org.apache.pdfbox.pdmodel.graphics declared as COSArray Modifier and Type Field Description private COSArrayPDFontSetting. fontSettingConstructors in org.apache.pdfbox.pdmodel.graphics with parameters of type COSArray Constructor Description PDFontSetting(COSArray fs)Constructs 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.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as COSArray Modifier and Type Field Description protected COSArrayPDColorSpace. arrayprivate COSArrayPDGamma. valuesprivate COSArrayPDTristimulus. valuesMethods in org.apache.pdfbox.pdmodel.graphics.color that return COSArray Modifier and Type Method Description COSArrayPDGamma. getCOSArray()Convert this standard java object to a COS object.private COSArrayPDLab. getDefaultRangeArray()creates a range array with default values (-100..100 -100..100).COSArrayPDColor. toCOSArray()Returns the color component values as a COS arrayMethods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSArray Modifier and Type Method Description private static voidPDICCBased. checkArray(COSArray iccArray)static PDICCBasedPDICCBased. create(COSArray iccArray, PDResources resources)Creates a new ICC color space using the PDF array, optionally using a resource cache.private voidPDColor. initComponents(COSArray array)Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSArray Constructor Description PDCalGray(COSArray array)Creates a new CalGray color space using the given COS array.PDCalRGB(COSArray rgb)Creates a new CalRGB color space using the given COS array.PDCIEDictionaryBasedColorSpace(COSArray rgb)Creates a new CalRGB color space using the given COS array.PDColor(COSArray array, PDColorSpace colorSpace)Creates a PDColor containing the given color value.PDDeviceN(COSArray deviceN)Deprecated.PDDeviceN(COSArray deviceN, PDResources resources)Creates a new DeviceN color space from the given COS array.PDGamma(COSArray array)Creates a new gamma from a COS array.PDICCBased(COSArray iccArray)Creates a new ICC color space using the PDF array.PDIndexed(COSArray indexedArray)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.PDLab(COSArray lab)Creates a new Lab color space from a PDF array.PDSeparation(COSArray separation)Deprecated.PDSeparation(COSArray separation, PDResources resources)Creates a new Separation color space from a PDF color space array.PDTristimulus(COSArray array)Constructor from COS object. -
Uses of COSArray in org.apache.pdfbox.pdmodel.graphics.image
Methods in org.apache.pdfbox.pdmodel.graphics.image that return COSArray Modifier and Type Method Description COSArrayPDImageXObject. getColorKeyMask()Returns the color key mask array associated with this image, or null if there is none.COSArrayPDImage. getDecode()Returns the decode array.COSArrayPDImageXObject. getDecode()COSArrayPDInlineImage. getDecode()Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type COSArray Modifier and Type Method Description private static java.awt.image.BufferedImageSampledImageReader. fromAny(PDImage pdImage, java.awt.image.WritableRaster raster, COSArray colorKey, java.awt.Rectangle clipped, int subsampling, int width, int height)static java.awt.image.BufferedImageSampledImageReader. getRGBImage(PDImage pdImage, java.awt.Rectangle region, int subsampling, COSArray colorKey)Returns the content of the given image as an AWT buffered image with an RGB color space.static java.awt.image.BufferedImageSampledImageReader. getRGBImage(PDImage pdImage, COSArray colorKey)Returns the content of the given image as an AWT buffered image with an RGB color space.voidPDImage. setDecode(COSArray decode)Sets the decode array.voidPDImageXObject. setDecode(COSArray decode)voidPDInlineImage. setDecode(COSArray decode) -
Uses of COSArray in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return COSArray Modifier and Type Method Description private COSArrayPDOptionalContentProperties. getOCGs()Return the /OCGs array. -
Uses of COSArray in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as COSArray Modifier and Type Field Description private COSArrayPDShading. backgroundprivate COSArrayPDShadingType2. coordsprivate COSArrayPDTriangleBasedShadingType. decodeprivate COSArrayPDShadingType1. domainprivate COSArrayPDShadingType2. domainprivate COSArrayPDShadingType2. extendMethods in org.apache.pdfbox.pdmodel.graphics.shading that return COSArray Modifier and Type Method Description COSArrayPDShading. getBackground()This will return the background.COSArrayPDShadingType2. getCoords()This will get the Coords values for this shading.private COSArrayPDTriangleBasedShadingType. getDecodeValues()Returns all decode values as COSArray.COSArrayPDShadingType1. getDomain()This will get the optional Domain values of a function based shading.COSArrayPDShadingType2. getDomain()This will get the optional Domain values for this shading.COSArrayPDShadingType2. getExtend()This will get the optional Extend values for this shading.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type COSArray Modifier and Type Method Description voidPDShading. setBackground(COSArray newBackground)This will set the background.voidPDShadingType2. setCoords(COSArray newCoords)Sets the Coords entry for this shading.voidPDTriangleBasedShadingType. setDecodeValues(COSArray decodeValues)This will set the decode values.voidPDShadingType1. setDomain(COSArray newDomain)Sets the optional Domain entry for the function based shading.voidPDShadingType2. setDomain(COSArray newDomain)Sets the optional Domain entry for this shading.voidPDShadingType2. setExtend(COSArray newExtend)Sets 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.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as COSArray Modifier and Type Field Description private COSArrayPDSoftMask. backdropColorMethods in org.apache.pdfbox.pdmodel.graphics.state that return COSArray Modifier and Type Method Description COSArrayPDSoftMask. getBackdropColor()Returns the backdrop color. -
Uses of COSArray in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return COSArray Modifier and Type Method Description COSArrayPDActionResetForm. 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 entryCOSArrayPDActionSubmitForm. 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.apache.pdfbox.pdmodel.interactive.action with parameters of type COSArray Modifier and Type Method Description voidPDActionResetForm. setFields(COSArray array)voidPDActionSubmitForm. setFields(COSArray array) -
Uses of COSArray in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return COSArray Modifier and Type Method Description COSArrayPDAnnotation. getBorder()This will retrieve the border array.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type COSArray Modifier and Type Method Description voidPDAnnotation. setBorder(COSArray borderArray)This 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.apache.pdfbox.pdmodel.interactive.digitalsignature
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return COSArray Modifier and Type Method Description private static COSArrayPDSeedValueCertificate. convertListOfByteArraysToCOSArray(java.util.List<byte[]> strings)Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type COSArray Modifier and Type Method Description private static java.util.List<byte[]>PDSeedValueCertificate. getListOfByteArraysFromCOSArray(COSArray array) -
Uses of COSArray in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as COSArray Modifier and Type Field Description private COSArrayPDFTemplateStructure. procSetMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return COSArray Modifier and Type Method Description COSArrayPDFTemplateStructure. getProcSet()Gets ProcSet ArrayMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type COSArray Modifier and Type Method Description voidPDFTemplateBuilder. injectProcSetArray(PDFormXObject innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)Inject procSetArrayvoidPDVisibleSigBuilder. injectProcSetArray(PDFormXObject innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)voidPDFTemplateStructure. setProcSet(COSArray procSet)Sets ProcSet Array -
Uses of COSArray in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
Fields in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination declared as COSArray Modifier and Type Field Description protected COSArrayPDPageDestination. arrayStorage for the page destination.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination that return COSArray Modifier and Type Method Description COSArrayPDPageDestination. getCOSObject()Convert this standard java object to a COS object.Constructors in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination with parameters of type COSArray Constructor Description PDPageDestination(COSArray arr)Constructor to create empty page destination.PDPageFitDestination(COSArray arr)Constructor from an existing destination array.PDPageFitHeightDestination(COSArray arr)Constructor from an existing destination array.PDPageFitRectangleDestination(COSArray arr)Constructor from an existing destination array.PDPageFitWidthDestination(COSArray arr)Constructor from an existing destination array.PDPageXYZDestination(COSArray arr)Constructor from an existing destination array. -
Uses of COSArray in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSArray Modifier and Type Method Description private static byte[]PDXFAResource. getBytesFromPacket(COSArray cosArray) -
Uses of COSArray in org.apache.pdfbox.preflight.action
Methods in org.apache.pdfbox.preflight.action with parameters of type COSArray Modifier and Type Method Description private booleanGoToRemoteAction. validateExplicitDestination(COSArray ar) -
Uses of COSArray in org.apache.pdfbox.preflight.parser
Methods in org.apache.pdfbox.preflight.parser that return COSArray Modifier and Type Method Description protected COSArrayPreflightParser. parseCOSArray() -
Uses of COSArray in org.apache.pdfbox.preflight.process.reflect
Methods in org.apache.pdfbox.preflight.process.reflect with parameters of type COSArray Modifier and Type Method Description (package private) voidDestinationValidationProcess. validateExplicitDestination(PreflightContext ctx, COSArray ar) -
Uses of COSArray in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type COSArray Modifier and Type Method Description private booleanPageDrawer. isHiddenAndVisibilityExpression(COSArray veArray)private booleanPageDrawer. isHiddenNotVisibilityExpression(COSArray veArray)private booleanPageDrawer. isHiddenOrVisibilityExpression(COSArray veArray)private booleanPageDrawer. isHiddenVisibilityExpression(COSArray veArray) -
Uses of COSArray in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return COSArray Modifier and Type Method Description COSArrayMatrix. toCOSArray()Returns a COS array which represent the geometric relevant components of the matrix.Constructors in org.apache.pdfbox.util with parameters of type COSArray Constructor Description Matrix(COSArray array)Creates a matrix from a 6-element (a b c d e f) COS array.
-