| 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.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.writer |
Serializing a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
COSString |
CDSNameTreeNode.getMax()
The maximum key within the receiver subtree.
|
COSString |
CDSNameTreeNode.getMin()
The minimum key within the receiver subtree.
|
COSString |
CDSNameTreeEntry.getName()
The name of the entry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CDSNameTreeNode.contains(COSString name)
Answer
true if the receiver subtree contains a key that
matches the parameter. |
static CDSDate |
CDSDate.createFromCOS(COSString string)
|
COSObject |
CDSNameTreeNode.get(COSString name)
Answer the value associated with the key
name. |
boolean |
CDSNameTreeNode.mayContain(COSString name)
Answer
true if the receiver MAY contain the key
name. |
COSObject |
CDSNameTreeNode.put(COSString name,
COSObject value)
Store
value under the key given in name. |
COSObject |
CDSNameTreeNode.remove(COSString name)
Remove the mapping for key given in
name. |
| Constructor and Description |
|---|
CDSNameTreeEntry(COSString name,
COSObject value)
Create an an entry for a name tree
|
| Modifier and Type | Method and Description |
|---|---|
COSString |
COSString.asString() |
COSString |
COSObject.asString() |
COSString |
COSTrailer.cosGetDynamicFileID()
The dynamic file id part.
|
COSString |
COSTrailer.cosGetPermanentFileID()
The permanent file id part.
|
static COSString |
COSString.create(byte[] bytes)
Create a
COSString from bytes. |
static COSString |
COSString.create(byte[] bytes,
String encoding)
Create a
COSString from bytes. |
static COSString |
COSString.create(String string)
Create a
COSString from string. |
static COSString |
COSString.create(String string,
String encoding)
Create a
COSString from string. |
static COSString |
COSString.createHex(byte[] bytes)
Create a
COSString from bytes in hex representation. |
static COSString |
COSString.createHex(byte[] bytes,
String encoding)
Create a
COSString from bytes in hex representation. |
static COSString |
COSString.createHex(String string)
Create a
COSString from string in hex representation. |
static COSString |
COSString.createHex(String string,
String encoding)
Create a
COSString from string in hex representation. |
static COSString |
COSString.createMultiLine(String string)
Create a
COSString from string, escaping all newlines. |
| Modifier and Type | Method and Description |
|---|---|
void |
COSTrailer.updateFileID(COSString id1,
COSString id2)
Update the file id. id1 and id2 are optional default values for the new
file id.
|
Object |
ICOSObjectVisitor.visitFromString(COSString string)
Notification of visit to
COSString object. |
Object |
COSObjectWalkerShallow.visitFromString(COSString string) |
| Modifier and Type | Method and Description |
|---|---|
Object |
COSWriter.visitFromString(COSString obj)
visitFromString.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.