Class: OdfCore::Element::Table::TargetRangeAddress

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

Constant Summary collapse

XML_ELEMENT_NAME =
'table:target-range-address'
CHILDREN =
[].freeze
ATTRIBUTES =
[
  "table:column",
  "table:end-column",
  "table:end-row",
  "table:end-table",
  "table:row",
  "table:start-column",
  "table:start-row",
  "table:start-table",
  "table:table",
].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