public class PBCosArray extends PBCosObject
| Modifier and Type | Field and Description |
|---|---|
static String |
COS_ARRAY_TYPE
Type name for PBCosArray
|
static String |
ELEMENTS |
baseObject, MAX_NUMBER_OF_ELEMENTS| Constructor and Description |
|---|
PBCosArray(COSArray array,
PDDocument document,
PDFAFlavour flavour)
Default constructor
|
PBCosArray(COSArray array,
String type,
PDDocument document,
PDFAFlavour flavour)
Constructor used by child classes
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Object> |
getLinkedObjects(String link) |
Long |
getsize()
Getter for array size.
|
getFromValuepublic static final String COS_ARRAY_TYPE
public static final String ELEMENTS
public PBCosArray(COSArray array,
PDDocument document,
PDFAFlavour flavour)
array - pdfbox COSArraypublic PBCosArray(COSArray array,
String type,
PDDocument document,
PDFAFlavour flavour)
array - pdfbox COSArraytype - type of objectCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.