ExpDrawing

Overview

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

Methods

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

See Also