Generated by
JDiff

Class com.itextpdf.forms.xfdf.AnnotObject

Changed Methods
ActionObject  getAction() Documentation changed from old to new.
Gets Action element, a child of OnActivation element of the link annotation.
String  getAppearance() Documentation changed from old to new.
Gets the string value of the appearance element, a child element of stamp element.
List  getAttributes() Documentation changed from old to new.
Gets a list of all attributes of the annotation.
BorderStyleAltObject  getBorderStyleAlt() Documentation changed from old to new.
Gets the BorderStyleAlt element, a child of the link element.
PdfString  getContents() Documentation changed from old to new.
Gets the string value of contents tag in Xfdf document structure.
PdfString  getContentsRichText() Documentation changed from old to new.
Gets the string value of contents-richtext tag in Xfdf document structure.
String  getDefaultAppearance() Documentation changed from old to new.
Gets the string value of the defaultappearance element, a child of the caret and freetext elements.
String  getDefaultStyle() Documentation changed from old to new.
Gets the string value of the defaultstyle element, a child of the freetext element.
DestObject  getDestination() Documentation changed from old to new.
Gets Dest element, a child element of link, GoTo, GoToR elements.
String  getName() Documentation changed from old to new.
Gets the string value of the type of annotation.
AnnotObject  getPopup() Documentation changed from old to new.
Gets the popup annotation, an inner element of the annotation element.
String  getVertices() Documentation changed from old to new.
Gets the string, containing vertices element, a child of the polygon and polyline elements.
boolean  isHasPopup() Documentation changed from old to new.
Gets the boolean, indicating if annotation has an inner popup element.
AnnotObject  setAction( ActionObject) Documentation changed from old to new.
Sets Action element, a child of OnActivation element of the link annotation.
AnnotObject  setAppearance( String) Documentation changed from old to new.
Gets the string value of the appearance element, a child element of stamp element.
AnnotObject  setBorderStyleAlt( BorderStyleAltObject) Documentation changed from old to new.
Sets the BorderStyleAlt element, a child of the link element.
AnnotObject  setContents( PdfString) Documentation changed from old to new.
Sets the string value of contents tag in Xfdf document structure.
AnnotObject  setContentsRichText( PdfString) Documentation changed from old to new.
Sets the string value of contents-richtext tag in xfdf document structure.
AnnotObject  setDefaultAppearance( String) Documentation changed from old to new.
Sets the string value of the defaultappearance element, a child of the caret and freetext elements.
AnnotObject  setDefaultStyle( String) Documentation changed from old to new.
Sets the string value of the defaultstyle element, a child of the freetext element.
AnnotObject  setDestination( DestObject) Documentation changed from old to new.
Sets Dest element, a child element of link, GoTo, GoToR elements.
AnnotObject  setHasPopup( boolean) Documentation changed from old to new.
Sets the boolean, indicating if annotation has inner popup element.
AnnotObject  setName( String) Documentation changed from old to new.
Sets the string value of the type of annotation.
AnnotObject  setPopup( AnnotObject) Documentation changed from old to new.
Sets the popup annotation, an inner element of the annotation element.
AnnotObject  setVertices( String) Documentation changed from old to new.
Sets the string, containing vertices element, a child of the polygon and polyline elements.