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