org.apache.fop.pdf
Class PDFAnnotList
- PDFWritable
public class PDFAnnotList
class representing an object which is a list of annotations.
This PDF object is a list of references to /Annot objects. So far we
are dealing only with links.
encode , encodeBinaryToHexString , encodeString , encodeText , formatDateTime , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , getParent , hasObjectNumber , makeReference , output , outputInline , referencePDF , setDocument , setObjectNumber , setParent , toPDF , toPDFString |
addAnnot
public void addAnnot(PDFObject link)
add an /Annot object of /Subtype /Link.
link
- the PDFLink to add.
getCount
public int getCount()
get the count of /Annot objects
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.