| Package | Description |
|---|---|
| de.intarsys.pdf.cds |
CDS (Common Data Structure) defines higher level data structures or types on top
of COS types that are used all over the PDF spec.
|
| de.intarsys.pdf.content |
The "content" package contains functionality to work on PDF content streams.
|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| de.intarsys.pdf.writer |
Serializing a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
CDSNameTreeNode.getLimits()
Return the two element array containing the smallest and the largest key
within the receiver subtree.
|
| Modifier and Type | Method and Description |
|---|---|
static CDSRectangle |
CDSRectangle.createFromCOS(COSArray array)
Create a
CDSRectangle from an array holding the
rectangle coordinates. |
static CDSMatrix |
CDSMatrix.createFromCOS(COSArray array)
Create a
CDSMatrix from an array holding the
transformation parameters. |
| Modifier and Type | Method and Description |
|---|---|
static CSContent |
CSContent.createFromCos(COSArray streams)
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
COSArray.add(COSObject object)
Add a
COSObject to the collection. |
COSArray |
COSArray.add(int index,
COSObject object)
Add a
COSObject to the collection. |
COSArray |
COSObject.asArray()
|
COSArray |
COSArray.asArray() |
COSArray |
COSArray.basicAddSilent(COSDocumentElement element)
Add a document element (an object or a reference) to the collection.
|
COSArray |
COSCatalog.cosGetAF()
The /AF field in the document catalog.
|
COSArray |
COSBasedObject.cosGetArray()
Get the base object as a
COSArray. |
COSArray |
COSTrailer.cosGetFileID()
The current file id or null
|
COSArray |
COSTrailer.cosGetID()
The /ID field of the trailer.
|
static COSArray |
COSArray.create()
Create an empty
COSArray. |
static COSArray |
COSArray.create(int size)
Create an empty
COSArray with a preallocated size. |
static COSArray |
COSArray.createWith(float a,
float b,
float c,
float d)
Shortcut for fast creation of rectangle arrays
|
static COSArray |
COSArray.createWith(float a,
float b,
float c,
float d,
float e,
float f)
Shortcut for fast creation of matrix arrays
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ICOSObjectVisitor.visitFromArray(COSArray array)
Notification of visit to
COSArray object. |
Object |
COSObjectWalkerShallow.visitFromArray(COSArray array) |
| Constructor and Description |
|---|
CMapBFRangeNameArrayMap(byte[] start,
byte[] end,
COSArray names) |
CMapBFRangeStringArrayMap(byte[] start,
byte[] end,
COSArray strings) |
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDSignature.cosGetByteRange() |
COSArray |
PDOutlineItem.cosGetColor()
The color values to be used for this.
|
COSArray |
PDSampledFunction.cosGetDecode()
Return the Decode value array.
|
COSArray |
PDSignatureReference.cosGetDigestLocation() |
COSArray |
PDFunction.cosGetDomain() |
COSArray |
PDSampledFunction.cosGetEncode()
Return the Encode value array
|
COSArray |
PDTransformParams.cosGetFields() |
COSArray |
PDSignatureLock.cosGetFields() |
COSArray |
PDAFButtonField.cosGetOptions() |
COSArray |
PDImage.cosSetColorSpace(COSArray colorspace) |
COSArray |
PDFunction.getRange() |
COSArray |
PDSampledFunction.getSize()
Return the Size value array.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
PDImage.cosSetColorSpace(COSArray colorspace) |
void |
PDTransformParams.cosSetFields(COSArray fields) |
void |
PDSignatureLock.cosSetFields(COSArray fields) |
| Modifier and Type | Method and Description |
|---|---|
COSArray |
STXRefSection.getID() |
| Modifier and Type | Method and Description |
|---|---|
void |
STStreamXRefSection.setIndex(COSArray index) |
| Modifier and Type | Method and Description |
|---|---|
Object |
COSWriter.visitFromArray(COSArray obj)
visitFromArray.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.