Class: OdfCore::Element::Form::Image
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Form::Image
- 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
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement