Class: OdfCore::Element::Table::DataPilotTable
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Table::DataPilotTable
- Defined in:
- lib/odf_core/element/table/data_pilot_table.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'table:data-pilot-table'
- CHILDREN =
[ "table:database-source-query", "table:database-source-sql", "table:database-source-table", "table:data-pilot-field", "table:source-cell-range", "table:source-service", ].freeze
- ATTRIBUTES =
[ "table:application-data", "table:buttons", "table:drill-down-on-double-click", "table:grand-total", "table:identify-categories", "table:ignore-empty-rows", "table:name", "table:show-filter-button", "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