Class: Idml::Render::StyleResolver::StyledRun
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::StyleResolver::StyledRun
- Defined in:
- lib/idml/render/style_resolver.rb
Overview
Character-level attributes carried per run. Defaults are
applied at render time (e.g., DEFAULT_POINT_SIZE) — the Struct
itself stores only what the CSR declares. footnote_number
and footnote_paragraphs are set only on synthesized
footnote-marker runs (see Render::Footnote).
Instance Attribute Summary collapse
-
#alignment ⇒ Object
Returns the value of attribute alignment.
-
#applied_font ⇒ Object
Returns the value of attribute applied_font.
-
#baseline_shift ⇒ Object
Returns the value of attribute baseline_shift.
-
#capitalization ⇒ Object
Returns the value of attribute capitalization.
-
#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.
-
#footnote_number ⇒ Object
Returns the value of attribute footnote_number.
-
#footnote_paragraphs ⇒ Object
Returns the value of attribute footnote_paragraphs.
-
#horizontal_scale ⇒ Object
Returns the value of attribute horizontal_scale.
-
#point_size ⇒ Object
Returns the value of attribute point_size.
-
#position ⇒ Object
Returns the value of attribute position.
-
#ruby_font_size ⇒ Object
Returns the value of attribute ruby_font_size.
-
#ruby_position ⇒ Object
Returns the value of attribute ruby_position.
-
#ruby_string ⇒ Object
Returns the value of attribute ruby_string.
-
#strike_through_offset ⇒ Object
Returns the value of attribute strike_through_offset.
-
#strike_through_weight ⇒ Object
Returns the value of attribute strike_through_weight.
-
#strike_thru ⇒ Object
Returns the value of attribute strike_thru.
-
#tatechuyoko ⇒ Object
Returns the value of attribute tatechuyoko.
-
#text ⇒ Object
Returns the value of attribute text.
-
#tracking ⇒ Object
Returns the value of attribute tracking.
-
#underline ⇒ Object
Returns the value of attribute underline.
-
#underline_offset ⇒ Object
Returns the value of attribute underline_offset.
-
#underline_weight ⇒ Object
Returns the value of attribute underline_weight.
-
#vertical_scale ⇒ Object
Returns the value of attribute vertical_scale.
Instance Attribute Details
#alignment ⇒ Object
Returns the value of attribute alignment
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def alignment @alignment end |
#applied_font ⇒ Object
Returns the value of attribute applied_font
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def applied_font @applied_font end |
#baseline_shift ⇒ Object
Returns the value of attribute baseline_shift
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def baseline_shift @baseline_shift end |
#capitalization ⇒ Object
Returns the value of attribute capitalization
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def capitalization @capitalization end |
#fill_color ⇒ Object
Returns the value of attribute fill_color
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def fill_color @fill_color end |
#fill_tint ⇒ Object
Returns the value of attribute fill_tint
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def fill_tint @fill_tint end |
#font_style ⇒ Object
Returns the value of attribute font_style
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def font_style @font_style end |
#footnote_number ⇒ Object
Returns the value of attribute footnote_number
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def footnote_number @footnote_number end |
#footnote_paragraphs ⇒ Object
Returns the value of attribute footnote_paragraphs
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def footnote_paragraphs @footnote_paragraphs end |
#horizontal_scale ⇒ Object
Returns the value of attribute horizontal_scale
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def horizontal_scale @horizontal_scale end |
#point_size ⇒ Object
Returns the value of attribute point_size
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def point_size @point_size end |
#position ⇒ Object
Returns the value of attribute position
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def position @position end |
#ruby_font_size ⇒ Object
Returns the value of attribute ruby_font_size
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def ruby_font_size @ruby_font_size end |
#ruby_position ⇒ Object
Returns the value of attribute ruby_position
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def ruby_position @ruby_position end |
#ruby_string ⇒ Object
Returns the value of attribute ruby_string
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def ruby_string @ruby_string end |
#strike_through_offset ⇒ Object
Returns the value of attribute strike_through_offset
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def strike_through_offset @strike_through_offset end |
#strike_through_weight ⇒ Object
Returns the value of attribute strike_through_weight
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def strike_through_weight @strike_through_weight end |
#strike_thru ⇒ Object
Returns the value of attribute strike_thru
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def strike_thru @strike_thru end |
#tatechuyoko ⇒ Object
Returns the value of attribute tatechuyoko
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def tatechuyoko @tatechuyoko end |
#text ⇒ Object
Returns the value of attribute text
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def text @text end |
#tracking ⇒ Object
Returns the value of attribute tracking
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def tracking @tracking end |
#underline ⇒ Object
Returns the value of attribute underline
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def underline @underline end |
#underline_offset ⇒ Object
Returns the value of attribute underline_offset
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def underline_offset @underline_offset end |
#underline_weight ⇒ Object
Returns the value of attribute underline_weight
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def underline_weight @underline_weight end |
#vertical_scale ⇒ Object
Returns the value of attribute vertical_scale
24 25 26 |
# File 'lib/idml/render/style_resolver.rb', line 24 def vertical_scale @vertical_scale end |