All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.DrawObject.html Maven / Gradle / Ivy






DrawObject




com.aspose.cells
Class DrawObject

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

public class DrawObject 
extends java.lang.Object

DrawObject will be initialized and returned when rendering.


Property Getters/Setters Summary
CellgetCell()
           Indicates the Cell object when rendering. All properties of cell can be accessed.
intgetCurrentPage()
           Indicates the page index of DrawObject. Page index is based on zero. One Sheet contains several pages when rendering.
byte[]getImageBytes()
           Indicates image bytes of rendered Chart, Shape when rendering.
ShapegetShape()
           Indicates the Shape object when rendering. All properties of shape can be accessed.
intgetSheetIndex()
           Indicates current sheet index of DrawObject.
intgetTotalPages()
           Indicates total pages in current rendering.
intgetType()
           Indicates the type of DrawObject. The value of the property is DrawObjectEnum integer constant.
 

Property Getters/Setters Detail

getCell

public Cell getCell()
Indicates the Cell object when rendering. All properties of cell can be accessed.

getShape

public Shape getShape()
Indicates the Shape object when rendering. All properties of shape can be accessed.

getImageBytes

public byte[] getImageBytes()
Indicates image bytes of rendered Chart, Shape when rendering.

getType

public int getType()
Indicates the type of DrawObject. The value of the property is DrawObjectEnum integer constant.

getCurrentPage

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

getTotalPages

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

getSheetIndex

public int getSheetIndex()
Indicates current sheet index of DrawObject.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy