| Package | Description |
|---|---|
| com.itextpdf.forms.xfdf |
| Modifier and Type | Method and Description |
|---|---|
AttributeObject |
AnnotObject.getAttribute(String name)
Finds the attribute by name in attributes list.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeObject> |
AnnotObject.getAttributes()
Gets a list of all attributes of the annotation.
|
List<AttributeObject> |
XfdfObject.getAttributes()
Gets the list of attributes of xfdf object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotObject.addAttribute(AttributeObject attr)
Adds new AttributeObject to the list of annotation attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XfdfObject.setAttributes(List<AttributeObject> attributes)
Sets the list of attributes of xfdf object.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.