Class: OdfCore::Element::Text::UserIndexEntryTemplate
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Text::UserIndexEntryTemplate
- Defined in:
- lib/odf_core/element/text/user_index_entry_template.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'text:user-index-entry-template'
- CHILDREN =
[ "text:index-entry-chapter", "text:index-entry-page-number", "text:index-entry-span", "text:index-entry-tab-stop", "text:index-entry-text", ].freeze
- ATTRIBUTES =
["text:outline-level", "text:style-name"].freeze
Instance Attribute Summary
Attributes inherited from AbstractElement
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement