| Package | Description |
|---|---|
| org.verapdf.model.coslayer | |
| org.verapdf.model.impl.pb.cos |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CosArray
PDF Array type
|
interface |
CosBBox
Bounding box array
|
interface |
CosBool
PDF boolean object
|
interface |
CosDict
PDF Dict type
|
interface |
CosDocument
Low-level PDF Document object
|
interface |
CosFileSpecification
File specification dictionary
|
interface |
CosFilter
PDF Name representing a single stream filter including decode parameters
|
interface |
CosIIFilter
PDF Name representing a single inline image filter
|
interface |
CosIndirect
PDF Indirect object
|
interface |
CosInteger
PDF Integer type
|
interface |
CosLang
Lang type
|
interface |
CosName
PDF Name type
|
interface |
CosNull
PDF null object
|
interface |
CosNumber
Generic Number type
|
interface |
CosReal
PDF Real type
|
interface |
CosRenderingIntent
PDF Name representing rendering intent
|
interface |
CosStream
PDF Stream type
|
interface |
CosString
PDF String type
|
interface |
CosTextString
PDF Text String type
|
interface |
CosTrailer
Trailer of the document
|
interface |
CosUnicodeName
PDF Name representing a Utf8 string
|
interface |
CosXRef
Cross reference table of the document
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBCosArray
Current class is representation of CosArray interface of abstract model.
|
class |
PBCosBBox
Implementation of bounding box
|
class |
PBCosBool
Current class is representation of CosBool interface of abstract model.
|
class |
PBCosDict
Current class is representation of CosDict interface of abstract model.
|
class |
PBCosDocument
Low-level PDF Document object
|
class |
PBCosFileSpecification
Represent a specific type of Dictionary - File Specification Dictionary.
|
class |
PBCosFilter |
class |
PBCosIIFilter |
class |
PBCosIndirect
Current class is representation of CosIndirect interface of abstract model.
|
class |
PBCosInteger
Current class is representation of CosInteger interface of abstract model.
|
class |
PBCosLang |
class |
PBCosName
Current class is representation of CosName interface of abstract model.
|
class |
PBCosNull
Current class is representation of CosNull interface of abstract model.
|
class |
PBCosNumber
Current class is representation of CosNumber interface of abstract model.
|
class |
PBCosObject
Current class is representation of CosObject interface of abstract model.
|
class |
PBCosReal
Current class is representation of CosReal interface of abstract model.
|
class |
PBCosRenderingIntent |
class |
PBCosStream
PDF Stream type
|
class |
PBCosString
Current class is representation of CosString interface of abstract model.
|
class |
PBCosTextString |
class |
PBCosTrailer
Trailer of the document.
|
class |
PBCosUnicodeName
Implementation of Unicode name
|
class |
PBCosXRef
Class describe special properties of cross reference table of current
document
|
| Modifier and Type | Method and Description |
|---|---|
static CosObject |
PBCosObject.getFromValue(COSBase base,
PDDocument document,
PDFAFlavour flavour)
Transform object of pdf box to corresponding object of abstract model
implementation.
|
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.