Generated by
JDiff

Class com.itextpdf.forms.xfdf.FieldObject

Documentation changed from old to new.

Changed Methods
String  getName() Documentation changed from old to new.
Gets the string value of the name attribute of the field element.
String  getRichTextValue() Documentation changed from old to new.
Gets the string representation of the value-richtext element, a child of the field element and contains the field's value formatted as a rich text string.
String  getValue() Documentation changed from old to new.
Gets the string representation of the value element, a child of the field element and contains the field's value, whose format may vary depending on the field type.
void  setRichTextValue( String) Documentation changed from old to new.
Sets the string representation of the value-richtext element, a child of the field element and contains the field's value formatted as a rich text string.
void  setValue( String) Documentation changed from old to new.
Sets the string representation of the value element, a child of the field element and contains the field's value, whose format may vary depending on the field type.