Class: OdfCore::Element::Table::TableRowGroup

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

Constant Summary collapse

XML_ELEMENT_NAME =
'table:table-row-group'
CHILDREN =
[
  "table:table-header-rows",
  "table:table-row",
  "table:table-row-group",
  "table:table-rows",
  "text:soft-page-break",
].freeze
ATTRIBUTES =
["table:display"].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