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