ImpDrawing
Overview
ImpDrawing is a class in Aspose.Cells FOSS for Typescript.
This class provides 1 method for working with ImpDrawing objects in Typescript programs.
Available methods include: loadWorksheetDrawing.
All public members are accessible to any Typescript application after installing the Aspose.Cells FOSS for Typescript package.
Properties: color, isSchemeColor, lumMod, lumOff, position.
Description
ImpDrawing is a class in the Aspose.Cells FOSS library for TypeScript that exposes 1 method and 5 properties for programmatic use.
Core capabilities include: : number; : string; : boolean. These operations enable developers to integrate impdrawing functionality directly into TypeScript applications.
The class also provides the position property (gets the position), the color property (gets the color), the isSchemeColor property (gets the is scheme color).
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) |