Class: OdfCore::Element::Table::DatabaseRange
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Table::DatabaseRange
- Defined in:
- lib/odf_core/element/table/database_range.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'table:database-range'
- CHILDREN =
[ "table:database-source-query", "table:database-source-sql", "table:database-source-table", "table:filter", "table:sort", "table:subtotal-rules", ].freeze
- ATTRIBUTES =
[ "table:contains-header", "table:display-filter-buttons", "table:has-persistent-data", "table:is-selection", "table:name", "table:on-update-keep-size", "table:on-update-keep-styles", "table:orientation", "table:refresh-delay", "table:target-range-address", ].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