|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use COSArray | |
org.pdfbox.cos | These are the low level objects that make up a PDF document. |
org.pdfbox.pdfparser | The pdfparser package contains classes to parse PDF documents and objects within the document. |
org.pdfbox.pdfwriter | This is the persistence layer used to write the PDFBox documents to a stream. |
org.pdfbox.pdmodel.common | High level PD classes that are used throughout several packages are placed in the PDModel common package. |
org.pdfbox.pdmodel.fdf | The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. |
org.pdfbox.pdmodel.graphics | The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. |
org.pdfbox.pdmodel.graphics.color | This package deals with colors that are stored in a PDF document. |
org.pdfbox.pdmodel.interactive.documentnavigation.destination | The destination package allows destinations into a pdf document to be specified. |
Uses of COSArray in org.pdfbox.cos |
Methods in org.pdfbox.cos that return COSArray | |
COSArray |
COSDocument.getDocumentID()
This will get the document ID. |
Methods in org.pdfbox.cos with parameters of type COSArray | |
Object |
ICOSVisitor.visitFromArray(COSArray obj)
Notification of visit to Array object. |
void |
COSDocument.setDocumentID(COSArray id)
This will set the document ID. |
void |
COSArray.addAll(COSArray objectList)
This will add all objects to this array. |
Uses of COSArray in org.pdfbox.pdfparser |
Methods in org.pdfbox.pdfparser that return COSArray | |
protected COSArray |
BaseParser.parseCOSArray()
This will parse a PDF array object. |
Uses of COSArray in org.pdfbox.pdfwriter |
Methods in org.pdfbox.pdfwriter with parameters of type COSArray | |
Object |
COSWriter.visitFromArray(COSArray obj)
visitFromArray method comment. |
Uses of COSArray in org.pdfbox.pdmodel.common |
Methods in org.pdfbox.pdmodel.common that return COSArray | |
COSArray |
PDRectangle.getCOSArray()
This will get the underlying array for this rectangle. |
COSArray |
PDRange.getCOSArray()
This will get the underlying array value. |
COSArray |
PDMatrix.getCOSArray()
This will get the underlying array value. |
static COSArray |
COSArrayList.convertStringListToCOSNameCOSArray(List strings)
This will take an list of string objects and return a COSArray of COSName objects. |
static COSArray |
COSArrayList.convertStringListToCOSStringCOSArray(List strings)
This will take an list of string objects and return a COSArray of COSName objects. |
static COSArray |
COSArrayList.converterToCOSArray(List cosObjectableList)
This will convert a list of COSObjectables to an array list of COSBase objects. |
Methods in org.pdfbox.pdmodel.common with parameters of type COSArray | |
static List |
COSArrayList.convertIntegerCOSArrayToList(COSArray intArray)
This will take an array of COSNumbers and return a COSArrayList of java.lang.Integer values. |
static List |
COSArrayList.convertFloatCOSArrayToList(COSArray floatArray)
This will take an array of COSNumbers and return a COSArrayList of java.lang.Float values. |
static List |
COSArrayList.convertCOSNameCOSArrayToList(COSArray nameArray)
This will take an array of COSName and return a COSArrayList of java.lang.String values. |
static List |
COSArrayList.convertCOSStringCOSArrayToList(COSArray stringArray)
This will take an array of COSString and return a COSArrayList of java.lang.String values. |
Constructors in org.pdfbox.pdmodel.common with parameters of type COSArray | |
PDRectangle(COSArray array)
Constructor. |
|
PDRange(COSArray range)
Constructor assumes a starting index of 0. |
|
PDRange(COSArray range,
int index)
Constructor with an index into an array. |
|
PDMatrix(COSArray array)
Constructor. |
|
COSStreamArray(COSArray array)
Constructor. |
|
COSArrayList(List actualList,
COSArray cosArray)
Constructor. |
Uses of COSArray in org.pdfbox.pdmodel.fdf |
Methods in org.pdfbox.pdmodel.fdf that return COSArray | |
COSArray |
FDFOptionElement.getCOSArray()
Convert this standard java object to a COS object. |
COSArray |
FDFDictionary.getID()
This is the FDF id. |
Methods in org.pdfbox.pdmodel.fdf with parameters of type COSArray | |
void |
FDFDictionary.setID(COSArray id)
This will set the FDF id. |
Constructors in org.pdfbox.pdmodel.fdf with parameters of type COSArray | |
FDFOptionElement(COSArray o)
Constructor. |
Uses of COSArray in org.pdfbox.pdmodel.graphics |
Methods in org.pdfbox.pdmodel.graphics that return COSArray | |
COSArray |
PDLineDashPattern.getCOSDashPattern()
Get the line dash pattern as a COS object. |
Constructors in org.pdfbox.pdmodel.graphics with parameters of type COSArray | |
PDLineDashPattern(COSArray ldp)
Constructs a line dash pattern from an existing array. |
|
PDLineDashPattern(COSArray ldp,
int phase)
Constructs a line dash pattern from an existing array. |
|
PDFontSetting(COSArray fs)
Constructs a font setting from an existing array. |
Uses of COSArray in org.pdfbox.pdmodel.graphics.color |
Methods in org.pdfbox.pdmodel.graphics.color that return COSArray | |
COSArray |
PDGamma.getCOSArray()
Convert this standard java object to a COS object. |
COSArray |
PDColorSpaceInstance.getCOSColorSpaceValue()
This will get the color space values. |
Constructors in org.pdfbox.pdmodel.graphics.color with parameters of type COSArray | |
PDTristimulus(COSArray array)
Constructor from COS object. |
|
PDSeparation(COSArray separation)
Constructor. |
|
PDPattern(COSArray pattern)
Constructor. |
|
PDLab(COSArray lab)
Constructor with array. |
|
PDIndexed(COSArray indexedArray)
Constructor. |
|
PDICCBased(COSArray iccArray)
Constructor. |
|
PDGamma(COSArray array)
Constructor from COS object. |
|
PDDeviceN(COSArray separation)
Constructor. |
|
PDColorSpaceInstance(COSArray csValues)
Constructor with an existing color set. |
|
PDCalRGB(COSArray rgb)
Constructor with array. |
|
PDCalGray(COSArray gray)
Constructor with array. |
Uses of COSArray in org.pdfbox.pdmodel.interactive.documentnavigation.destination |
Fields in org.pdfbox.pdmodel.interactive.documentnavigation.destination declared as COSArray | |
protected COSArray |
PDPageDestination.array
Storage for the page destination. |
Methods in org.pdfbox.pdmodel.interactive.documentnavigation.destination that return COSArray | |
COSArray |
PDPageDestination.getCOSArray()
Convert this standard java object to a COS object. |
Constructors in org.pdfbox.pdmodel.interactive.documentnavigation.destination with parameters of type COSArray | |
PDPageXYZDestination(COSArray arr)
Constructor from an existing destination array. |
|
PDPageFitWidthDestination(COSArray arr)
Constructor from an existing destination array. |
|
PDPageFitRectangleDestination(COSArray arr)
Constructor from an existing destination array. |
|
PDPageFitHeightDestination(COSArray arr)
Constructor from an existing destination array. |
|
PDPageFitDestination(COSArray arr)
Constructor from an existing destination array. |
|
PDPageDestination(COSArray arr)
Constructor to create empty page destination. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |