Class: GroupDocs::Document::Field

Inherits:
Api::Entity show all
Defined in:
lib/groupdocs/document/field.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

#nameObject



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

def name
  @name
end

#pageObject



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

def page
  @page
end

#rectangleObject



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

def rectangle
  @rectangle
end

#typeObject



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

def type
  @type
end