Method: AsposePdfCloud::ChoiceField#valid?
- Defined in:
- lib/aspose_pdf_cloud/models/choice_field.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
266 267 268 269 |
# File 'lib/aspose_pdf_cloud/models/choice_field.rb', line 266 def valid? return false if @page_index.nil? return true end |