Class: OdfCore::Element::Text::TableOfContentSource

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

Constant Summary collapse

XML_ELEMENT_NAME =
'text:table-of-content-source'
CHILDREN =
["text:index-source-styles", "text:index-title-template", "text:table-of-content-entry-template"].freeze
ATTRIBUTES =
[
  "text:index-scope",
  "text:outline-level",
  "text:relative-tab-stop-position",
  "text:use-index-marks",
  "text:use-index-source-styles",
  "text:use-outline-level",
].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