Class: OdfCore::Element::Table::ChangeTrackTableCell
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Table::ChangeTrackTableCell
- Defined in:
- lib/odf_core/element/table/change_track_table_cell.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'table:change-track-table-cell'
- CHILDREN =
["text:p"].freeze
- ATTRIBUTES =
[ "office:boolean-value", "office:currency", "office:date-value", "office:string-value", "office:time-value", "office:value", "office:value-type", "table:cell-address", "table:formula", "table:matrix-covered", "table:number-matrix-columns-spanned", "table:number-matrix-rows-spanned", ].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