de.intarsys.pdf.cds
Class CDSTreeEntry
java.lang.Object
de.intarsys.pdf.cds.CDSTreeEntry
- Direct Known Subclasses:
- CDSNameTreeEntry, CDSNumberTreeEntry
public abstract class CDSTreeEntry
- extends Object
Abstract superclass for implementing entry objects in PDF name and number
trees.
CDSTreeEntry
public CDSTreeEntry(COSObject value)
setValue
public COSObject setValue(COSObject object)
- Set the value for entry.
- Parameters:
object
- The new value for the entry.
- Returns:
- The previous value
getValue
public COSObject getValue()
- The value of the entry.
- Returns:
- The value of the entry.
getKey
public abstract COSObject getKey()
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.