Class: Idml::Render::StyleResolver::StyledRun
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::StyleResolver::StyledRun
- Defined in:
- lib/idml/render/style_resolver.rb
Instance Attribute Summary collapse
-
#applied_font ⇒ Object
Returns the value of attribute applied_font.
-
#fill_color ⇒ Object
Returns the value of attribute fill_color.
-
#fill_tint ⇒ Object
Returns the value of attribute fill_tint.
-
#font_style ⇒ Object
Returns the value of attribute font_style.
-
#point_size ⇒ Object
Returns the value of attribute point_size.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#applied_font ⇒ Object
Returns the value of attribute applied_font
9 10 11 |
# File 'lib/idml/render/style_resolver.rb', line 9 def applied_font @applied_font end |
#fill_color ⇒ Object
Returns the value of attribute fill_color
9 10 11 |
# File 'lib/idml/render/style_resolver.rb', line 9 def fill_color @fill_color end |
#fill_tint ⇒ Object
Returns the value of attribute fill_tint
9 10 11 |
# File 'lib/idml/render/style_resolver.rb', line 9 def fill_tint @fill_tint end |
#font_style ⇒ Object
Returns the value of attribute font_style
9 10 11 |
# File 'lib/idml/render/style_resolver.rb', line 9 def font_style @font_style end |
#point_size ⇒ Object
Returns the value of attribute point_size
9 10 11 |
# File 'lib/idml/render/style_resolver.rb', line 9 def point_size @point_size end |
#text ⇒ Object
Returns the value of attribute text
9 10 11 |
# File 'lib/idml/render/style_resolver.rb', line 9 def text @text end |