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

Methods included from Api::Helpers::Accessor

#alias_accessor

Constructor Details

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

Instance Attribute Details

#acceptableValuesObject



19
20
21
# File 'lib/groupdocs/document/field.rb', line 19

def acceptableValues
  @acceptableValues
end

#fieldtypeObject



17
18
19
# File 'lib/groupdocs/document/field.rb', line 17

def fieldtype
  @fieldtype
end

#mandatoryObject



15
16
17
# File 'lib/groupdocs/document/field.rb', line 15

def mandatory
  @mandatory
end

#maxlengthObject



13
14
15
# File 'lib/groupdocs/document/field.rb', line 13

def maxlength
  @maxlength
end

#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

#rectObject



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

def rect
  @rect
end

#typeObject



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

def type
  @type
end