class Thinreports::Core::Shape::TextBlock::Format

Public Instance Methods

has_reference?() click to toggle source

For saving compatible 0.8.x format API

# File lib/thinreports/core/shape/text_block/format.rb, line 34
def has_reference?
  !blank_value?(ref_id)
end