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