Class: OdfCore::Element::Text::BibliographyConfiguration

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/text/bibliography_configuration.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'text:bibliography-configuration'
CHILDREN =
["text:sort-key"].freeze
ATTRIBUTES =
[
  "fo:country",
  "fo:language",
  "fo:script",
  "style:rfc-language-tag",
  "text:numbered-entries",
  "text:prefix",
  "text:sort-algorithm",
  "text:sort-by-position",
  "text:suffix",
].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