Package com.itextpdf.forms.xfdf
Class AttributeObject
java.lang.Object
com.itextpdf.forms.xfdf.AttributeObject
Represents the attribute of any XFDF element.
-
Constructor Summary
ConstructorDescriptionAttributeObject
(String name, String value) Creates an instance with given attribute name and value. -
Method Summary
-
Constructor Details
-
AttributeObject
Creates an instance with given attribute name and value.- Parameters:
-
name
- the name of the attribute, constrained by XML attributes specification. -
value
- the value of the attribute, constrained by XML attributes specification.
-
-
Method Details
-
getName
Returns attribute name.- Returns:
- a string representation of attribute name, case-sensitive as per XML specification.
-
getValue
Returns attribute value.- Returns:
- a string representation of attribute value.
-