Method: AsposePdfCloud::TextStyle#hash
- Defined in:
- lib/aspose_pdf_cloud/models/text_style.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
134 135 136 |
# File 'lib/aspose_pdf_cloud/models/text_style.rb', line 134 def hash [font_size, font, foreground_color, background_color, font_file].hash end |