Class: OdfCore::Element::Office::Chart

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/office/chart.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'office:chart'
CHILDREN =
[
  "chart:chart",
  "table:calculation-settings",
  "table:consolidation",
  "table:content-validations",
  "table:database-ranges",
  "table:data-pilot-tables",
  "table:dde-links",
  "table:label-ranges",
  "table:named-expressions",
  "text:alphabetical-index-auto-mark-file",
  "text:dde-connection-decls",
  "text:sequence-decls",
  "text:user-field-decls",
  "text:variable-decls",
].freeze
ATTRIBUTES =
[].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