asposediagram.api

Class DisplayMode

When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. When it is contained in a SmartTagDef element, the 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.

Constructor Summary
DisplayMode(value)
Constructor.
 
Property Getters/Setters Summary
methodgetUfe()
Specifies attributes of an element.
methodgetValue()
method
setValue(value)
           When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. When it is contained in a SmartTagDef element, the 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. The value of the property is DisplayModeValue integer constant.
 
Method Summary
methodequals(value)
Are objects equal.
methodhashCode()
Serves as a hash function for a particular type.
 

    • Constructor Detail

      • DisplayMode

        DisplayMode(value)
        Constructor.
        Parameters:
        value: int - A DisplayModeValue value.
    • Property Getters/Setters Detail

      • getValue/setValue : int 

        int getValue() / setValue(value)
        
        When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. When it is contained in a SmartTagDef element, the 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. The value of the property is DisplayModeValue integer constant.
    • Method Detail

      • equals

        boolean equals(value)
        Are objects equal.
        Parameters:
        value: Object -
        Returns:
      • hashCode

        int hashCode()
        Serves as a hash function for a particular type.
        Returns: