Class: OdfCore::Element::Table::CellRangeSource
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Table::CellRangeSource
- Defined in:
- lib/odf_core/element/table/cell_range_source.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'table:cell-range-source'- CHILDREN =
[].freeze
- ATTRIBUTES =
[ "table:filter-name", "table:filter-options", "table:last-column-spanned", "table:last-row-spanned", "table:name", "table:refresh-delay", "xlink:actuate", "xlink:href", "xlink:type", ].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