Constructor Summary |
---|
Act()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getAction() | |
Contains the formula to execute when a user clicks the command name defined in the corresponding Menu element. | ||
function | getBeginGroup() | |
Indicates whether a separator is inserted into the menu above this action. | ||
function | getButtonFace() | |
It identifies the icon that appears next to an item on a shortcut menu. | ||
function | getChecked() | |
Determines whether a check mark is displayed beside the command name on a shape's shortcut menu. | ||
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. | ||
function | getDisabled() | |
Disabled element determines whether the command name is displayed on the shortcut menu. | ||
function | getFlyoutChild() | |
Determines whether the action row is a child flyout menu of the last row above it that is not a flyout child. | ||
function | getID() | |
function | setID(value) | |
The unique ID of the element within its parent element. | ||
function | getInvisible() | |
Invisible element indicates whether the action is visible on the smart tag or shortcut menu. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getMenu() | |
Specifies the name of the command that appears on the shortcut menu for a shape or page. | ||
function | getName() | |
function | setName(value) | |
The name of the element. | ||
function | getNameU() | |
function | setNameU(value) | |
The universal name of the element. | ||
function | getReadOnly() | |
Determines whether the action on a smart tag or shortcut menu is read-only. | ||
function | getSortKey() | |
It specifies a number that determines the order of actions that appear on a shortcut or smart tag menu. | ||
function | getTagName() | |
It contains the name of the smart tag that the action is associated with. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Act()
Property Getters/Setters Detail |
---|
getName/setName : String | |
function getName() / function setName(value) |
getNameU/setNameU : String | |
function getNameU() / function setNameU(value) |
getID/setID : Number | |
function getID() / function setID(value) |
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getMenu : Str2Value | |
function getMenu() |
getAction : DoubleValue | |
function getAction() |
getChecked : BoolValue | |
function getChecked() |
getDisabled : BoolValue | |
function getDisabled() |
getReadOnly : BoolValue | |
function getReadOnly() |
getInvisible : BoolValue | |
function getInvisible() |
getBeginGroup : BoolValue | |
function getBeginGroup() |
getFlyoutChild : BoolValue | |
function getFlyoutChild() |
getTagName : Str2Value | |
function getTagName() |
getButtonFace : Str2Value | |
function getButtonFace() |
getSortKey : Str2Value | |
function getSortKey() |
Method Detail |
---|
deepClone | |
function deepClone() |