aspose.diagram
Class SplineStart

Contains x- and y-coordinates for a spline's second control point, its second knot, its first knot, the last knot, and the degree of the spline. This information is contained in the X, Y, A, B, C, and D elements, respectively.

Constructor Summary
SplineStart()
           Creates an instance of SplineStart class.
 
Property Getters/Setters Summary
functiongetA()
functionsetA(value)
           The second knot of the spline.
functiongetB()
functionsetB(value)
           The first knot of a spline.
functiongetC()
functionsetC(value)
           The last knot of the spline.
functiongetD()
functionsetD(value)
           The degree of the spline (an integer from 1 to 25).
functiongetDel()
functionsetDel(value)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetX()
functionsetX(value)
           The x-coordinate of a spline's second control point.
functiongetY()
functionsetY(value)
           The y-coordinate of a spline's second control point.
 
Method Summary
functiondeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

SplineStart

function SplineStart()
Creates an instance of SplineStart class.

Property Getters/Setters Detail

getIX/setIX : Number 

function getIX() / function setIX(value)
The zero-based index of the element within its parent element.

getDel/setDel : Number 

function getDel() / function setDel(value)
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getX/setX : DoubleValue 

function getX() / function setX(value)
The x-coordinate of a spline's second control point.

getY/setY : DoubleValue 

function getY() / function setY(value)
The y-coordinate of a spline's second control point.

getA/setA : DoubleValue 

function getA() / function setA(value)
The second knot of the spline.

getB/setB : DoubleValue 

function getB() / function setB(value)
The first knot of a spline.

getC/setC : DoubleValue 

function getC() / function setC(value)
The last knot of the spline.

getD/setD : IntValue 

function getD() / function setD(value)
The degree of the spline (an integer from 1 to 25).

Method Detail

deepClone

function deepClone()
Creates deep copy of this instance.
Returns:

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