Class: OdfCore::Element::Text::ObjectIndexEntryTemplate

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

Constant Summary collapse

XML_ELEMENT_NAME =
'text:object-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:style-name"].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