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