Class: Doc2Text::Odt::XmlNodes::Table::TableCell
- Inherits:
-
Object
- Object
- Doc2Text::Odt::XmlNodes::Table::TableCell
- Includes:
- Node
- Defined in:
- lib/doc2text/odt_xml_namespaces.rb
Instance Attribute Summary
Attributes included from Node
#attrs, #children, #name, #parent, #prefix, #text
Instance Method Summary collapse
Methods included from Node
#close, create_node, #delete, #eql?, #expand, #generic?, #has_text?, included, #initialize, #not_enclosing?, #office_text?, #root?, titleize, #to_s, #xml_name
Instance Method Details
#open ⇒ Object
69 70 71 |
# File 'lib/doc2text/odt_xml_namespaces.rb', line 69 def open ' | ' end |