Class: OdfCore::Element::Office::Styles
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Office::Styles
- Defined in:
- lib/odf_core/element/office/styles.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'office:styles'
- CHILDREN =
[ "draw:fill-image", "draw:gradient", "draw:hatch", "draw:marker", "draw:opacity", "draw:stroke-dash", "number:boolean-style", "number:currency-style", "number:date-style", "number:number-style", "number:percentage-style", "number:text-style", "number:time-style", "style:default-page-layout", "style:default-style", "style:presentation-page-layout", "style:style", "svg:linearGradient", "svg:radialGradient", "table:table-template", "text:bibliography-configuration", "text:linenumbering-configuration", "text:list-style", "text:notes-configuration", "text:outline-style", ].freeze
- ATTRIBUTES =
[].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