TExportCellDrawing stores the information of a placed drawing in a cell.
Name | Type | Description |
---|---|---|
Rect | TClassRect | Bounds rect of the image relative to the table cell. |
Fill | TExportDrawingFill | Background fill of the drawing. |
Border | TExportDrawingBorder | Border of the drawing. |
Shadow | TExportDrawingShadow | Shadow of the drawing. |
DrawingIndex | Integer | Index of placed drawing in the TOExport.Drawings: TExportDrawings list. DrawingIndex is read-only. |
Drawing | TExportDrawing | Placed drawing object. |