Provides CheckBoxField.
Inherited from FormField
| Name | Type | Description | Notes |
|---|---|---|---|
| allowedStates | [String]? | Returns list of allowed states. | [optional] |
| style | BoxStyle? | Gets or sets style of check box. | [optional] |
| activeState | String? | Gets or sets current annotation appearance state. | [optional] |
| checked | Bool | Gets or sets state of check box. | |
| exportValue | String? | Gets or sets export value of CheckBox field. | [optional] |
| partialName | String? | Field name. Inherited from FormField |
[optional] |
| fullName | String? | Full Field name. Inherited from FormField |
[optional] |
| rect | Rectangle? | Field rectangle. Inherited from FormField |
[optional] |
| value | String? | Field value. Inherited from FormField |
[optional] |
| pageIndex | Int | Page index. Inherited from FormField |
|
| height | Double? | Gets or sets height of the field. Inherited from FormField |
[optional] |
| width | Double? | Gets or sets width of the field. Inherited from FormField |
[optional] |
| zIndex | Int? | Z index. Inherited from FormField |
[optional] |
| isGroup | Bool? | Is group. Inherited from FormField |
[optional] |
| parent | FormField? | Gets field parent. Inherited from FormField |
[optional] |
| isSharedField | Bool? | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. Inherited from FormField |
[optional] |
| flags | [AnnotationFlags]? | Gets Flags of the field. Inherited from FormField |
[optional] |
| color | Color? | Color of the annotation. Inherited from FormField |
[optional] |
| contents | String? | Get the field content. Inherited from FormField |
[optional] |
| margin | MarginInfo? | Gets or sets a outer margin for paragraph (for pdf generation) Inherited from FormField |
[optional] |
| highlighting | LinkHighlightingMode? | Field highlighting mode. Inherited from FormField |
[optional] |
| horizontalAlignment | HorizontalAlignment? | Gets HorizontalAlignment of the field. Inherited from FormField |
[optional] |
| verticalAlignment | VerticalAlignment? | Gets VerticalAlignment of the field. Inherited from FormField |
[optional] |
| border | Border? | Gets or sets annotation border characteristics. Inherited from FormField |
[optional] |
| links | [Link]? | Link to the document. Inherited from LinkElement |
[optional] |
[Back to Model list] [Back to API list] [Back to README] [View Source]