Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.66 KB

ChoiceField.md

File metadata and controls

32 lines (28 loc) · 2.66 KB

ChoiceField

Provides Choice field.

Properties

Name Type Description Notes
Links []Link Link to the document. [optional] [default to null]
PartialName string Field name. [optional] [default to null]
FullName string Full Field name. [optional] [default to null]
Rect *Rectangle Field rectangle. [optional] [default to null]
Value string Field value. [optional] [default to null]
PageIndex int32 Page index. [default to null]
Height float64 Gets or sets height of the field. [optional] [default to null]
Width float64 Gets or sets width of the field. [optional] [default to null]
ZIndex int32 Z index. [optional] [default to null]
IsGroup bool Is group. [optional] [default to null]
Parent *FormField Gets field parent. [optional] [default to null]
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. [optional] [default to null]
Flags []AnnotationFlags Gets Flags of the field. [optional] [default to null]
Color *Color Color of the annotation. [optional] [default to null]
Contents string Get the field content. [optional] [default to null]
Margin *MarginInfo Gets or sets a outer margin for paragraph (for pdf generation) [optional] [default to null]
Highlighting *LinkHighlightingMode Field highlighting mode. [optional] [default to null]
HorizontalAlignment *HorizontalAlignment Gets HorizontalAlignment of the field. [optional] [default to null]
VerticalAlignment *VerticalAlignment Gets VerticalAlignment of the field. [optional] [default to null]
Border *Border Gets or sets annotation border characteristics. [optional] [default to null]
MultiSelect bool Gets or sets multiselection flag. [optional] [default to null]
Selected int32 Gets or sets index of selected item. Numbering of items is started from 1. [optional] [default to null]

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