Class: OdfCore::Element::Form::Image

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/form/image.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'form:image'
CHILDREN =
["form:properties", "office:event-listeners"].freeze
ATTRIBUTES =
[
  "form:button-type",
  "form:control-implementation",
  "form:disabled",
  "form:id",
  "form:image-data",
  "form:name",
  "form:printable",
  "form:tab-index",
  "form:tab-stop",
  "form:title",
  "form:value",
  "office:target-frame",
  "xforms:bind",
  "xlink:href",
  "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