Class: OdfCore::Element::Text::UserIndexSource

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

Constant Summary collapse

XML_ELEMENT_NAME =
'text:user-index-source'
CHILDREN =
["text:index-source-styles", "text:index-title-template", "text:user-index-entry-template"].freeze
ATTRIBUTES =
[
  "text:copy-outline-levels",
  "text:index-name",
  "text:index-scope",
  "text:relative-tab-stop-position",
  "text:use-floating-frames",
  "text:use-graphics",
  "text:use-index-marks",
  "text:use-index-source-styles",
  "text:use-objects",
  "text:use-tables",
].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