Generated by
JDiff

Class com.itextpdf.forms.xfdf.BorderStyleAltObject

Changed Constructors
BorderStyleAltObject( float, float , float ) Documentation changed from old to new.
Creates an instance that encapsulates BorderStyleAlt XFDF element data.
 

Changed Methods
String  getContent() Documentation changed from old to new.
Gets border style.
float[]  getDashPattern() Documentation changed from old to new.
Gets the dash pattern of the border.
float  getHCornerRadius() Documentation changed from old to new.
Gets the horizontal corner radius of the rectangular border.
float  getVCornerRadius() Documentation changed from old to new.
Gets the vertical corner radius of the rectangular border.
float  getWidth() Documentation changed from old to new.
Gets the width of the rectangular border.
BorderStyleAltObject  setContent( String) Documentation changed from old to new.
Sets border style.
BorderStyleAltObject  setDashPattern( float[]) Documentation changed from old to new.
Sets the dash pattern of the border.