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