class Thinreports::Core::Shape::List::SectionInternal

Attributes

section_name[RW]

@return [Symbol]

Public Instance Methods

move_top_to(ry) click to toggle source

@param [Numeric] ry

# File lib/thinreports/core/shape/list/section_internal.rb, line 19
def move_top_to(ry)
  states[:relative_top] = ry
end
relative_top() click to toggle source

@return [Float]

# File lib/thinreports/core/shape/list/section_internal.rb, line 24
def relative_top
  states[:relative_top] || 0
end
style() click to toggle source
# File lib/thinreports/core/shape/list/section_internal.rb, line 14
def style
  @style ||= Style::Base.new(format)
end