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