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