Uses of Class
org.odftoolkit.odfdom.dom.attribute.form.FormTabCycleAttribute.Value
-
Packages that use FormTabCycleAttribute.Value Package Description org.odftoolkit.odfdom.dom.attribute.form -
-
Uses of FormTabCycleAttribute.Value in org.odftoolkit.odfdom.dom.attribute.form
Methods in org.odftoolkit.odfdom.dom.attribute.form that return FormTabCycleAttribute.Value Modifier and Type Method Description static FormTabCycleAttribute.Value
FormTabCycleAttribute.Value. enumValueOf(String value)
FormTabCycleAttribute.Value
FormTabCycleAttribute. getEnumValue()
static FormTabCycleAttribute.Value
FormTabCycleAttribute.Value. valueOf(String name)
Returns the enum constant of this type with the specified name.static FormTabCycleAttribute.Value[]
FormTabCycleAttribute.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odftoolkit.odfdom.dom.attribute.form with parameters of type FormTabCycleAttribute.Value Modifier and Type Method Description void
FormTabCycleAttribute. setEnumValue(FormTabCycleAttribute.Value attrValue)
-