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