com.spire.pdf.widget
Class PdfListBoxWidgetFieldWidget
java.lang.Object
   com.spire.pdf.fields.PdfField
com.spire.pdf.fields.PdfField
       com.spire.pdf.widget.PdfFieldWidget
com.spire.pdf.widget.PdfFieldWidget
           com.spire.pdf.widget.PdfStyledFieldWidget
com.spire.pdf.widget.PdfStyledFieldWidget
               com.spire.pdf.widget.PdfChoiceWidgetFieldWidget
com.spire.pdf.widget.PdfChoiceWidgetFieldWidget
                   com.spire.pdf.widget.PdfListBoxWidgetFieldWidget
com.spire.pdf.widget.PdfListBoxWidgetFieldWidget
- All Implemented Interfaces: 
- IPdfWrapper
- public class PdfListBoxWidgetFieldWidget 
- extends PdfChoiceWidgetFieldWidget
Represents loaded list box field.
 
 
 
| Methods inherited from class com.spire.pdf.widget.PdfStyledFieldWidget | 
| getActions, getBorderColor, getBorderStyle, getBorderWidth, getGotFocus, getLocation, getLostFocus, getMouseDown, getMouseEnter, getMouseLeave, getSize, getVisible, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setGotFocus, setLocation, setLostFocus, setMouseDown, setMouseEnter, setMouseLeave, setSize | 
 
 
 
PdfListBoxWidgetFieldWidget
public PdfListBoxWidgetFieldWidget(PdfDictionary dictionary,
                                   PdfCrossTable crossTable)
getFont
public PdfFontBase getFont()
- Gets the font.
 
- 
- Overrides:
- getFontin class- PdfStyledFieldWidget
 
- 
 
setFont
public void setFont(PdfFontBase value)
- Sets the font.
 
- 
- Overrides:
- setFontin class- PdfStyledFieldWidget
 
- 
 
setSelectedIndex
public void setSelectedIndex(int value)
- Sets the selected index
 
- 
- Overrides:
- setSelectedIndexin class- PdfChoiceWidgetFieldWidget
 
- 
- Parameters:
- value- selectedIndex
 
getBounds
public java.awt.geom.Rectangle2D getBounds()
- Gets the bounds.
 
- 
- Overrides:
- getBoundsin class- PdfStyledFieldWidget
 
-