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
| Signature | Description |
|---|---|
generateDrawingXml(shapes: ShapeInfo[], sheetImages: ImageInfo[], imageMap: Map<string, number>) → string | Calls generateDrawingXml(shapes, sheetImages, imageMap) on this ExpDrawing instance. |
generateUniqueId() → string | Calls generateUniqueId on this ExpDrawing instance. |
generateGuid() → string | Calls generateGuid on this ExpDrawing instance. |
shapeToDrawingXml(shape: ShapeInfo, index: number) → string | Calls shapeToDrawingXml(shape, index) on this ExpDrawing instance. |
getDrawingShapeType(type: string) → string | Calls getDrawingShapeType(type) on this ExpDrawing instance. |
colorToScheme(color: string) → string | Calls colorToScheme(color) on this ExpDrawing instance. |
schemeToColor(schemeColor: string) → string | Calls schemeToColor(schemeColor) on this ExpDrawing instance. |
shapeFillToXml(fill: ShapeFill, fallbackColor: string) → string | Calls shapeFillToXml(fill, fallbackColor) on this ExpDrawing instance. |
isConnectorShape(shape: ShapeInfo) → shape is AllConnectorShapeInfo | Calls isConnectorShape(shape) on this ExpDrawing instance. |