Class: OdfCore::Element::Table::TableColumnGroup
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Table::TableColumnGroup
- Defined in:
- lib/odf_core/element/table/table_column_group.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'table:table-column-group'
- CHILDREN =
[ "table:table-column", "table:table-column-group", "table:table-columns", "table:table-header-columns", ].freeze
- ATTRIBUTES =
["table:display"].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