|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.fields.PdfField
com.spire.pdf.widget.PdfFieldWidget
com.spire.pdf.widget.PdfStyledFieldWidget
com.spire.pdf.widget.PdfChoiceWidgetFieldWidget
com.spire.pdf.widget.PdfComboBoxWidgetFieldWidget
public class PdfComboBoxWidgetFieldWidget
Represents the combo box field of an existing item.
| Constructor Summary | |
|---|---|
PdfComboBoxWidgetFieldWidget(PdfDictionary dictionary,
PdfDocumentBase document)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
java.awt.geom.Rectangle2D |
getBounds()
Gets the bounds. |
PdfFontBase |
getFont()
Gets the font. |
void |
setFont(PdfFontBase value)
Sets the font. |
void |
setSelectedIndex(int value)
Sets selected value |
void |
setSelectedValue(java.lang.String value)
Sets the selected values of the ComboBox |
| Methods inherited from class com.spire.pdf.widget.PdfChoiceWidgetFieldWidget |
|---|
getCommitOnSelChange, getSelectedIndexs, getSelectedItem, getSelectedValue, getValues, setCommitOnSelChange, setSelectedIndexs |
| 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.widget.PdfFieldWidget |
|---|
getName, getPage, getToolTip, importFieldValue, setName, setReadOnly, setRequired |
| Methods inherited from class com.spire.pdf.fields.PdfField |
|---|
getAnnotationFlags, getExport, getFlatten, getForm, getMappingName, getReadOnly, getRequired, setAnnotationFlags, setExport, setFlatten, setToolTip |
| Constructor Detail |
|---|
public PdfComboBoxWidgetFieldWidget(PdfDictionary dictionary,
PdfDocumentBase document)
dictionary - The dictionary.document - The document..| Method Detail |
|---|
public PdfFontBase getFont()
getFont in class PdfStyledFieldWidgetpublic void setFont(PdfFontBase value)
setFont in class PdfStyledFieldWidgetpublic void setSelectedIndex(int value)
setSelectedIndex in class PdfChoiceWidgetFieldWidgetvalue - selectedIndexspublic void setSelectedValue(java.lang.String value)
setSelectedValue in class PdfChoiceWidgetFieldWidgetvalue - public java.awt.geom.Rectangle2D getBounds()
getBounds in class PdfStyledFieldWidget
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||