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