Package | Description |
---|---|
com.aspose.cells.api | |
com.aspose.cells.model |
Modifier and Type | Method and Description |
---|---|
SaaSposeResponse |
CellsApi.PostColumnStyle(String name,
String sheetName,
Integer columnIndex,
String storage,
String folder,
Style body)
PostColumnStyle
Set column style
|
SaaSposeResponse |
CellsApi.PostPivotTableCellStyle(String name,
String sheetName,
Integer pivotTableIndex,
Integer column,
Integer row,
String storage,
String folder,
Style body)
PostPivotTableCellStyle
Update cell style for pivot table
|
SaaSposeResponse |
CellsApi.PostPivotTableStyle(String name,
String sheetName,
Integer pivotTableIndex,
String storage,
String folder,
Style body)
PostPivotTableStyle
Update style for pivot table
|
SaaSposeResponse |
CellsApi.PostRowStyle(String name,
String sheetName,
Integer rowIndex,
String storage,
String folder,
Style body)
PostRowStyle
Set row style.
|
StyleResponse |
CellsApi.PostUpdateWorksheetCellStyle(String name,
String sheetName,
String cellName,
String storage,
String folder,
Style body)
PostUpdateWorksheetCellStyle
Update cell's style.
|
SaaSposeResponse |
CellsApi.PostUpdateWorksheetRangeStyle(String name,
String sheetName,
String range,
String storage,
String folder,
Style body)
PostUpdateWorksheetRangeStyle
Update cell's range style.
|
Modifier and Type | Method and Description |
---|---|
Style |
StyleResponse.getStyle()
getStyle
Gets Style
|
Modifier and Type | Method and Description |
---|---|
void |
StyleResponse.setStyle(Style Style)
setStyle
Sets Style
|
Copyright © 2015. All rights reserved.