Class: OdfCore::Element::Draw::AreaCircle

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/draw/area_circle.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'draw:area-circle'
CHILDREN =
["office:event-listeners", "svg:desc", "svg:title"].freeze
ATTRIBUTES =
[
  "draw:nohref",
  "office:name",
  "office:target-frame-name",
  "svg:cx",
  "svg:cy",
  "svg:r",
  "xlink:href",
  "xlink:show",
  "xlink:type",
].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