Class: OdfCore::Element::Dr3d::Cube

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/dr3d/cube.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'dr3d:cube'
CHILDREN =
[].freeze
ATTRIBUTES =
[
  "dr3d:max-edge",
  "dr3d:min-edge",
  "dr3d:transform",
  "draw:class-names",
  "draw:id",
  "draw:layer",
  "draw:style-name",
  "draw:z-index",
  "presentation:class-names",
  "presentation:style-name",
  "xml:id",
].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