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
public class PdfListBoxWidgetFieldWidget
- extends PdfChoiceWidgetFieldWidget
Represents loaded list box field.
| Methods inherited from class com.spire.pdf.widget.PdfStyledFieldWidget |
getActions, getBorderColor, getBorderStyle, getBorderWidth, getForeColor, getGotFocus, getLocation, getLostFocus, getMouseDown, getMouseEnter, getMouseLeave, getSize, getVisible, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setForeColor, setGotFocus, setLocation, setLostFocus, setMouseDown, setMouseEnter, setMouseLeave, setSize |
| Methods inherited from class com.spire.pdf.fields.PdfField |
getAnnotationFlags, getExport, getFlatten, getForm, getMappingName, getReadOnly, getRequired, setAnnotationFlags, setExport, setFlatten, setToolTip |
PdfListBoxWidgetFieldWidget
public PdfListBoxWidgetFieldWidget(PdfDictionary dictionary,
PdfDocumentBase document)
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