Class: OdfCore::Element::Text::ObjectIndexSource

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

Constant Summary collapse

XML_ELEMENT_NAME =
'text:object-index-source'
CHILDREN =
["text:index-title-template", "text:object-index-entry-template"].freeze
ATTRIBUTES =
[
  "text:index-scope",
  "text:relative-tab-stop-position",
  "text:use-chart-objects",
  "text:use-draw-objects",
  "text:use-math-objects",
  "text:use-other-objects",
  "text:use-spreadsheet-objects",
].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