class Thinreports::Core::Shape::Text::Internal

Public Instance Methods

style() click to toggle source
# File lib/thinreports/core/shape/text/internal.rb, line 11
def style
  @style ||= Style::Text.new(format)
end
type_of?(type_name) click to toggle source
# File lib/thinreports/core/shape/text/internal.rb, line 15
def type_of?(type_name)
  type_name == Text::TYPE_NAME
end