Class: GroupDocs::Document::TemplateEditorFields
Instance Attribute Summary collapse
Method Summary
Methods inherited from Api::Entity
#initialize, #inspect, #to_hash
#alias_accessor
Instance Attribute Details
#acceptableValues ⇒ Object
16
17
18
|
# File 'lib/groupdocs/document/editor.rb', line 16
def acceptableValues
@acceptableValues
end
|
#fieldtype ⇒ Object
14
15
16
|
# File 'lib/groupdocs/document/editor.rb', line 14
def fieldtype
@fieldtype
end
|
#isTableMarker ⇒ Object
24
25
26
|
# File 'lib/groupdocs/document/editor.rb', line 24
def isTableMarker
@isTableMarker
end
|
#name ⇒ Object
8
9
10
|
# File 'lib/groupdocs/document/editor.rb', line 8
def name
@name
end
|
#page ⇒ Object
6
7
8
|
# File 'lib/groupdocs/document/editor.rb', line 6
def page
@page
end
|
#rect ⇒ Object
12
13
14
|
# File 'lib/groupdocs/document/editor.rb', line 12
def rect
@rect
end
|
#selectionLength ⇒ Object
20
21
22
|
# File 'lib/groupdocs/document/editor.rb', line 20
def selectionLength
@selectionLength
end
|
#selectionPosition ⇒ Object
18
19
20
|
# File 'lib/groupdocs/document/editor.rb', line 18
def selectionPosition
@selectionPosition
end
|
#style ⇒ Object
22
23
24
|
# File 'lib/groupdocs/document/editor.rb', line 22
def style
@style
end
|
#type ⇒ Object
10
11
12
|
# File 'lib/groupdocs/document/editor.rb', line 10
def type
@type
end
|