Method: AsposePdfCloud::TextFooter.swagger_types
- Defined in:
- lib/aspose_pdf_cloud/models/text_footer.rb
.swagger_types ⇒ Object
Attribute type mapping.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
# File 'lib/aspose_pdf_cloud/models/text_footer.rb', line 96 def self.swagger_types { :'links' => :'Array<Link>', :'background' => :'BOOLEAN', :'horizontal_alignment' => :'HorizontalAlignment', :'opacity' => :'Float', :'rotate' => :'Rotation', :'rotate_angle' => :'Float', :'x_indent' => :'Float', :'y_indent' => :'Float', :'zoom' => :'Float', :'text_alignment' => :'HorizontalAlignment', :'value' => :'String', :'text_state' => :'TextState', :'bottom_margin' => :'Float', :'left_margin' => :'Float', :'right_margin' => :'Float' } end |