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