Class: OdfCore::Element::Presentation::Settings

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/presentation/settings.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'presentation:settings'
CHILDREN =
["presentation:show"].freeze
ATTRIBUTES =
[
  "presentation:animations",
  "presentation:endless",
  "presentation:force-manual",
  "presentation:full-screen",
  "presentation:mouse-as-pen",
  "presentation:mouse-visible",
  "presentation:pause",
  "presentation:show",
  "presentation:show-end-of-presentation-slide",
  "presentation:show-logo",
  "presentation:start-page",
  "presentation:start-with-navigator",
  "presentation:stay-on-top",
  "presentation:transition-on-click",
].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