Class: OdfCore::Element::Table::CalculationSettings

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/table/calculation_settings.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'table:calculation-settings'
CHILDREN =
["table:iteration", "table:null-date"].freeze
ATTRIBUTES =
[
  "table:automatic-find-labels",
  "table:case-sensitive",
  "table:null-year",
  "table:precision-as-shown",
  "table:search-criteria-must-apply-to-whole-cell",
  "table:use-regular-expressions",
  "table:use-wildcards",
].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