Class: OdfCore::Element::Table::CellContentChange
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Table::CellContentChange
- 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
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement