org.apache.fop.pdf
Class PDFNameTreeNode
- PDFWritable
public class PDFNameTreeNode
Class representing a PDF name tree node.
encode , encodeString , encodeText , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , hasObjectNumber , makeReference , output , referencePDF , setDocument , setObjectNumber , toInlinePDFString , toPDF , toPDFString |
PDFNameTreeNode
public PDFNameTreeNode()
create a named destination
getKids
public PDFArray getKids()
Returns the Kids array.
getLowerLimit
public String getLowerLimit()
Returns the lower limit value of the Limits array.
getNames
public PDFArray getNames()
Returns the Names array.
getUpperLimit
public String getUpperLimit()
Returns the upper limit value of the Limits array.
setKids
public void setKids(PDFArray kids)
Sets the Kids array.
setLowerLimit
public void setLowerLimit(String key)
Sets the lower limit value of the Limits array.
key
- the lower limit value
setNames
public void setNames(PDFArray names)
Sets the Names array.
setUpperLimit
public void setUpperLimit(String key)
Sets the upper limit value of the Limits array.
key
- the upper limit value
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.