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