Class: OdfCore::Element::Form::ImageFrame

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

Constant Summary collapse

XML_ELEMENT_NAME =
'form:image-frame'
CHILDREN =
["form:properties", "office:event-listeners"].freeze
ATTRIBUTES =
[
  "form:control-implementation",
  "form:data-field",
  "form:disabled",
  "form:id",
  "form:image-data",
  "form:name",
  "form:printable",
  "form:readonly",
  "form:title",
  "xforms:bind",
  "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