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