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(Set<PDFObject> children) |
int |
getCount()
get the count of /Annot objects
|
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, supportsObjectStream, toPDF
public void addAnnot(PDFObject link)
link
- the PDFLink to add.public int getCount()
public String toPDFString()
toPDFString
in class PDFObject
public void getChildren(Set<PDFObject> children)
getChildren
in class PDFObject
Copyright © 2025 Apache Software Foundation. All rights reserved.