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