PDFWritable
public class PDFAnnotList extends PDFObject
Constructor | Description |
---|---|
PDFAnnotList() |
Modifier and Type | Method | Description |
---|---|---|
void |
addAnnot(PDFObject link) |
add an /Annot object of /Subtype /Link.
|
void |
getChildren(java.util.Set<PDFObject> children) |
|
int |
getCount() |
get the count of /Annot objects
|
java.lang.String |
toPDFString() |
This method returns a String representation of the PDF object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF
public void addAnnot(PDFObject link)
link
- the PDFLink to add.public int getCount()
public java.lang.String toPDFString()
toPDFString
in class PDFObject
public void getChildren(java.util.Set<PDFObject> children)
getChildren
in class PDFObject
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.