Class: OdfCore::Element::Form::ValueRange

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

Constant Summary collapse

XML_ELEMENT_NAME =
'form:value-range'
CHILDREN =
["form:properties", "office:event-listeners"].freeze
ATTRIBUTES =
[
  "form:control-implementation",
  "form:delay-for-repeat",
  "form:disabled",
  "form:id",
  "form:linked-cell",
  "form:max-value",
  "form:min-value",
  "form:name",
  "form:orientation",
  "form:page-step-size",
  "form:printable",
  "form:repeat",
  "form:step-size",
  "form:tab-index",
  "form:tab-stop",
  "form:title",
  "form:value",
  "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