Class: GroupDocs::Document::TemplateEditorFieldStyle

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

#backgroundColorObject



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

def backgroundColor
  @backgroundColor
end

#borderColorObject



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

def borderColor
  @borderColor
end

#borderWidthObject



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

def borderWidth
  @borderWidth
end

#colorObject



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

def color
  @color
end

#fontNameObject



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

def fontName
  @fontName
end

#fontSizeObject



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

def fontSize
  @fontSize
end

#textAlignmentObject



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

def textAlignment
  @textAlignment
end