Uses of Enum
org.odftoolkit.odfdom.dom.attribute.text.TextKindAttribute.Value
Packages that use TextKindAttribute.Value
-
Uses of TextKindAttribute.Value in org.odftoolkit.odfdom.dom.attribute.text
Methods in org.odftoolkit.odfdom.dom.attribute.text that return TextKindAttribute.ValueModifier and TypeMethodDescriptionstatic TextKindAttribute.ValueTextKindAttribute.Value.enumValueOf(String value) TextKindAttribute.getEnumValue()static TextKindAttribute.ValueReturns the enum constant of this type with the specified name.static TextKindAttribute.Value[]TextKindAttribute.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 TextKindAttribute.ValueModifier and TypeMethodDescriptionvoidTextKindAttribute.setEnumValue(TextKindAttribute.Value attrValue)