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