DrawObject Class
DrawObject class
DrawObject will be initialized and returned when rendering.
type DrawObject struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetCell | Indicates the Cell object when rendering.All properties of cell can be accessed. |
GetShape | Indicates the Shape object when rendering.All properties of shape can be accessed. |
GetType | Indicates the type of DrawObject. |
GetCurrentPage | Indicates the page index of DrawObject.Page index is based on zero.One Sheet contains several pages when rendering. |
GetTotalPages | Indicates total pages in current rendering. |
GetSheetIndex | Indicates current sheet index of DrawObject. |