Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.62 KB

File metadata and controls

37 lines (32 loc) · 2.62 KB

RadioButtonField

Provides RadioButtonField.

Properties

Name Type Description Notes
options List<Option> Gets collection of options of the radio button. [optional]
radioButtonOptionsField List<RadioButtonOptionField> Gets collection of radio button options field. [optional]
style BoxStyle Style of field box. [optional]
multiSelect Boolean Gets or sets multiselection flag. [optional]
selected Integer Gets or sets index of selected item. Numbering of items is started from 1. [optional]
partialName String Field name. [optional]
fullName String Full Field name. [optional]
rect Rectangle Field rectangle. [optional]
value String Field value. [optional]
pageIndex Integer Page index.
height Double Gets or sets height of the field. [optional]
width Double Gets or sets width of the field. [optional]
zIndex Integer Z index. [optional]
isGroup Boolean Is group. [optional]
parent FormField Gets field parent. [optional]
isSharedField Boolean 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. [optional]
flags List<AnnotationFlags> Gets Flags of the field. [optional]
color Color Color of the annotation. [optional]
contents String Get the field content. [optional]
margin MarginInfo Gets or sets a outer margin for paragraph (for pdf generation) [optional]
highlighting LinkHighlightingMode Field highlighting mode. [optional]
horizontalAlignment HorizontalAlignment Gets HorizontalAlignment of the field. [optional]
verticalAlignment VerticalAlignment Gets VerticalAlignment of the field. [optional]
border Border Gets or sets annotation border characteristics. [optional]
links List<Link> Link to the document. [optional]

[Back to Model list] [Back to API list] [Back to README]