Class: OdfCore::Element::Table::SubtotalRules

Inherits:
AbstractElement show all
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

#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