|
jPod PDF library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use COSString | |
|---|---|
| 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. |
| Uses of COSString in de.intarsys.pdf.cds |
|---|
| Methods in de.intarsys.pdf.cds that return COSString | |
|---|---|
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. |
| Methods in de.intarsys.pdf.cds with parameters of type COSString | |
|---|---|
boolean |
CDSNameTreeNode.contains(COSString name)
Answer true if the receiver subtree contains a key that
matches the parameter. |
static CDSDate |
CDSDate.createFromCOS(COSString string)
Create a CDSDate from a COSString |
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. |
| Constructors in de.intarsys.pdf.cds with parameters of type COSString | |
|---|---|
CDSNameTreeEntry(COSString name,
COSObject value)
Create an an entry for a name tree |
|
| Uses of COSString in de.intarsys.pdf.cos |
|---|
| Methods in de.intarsys.pdf.cos that return COSString | |
|---|---|
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. |
| Methods in de.intarsys.pdf.cos with parameters of type COSString | |
|---|---|
Object |
ICOSObjectVisitor.visitFromString(COSString string)
Notification of visit to COSString object. |
Object |
COSObjectWalkerShallow.visitFromString(COSString string)
|
| Uses of COSString in de.intarsys.pdf.writer |
|---|
| Methods in de.intarsys.pdf.writer with parameters of type COSString | |
|---|---|
Object |
COSWriter.visitFromString(COSString obj)
visitFromString. |
|
jPod PDF library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||