Class: Idml::Render::StyleResolver::StyledRun

Inherits:
Struct
  • Object
show all
Defined in:
lib/idml/render/style_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alignmentObject

Returns the value of attribute alignment

Returns:

  • (Object)

    the current value of alignment



10
11
12
# File 'lib/idml/render/style_resolver.rb', line 10

def alignment
  @alignment
end

#applied_fontObject

Returns the value of attribute applied_font

Returns:

  • (Object)

    the current value of applied_font



10
11
12
# File 'lib/idml/render/style_resolver.rb', line 10

def applied_font
  @applied_font
end

#fill_colorObject

Returns the value of attribute fill_color

Returns:

  • (Object)

    the current value of fill_color



10
11
12
# File 'lib/idml/render/style_resolver.rb', line 10

def fill_color
  @fill_color
end

#fill_tintObject

Returns the value of attribute fill_tint

Returns:

  • (Object)

    the current value of fill_tint



10
11
12
# File 'lib/idml/render/style_resolver.rb', line 10

def fill_tint
  @fill_tint
end

#font_styleObject

Returns the value of attribute font_style

Returns:

  • (Object)

    the current value of font_style



10
11
12
# File 'lib/idml/render/style_resolver.rb', line 10

def font_style
  @font_style
end

#point_sizeObject

Returns the value of attribute point_size

Returns:

  • (Object)

    the current value of point_size



10
11
12
# File 'lib/idml/render/style_resolver.rb', line 10

def point_size
  @point_size
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



10
11
12
# File 'lib/idml/render/style_resolver.rb', line 10

def text
  @text
end