Uses of Class
com.itextpdf.text.pdf.PdfAppearance

Packages that use PdfAppearance
com.itextpdf.text.pdf   
 

Uses of PdfAppearance in com.itextpdf.text.pdf
 

Methods in com.itextpdf.text.pdf that return PdfAppearance
 PdfAppearance PdfContentByte.createAppearance(float width, float height)
          Creates a new appearance to be used with form fields.
static PdfAppearance PdfAppearance.createAppearance(PdfWriter writer, float width, float height)
          Creates a new appearance to be used with form fields.
 PdfAppearance PushbuttonField.getAppearance()
          Gets the button appearance.
 PdfAppearance TextField.getAppearance()
          Get the PdfAppearance of a text or combo field
 PdfAppearance RadioCheckField.getAppearance(boolean isRadio, boolean on)
          Gets the field appearance.
 PdfAppearance RadioCheckField.getAppearanceRadioCircle(boolean on)
          Gets the special field appearance for the radio circle.
protected  PdfAppearance BaseField.getBorderAppearance()
           
 



Copyright © 2013. All Rights Reserved.