Class: OdfCore::Element::Table::Sort

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/table/sort.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'table:sort'
CHILDREN =
["table:sort-by"].freeze
ATTRIBUTES =
[
  "table:algorithm",
  "table:bind-styles-to-content",
  "table:case-sensitive",
  "table:country",
  "table:embedded-number-behavior",
  "table:language",
  "table:rfc-language-tag",
  "table:script",
  "table:target-range-address",
].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement