Class: Doc2Text::Docx::XmlNodes::W::Wp
- Inherits:
-
Node
- Object
- XmlBasedDocument::XmlNodes::Node
- Node
- Doc2Text::Docx::XmlNodes::W::Wp
- Defined in:
- lib/doc2text/docx/docx_xml_namespaces.rb
Instance Attribute Summary
Attributes inherited from XmlBasedDocument::XmlNodes::Node
#attrs, #children, #name, #parent, #prefix, #text
Instance Method Summary collapse
Methods inherited from Node
Methods inherited from XmlBasedDocument::XmlNodes::Node
#delete, #eql?, #expand, #generic?, #has_text?, inherited, #initialize, #root?, #to_s, #xml_name
Constructor Details
This class inherits a constructor from Doc2Text::XmlBasedDocument::XmlNodes::Node
Instance Method Details
#close ⇒ Object
48 49 50 |
# File 'lib/doc2text/docx/docx_xml_namespaces.rb', line 48 def close "\n" end |
#open ⇒ Object
44 45 46 |
# File 'lib/doc2text/docx/docx_xml_namespaces.rb', line 44 def open "\n" end |