Class: GroupDocs::Document::Rectangle

Inherits:
Api::Entity show all
Defined in:
lib/groupdocs/document/rectangle.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Api::Entity

#initialize, #inspect, #to_hash

Constructor Details

This class inherits a constructor from GroupDocs::Api::Entity

Instance Attribute Details

#HeightObject Also known as: h, height



11
12
13
# File 'lib/groupdocs/document/rectangle.rb', line 11

def Height
  @Height
end

#WidthObject Also known as: w



9
10
11
# File 'lib/groupdocs/document/rectangle.rb', line 9

def Width
  @Width
end

#XObject Also known as: x



5
6
7
# File 'lib/groupdocs/document/rectangle.rb', line 5

def X
  @X
end

#YObject Also known as: y



7
8
9
# File 'lib/groupdocs/document/rectangle.rb', line 7

def Y
  @Y
end