Package | Description |
---|---|
com.aspose.cells.api | |
com.aspose.cells.model |
Modifier and Type | Method and Description |
---|---|
TitleResponse |
CellsApi.PostWorksheetChartTitle(String name,
String sheetName,
Integer chartIndex,
String storage,
String folder,
Title body)
PostWorksheetChartTitle
Update chart title
|
TitleResponse |
CellsApi.PutWorksheetChartTitle(String name,
String sheetName,
Integer chartIndex,
String storage,
String folder,
Title body)
PutWorksheetChartTitle
Add chart title / Set chart title visible
|
Modifier and Type | Method and Description |
---|---|
Title |
TitleResponse.getTitle()
getTitle
Gets Title
|
Title |
Chart.getTitle() |
Modifier and Type | Method and Description |
---|---|
void |
TitleResponse.setTitle(Title Title)
setTitle
Sets Title
|
void |
Chart.setTitle(Title title) |
Copyright © 2015. All rights reserved.