public class Walls extends Floor
| Modifier and Type | Method and Description |
|---|---|
int |
getCenterX()
Gets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's width after calls Chart.Calculate() method.
|
int |
getCenterXPx()
Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
|
int |
getCenterY()
Gets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's height after calls Chart.Calculate() method.
|
int |
getCenterYPx()
Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
|
int |
getCubePointCount()
Gets the number of cube points after calls Chart.Calculate() method.
|
float |
getCubePointXPx(int index)
Gets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method.
|
float |
getCubePointYPx(int index)
Gets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method.
|
int |
getDepth()
Gets the depth front to back in units of 1/4000 of chart's width after calls Chart.Calculate() method.
|
int |
getDepthPx()
Gets the depth front to back in units of pixels after calls Chart.Calculate() method.
|
int |
getHeight()
Gets the height of top to bottom in units of 1/4000 of chart's height after calls Chart.Calculate() method.
|
int |
getHeightPx()
Gets the height of top to bottom in units of pixels after calls Chart.Calculate() method.
|
int |
getWidth()
Gets the width of left to right in units of 1/4000 of chart's width after calls Chart.Calculate() method.
|
int |
getWidthPx()
Gets the width of left to right in units of pixels after calls Chart.Calculate() method.
|
getBackgroundColor, getFillFormat, getForegroundColor, getFormatting, getInvertIfNegative, getTransparency, setBackgroundColor, setForegroundColor, setFormatting, setInvertIfNegative, setTransparencypublic int getCenterX()
public int getCenterY()
public int getWidth()
public int getDepth()
public int getHeight()
public int getCenterXPx()
public int getCenterYPx()
public int getWidthPx()
public int getDepthPx()
public int getHeightPx()
public int getCubePointCount()
public float getCubePointXPx(int index)
public float getCubePointYPx(int index)
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.