class Thinreports::Core::Shape::Basic::Format

Public Instance Methods

affect_bottom_margin?() click to toggle source
# File lib/thinreports/core/shape/basic/format.rb, line 15
def affect_bottom_margin?
  attributes.fetch('affect-bottom-margin', true)
end