Class: GroupDocs::Document::TemplateEditorFields

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



16
17
18
# File 'lib/groupdocs/document/editor.rb', line 16

def acceptableValues
  @acceptableValues
end

#fieldtypeObject



14
15
16
# File 'lib/groupdocs/document/editor.rb', line 14

def fieldtype
  @fieldtype
end

#isTableMarkerObject



24
25
26
# File 'lib/groupdocs/document/editor.rb', line 24

def isTableMarker
  @isTableMarker
end

#nameObject



8
9
10
# File 'lib/groupdocs/document/editor.rb', line 8

def name
  @name
end

#optionsObject

changed in release 2.0.0



28
29
30
# File 'lib/groupdocs/document/editor.rb', line 28

def options
  @options
end

#pageObject



6
7
8
# File 'lib/groupdocs/document/editor.rb', line 6

def page
  @page
end

#rectObject



12
13
14
# File 'lib/groupdocs/document/editor.rb', line 12

def rect
  @rect
end

#selectionLengthObject



20
21
22
# File 'lib/groupdocs/document/editor.rb', line 20

def selectionLength
  @selectionLength
end

#selectionPositionObject



18
19
20
# File 'lib/groupdocs/document/editor.rb', line 18

def selectionPosition
  @selectionPosition
end

#styleObject



22
23
24
# File 'lib/groupdocs/document/editor.rb', line 22

def style
  @style
end

#tableCellObject



38
39
40
# File 'lib/groupdocs/document/editor.rb', line 38

def tableCell
  @tableCell
end

#tableColumnObject



36
37
38
# File 'lib/groupdocs/document/editor.rb', line 36

def tableColumn
  @tableColumn
end

#tableNumberObject

added in release 2.0.0



32
33
34
# File 'lib/groupdocs/document/editor.rb', line 32

def tableNumber
  @tableNumber
end

#tableRowObject



34
35
36
# File 'lib/groupdocs/document/editor.rb', line 34

def tableRow
  @tableRow
end

#typeObject



10
11
12
# File 'lib/groupdocs/document/editor.rb', line 10

def type
  @type
end