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.
-
#paragraph_border_bottom_line_weight ⇒ Object
Returns the value of attribute paragraph_border_bottom_line_weight.
-
#paragraph_border_bottom_offset ⇒ Object
Returns the value of attribute paragraph_border_bottom_offset.
-
#paragraph_border_color ⇒ Object
Returns the value of attribute paragraph_border_color.
-
#paragraph_border_left_line_weight ⇒ Object
Returns the value of attribute paragraph_border_left_line_weight.
-
#paragraph_border_left_offset ⇒ Object
Returns the value of attribute paragraph_border_left_offset.
-
#paragraph_border_on ⇒ Object
Returns the value of attribute paragraph_border_on.
-
#paragraph_border_right_line_weight ⇒ Object
Returns the value of attribute paragraph_border_right_line_weight.
-
#paragraph_border_right_offset ⇒ Object
Returns the value of attribute paragraph_border_right_offset.
-
#paragraph_border_tint ⇒ Object
Returns the value of attribute paragraph_border_tint.
-
#paragraph_border_top_line_weight ⇒ Object
Returns the value of attribute paragraph_border_top_line_weight.
-
#paragraph_border_top_offset ⇒ Object
Returns the value of attribute paragraph_border_top_offset.
-
#paragraph_shading_bottom_offset ⇒ Object
Returns the value of attribute paragraph_shading_bottom_offset.
-
#paragraph_shading_color ⇒ Object
Returns the value of attribute paragraph_shading_color.
-
#paragraph_shading_left_offset ⇒ Object
Returns the value of attribute paragraph_shading_left_offset.
-
#paragraph_shading_on ⇒ Object
Returns the value of attribute paragraph_shading_on.
-
#paragraph_shading_right_offset ⇒ Object
Returns the value of attribute paragraph_shading_right_offset.
-
#paragraph_shading_tint ⇒ Object
Returns the value of attribute paragraph_shading_tint.
-
#paragraph_shading_top_offset ⇒ Object
Returns the value of attribute paragraph_shading_top_offset.
-
#paragraph_shading_width ⇒ Object
Returns the value of attribute paragraph_shading_width.
-
#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
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def alignment @alignment end |
#auto_leading ⇒ Object
Returns the value of attribute auto_leading
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def auto_leading @auto_leading end |
#bullet_character_value ⇒ Object
Returns the value of attribute bullet_character_value
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def bullet_character_value @bullet_character_value end |
#bullets_and_numbering_list_type ⇒ Object
Returns the value of attribute bullets_and_numbering_list_type
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def bullets_and_numbering_list_type @bullets_and_numbering_list_type end |
#bullets_text_after ⇒ Object
Returns the value of attribute bullets_text_after
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def bullets_text_after @bullets_text_after end |
#drop_cap_characters ⇒ Object
Returns the value of attribute drop_cap_characters
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def drop_cap_characters @drop_cap_characters end |
#drop_cap_lines ⇒ Object
Returns the value of attribute drop_cap_lines
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def drop_cap_lines @drop_cap_lines end |
#first_line_indent ⇒ Object
Returns the value of attribute first_line_indent
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def first_line_indent @first_line_indent end |
#left_indent ⇒ Object
Returns the value of attribute left_indent
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def left_indent @left_indent end |
#numbering_expression ⇒ Object
Returns the value of attribute numbering_expression
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def numbering_expression @numbering_expression end |
#paragraph_border_bottom_line_weight ⇒ Object
Returns the value of attribute paragraph_border_bottom_line_weight
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_bottom_line_weight @paragraph_border_bottom_line_weight end |
#paragraph_border_bottom_offset ⇒ Object
Returns the value of attribute paragraph_border_bottom_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_bottom_offset @paragraph_border_bottom_offset end |
#paragraph_border_color ⇒ Object
Returns the value of attribute paragraph_border_color
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_color @paragraph_border_color end |
#paragraph_border_left_line_weight ⇒ Object
Returns the value of attribute paragraph_border_left_line_weight
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_left_line_weight @paragraph_border_left_line_weight end |
#paragraph_border_left_offset ⇒ Object
Returns the value of attribute paragraph_border_left_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_left_offset @paragraph_border_left_offset end |
#paragraph_border_on ⇒ Object
Returns the value of attribute paragraph_border_on
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_on @paragraph_border_on end |
#paragraph_border_right_line_weight ⇒ Object
Returns the value of attribute paragraph_border_right_line_weight
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_right_line_weight @paragraph_border_right_line_weight end |
#paragraph_border_right_offset ⇒ Object
Returns the value of attribute paragraph_border_right_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_right_offset @paragraph_border_right_offset end |
#paragraph_border_tint ⇒ Object
Returns the value of attribute paragraph_border_tint
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_tint @paragraph_border_tint end |
#paragraph_border_top_line_weight ⇒ Object
Returns the value of attribute paragraph_border_top_line_weight
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_top_line_weight @paragraph_border_top_line_weight end |
#paragraph_border_top_offset ⇒ Object
Returns the value of attribute paragraph_border_top_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_border_top_offset @paragraph_border_top_offset end |
#paragraph_shading_bottom_offset ⇒ Object
Returns the value of attribute paragraph_shading_bottom_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_shading_bottom_offset @paragraph_shading_bottom_offset end |
#paragraph_shading_color ⇒ Object
Returns the value of attribute paragraph_shading_color
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_shading_color @paragraph_shading_color end |
#paragraph_shading_left_offset ⇒ Object
Returns the value of attribute paragraph_shading_left_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_shading_left_offset @paragraph_shading_left_offset end |
#paragraph_shading_on ⇒ Object
Returns the value of attribute paragraph_shading_on
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_shading_on @paragraph_shading_on end |
#paragraph_shading_right_offset ⇒ Object
Returns the value of attribute paragraph_shading_right_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_shading_right_offset @paragraph_shading_right_offset end |
#paragraph_shading_tint ⇒ Object
Returns the value of attribute paragraph_shading_tint
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_shading_tint @paragraph_shading_tint end |
#paragraph_shading_top_offset ⇒ Object
Returns the value of attribute paragraph_shading_top_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_shading_top_offset @paragraph_shading_top_offset end |
#paragraph_shading_width ⇒ Object
Returns the value of attribute paragraph_shading_width
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def paragraph_shading_width @paragraph_shading_width end |
#right_indent ⇒ Object
Returns the value of attribute right_indent
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def right_indent @right_indent end |
#rule_above ⇒ Object
Returns the value of attribute rule_above
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_above @rule_above end |
#rule_above_color ⇒ Object
Returns the value of attribute rule_above_color
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_above_color @rule_above_color end |
#rule_above_left_indent ⇒ Object
Returns the value of attribute rule_above_left_indent
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_above_left_indent @rule_above_left_indent end |
#rule_above_line_weight ⇒ Object
Returns the value of attribute rule_above_line_weight
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_above_line_weight @rule_above_line_weight end |
#rule_above_offset ⇒ Object
Returns the value of attribute rule_above_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_above_offset @rule_above_offset end |
#rule_above_right_indent ⇒ Object
Returns the value of attribute rule_above_right_indent
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_above_right_indent @rule_above_right_indent end |
#rule_above_tint ⇒ Object
Returns the value of attribute rule_above_tint
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_above_tint @rule_above_tint end |
#rule_above_width ⇒ Object
Returns the value of attribute rule_above_width
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_above_width @rule_above_width end |
#rule_below ⇒ Object
Returns the value of attribute rule_below
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_below @rule_below end |
#rule_below_color ⇒ Object
Returns the value of attribute rule_below_color
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_below_color @rule_below_color end |
#rule_below_left_indent ⇒ Object
Returns the value of attribute rule_below_left_indent
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_below_left_indent @rule_below_left_indent end |
#rule_below_line_weight ⇒ Object
Returns the value of attribute rule_below_line_weight
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_below_line_weight @rule_below_line_weight end |
#rule_below_offset ⇒ Object
Returns the value of attribute rule_below_offset
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_below_offset @rule_below_offset end |
#rule_below_right_indent ⇒ Object
Returns the value of attribute rule_below_right_indent
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_below_right_indent @rule_below_right_indent end |
#rule_below_tint ⇒ Object
Returns the value of attribute rule_below_tint
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_below_tint @rule_below_tint end |
#rule_below_width ⇒ Object
Returns the value of attribute rule_below_width
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def rule_below_width @rule_below_width end |
#runs ⇒ Object
Returns the value of attribute runs
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def runs @runs end |
#space_after ⇒ Object
Returns the value of attribute space_after
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def space_after @space_after end |
#space_before ⇒ Object
Returns the value of attribute space_before
52 53 54 |
# File 'lib/idml/render/style_resolver.rb', line 52 def space_before @space_before end |