Aspose::Cells::Rendering::DrawObject class

DrawObject class

DrawObject will be initialized and returned when rendering.

class DrawObject

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DrawObject& src)operator=
~DrawObject()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also