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