| Modifier and Type | Method and Description |
|---|---|
void |
PDFStreamEngine.setLineDashPattern(COSArray array,
int phase) |
void |
PDFStreamEngine.showTextStrings(COSArray array)
Called when a string of text with spacing adjustments is to be shown.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
COSArray |
COSArray.duplicate() |
COSArray |
COSArrayList.getCOSArray()
This will return the underlying COSArray.
|
COSArray |
COSDictionary.getCOSArray(COSName key)
This is a convenience method that will get the dictionary object that is expected to be a COSArray.
|
COSArray |
COSDocument.getDocumentID() |
COSArray |
COSArray.growToSize(int size)
This will add null values until the size of the array is at least as large as the parameter.
|
COSArray |
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 |
COSArray.trimToSize(int size)
trims the array to the given size
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
COSArray.addAll(COSArray objectList)
This will add all objects to this array.
|
static List<String> |
COSArrayList.convertCOSNameCOSArrayToList(COSArray nameArray)
This will take an array of COSName and return a COSArrayList of java.lang.String values.
|
static List<String> |
COSArrayList.convertCOSStringCOSArrayToList(COSArray stringArray)
This will take an array of COSString and return a COSArrayList of java.lang.String values.
|
static List<Float> |
COSArrayList.convertFloatCOSArrayToList(COSArray floatArray)
This will take an array of COSNumbers and return a COSArrayList of java.lang.Float values.
|
static List<Integer> |
COSArrayList.convertIntegerCOSArrayToList(COSArray intArray)
This will take an array of COSNumbers and return a COSArrayList of java.lang.Integer values.
|
void |
COSDocument.setDocumentID(COSArray id) |
default void |
COSVisitor.visit(COSArray value) |
| Constructor and Description |
|---|
COSArrayList(List<E> actualList,
COSArray cosArray)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAppearanceContentStream.setBorderLine(float lineWidth,
PDBorderStyleDictionary bs,
COSArray border)
Convenience method for annotations: sets the line with and dash style.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDRange.getCOSArray()
This will get the underlying array value.
|
COSArray |
PDRectangle.getCOSObject() |
| Modifier and Type | Method and Description |
|---|---|
static PDRectangle |
PDRectangle.rectangleFrom(COSArray array) |
| Constructor and Description |
|---|
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) |
PDStream(InputStream input,
COSArray filters)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDFunction.eval(COSArray input)
Deprecated.
Replaced by
PDFunction.eval(float[] input) |
COSArray |
PDFunctionType3.getBounds()
Returns all bounds values as COSArray.
|
COSArray |
PDFunctionType2.getC0()
Returns the C0 values of the function, 0 if empty.
|
COSArray |
PDFunctionType2.getC1()
Returns the C1 values of the function, 1 if empty.
|
COSArray |
PDFunctionType3.getEncode()
Returns all encode values as COSArray.
|
COSArray |
PDFunctionType3.getFunctions()
Returns all functions values as COSArray.
|
protected COSArray |
PDFunction.getRangeValues()
Returns all ranges for the output values as COSArray .
|
COSArray |
PDFunctionType0.getSize()
The "Size" entry, which is the number of samples in each input dimension of the sample table.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDFunction.eval(COSArray input)
Deprecated.
Replaced by
PDFunction.eval(float[] 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.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDStructureTreeRoot.getKArray()
Deprecated.
use
PDStructureTreeRoot.getK() only. /K can be a dictionary or an array, and the next level can also be a
dictionary. See file 054080.pdf in PDFBOX-4417 and read "Entries in the structure tree root" in the PDF
specification. |
| Constructor and Description |
|---|
PDParentTreeValue(COSArray obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDBoxStyle.setLineDashPattern(COSArray dashArray)
Set the line dash pattern associated with this box style.
|
| Constructor and Description |
|---|
PDFourColours(COSArray array) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SecurityHandler.prepareForDecryption(PDEncryption encryption,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
void |
StandardSecurityHandler.prepareForDecryption(PDEncryption encryption,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
void |
PublicKeySecurityHandler.prepareForDecryption(PDEncryption encryption,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
| Constructor and Description |
|---|
DictionaryEncoding(COSName baseEncoding,
COSArray differences)
Creates a new DictionaryEncoding for embedding.
|
| Constructor and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected COSArray |
PDColorSpace.array |
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDGamma.getCOSArray()
Convert this standard java object to a COS object.
|
COSArray |
PDTristimulus.getCOSObject() |
COSArray |
PDColor.toComponentsCOSArray() |
COSArray |
PDColor.toCOSArray()
Returns this color value as a COS array
|
| Modifier and Type | Method and Description |
|---|---|
static PDICCBased |
PDICCBased.create(COSArray iccArray,
PDResources resources)
Creates a new ICC color space using the PDF array, optionally using a resource cache.
|
| Constructor and 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)
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)
Deprecated.
This will be private in 3.0. Please use
PDICCBased#create(org.apache.pdfbox.cos.COSArray, org.apache.pdfbox.pdmodel.PDResources) instead, which
supports caching. |
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)
Creates a new Separation color space from a PDF color space array.
|
PDTristimulus(COSArray array)
Constructor from COS object.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDImageXObject.getColorKeyMask()
Returns the color key mask array associated with this image, or null if there is none.
|
COSArray |
PDImageXObject.getDecode() |
COSArray |
PDInlineImage.getDecode() |
COSArray |
PDImage.getDecode()
Returns the decode array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDImageXObject.setDecode(COSArray decode) |
void |
PDInlineImage.setDecode(COSArray decode) |
void |
PDImage.setDecode(COSArray decode)
Sets the decode array.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDShading.getBackground()
This will return the background.
|
COSArray |
PDShadingType2.getCoords()
This will get the Coords values for this shading.
|
COSArray |
PDShadingType2.getDomain()
This will get the optional Domain values for this shading.
|
COSArray |
PDShadingType1.getDomain()
This will get the optional Domain values of a function based shading.
|
COSArray |
PDShadingType2.getExtend()
This will get the optional Extend values for this shading.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDShading.setBackground(COSArray newBackground)
This will set the background.
|
void |
PDShadingType2.setCoords(COSArray newCoords)
Sets the Coords entry for this shading.
|
void |
PDShadingType2.setDomain(COSArray newDomain)
Sets the optional Domain entry for this shading.
|
void |
PDShadingType1.setDomain(COSArray newDomain)
Sets the optional Domain entry for the function based shading.
|
void |
PDShadingType2.setExtend(COSArray newExtend)
Sets the optional Extend entry for this shading.
|
void |
PDShading.setFunction(COSArray newFunctions)
This will set the functions COSArray for the color conversion.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDSoftMask.getBackdropColor()
Returns the backdrop color.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDActionResetForm.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 entry
|
COSArray |
PDActionSubmitForm.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 entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDActionResetForm.setFields(COSArray array) |
void |
PDActionSubmitForm.setFields(COSArray array) |
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDAnnotation.getBorder()
This will retrieve the border array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAnnotation.setBorder(COSArray borderArray)
This will set the border array.
|
void |
PDBorderStyleDictionary.setDashStyle(COSArray dashArray)
This will set the dash style used for drawing the border.
|
| Modifier and Type | Field and Description |
|---|---|
protected COSArray |
PDPageDestination.array
Storage for the page destination.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDPageDestination.getCOSObject()
Convert this standard java object to a COS object.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAcroForm.setCalculationOrder(COSArray co) |
| Modifier and Type | Method and Description |
|---|---|
COSArray |
Matrix.toCOSArray()
Returns a COS array which represent the geometric relevant components of the matrix.
|
| Constructor and Description |
|---|
Matrix(COSArray array)
Creates a matrix from a 6-element COS array.
|
Copyright © 2020 sejda. All rights reserved.