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