Package | Description |
---|---|
com.aspose.cells.api | |
com.aspose.cells.model |
Modifier and Type | Method and Description |
---|---|
SaaSposeResponse |
CellsApi.PostUpdateWorksheetOleObject(String name,
String sheetName,
Integer oleObjectIndex,
String storage,
String folder,
OleObject body)
PostUpdateWorksheetOleObject
Update OLE object.
|
OleObjectResponse |
CellsApi.PutWorksheetOleObject(String name,
String sheetName,
Integer upperLeftRow,
Integer upperLeftColumn,
Integer height,
Integer width,
String oleFile,
String imageFile,
String storage,
String folder,
OleObject body)
PutWorksheetOleObject
Add OLE object
|
Modifier and Type | Method and Description |
---|---|
OleObject |
OleObjectResponse.getOleObject()
getOleObject
Gets OleObject
|
Modifier and Type | Method and Description |
---|---|
void |
OleObjectResponse.setOleObject(OleObject OleObject)
setOleObject
Sets OleObject
|
Copyright © 2015. All rights reserved.