Uses of Enum
org.odftoolkit.odfdom.dom.attribute.text.TextAnchorTypeAttribute.Value
Packages that use TextAnchorTypeAttribute.Value
-
Uses of TextAnchorTypeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.text
Methods in org.odftoolkit.odfdom.dom.attribute.text that return TextAnchorTypeAttribute.ValueModifier and TypeMethodDescriptionTextAnchorTypeAttribute.Value.enumValueOf(String value) TextAnchorTypeAttribute.getEnumValue()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.ValueModifier and TypeMethodDescriptionvoidTextAnchorTypeAttribute.setEnumValue(TextAnchorTypeAttribute.Value attrValue)