Uses of Class
org.odftoolkit.odfdom.dom.attribute.form.FormButtonTypeAttribute.Value
-
Packages that use FormButtonTypeAttribute.Value Package Description org.odftoolkit.odfdom.dom.attribute.form -
-
Uses of FormButtonTypeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.form
Methods in org.odftoolkit.odfdom.dom.attribute.form that return FormButtonTypeAttribute.Value Modifier and Type Method Description static FormButtonTypeAttribute.ValueFormButtonTypeAttribute.Value. enumValueOf(String value)FormButtonTypeAttribute.ValueFormButtonTypeAttribute. getEnumValue()static FormButtonTypeAttribute.ValueFormButtonTypeAttribute.Value. valueOf(String name)Returns the enum constant of this type with the specified name.static FormButtonTypeAttribute.Value[]FormButtonTypeAttribute.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 FormButtonTypeAttribute.Value Modifier and Type Method Description voidFormButtonTypeAttribute. setEnumValue(FormButtonTypeAttribute.Value attrValue)
-