Class: OdfCore::Element::Draw::AreaRectangle

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

Constant Summary collapse

XML_ELEMENT_NAME =
'draw:area-rectangle'
CHILDREN =
["office:event-listeners", "svg:desc", "svg:title"].freeze
ATTRIBUTES =
[
  "draw:nohref",
  "office:name",
  "office:target-frame-name",
  "svg:height",
  "svg:width",
  "svg:x",
  "svg:y",
  "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