Method: AsposePdfCloud::TextState.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



60
61
62
63
64
65
66
67
68
69
70
71
72
73
# File 'lib/aspose_pdf_cloud/models/text_state.rb', line 60

def self.attribute_map
  {
    :'font_size' => :'FontSize',
    :'font' => :'Font',
    :'foreground_color' => :'ForegroundColor',
    :'background_color' => :'BackgroundColor',
    :'font_style' => :'FontStyle',
    :'font_file' => :'FontFile',
    :'underline' => :'Underline',
    :'strike_out' => :'StrikeOut',
    :'superscript' => :'Superscript',
    :'subscript' => :'Subscript'
  }
end