| Package | Description | 
|---|---|
| com.itextpdf.text.pdf | 
| Modifier and Type | Method and Description | 
|---|---|
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 |  
          TextField.getAppearance() 
           
             Get the   PdfAppearance of a text or combo field 
            |  
         
PdfAppearance |  
          PushbuttonField.getAppearance() 
           
             Gets the button appearance. 
              |  
         
PdfAppearance |  
          PdfARadioCheckField.getAppearance(boolean isRadio, boolean on)  |  
         
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 © 1998–2019. All rights reserved.