public class DrawObject
Property Getters/Setters Summary | ||
---|---|---|
Cell | getCell() | |
Cell will be returned when rendering.
All properties of cell can be accessed.
|
||
int | getCurrentPage() | |
Indicate the page index of DrawObject.
Page index is based on zero.
One Sheet contains several pages when rendering.
|
||
byte[] | getImageBytes() | |
image bytes of Chart,shape will be returned when rendering.
|
||
Shape | getShape() | |
Shape will be returned when rendering.
All properties of shape can be accessed.
|
||
int | getSheetIndex() | |
Indicate current sheet index of DrawObject
|
||
int | getTotalPages() | |
Indicate total pages in current rendering.
|
||
int | getType() | |
Indicate Cell or Image of DrawObject.
The value of the property is DrawObjectEnum integer constant. |
public Cell getCell()
public Shape getShape()
public byte[] getImageBytes()
public int getType()
public int getCurrentPage()
public int getTotalPages()
public int getSheetIndex()