Class: OdfCore::Element::Table::CellContentChange

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

Constant Summary collapse

XML_ELEMENT_NAME =
'table:cell-content-change'
CHILDREN =
[
  "office:change-info",
  "table:cell-address",
  "table:deletions",
  "table:dependencies",
  "table:previous",
].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