aspose.diagram
Class Act

Defines custom command names that appear on an object's shortcut menu and specifies the actions that the commands take.

Constructor Summary
Act()
           Constructor.
 
Property Getters/Setters Summary
functiongetAction()
           Contains the formula to execute when a user clicks the command name defined in the corresponding Menu element.
functiongetBeginGroup()
           Indicates whether a separator is inserted into the menu above this action.
functiongetButtonFace()
           It identifies the icon that appears next to an item on a shortcut menu.
functiongetChecked()
           Determines whether a check mark is displayed beside the command name on a shape's shortcut menu.
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.
functiongetDisabled()
           Disabled element determines whether the command name is displayed on the shortcut menu.
functiongetFlyoutChild()
           Determines whether the action row is a child flyout menu of the last row above it that is not a flyout child.
functiongetID()
functionsetID(value)
           The unique ID of the element within its parent element.
functiongetInvisible()
           Invisible element indicates whether the action is visible on the smart tag or shortcut menu.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetMenu()
           Specifies the name of the command that appears on the shortcut menu for a shape or page.
functiongetName()
functionsetName(value)
           The name of the element.
functiongetNameU()
functionsetNameU(value)
           The universal name of the element.
functiongetReadOnly()
           Determines whether the action on a smart tag or shortcut menu is read-only.
functiongetSortKey()
           It specifies a number that determines the order of actions that appear on a shortcut or smart tag menu.
functiongetTagName()
           It contains the name of the smart tag that the action is associated with.
 
Method Summary
functiondeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

Act

function Act()
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.

getMenu : Str2Value 

function getMenu()
Specifies the name of the command that appears on the shortcut menu for a shape or page.

getAction : DoubleValue 

function getAction()
Contains the formula to execute when a user clicks the command name defined in the corresponding Menu element.

getChecked : BoolValue 

function getChecked()
Determines whether a check mark is displayed beside the command name on a shape's shortcut menu.

getDisabled : BoolValue 

function getDisabled()
Disabled element determines whether the command name is displayed on the shortcut menu.

getReadOnly : BoolValue 

function getReadOnly()
Determines whether the action on a smart tag or shortcut menu is read-only.

getInvisible : BoolValue 

function getInvisible()
Invisible element indicates whether the action is visible on the smart tag or shortcut menu.

getBeginGroup : BoolValue 

function getBeginGroup()
Indicates whether a separator is inserted into the menu above this action.

getFlyoutChild : BoolValue 

function getFlyoutChild()
Determines whether the action row is a child flyout menu of the last row above it that is not a flyout child.

getTagName : Str2Value 

function getTagName()
It contains the name of the smart tag that the action is associated with.

getButtonFace : Str2Value 

function getButtonFace()
It identifies the icon that appears next to an item on a shortcut menu.

getSortKey : Str2Value 

function getSortKey()
It specifies a number that determines the order of actions that appear on a shortcut or smart tag menu.

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.