public class MasterShortcut
| Constructor Summary |
|---|
MasterShortcut()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getAlignName() | |
void | setAlignName(intvalue) | |
| 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[]value) | |
| 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(intvalue) | |
| The size of the element's icon. The value of the property is IconSizeValue integer constant. | ||
int | getID() | |
void | setID(intvalue) | |
| The unique ID of the element within its parent element. | ||
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. | ||
int | getPatternFlags() | |
void | setPatternFlags(intvalue) | |
| Determines whether a master behaves as a custom pattern. | ||
java.lang.String | getPrompt() | |
void | setPrompt(java.lang.Stringvalue) | |
| The status bar and tool tip prompt for the element. | ||
java.lang.String | getShortcutHelp() | |
void | setShortcutHelp(java.lang.Stringvalue) | |
| A help string for the element. | ||
java.lang.String | getShortcutURL() | |
void | setShortcutURL(java.lang.Stringvalue) | |
| A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut. | ||
public int getID() / public void setID(int value)
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 getIconSize() / public void setIconSize(int value)
public int getPatternFlags() / public void setPatternFlags(int value)
public java.lang.String getPrompt() / public void setPrompt(java.lang.String value)
public java.lang.String getShortcutURL() / public void setShortcutURL(java.lang.String value)
public java.lang.String getShortcutHelp() / public void setShortcutHelp(java.lang.String value)
public int getAlignName() / public void setAlignName(int value)
public byte[] getIcon() / public void setIcon(byte[] value)