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