com.spire.pdf.widget
Class PdfListBoxWidgetFieldWidget
java.lang.Object
com.spire.pdf.fields.PdfField
com.spire.pdf.widget.PdfFieldWidget
com.spire.pdf.widget.PdfStyledFieldWidget
com.spire.pdf.widget.PdfChoiceWidgetFieldWidget
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:
getFont
in class PdfStyledFieldWidget
setFont
public void setFont(PdfFontBase value)
- Sets the font.
- Overrides:
setFont
in class PdfStyledFieldWidget
setSelectedIndex
public void setSelectedIndex(int value)
- Sets the selected index
- Overrides:
setSelectedIndex
in class PdfChoiceWidgetFieldWidget
- Parameters:
value
- selectedIndex
getBounds
public java.awt.geom.Rectangle2D getBounds()
- Gets the bounds.
- Overrides:
getBounds
in class PdfStyledFieldWidget