aspose.diagram
Class Control

Contains elements for the x- and y-coordinates of each control handle defined for a shape, and elements that specify the way the control handle should behave.

Constructor Summary
Control()
           Constructor.
 
Property Getters/Setters Summary
functioncanGlue()
functionsetCanGlue(value)
           Determines whether a control handle can be glued to other shapes.
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.
functiongetID()
functionsetID(value)
           The unique ID of the element within its parent element.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetName()
functionsetName(value)
           The name of the element.
functiongetNameU()
functionsetNameU(value)
           The universal name of the element.
functiongetPrompt()
functionsetPrompt(value)
           Prompt element specifies descriptive text that appears as a tool tip when the mouse pointer is paused over a shape's control handle.
functiongetX()
functionsetX(value)
           The x-coordinate that indicates the location of a shape's control handle.
functiongetXCon()
functionsetXCon(value)
           Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.
functiongetXDyn()
functionsetXDyn(value)
           Specifies the x-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics.
functiongetY()
functionsetY(value)
           The y-coordinate that indicates the location of a shape's control handle.
functiongetYCon()
functionsetYCon(value)
           Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.
functiongetYDyn()
functionsetYDyn(value)
           Specifies the y-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics.
 
Method Summary
functiondeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

Control

function Control()
Constructor.

Property Getters/Setters Detail

getName/setName : String 

function getName() / function setName(value)
The name of the element.

getNameU/setNameU : String 

function getNameU() / function setNameU(value)
The universal name of the element.

getID/setID : Number 

function getID() / function setID(value)
The unique ID of the element within its parent element.

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 that indicates the location of a shape's control handle.

getY/setY : DoubleValue 

function getY() / function setY(value)
The y-coordinate that indicates the location of a shape's control handle.

getXDyn/setXDyn : DoubleValue 

function getXDyn() / function setXDyn(value)
Specifies the x-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics.

getYDyn/setYDyn : DoubleValue 

function getYDyn() / function setYDyn(value)
Specifies the y-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics.

getXCon/setXCon : ConType 

function getXCon() / function setXCon(value)
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.

getYCon/setYCon : ConType 

function getYCon() / function setYCon(value)
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.

canGlue/setCanGlue : BoolValue 

function canGlue() / function setCanGlue(value)
Determines whether a control handle can be glued to other shapes.

getPrompt/setPrompt : Str2Value 

function getPrompt() / function setPrompt(value)
Prompt element specifies descriptive text that appears as a tool tip when the mouse pointer is paused over a shape's control handle.

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.