Class: Doc2Text::Odt::XmlNodes::Style::TextProperties

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/doc2text/namespaces.rb

Instance Attribute Summary

Attributes included from Node

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

Instance Method Summary collapse

Methods included from Node

#<<, #close, create_node, #eql?, #generic?, #has_text?, included, #initialize, #not_enclosing?, #open, #remove_last_child!, #root?, titleize, #to_s, #xml_name

Instance Method Details

#delete_on_close?Boolean

Returns:

  • (Boolean)


59
60
61
# File 'lib/doc2text/namespaces.rb', line 59

def delete_on_close?
  false
end