Class: OdfCore::Element::Style::DefaultStyle

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/style/default_style.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'style:default-style'
CHILDREN =
[
  "style:chart-properties",
  "style:drawing-page-properties",
  "style:graphic-properties",
  "style:paragraph-properties",
  "style:ruby-properties",
  "style:section-properties",
  "style:table-cell-properties",
  "style:table-column-properties",
  "style:table-properties",
  "style:table-row-properties",
  "style:text-properties",
].freeze
ATTRIBUTES =
["style:family"].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