Class: OdfCore::Element::Table::Movement

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

Constant Summary collapse

XML_ELEMENT_NAME =
'table:movement'
CHILDREN =
[
  "office:change-info",
  "table:deletions",
  "table:dependencies",
  "table:source-range-address",
  "table:target-range-address",
].freeze
ATTRIBUTES =
["table:acceptance-state", "table:id", "table:rejecting-change-id"].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