Class: OdfCore::Element::Table::TableTemplate

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

Constant Summary collapse

XML_ELEMENT_NAME =
'table:table-template'
CHILDREN =
[
  "table:background",
  "table:body",
  "table:even-columns",
  "table:even-rows",
  "table:first-column",
  "table:first-row",
  "table:last-column",
  "table:last-row",
  "table:odd-columns",
  "table:odd-rows",
].freeze
ATTRIBUTES =
[
  "table:first-row-end-column",
  "table:first-row-start-column",
  "table:last-row-end-column",
  "table:last-row-start-column",
  "table:name",
].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