aspose.diagram
Class MasterShortcut

Specifies a master shortcut defined in the document.

Constructor Summary
MasterShortcut()
           Constructor.
 
Property Getters/Setters Summary
functiongetAlignName()
functionsetAlignName(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.
functiongetIcon()
functionsetIcon(value)
           Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document.
functiongetIconSize()
functionsetIconSize(value)
           The size of the element's icon. The value of the property is IconSizeValue integer constant.
functiongetID()
functionsetID(value)
           The unique ID of the element within its parent element.
functiongetName()
functionsetName(value)
           The name of the element.
functiongetNameU()
functionsetNameU(value)
           The universal name of the element.
functiongetPatternFlags()
functionsetPatternFlags(value)
           Determines whether a master behaves as a custom pattern.
functiongetPrompt()
functionsetPrompt(value)
           The status bar and tool tip prompt for the element.
functiongetShortcutHelp()
functionsetShortcutHelp(value)
           A help string for the element.
functiongetShortcutURL()
functionsetShortcutURL(value)
           A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut.
 

Constructor Detail

MasterShortcut

function MasterShortcut()
Constructor.

Property Getters/Setters Detail

getID/setID : Number 

function getID() / function setID(value)
The unique ID of the element within its parent element.

getName/setName : String 

function getName() / function setName(value)
The name of the element.

getNameU/setNameU : String 

function getNameU() / function setNameU(value)
The universal name of the element.

getIconSize/setIconSize : Number 

function getIconSize() / function setIconSize(value)
The size of the element's icon. The value of the property is IconSizeValue integer constant.

getPatternFlags/setPatternFlags : Number 

function getPatternFlags() / function setPatternFlags(value)
Determines whether a master behaves as a custom pattern.

getPrompt/setPrompt : String 

function getPrompt() / function setPrompt(value)
The status bar and tool tip prompt for the element.

getShortcutURL/setShortcutURL : String 

function getShortcutURL() / function setShortcutURL(value)
A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut.

getShortcutHelp/setShortcutHelp : String 

function getShortcutHelp() / function setShortcutHelp(value)
A help string for the element.

getAlignName/setAlignName : Number 

function getAlignName() / function 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.

getIcon/setIcon : byte[] 

function getIcon() / function setIcon(value)
Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.