public class PDFAnnotList extends PDFObject
Constructor and Description |
---|
PDFAnnotList() |
Modifier and Type | Method and 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.
|
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-2017 The Apache Software Foundation. All Rights Reserved.