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