fop 1.0

org.apache.fop.pdf
Class PDFStructTreeRoot

java.lang.Object
  extended by org.apache.fop.pdf.PDFObject
      extended by org.apache.fop.pdf.PDFDictionary
          extended by org.apache.fop.pdf.PDFStructTreeRoot
All Implemented Interfaces:
PDFWritable

public class PDFStructTreeRoot
extends PDFDictionary

Class representing a PDF /StructTreeRoot dictionary.


Field Summary
 
Fields inherited from class org.apache.fop.pdf.PDFDictionary
entries, order
 
Fields inherited from class org.apache.fop.pdf.PDFObject
DATE_FORMAT, log
 
Method Summary
 void addKid(PDFObject kid)
          Adds the given object to the array of kids.
 PDFArray getKids()
          Returns the children element of this StructTreeRoot.
 
Methods inherited from class org.apache.fop.pdf.PDFDictionary
get, output, put, put, writeDictionary
 
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKids

public PDFArray getKids()
Returns the children element of this StructTreeRoot.

Returns:
the value of the K entry

addKid

public void addKid(PDFObject kid)
Adds the given object to the array of kids.

Parameters:
kid - an object to be added to the K entry

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.