DrawObject Class

DrawObject class

DrawObject will be initialized and returned when rendering.


type DrawObject struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCellIndicates the Cell object when rendering.All properties of cell can be accessed.
GetShapeIndicates the Shape object when rendering.All properties of shape can be accessed.
GetTypeIndicates the type of DrawObject.
GetCurrentPageIndicates the page index of DrawObject.Page index is based on zero.One Sheet contains several pages when rendering.
GetTotalPagesIndicates total pages in current rendering.
GetSheetIndexIndicates current sheet index of DrawObject.