Class: OdfCore::Element::Text::Note

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/text/note.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'text:note'
CHILDREN =
["text:note-body", "text:note-citation"].freeze
ATTRIBUTES =
["text:id", "text:note-class"].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement