com.spire.pdf.fields
Class PdfListField
java.lang.Object
com.spire.pdf.fields.PdfField
com.spire.pdf.fields.PdfStyledField
com.spire.pdf.fields.PdfAppearanceField
com.spire.pdf.fields.PdfListField
- All Implemented Interfaces:
- IPdfWrapper
- Direct Known Subclasses:
- PdfComboBoxField, PdfListBoxField
public abstract class PdfListField
- extends PdfAppearanceField
Represents base class form's list fields.
Methods inherited from class com.spire.pdf.fields.PdfStyledField |
getActions, getBackColor, getBorderStyle, getBorderWidth, getBounds, getForeColor, getLocation, getSize, getTextAlignment, getVisible, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setForeColor, setLocation, setSize, setTextAlignment, setVisible |
Methods inherited from class com.spire.pdf.fields.PdfField |
getExport, getFlatten, getForm, getMappingName, getName, getPage, getReadOnly, getRequired, getToolTip, setExport, setFlatten, setReadOnly, setToolTip |
PdfListField
public PdfListField(PdfPageBase page,
java.lang.String name)
- Initializes a new instance of the class.
- Parameters:
page
- Page which the field to be placed on.name
- The name of the field.
PdfListField
public PdfListField()
getItems
public PdfListFieldItemCollection getItems()
- Gets the items.
getCommitOnSelChange
public boolean getCommitOnSelChange()
- Gets or sets the flag indicating if a new value selected is committed immediately without waiting to leave the field.
setCommitOnSelChange
public void setCommitOnSelChange(boolean value)