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