aspose.diagram
Class Ellipse

Contains elements specifying the x- and y-coordinates of the ellipse's center point and two points on the ellipse.

Constructor Summary
Ellipse()
           Creates an instance of the Ellipse class.
 
Property Getters/Setters Summary
functiongetA()
functionsetA(value)
           An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
functiongetB()
functionsetB(value)
           A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
functiongetC()
functionsetC(value)
           An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
functiongetD()
functionsetD(value)
           A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.
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 the center of the ellipse.
functiongetY()
functionsetY(value)
           The y-coordinate of the center of the ellipse.
 
Method Summary
functiondeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

Ellipse

function Ellipse()
Creates an instance of the Ellipse 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 the center of the ellipse.

getY/setY : DoubleValue 

function getY() / function setY(value)
The y-coordinate of the center of the ellipse.

getA/setA : DoubleValue 

function getA() / function setA(value)
An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.

getB/setB : DoubleValue 

function getB() / function setB(value)
A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.

getC/setC : DoubleValue 

function getC() / function setC(value)
An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.

getD/setD : DoubleValue 

function getD() / function setD(value)
A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.

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.