com.aspose.cells

Class DrawObject

  • java.lang.Object
    • 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.
byte[]getImageBytes()
image bytes of Chart,shape will be returned when rendering.
ShapegetShape()
Shape will be returned when rendering. All properties of shape can be accessed.
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.
      • getShape

        public Shape getShape()
        
        Shape will be returned when rendering. All properties of shape can be accessed.
      • getImageBytes

        public byte[] getImageBytes()
        
        image bytes of Chart,shape will be returned when rendering.
      • 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