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