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