public class GridShape
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBuffer()
Gets the Buffer of object.
|
java.lang.String |
getID()
Gets the Sets ID for the Shape.
|
int |
getLeft()
Represents the horizontal offset of shape from its left column, in unit of pixels.
|
int |
getLeftToCorner()
Represents the horizontal offset of shape from worksheet left board, in unit of pixels.
|
int |
getMsoDrawingType()
Gets mso drawing type.
|
java.lang.String |
getName()
Gets the name of the shape.
|
java.lang.String |
getText()
Represents the string in this TextBox object.
|
int |
getTop()
Represents the vertical offset of shape from its top row, in unit of pixels.
|
int |
getTopToCorner()
Represents the vertical offset of shape from worksheet top board, in unit of pixels.
|
int |
getUpperLeftColumn()
Represents upper left corner column index.
|
int |
getUpperLeftRow()
Represents upper left corner row index.
|
int |
getZOrderPosition()
Returns the position of a shape in the z-order.
|
void |
saveToImage(java.io.InputStream s)
Creates the image and saves it to a stream in the specified png format.
|
void |
setID(java.lang.String value)
Gets the Sets ID for the Shape.
|
void |
setLeftToCorner(int value)
Represents the horizontal offset of shape from worksheet left board, in unit of pixels.
|
void |
setText(java.lang.String value)
Represents the string in this TextBox object.
|
void |
setTopToCorner(int value)
Represents the vertical offset of shape from worksheet top board, in unit of pixels.
|
void |
setZOrderPosition(int value)
Returns the position of a shape in the z-order.
|
public java.lang.String getID()
public void setID(java.lang.String value)
public byte[] getBuffer()
public void saveToImage(java.io.InputStream s)
public int getMsoDrawingType()
See GridMsoDrawingType.
public int getUpperLeftRow()
Remarks
If the shape is in the shape or in the group , UpperLeftRow will be ignored.public int getUpperLeftColumn()
public java.lang.String getText()
public void setText(java.lang.String value)
public java.lang.String getName()
public int getLeft()
public int getLeftToCorner()
public void setLeftToCorner(int value)
public int getTop()
Remarks
If the shape is in the chart, represents the vertical offset of shape from its top border.public int getTopToCorner()
public void setTopToCorner(int value)
public int getZOrderPosition()
public void setZOrderPosition(int value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.