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