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