ImpDrawing
Overview
ImpDrawing is a class in Aspose.Cells FOSS for TypeScript.
This class declares 1 method for ImpDrawing objects in TypeScript programs.
Available methods include: loadWorksheetDrawing.
Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.
Properties: color, isSchemeColor, lumMod, lumOff, position.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
position | : number | Read | Gets the position. |
color | : string | Read | Gets the color. |
isSchemeColor | : boolean | Read | Gets the is scheme color. |
lumMod | : number | Read | Gets the lum mod. |
lumOff | : number | Read | Gets the lum off. |
Methods
| Signature | Description |
|---|---|
loadWorksheetDrawing(zip: any, shapes: ShapeInfo[], sheetPath: string) | Calls loadWorksheetDrawing(zip, shapes, sheetPath) on this ImpDrawing instance. |