Class: OdfCore::Element::Table::SubtotalRules
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Table::SubtotalRules
- Defined in:
- lib/odf_core/element/table/subtotal_rules.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'table:subtotal-rules'
- CHILDREN =
["table:sort-groups", "table:subtotal-rule"].freeze
- ATTRIBUTES =
["table:bind-styles-to-content", "table:case-sensitive", "table:page-breaks-on-group-change"].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