Method: AsposePdfCloud::ChoiceField.swagger_types

Defined in:
lib/aspose_pdf_cloud/models/choice_field.rb

.swagger_typesObject

Attribute type mapping.



124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# File 'lib/aspose_pdf_cloud/models/choice_field.rb', line 124

def self.swagger_types
  {
    :'links' => :'Array<Link>',
    :'partial_name' => :'String',
    :'full_name' => :'String',
    :'rect' => :'Rectangle',
    :'value' => :'String',
    :'page_index' => :'Integer',
    :'height' => :'Float',
    :'width' => :'Float',
    :'z_index' => :'Integer',
    :'is_group' => :'BOOLEAN',
    :'parent' => :'FormField',
    :'is_shared_field' => :'BOOLEAN',
    :'flags' => :'Array<AnnotationFlags>',
    :'color' => :'Color',
    :'contents' => :'String',
    :'margin' => :'MarginInfo',
    :'highlighting' => :'LinkHighlightingMode',
    :'horizontal_alignment' => :'HorizontalAlignment',
    :'vertical_alignment' => :'VerticalAlignment',
    :'border' => :'Border',
    :'multi_select' => :'BOOLEAN',
    :'selected' => :'Integer'
  }
end