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