com.spire.pdf.fields
Class PdfCheckFieldBase
java.lang.Object
com.spire.pdf.fields.PdfField
com.spire.pdf.fields.PdfStyledField
com.spire.pdf.fields.PdfCheckFieldBase
- Direct Known Subclasses:
- PdfCheckBoxField, PdfRadioButtonListItem
public class PdfCheckFieldBase
- extends PdfStyledField
Represents base class for field which can be in checked and unchecked states.
| Methods inherited from class com.spire.pdf.fields.PdfStyledField |
getActions, getBackColor, getBorderStyle, getBorderWidth, getBounds, getForeColor, getHighlightMode, getLocation, getSize, getTextAlignment, getVisible, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setForeColor, setHighlightMode, setLocation, setSize, setTextAlignment, setVisible |
| Methods inherited from class com.spire.pdf.fields.PdfField |
getAnnotationFlags, getExport, getFlatten, getForm, getMappingName, getName, getPage, getReadOnly, getRequired, getToolTip, setAnnotationFlags, setExport, setFlatten, setReadOnly, setToolTip |
PdfCheckFieldBase
public PdfCheckFieldBase(PdfPageBase page,
java.lang.String name)
- Initializes a new instance of the class.
- Parameters:
page - The page where the fields should be placed.name - The name of the check box field.
PdfCheckFieldBase
public PdfCheckFieldBase()
getStyle
public PdfCheckBoxStyle getStyle()
- Gets or sets the style.
setStyle
public void setStyle(PdfCheckBoxStyle value)