Generated by
JDiff

Class com.itextpdf.forms.fields.PdfFormField

Documentation changed from old to new.

Removed Methods
void  drawMultiLineTextAppearance( Rectangle, PdfFont , float , String , PdfFormXObject ) Draws the visual appearance of multiline text in a form field.
 

Added Methods
void  drawMultiLineTextAppearance( Rectangle, PdfFont , String , PdfFormXObject )  
void  drawMultiLineTextAppearance( Rectangle, PdfFont , float , String , PdfFormXObject ) Draws the visual appearance of multiline text in a form field.
 

Changed Methods
void  drawPdfA1CheckAppearance( float, float , String , int ) Documentation changed from old to new.
use {@link #drawPdfA2CheckAppearance(float, float, String, int)} instead.
void  drawPdfA2CheckAppearance( float, float , String , int ) Documentation changed from old to new.
Draws PDF/A-2 compliant check appearance.
String  generateDefaultAppearanceString( PdfFont, float , Color , PdfResources ) Documentation changed from old to new.
use {@link #updateDefaultAppearance()} instead.
PdfFormField  setAppearance( PdfName, String , PdfStream ) Documentation changed from old to new.
Sets an appearance for (the widgets related to) the form field.
PdfTextFormField  createText( PdfDocument, PdfAConformanceLevel ) Documentation changed from old to new.
Creates an empty text form field.
PdfFormXObject  drawPushButtonAppearance( float, float , String , PdfFont , PdfName , float ) Documentation changed from old to new.
use {@link #drawPushButtonAppearance(float, float, String, PdfFont, float)} instead.