Class: OdfCore::Element::Style::DefaultStyle
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Style::DefaultStyle
- 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
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement