Class: OdfCore::Element::Number::CurrencyStyle
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Number::CurrencyStyle
- Defined in:
- lib/odf_core/element/number/currency_style.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'number:currency-style'- CHILDREN =
[ "number:currency-symbol", "number:number", "number:text", "style:map", "style:text-properties", ].freeze
- ATTRIBUTES =
[ "number:automatic-order", "number:country", "number:language", "number:rfc-language-tag", "number:script", "number:title", "number:transliteration-country", "number:transliteration-format", "number:transliteration-language", "number:transliteration-style", "style:display-name", "style:name", "style:volatile", ].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