Class: OdfCore::Element::Draw::Circle

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

Constant Summary collapse

XML_ELEMENT_NAME =
'draw:circle'
CHILDREN =
[
  "draw:glue-point",
  "office:event-listeners",
  "svg:desc",
  "svg:title",
  "text:list",
  "text:p",
].freeze
ATTRIBUTES =
[
  "draw:caption-id",
  "draw:class-names",
  "draw:end-angle",
  "draw:id",
  "draw:kind",
  "draw:layer",
  "draw:name",
  "draw:start-angle",
  "draw:style-name",
  "draw:text-style-name",
  "draw:transform",
  "draw:z-index",
  "presentation:class-names",
  "presentation:style-name",
  "svg:cx",
  "svg:cy",
  "svg:height",
  "svg:r",
  "svg:width",
  "svg:x",
  "svg:y",
  "table:end-cell-address",
  "table:end-x",
  "table:end-y",
  "table:table-background",
  "text:anchor-page-number",
  "text:anchor-type",
  "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