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