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