Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 3.75 KB

RadioButtonField.md

File metadata and controls

35 lines (32 loc) · 3.75 KB

RadioButtonField

Provides RadioButtonField.

Inherited from ChoiceField

Properties

Name Type Description Notes
options Array<Option> Gets collection of options of the radio button. [optional]
radioButtonOptionsField Array<RadioButtonOptionField> Gets collection of radio button options field. [optional]
style BoxStyle Style of field box. [optional]
multiSelect boolean Gets or sets multiselection flag.
Inherited from ChoiceField
[optional]
selected number Gets or sets index of selected item. Numbering of items is started from 1.
Inherited from ChoiceField
[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 number Page index.
Inherited from FormField
height number Gets or sets height of the field.
Inherited from FormField
[optional]
width number Gets or sets width of the field.
Inherited from FormField
[optional]
zIndex number Z index.
Inherited from FormField
[optional]
isGroup boolean Is group.
Inherited from FormField
[optional]
parent FormField Gets field parent.
Inherited from FormField
[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.
Inherited from FormField
[optional]
flags Array<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 Array<Link> Link to the document.
Inherited from LinkElement
[optional]

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