asposediagram.api

Class SmartTagDef

Contains elements that contain information for each smart tag defined for a shape or page.

Constructor Summary
SmartTagDef()
Constructor.
 
Property Getters/Setters Summary
methodgetButtonFace()
It contains the ID of the button face image that appears on the smart tag button.
methodgetDel()
method
setDel(value)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
methodgetDescription()
Description element contains a string that describes the smart tag, which appears as a tool tip when the user pauses the mouse over the tag.
methodgetDisabled()
Disabled element determines whether the smart tag appears in the drawing window.
methodgetDisplayMode()
DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time.
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.
methodgetTagName()
It contains the name of the smart tag that is used as a key to associate the smart tag with its actions.
methodgetX()
The x-coordinate position in the shape's local coordinates around which the smart tag button is placed.
methodgetXJustify()
The x-offset of the smart tag button relative to the point defined by the X and Y elements.
methodgetY()
The y-coordinate position in the shape's local coordinates around which the smart tag button is placed.
methodgetYJustify()
Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.
 

    • Constructor Detail

      • SmartTagDef

        SmartTagDef()
        Constructor.
    • Property Getters/Setters Detail

      • 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.
      • getID/setID : int 

        int getID() / setID(value)
        
        The unique ID of the element within its parent element.
      • getDel/setDel : int 

        int getDel() / setDel(value)
        
        A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
      • getX : DoubleValue 

        DoubleValue getX()
        
        The x-coordinate position in the shape's local coordinates around which the smart tag button is placed.
      • getY : DoubleValue 

        DoubleValue getY()
        
        The y-coordinate position in the shape's local coordinates around which the smart tag button is placed.
      • getTagName : Str2Value 

        Str2Value getTagName()
        
        It contains the name of the smart tag that is used as a key to associate the smart tag with its actions.
      • getXJustify : XJustify 

        XJustify getXJustify()
        
        The x-offset of the smart tag button relative to the point defined by the X and Y elements.
      • getYJustify : YJustify 

        YJustify getYJustify()
        
        Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.
      • getDisplayMode : DisplayModeSmartTagDef 

        DisplayModeSmartTagDef getDisplayMode()
        
        DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time.
      • getButtonFace : Str2Value 

        Str2Value getButtonFace()
        
        It contains the ID of the button face image that appears on the smart tag button.
      • getDisabled : BoolValue 

        BoolValue getDisabled()
        
        Disabled element determines whether the smart tag appears in the drawing window.
      • getDescription : Str2Value 

        Str2Value getDescription()
        
        Description element contains a string that describes the smart tag, which appears as a tool tip when the user pauses the mouse over the tag.