ExpDrawing

Overview

ExpDrawing is a class in Aspose.Cells FOSS for TypeScript.

This class declares 9 methods for ExpDrawing objects in TypeScript programs. Available methods include: colorToScheme, generateDrawingXml, generateGuid, generateUniqueId, getDrawingShapeType, isConnectorShape, schemeToColor, shapeFillToXml, shapeToDrawingXml. Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.

Methods

SignatureDescription
generateDrawingXml(shapes: ShapeInfo[], sheetImages: ImageInfo[], imageMap: Map<string, number>)stringCalls generateDrawingXml(shapes, sheetImages, imageMap) on this ExpDrawing instance.
generateUniqueId()stringCalls generateUniqueId on this ExpDrawing instance.
generateGuid()stringCalls generateGuid on this ExpDrawing instance.
shapeToDrawingXml(shape: ShapeInfo, index: number)stringCalls shapeToDrawingXml(shape, index) on this ExpDrawing instance.
getDrawingShapeType(type: string)stringCalls getDrawingShapeType(type) on this ExpDrawing instance.
colorToScheme(color: string)stringCalls colorToScheme(color) on this ExpDrawing instance.
schemeToColor(schemeColor: string)stringCalls schemeToColor(schemeColor) on this ExpDrawing instance.
shapeFillToXml(fill: ShapeFill, fallbackColor: string)stringCalls shapeFillToXml(fill, fallbackColor) on this ExpDrawing instance.
isConnectorShape(shape: ShapeInfo)shape is AllConnectorShapeInfoCalls isConnectorShape(shape) on this ExpDrawing instance.

See Also

 English