Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Chart.ChartTypeEnum |
Chart.ChartTypeEnum.fromValue(String text) |
Chart.ChartTypeEnum |
Chart.getChartType()
Gets or sets the type of the chart.
|
Chart.ChartTypeEnum |
Chart.ChartTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Chart.ChartTypeEnum |
Chart.ChartTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chart.ChartTypeEnum[] |
Chart.ChartTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.chartType(Chart.ChartTypeEnum chartType) |
void |
Chart.setChartType(Chart.ChartTypeEnum chartType) |
void |
Chart.ChartTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Chart.ChartTypeEnum enumeration) |
Copyright © 2022. All rights reserved.