Method: AsposePdfCloud::TextStyle.attribute_map

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

.attribute_mapObject

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



45
46
47
48
49
50
51
52
53
# File 'lib/aspose_pdf_cloud/models/text_style.rb', line 45

def self.attribute_map
  {
    :'font_size' => :'FontSize',
    :'font' => :'Font',
    :'foreground_color' => :'ForegroundColor',
    :'background_color' => :'BackgroundColor',
    :'font_file' => :'FontFile'
  }
end