DrawObject class
DrawObject class
DrawObject will be initialized and returned when rendering.
The DrawObject type exposes the following members:
Properties
Property | Description |
---|---|
cell | Indicates the Cell object when rendering. All properties of cell can be accessed. |
shape | Indicates the Shape object when rendering. All properties of shape can be accessed. |
image_bytes | Indicates image bytes of rendered Chart, Shape when rendering. |
type | Indicates the type of DrawObject. |
current_page | Indicates the page index of DrawObject. Page index is based on zero. One Sheet contains several pages when rendering. |
total_pages | Indicates total pages in current rendering. |
sheet_index | Indicates current sheet index of DrawObject. |
See Also
- module
aspose.cells.rendering