Class: Ea::Sources::Xmi::ExtensionStyleParser::Style
- Inherits:
-
Struct
- Object
- Struct
- Ea::Sources::Xmi::ExtensionStyleParser::Style
- Defined in:
- lib/ea/sources/xmi/extension_style_parser.rb
Instance Attribute Summary collapse
-
#background_color ⇒ Object
Returns the value of attribute background_color.
-
#black ⇒ Object
Returns the value of attribute black.
-
#bold ⇒ Object
Returns the value of attribute bold.
-
#color ⇒ Object
Returns the value of attribute color.
-
#duid ⇒ Object
Returns the value of attribute duid.
-
#eoid ⇒ Object
Returns the value of attribute eoid.
-
#font_family ⇒ Object
Returns the value of attribute font_family.
-
#font_size ⇒ Object
Returns the value of attribute font_size.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#hide_icon ⇒ Object
Returns the value of attribute hide_icon.
-
#italic ⇒ Object
Returns the value of attribute italic.
-
#line_color ⇒ Object
Returns the value of attribute line_color.
-
#line_width ⇒ Object
Returns the value of attribute line_width.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#soid ⇒ Object
Returns the value of attribute soid.
-
#underline ⇒ Object
Returns the value of attribute underline.
Instance Attribute Details
#background_color ⇒ Object
Returns the value of attribute background_color
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def background_color @background_color end |
#black ⇒ Object
Returns the value of attribute black
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def black @black end |
#bold ⇒ Object
Returns the value of attribute bold
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def bold @bold end |
#color ⇒ Object
Returns the value of attribute color
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def color @color end |
#duid ⇒ Object
Returns the value of attribute duid
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def duid @duid end |
#eoid ⇒ Object
Returns the value of attribute eoid
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def eoid @eoid end |
#font_family ⇒ Object
Returns the value of attribute font_family
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def font_family @font_family end |
#font_size ⇒ Object
Returns the value of attribute font_size
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def font_size @font_size end |
#hidden ⇒ Object
Returns the value of attribute hidden
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def hidden @hidden end |
#hide_icon ⇒ Object
Returns the value of attribute hide_icon
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def hide_icon @hide_icon end |
#italic ⇒ Object
Returns the value of attribute italic
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def italic @italic end |
#line_color ⇒ Object
Returns the value of attribute line_color
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def line_color @line_color end |
#line_width ⇒ Object
Returns the value of attribute line_width
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def line_width @line_width end |
#mode ⇒ Object
Returns the value of attribute mode
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def mode @mode end |
#raw ⇒ Object
Returns the value of attribute raw
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def raw @raw end |
#soid ⇒ Object
Returns the value of attribute soid
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def soid @soid end |
#underline ⇒ Object
Returns the value of attribute underline
67 68 69 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 67 def underline @underline end |