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