Class: OdfCore::Element::Office::Chart
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Office::Chart
- 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
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement