Class: Doc2Text::Pptx::XmlNodes::PlainText

Inherits:
XmlBasedDocument::XmlNodes::PlainText show all
Defined in:
lib/doc2text/pptx/pptx_xml_namespaces.rb,
lib/doc2text/pptx/markdown_pptx_parser.rb

Instance Attribute Summary

Attributes inherited from XmlBasedDocument::XmlNodes::PlainText

#text

Attributes inherited from XmlBasedDocument::XmlNodes::Node

#attrs, #children, #name, #parent, #prefix, #text

Instance Method Summary collapse

Methods inherited from XmlBasedDocument::XmlNodes::PlainText

#initialize

Methods inherited from XmlBasedDocument::XmlNodes::Node

#close, #delete, #eql?, #expand, #generic?, #has_text?, inherited, #initialize, #open, #root?, #to_s, #xml_name

Constructor Details

This class inherits a constructor from Doc2Text::XmlBasedDocument::XmlNodes::PlainText

Instance Method Details

#body?Boolean

Returns:

  • (Boolean)


22
23
24
# File 'lib/doc2text/pptx/pptx_xml_namespaces.rb', line 22

def body?
  false
end