Class: OdfCore::Element::Text::NotesConfiguration

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

Constant Summary collapse

XML_ELEMENT_NAME =
'text:notes-configuration'
CHILDREN =
["text:note-continuation-notice-backward", "text:note-continuation-notice-forward"].freeze
ATTRIBUTES =
[
  "style:num-format",
  "style:num-letter-sync",
  "style:num-prefix",
  "style:num-suffix",
  "text:citation-body-style-name",
  "text:citation-style-name",
  "text:default-style-name",
  "text:footnotes-position",
  "text:master-page-name",
  "text:note-class",
  "text:start-numbering-at",
  "text:start-value",
].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