public class ShapePathPoint
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Specifies the value type of the current object.
|
int |
getX()
Deprecated.
Use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties instead.
|
int |
getXAngle()
When the object is an angle marker, get or set the first angle in degrees.
|
int |
getXPixel()
When the object is a position coordinate, get or set the x coordinate in pixels.
|
int |
getY()
Deprecated.
Use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties instead.
|
int |
getYAngle()
When the object is an angle marker, get or set the second angle in degrees.
|
int |
getYPixel()
When the object is a position coordinate, get or set the y coordinate in pixels.
|
void |
setX(int value)
Deprecated.
Use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties instead.
|
void |
setXAngle(int value)
When the object is an angle marker, get or set the first angle in degrees.
|
void |
setXPixel(int value)
When the object is a position coordinate, get or set the x coordinate in pixels.
|
void |
setY(int value)
Deprecated.
Use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties instead.
|
void |
setYAngle(int value)
When the object is an angle marker, get or set the second angle in degrees.
|
void |
setYPixel(int value)
When the object is a position coordinate, get or set the y coordinate in pixels.
|
public int getX()
Remarks
NOTE: This member is now obsolete. Instead, please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.public void setX(int value)
Remarks
NOTE: This member is now obsolete. Instead, please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.public int getY()
Remarks
NOTE: This member is now obsolete. Instead, please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.public void setY(int value)
Remarks
NOTE: This member is now obsolete. Instead, please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.public int getXPixel()
public void setXPixel(int value)
public int getYPixel()
public void setYPixel(int value)
public int getXAngle()
Remarks
If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path.public void setXAngle(int value)
Remarks
If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path.public int getYAngle()
Remarks
If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.public void setYAngle(int value)
Remarks
If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.public int getType()
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.