Class: Doc2Text::Odt::XmlNodes::Text::ListItem
- Inherits:
-
Object
- Object
- Doc2Text::Odt::XmlNodes::Text::ListItem
- Includes:
- Node, Doc2Text::Odt::XmlNodes::Text
- Defined in:
- lib/doc2text/namespaces.rb
Overview
docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1415154_253892949
Instance Attribute Summary
Attributes included from Node
#attrs, #children, #name, #parent, #prefix
Instance Method Summary collapse
Methods included from Doc2Text::Odt::XmlNodes::Text
#fetch_common_style, #fetch_style, #initialize
Methods included from Node
#<<, create_node, #delete_on_close?, #eql?, #generic?, #has_text?, included, #initialize, #not_enclosing?, #remove_last_child!, #root?, titleize, #to_s, #xml_name
Instance Method Details
#close ⇒ Object
162 163 164 |
# File 'lib/doc2text/namespaces.rb', line 162 def close "\n" end |
#open ⇒ Object
158 159 160 |
# File 'lib/doc2text/namespaces.rb', line 158 def open '* ' end |