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