class Odf::Document::Text
Constants
- EXTENSION
- MIME_TYPE
- WRAPPER
Public Instance Methods
add_heading(text, options = {})
click to toggle source
# File lib/odf/document/text.rb, line 8 def add_heading(text, options = {}) Odf::Element::Heading.build(self, text, options) end
add_paragraph(text, options = {})
click to toggle source
# File lib/odf/document/text.rb, line 12 def add_paragraph(text, options = {}) Odf::Element::Paragraph.build(self, text, options) end