class Odf::Element::TextList
Constants
- VALID_OPTIONS
- XML_TAG
Public Class Methods
build(parent, options = {})
click to toggle source
# File lib/odf/element/text_list.rb, line 12 def self.build(parent, options = {}) new(parent, options) end
Public Instance Methods
add_list_item(options = {})
click to toggle source
# File lib/odf/element/text_list.rb, line 16 def add_list_item(options = {}) Odf::Element::TextListItem.build(self, options) end