Method: AsposePdfCloud::ChoiceField#hash
- Defined in:
- lib/aspose_pdf_cloud/models/choice_field.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
308 309 310 |
# File 'lib/aspose_pdf_cloud/models/choice_field.rb', line 308 def hash [links, partial_name, full_name, rect, value, page_index, height, width, z_index, is_group, parent, is_shared_field, flags, color, contents, margin, highlighting, horizontal_alignment, vertical_alignment, border, multi_select, selected].hash end |