class Odf::Element::Number
Constants
- VALID_OPTIONS
- XML_TAG
Public Class Methods
build(parent, text, options)
click to toggle source
# File lib/odf/element/number.rb, line 9 def self.build(parent, text, options) new(parent, text, options) end