Class: OdfCore::Element::Office::Spreadsheet
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Office::Spreadsheet
- Defined in:
- lib/odf_core/element/office/spreadsheet.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'office:spreadsheet'
- CHILDREN =
[ "table:calculation-settings", "table:consolidation", "table:content-validations", "table:database-ranges", "table:data-pilot-tables", "table:dde-links", "table:label-ranges", "table:named-expressions", "table:table", "table:tracked-changes", "text:alphabetical-index-auto-mark-file", "text:dde-connection-decls", "text:sequence-decls", "text:user-field-decls", "text:variable-decls", ].freeze
- ATTRIBUTES =
["table:protection-key", "table:protection-key-digest-algorithm", "table:structure-protected"].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