Class: Idml::Render::StyleResolver::Paragraph
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::StyleResolver::Paragraph
- Defined in:
- lib/idml/render/style_resolver.rb
Overview
Paragraph-level attributes carried alongside a run list. Each attribute comes from the owning PSR and is nil when the PSR doesn't declare it.
Instance Attribute Summary collapse
-
#alignment ⇒ Object
Returns the value of attribute alignment.
-
#auto_leading ⇒ Object
Returns the value of attribute auto_leading.
-
#bullet_character_value ⇒ Object
Returns the value of attribute bullet_character_value.
-
#bullets_and_numbering_list_type ⇒ Object
Returns the value of attribute bullets_and_numbering_list_type.
-
#bullets_text_after ⇒ Object
Returns the value of attribute bullets_text_after.
-
#drop_cap_characters ⇒ Object
Returns the value of attribute drop_cap_characters.
-
#drop_cap_lines ⇒ Object
Returns the value of attribute drop_cap_lines.
-
#first_line_indent ⇒ Object
Returns the value of attribute first_line_indent.
-
#left_indent ⇒ Object
Returns the value of attribute left_indent.
-
#numbering_expression ⇒ Object
Returns the value of attribute numbering_expression.
-
#right_indent ⇒ Object
Returns the value of attribute right_indent.
-
#rule_above ⇒ Object
Returns the value of attribute rule_above.
-
#rule_above_color ⇒ Object
Returns the value of attribute rule_above_color.
-
#rule_above_left_indent ⇒ Object
Returns the value of attribute rule_above_left_indent.
-
#rule_above_line_weight ⇒ Object
Returns the value of attribute rule_above_line_weight.
-
#rule_above_offset ⇒ Object
Returns the value of attribute rule_above_offset.
-
#rule_above_right_indent ⇒ Object
Returns the value of attribute rule_above_right_indent.
-
#rule_above_tint ⇒ Object
Returns the value of attribute rule_above_tint.
-
#rule_above_width ⇒ Object
Returns the value of attribute rule_above_width.
-
#rule_below ⇒ Object
Returns the value of attribute rule_below.
-
#rule_below_color ⇒ Object
Returns the value of attribute rule_below_color.
-
#rule_below_left_indent ⇒ Object
Returns the value of attribute rule_below_left_indent.
-
#rule_below_line_weight ⇒ Object
Returns the value of attribute rule_below_line_weight.
-
#rule_below_offset ⇒ Object
Returns the value of attribute rule_below_offset.
-
#rule_below_right_indent ⇒ Object
Returns the value of attribute rule_below_right_indent.
-
#rule_below_tint ⇒ Object
Returns the value of attribute rule_below_tint.
-
#rule_below_width ⇒ Object
Returns the value of attribute rule_below_width.
-
#runs ⇒ Object
Returns the value of attribute runs.
-
#space_after ⇒ Object
Returns the value of attribute space_after.
-
#space_before ⇒ Object
Returns the value of attribute space_before.
Instance Attribute Details
#alignment ⇒ Object
Returns the value of attribute alignment
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def alignment @alignment end |
#auto_leading ⇒ Object
Returns the value of attribute auto_leading
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def auto_leading @auto_leading end |
#bullet_character_value ⇒ Object
Returns the value of attribute bullet_character_value
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def bullet_character_value @bullet_character_value end |
#bullets_and_numbering_list_type ⇒ Object
Returns the value of attribute bullets_and_numbering_list_type
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def bullets_and_numbering_list_type @bullets_and_numbering_list_type end |
#bullets_text_after ⇒ Object
Returns the value of attribute bullets_text_after
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def bullets_text_after @bullets_text_after end |
#drop_cap_characters ⇒ Object
Returns the value of attribute drop_cap_characters
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def drop_cap_characters @drop_cap_characters end |
#drop_cap_lines ⇒ Object
Returns the value of attribute drop_cap_lines
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def drop_cap_lines @drop_cap_lines end |
#first_line_indent ⇒ Object
Returns the value of attribute first_line_indent
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def first_line_indent @first_line_indent end |
#left_indent ⇒ Object
Returns the value of attribute left_indent
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def left_indent @left_indent end |
#numbering_expression ⇒ Object
Returns the value of attribute numbering_expression
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def numbering_expression @numbering_expression end |
#right_indent ⇒ Object
Returns the value of attribute right_indent
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def right_indent @right_indent end |
#rule_above ⇒ Object
Returns the value of attribute rule_above
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_above @rule_above end |
#rule_above_color ⇒ Object
Returns the value of attribute rule_above_color
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_above_color @rule_above_color end |
#rule_above_left_indent ⇒ Object
Returns the value of attribute rule_above_left_indent
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_above_left_indent @rule_above_left_indent end |
#rule_above_line_weight ⇒ Object
Returns the value of attribute rule_above_line_weight
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_above_line_weight @rule_above_line_weight end |
#rule_above_offset ⇒ Object
Returns the value of attribute rule_above_offset
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_above_offset @rule_above_offset end |
#rule_above_right_indent ⇒ Object
Returns the value of attribute rule_above_right_indent
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_above_right_indent @rule_above_right_indent end |
#rule_above_tint ⇒ Object
Returns the value of attribute rule_above_tint
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_above_tint @rule_above_tint end |
#rule_above_width ⇒ Object
Returns the value of attribute rule_above_width
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_above_width @rule_above_width end |
#rule_below ⇒ Object
Returns the value of attribute rule_below
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_below @rule_below end |
#rule_below_color ⇒ Object
Returns the value of attribute rule_below_color
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_below_color @rule_below_color end |
#rule_below_left_indent ⇒ Object
Returns the value of attribute rule_below_left_indent
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_below_left_indent @rule_below_left_indent end |
#rule_below_line_weight ⇒ Object
Returns the value of attribute rule_below_line_weight
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_below_line_weight @rule_below_line_weight end |
#rule_below_offset ⇒ Object
Returns the value of attribute rule_below_offset
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_below_offset @rule_below_offset end |
#rule_below_right_indent ⇒ Object
Returns the value of attribute rule_below_right_indent
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_below_right_indent @rule_below_right_indent end |
#rule_below_tint ⇒ Object
Returns the value of attribute rule_below_tint
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_below_tint @rule_below_tint end |
#rule_below_width ⇒ Object
Returns the value of attribute rule_below_width
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def rule_below_width @rule_below_width end |
#runs ⇒ Object
Returns the value of attribute runs
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def runs @runs end |
#space_after ⇒ Object
Returns the value of attribute space_after
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def space_after @space_after end |
#space_before ⇒ Object
Returns the value of attribute space_before
48 49 50 |
# File 'lib/idml/render/style_resolver.rb', line 48 def space_before @space_before end |