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, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, 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-2007 The Apache Software Foundation. All Rights Reserved.