Class: OdfCore::Element::Anim::Command

Inherits:
OdfCore::Element::AbstractElement show all
Defined in:
lib/odf_core/element/anim/command.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'anim:command'
CHILDREN =
["anim:param"].freeze
ATTRIBUTES =
[
  "anim:command",
  "anim:id",
  "anim:sub-item",
  "presentation:group-id",
  "presentation:master-element",
  "presentation:node-type",
  "presentation:preset-class",
  "presentation:preset-id",
  "presentation:preset-sub-type",
  "smil:begin",
  "smil:end",
  "smil:targetElement",
  "xml:id",
].freeze

Instance Attribute Summary

Attributes inherited from OdfCore::Element::AbstractElement

#attributes, #children

Method Summary

Methods inherited from OdfCore::Element::AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement