public class AnnotsObject extends Object
Constructor and Description |
---|
AnnotsObject()
Creates an instance with the empty list of children annotations.
|
Modifier and Type | Method and Description |
---|---|
AnnotsObject |
addAnnot(AnnotObject annot)
Adds a new AnnotObject to the list of children annotations.
|
List<AnnotObject> |
getAnnotsList()
Gets children annotations.
|
public AnnotsObject()
public List<AnnotObject> getAnnotsList()
List
of AnnotObject
each representing a child annotation of this annots tag.
public AnnotsObject addAnnot(AnnotObject annot)
AnnotObject
to the list of children annotations.
annot
- AnnotObject
containing info about pdf document annotation.
AnnotsObject
instance.
Copyright © 1998–2023 iText Group NV. All rights reserved.