aspose.diagram
Class Scratch

Contains a work area for entering and testing formulas that are referred to by other elements. This element is typically used to isolate repeated complex calculations.

Constructor Summary
Scratch()
           Constructor.
 
Property Getters/Setters Summary
functiongetA()
functionsetA(value)
           A general-purpose element.
functiongetB()
functionsetB(value)
           A general-purpose scratch element.
functiongetC()
functionsetC(value)
           A general-purpose element.
functiongetD()
functionsetD(value)
           A general-purpose 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)
           Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
functiongetY()
functionsetY(value)
           Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page.
 
Method Summary
functiondeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

Scratch

function Scratch()
Constructor.

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.

getA/setA : Value 

function getA() / function setA(value)
A general-purpose element.

getB/setB : Value 

function getB() / function setB(value)
A general-purpose scratch element.

getC/setC : Value 

function getC() / function setC(value)
A general-purpose element.

getD/setD : Value 

function getD() / function setD(value)
A general-purpose element.

getX/setX : DoubleValue 

function getX() / function setX(value)
Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.

getY/setY : DoubleValue 

function getY() / function setY(value)
Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page.

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.