|
iText 9.6.0 API
|
Extension of the FormField
Public Member Functions |
|
| CheckBox (String id) | |
| Creates a new CheckBox instance. More... |
|
| virtual iText.Forms.Form.Element.CheckBox | SetChecked (bool @checked) |
| Sets the checked state of the checkbox. More... |
|
| virtual iText.Forms.Form.Element.CheckBox | SetPdfConformance (PdfConformance conformance) |
| Sets the conformance for the checkbox. More... |
|
| virtual iText.Forms.Form.Element.CheckBox | SetCheckBoxType (CheckBoxType checkBoxType) |
| Sets the icon of the checkbox. More... |
|
| override iText.Forms.Form.Element.CheckBox | SetSize (float size) |
| Sets the size of the checkbox. More... |
|
| override AccessibilityProperties | GetAccessibilityProperties () |
| Gets the accessibility properties. More... |
|
Public Member Functions inherited from iText.Forms.Form.Element.FormField< iText.Forms.Form.Element.CheckBox > |
|
| virtual IFormField | SetWidth (float width) |
| virtual IFormField | SetHeight (float height) |
| virtual IFormField | SetValue (String value) |
| virtual String | GetId () |
| override T1 | GetDefaultProperty< T1 > (int property) |
| virtual IFormField | SetInteractive (bool interactive) |
| virtual IFormField | SetAlternativeDescription (String alternativeDescription) |
| Sets the form field's alternative description. More... |
|
Protected Member Functions |
|
| override IRenderer | MakeNewRenderer () |
Additional Inherited Members |
|
Package Attributes inherited from iText.Forms.Form.Element.FormField< iText.Forms.Form.Element.CheckBox > |
|
| DefaultAccessibilityProperties | tagProperties |
| The tag properties. More... |
|
Extension of the FormField
|
inline |
Creates a new CheckBox instance.
| id | the id |
|
inlinevirtual |
|
inlinevirtual |
Sets the icon of the checkbox.
| checkBoxType | the type of the checkbox to set |
|
inlinevirtual |
Sets the checked state of the checkbox.
| checked | the checked state to set |
|
inlinevirtual |
Sets the conformance for the checkbox.
| conformance | The PDF conformance to set. |
|
inlinevirtual |
Sets the size of the checkbox.
| size | the size of the checkbox to set, in points |
Reimplemented from iText.Forms.Form.Element.FormField< iText.Forms.Form.Element.CheckBox >.