Aspose::Cells::Rendering::DrawObject class
Contents
[
Hide
]DrawObject class
DrawObject will be initialized and returned when rendering.
class DrawObject
Methods
Method | Description |
---|---|
DrawObject(DrawObject_Impl* impl) | Constructs from an implementation object. |
DrawObject(const DrawObject& src) | Copy constructor. |
GetCell() | Indicates the Cell object when rendering. All properties of cell can be accessed. |
GetCurrentPage() | Indicates the page index of DrawObject. Page index is based on zero. One Sheet contains several pages when rendering. |
GetImageBytes() | Indicates image bytes of rendered Chart, Shape when rendering. |
GetShape() | Indicates the Shape object when rendering. All properties of shape can be accessed. |
GetSheetIndex() | Indicates current sheet index of DrawObject. |
GetTotalPages() | Indicates total pages in current rendering. |
GetType() | Indicates the type of DrawObject. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DrawObject& src) | operator= |
~DrawObject() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++