Generated by
JDiff

Class com.itextpdf.forms.xfdf.FieldObject

Changed Methods
String  getName() Documentation changed from old to new.
Gets the string value of the name attribute of the field element.
FieldObject  getParent() Documentation changed from old to new.
Gets a parent field of current field.
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.
boolean  isContainsRichText() Documentation changed from old to new.
Gets a boolean indicating if a value-richtext element is present inside the field.
void  setContainsRichText( boolean) Documentation changed from old to new.
Sets a boolean indicating if a value-richtext element is present inside the field.
void  setName( String) Documentation changed from old to new.
Sets the string value of the name attribute of the field element.
void  setParent( FieldObject) Documentation changed from old to new.
Sets a parent field of current field.
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.