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.ValuePresentationNodeTypeAttribute.Value. enumValueOf(String value)PresentationNodeTypeAttribute.ValuePresentationNodeTypeAttribute. getEnumValue()static PresentationNodeTypeAttribute.ValuePresentationNodeTypeAttribute.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 voidPresentationNodeTypeAttribute. setEnumValue(PresentationNodeTypeAttribute.Value attrValue)
-