asposediagram.api

Class MasterShortcut

Specifies a master shortcut defined in the document.

Constructor Summary
MasterShortcut()
Constructor.
 
Property Getters/Setters Summary
methodgetAlignName()
method
           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.
methodgetIcon()
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.
methodgetIconSize()
method
           The size of the element's icon. The value of the property is IconSizeValue integer constant.
methodgetID()
method
setID(value)
           The unique ID of the element within its parent element.
methodgetName()
method
setName(value)
           The name of the element.
methodgetNameU()
method
setNameU(value)
           The universal name of the element.
methodgetPatternFlags()
method
           Determines whether a master behaves as a custom pattern.
methodgetPrompt()
method
setPrompt(value)
           The status bar and tool tip prompt for the element.
methodgetShortcutHelp()
method
           A help string for the element.
methodgetShortcutURL()
method
           A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut.
 

    • Constructor Detail

      • MasterShortcut

        MasterShortcut()
        Constructor.
    • Property Getters/Setters Detail

      • getID/setID : int 

        int getID() / setID(value)
        
        The unique ID of the element within its parent element.
      • getName/setName : String 

        String getName() / setName(value)
        
        The name of the element.
      • getNameU/setNameU : String 

        String getNameU() / setNameU(value)
        
        The universal name of the element.
      • getIconSize/setIconSize : int 

        int getIconSize() / setIconSize(value)
        
        The size of the element's icon. The value of the property is IconSizeValue integer constant.
      • getPatternFlags/setPatternFlags : int 

        int getPatternFlags() / setPatternFlags(value)
        
        Determines whether a master behaves as a custom pattern.
      • getPrompt/setPrompt : String 

        String getPrompt() / setPrompt(value)
        
        The status bar and tool tip prompt for the element.
      • getShortcutURL/setShortcutURL : String 

        String getShortcutURL() / setShortcutURL(value)
        
        A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut.
      • getShortcutHelp/setShortcutHelp : String 

        String getShortcutHelp() / setShortcutHelp(value)
        
        A help string for the element.
      • getAlignName/setAlignName : int 

        int getAlignName() / 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[] 

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