PDFWritablepublic 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, waitcontentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDFpublic void addAnnot(PDFObject link)
link - the PDFLink to add.public int getCount()
public java.lang.String toPDFString()
toPDFString in class PDFObjectpublic void getChildren(java.util.Set<PDFObject> children)
getChildren in class PDFObjectCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.