aspose.diagram
Class XForm1D

Contains x- and y-coordinates of the begin point and end point of a 1-D shape. This element appears for 1-D shapes only.

Property Getters/Setters Summary
functiongetBeginX()
functionsetBeginX(value)
           Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
functiongetBeginY()
functionsetBeginY(value)
           Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
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.
functiongetEndX()
functionsetEndX(value)
           Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
functiongetEndY()
functionsetEndY(value)
           Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
 
Method Summary
functiondeepClone()
           Creates deep copy of this instance.
 

Property Getters/Setters Detail

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.

getBeginX/setBeginX : DoubleValue 

function getBeginX() / function setBeginX(value)
Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.

getBeginY/setBeginY : DoubleValue 

function getBeginY() / function setBeginY(value)
Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.

getEndX/setEndX : DoubleValue 

function getEndX() / function setEndX(value)
Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.

getEndY/setEndY : DoubleValue 

function getEndY() / function setEndY(value)
Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.

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.