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