Generated by
JDiff

Class com.itextpdf.forms.fields.PdfFormField

Removed Methods
void  drawMultiLineTextAppearance( Rectangle, PdfFont , float , String , PdfFormXObject ) Draws the visual appearance of multiline text in a form field.
void  drawPdfA1CheckAppearance( float, float , String , int ) Draws PDF/A-1 compliant check appearance.
void  drawPdfA1RadioAppearance( float, float , String ) Draws the appearance of a radio button with a specified value.
PdfFormXObject  drawPushButtonAppearance( float, float , String , PdfFont , PdfName , float ) Draws the appearance for a push button.
String  generateDefaultAppearanceString( PdfFont, float , Color , PdfResources ) Generate default appearance, /DA key.
Object[]  getFontAndSize( PdfDictionary) Gets font and font size.
PdfFormField  setDefaultAppearance( String) Sets default appearance string containing a sequence of valid page-content graphics or text state operators that define such properties as the field's text size and color.
PdfFormField  setFontAndSize( PdfFont, int ) Combined setter for the font and fontSize properties.
 

Changed Methods
void  drawCheckBox( PdfCanvas, float , float , float ) Change in signature from (PdfCanvas, float, float, float, boolean) to (PdfCanvas, float, float, float).
Documentation changed from old to new.
Performs the low-level drawing operations to draw a checkbox object.
 

Removed Fields
int  DA_COLOR @deprecated Will be made package-private in iText 7.2.
int  DA_FONT @deprecated Will be made package-private in iText 7.2.
int  DA_SIZE @deprecated Will be made package-private in iText 7.2.
int  DEFAULT_FONT_SIZE Size of text in form fields when font size is not explicitly set.
int  MIN_FONT_SIZE @deprecated Will be made package-private in iText 7.2.
float  X_OFFSET @deprecated Will be made package-private in iText 7.2.
String[]  typeChars