java.lang.Object
com.aspose.diagram.MasterShortcut
public class MasterShortcut
| Constructor Summary |
|---|
MasterShortcut()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getAlignName() | |
void | setAlignName(int) | |
| Specifies whether the element's text in the stencil window is aligned left, right, or center. The value of the property is AlignNameValue integer constant. | ||
byte[] | getIcon() | |
void | setIcon(byte[]) | |
| Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document. | ||
int | getIconSize() | |
void | setIconSize(int) | |
| The size of the element's icon. The value of the property is IconSizeValue integer constant. | ||
int | getID() | |
void | setID(int) | |
| The unique ID of the element within its parent element. | ||
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. | ||
int | getPatternFlags() | |
void | setPatternFlags(int) | |
| Determines whether a master behaves as a custom pattern. | ||
java.lang.String | getPrompt() | |
void | setPrompt(java.lang.String) | |
| The status bar and tool tip prompt for the element. | ||
java.lang.String | getShortcutHelp() | |
void | setShortcutHelp(java.lang.String) | |
| A help string for the element. | ||
java.lang.String | getShortcutURL() | |
void | setShortcutURL(java.lang.String) | |
| A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut. | ||
| Constructor Detail |
|---|
public MasterShortcut()
| Property Getters/Setters Detail |
|---|
getID/setID | |
public int getID() / public void setID(int value) | |
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) | |
getIconSize/setIconSize | |
public int getIconSize() / public void setIconSize(int value) | |
getPatternFlags/setPatternFlags | |
public int getPatternFlags() / public void setPatternFlags(int value) | |
getPrompt/setPrompt | |
public java.lang.String getPrompt() / public void setPrompt(java.lang.String value) | |
getShortcutURL/setShortcutURL | |
public java.lang.String getShortcutURL() / public void setShortcutURL(java.lang.String value) | |
getShortcutHelp/setShortcutHelp | |
public java.lang.String getShortcutHelp() / public void setShortcutHelp(java.lang.String value) | |
getAlignName/setAlignName | |
public int getAlignName() / public void setAlignName(int value) | |
getIcon/setIcon | |
public byte[] getIcon() / public void setIcon(byte[] value) | |