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