com.aspose.cells
Class DrawObject

java.lang.Object
    extended by com.aspose.cells.DrawObject

public class DrawObject 
extends java.lang.Object

DrawObject will be initalized and returned when rendering

Property Getters/Setters Summary
CellgetCell()
           Cell will be returned when rendering. All properties of cell can be accessed.
intgetCurrentPage()
           Indicate the page index of DrawObject. Page index is based on zero. One Sheet contains several pages when rendering.
intgetSheetIndex()
           Indicate current sheet index of DrawObject
intgetTotalPages()
           Indicate total pages in current rendering.
intgetType()
           Indicate Cell or Image of DrawObject. The value of the property is DrawObjectEnum integer constant.
 

Property Getters/Setters Detail

getCell

public Cell getCell()
Cell will be returned when rendering. All properties of cell can be accessed.

getType

public int getType()
Indicate Cell or Image of DrawObject. The value of the property is DrawObjectEnum integer constant.

getCurrentPage

public int getCurrentPage()
Indicate the page index of DrawObject. Page index is based on zero. One Sheet contains several pages when rendering.

getTotalPages

public int getTotalPages()
Indicate total pages in current rendering.

getSheetIndex

public int getSheetIndex()
Indicate current sheet index of DrawObject

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.