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