Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 2.6 KB

RadioButtonField.md

File metadata and controls

35 lines (31 loc) · 2.6 KB

RadioButtonField

Provides RadioButtonField.

Properties

Name Type Description Notes
links list[Link] Link to the document. [optional]
partial_name str Field name. [optional]
full_name str Full Field name. [optional]
rect Rectangle Field rectangle. [optional]
value str Field value. [optional]
page_index int Page index.
height float Gets or sets height of the field. [optional]
width float Gets or sets width of the field. [optional]
z_index int Z index. [optional]
is_group bool Is group. [optional]
parent FormField Gets field parent. [optional]
is_shared_field 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. [optional]
flags list[AnnotationFlags] Gets Flags of the field. [optional]
color Color Color of the annotation. [optional]
contents str 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]
horizontal_alignment HorizontalAlignment Gets HorizontalAlignment of the field. [optional]
vertical_alignment VerticalAlignment Gets VerticalAlignment of the field. [optional]
border Border Gets or sets annotation border characteristics. [optional]
multi_select bool Gets or sets multiselection flag. [optional]
selected int Gets or sets index of selected item. Numbering of items is started from 1. [optional]
options list[Option] Gets collection of options of the radio button. [optional]
radio_button_options_field list[RadioButtonOptionField] Gets collection of radio button options field. [optional]
style BoxStyle Style of field box. [optional]

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