Method: AsposePdfCloud::ChoiceField#selected
- Defined in:
- lib/aspose_pdf_cloud/models/choice_field.rb
#selected ⇒ Object
Gets or sets index of selected item. Numbering of items is started from 1.
92 93 94 |
# File 'lib/aspose_pdf_cloud/models/choice_field.rb', line 92 def selected @selected end |