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

NameTypeAccessDescription
position: numberReadGets the position.
color: stringReadGets the color.
isSchemeColor: booleanReadGets the is scheme color.
lumMod: numberReadGets the lum mod.
lumOff: numberReadGets the lum off.

Methods

SignatureDescription
loadWorksheetDrawing(zip: any, shapes: ShapeInfo[], sheetPath: string)

See Also