Class: OdfCore::Element::Dr3d::Sphere

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

Constant Summary collapse

XML_ELEMENT_NAME =
'dr3d:sphere'
CHILDREN =
[].freeze
ATTRIBUTES =
[
  "dr3d:center",
  "dr3d:size",
  "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