java.lang.Object
com.aspose.diagram.Act
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(int) | |
| 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(int) | |
| 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(int) | |
| 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.String) | |
| The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.String) | |
| 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. | ||
| Constructor Detail |
|---|
public Act()
| Property Getters/Setters Detail |
|---|
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) | |
getNameU/setNameU | |
public java.lang.String getNameU() / public void setNameU(java.lang.String value) | |
getID/setID | |
public int getID() / public void setID(int value) | |
getIX/setIX | |
public int getIX() / public void setIX(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getMenu | |
public Str2Value getMenu() | |
getAction | |
public DoubleValue getAction() | |
getChecked | |
public BoolValue getChecked() | |
getDisabled | |
public BoolValue getDisabled() | |
getReadOnly | |
public BoolValue getReadOnly() | |
getInvisible | |
public BoolValue getInvisible() | |
getBeginGroup | |
public BoolValue getBeginGroup() | |
getFlyoutChild | |
public BoolValue getFlyoutChild() | |
getTagName | |
public Str2Value getTagName() | |
getButtonFace | |
public Str2Value getButtonFace() | |
getSortKey | |
public Str2Value getSortKey() | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |