java.lang.Object
com.aspose.cells.DrawObject
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. | ||
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. | ||
| Property Getters/Setters Detail |
|---|
getCell | |
public Cell getCell() | |
getImageBytes | |
public byte[] getImageBytes() | |
getType | |
public int getType() | |
getCurrentPage | |
public int getCurrentPage() | |
getTotalPages | |
public int getTotalPages() | |
getSheetIndex | |
public int getSheetIndex() | |