Uses of Enum
org.odftoolkit.odfdom.dom.attribute.chart.ChartClassAttribute.Value
Packages that use ChartClassAttribute.Value
-
Uses of ChartClassAttribute.Value in org.odftoolkit.odfdom.dom.attribute.chart
Methods in org.odftoolkit.odfdom.dom.attribute.chart that return ChartClassAttribute.ValueModifier and TypeMethodDescriptionstatic ChartClassAttribute.ValueChartClassAttribute.Value.enumValueOf(String value) ChartClassAttribute.getEnumValue()static ChartClassAttribute.ValueReturns 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.ValueModifier and TypeMethodDescriptionvoidChartClassAttribute.setEnumValue(ChartClassAttribute.Value attrValue)