Constructor Summary |
---|
MasterShortcut()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getAlignName() | |
method | setAlignName(value) | |
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. | ||
method | getIcon() | |
method | setIcon(value) | |
Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document. | ||
method | getIconSize() | |
method | setIconSize(value) | |
The size of the element's icon. The value of the property is IconSizeValue integer constant. | ||
method | getID() | |
method | setID(value) | |
The unique ID of the element within its parent element. | ||
method | getName() | |
method | setName(value) | |
The name of the element. | ||
method | getNameU() | |
method | setNameU(value) | |
The universal name of the element. | ||
method | getPatternFlags() | |
method | setPatternFlags(value) | |
Determines whether a master behaves as a custom pattern. | ||
method | getPrompt() | |
method | setPrompt(value) | |
The status bar and tool tip prompt for the element. | ||
method | getShortcutHelp() | |
method | setShortcutHelp(value) | |
A help string for the element. | ||
method | getShortcutURL() | |
method | setShortcutURL(value) | |
A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut. |
int getID() / setID(value)
String getName() / setName(value)
String getNameU() / setNameU(value)
int getIconSize() / setIconSize(value)
int getPatternFlags() / setPatternFlags(value)
String getPrompt() / setPrompt(value)
String getShortcutURL() / setShortcutURL(value)
String getShortcutHelp() / setShortcutHelp(value)
int getAlignName() / setAlignName(value)
byte[] getIcon() / setIcon(value)