asposediagram.api

Contains a collection of Tab elements.

Property Getters/Setters Summary
methodgetAlignment()
method
           Specifies the tab alignment.
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.
methodgetIX()
method
setIX(value)
           The zero-based index of the element within its parent element.
methodgetLeader()
method
setLeader(value)
           Specified the leader.
methodgetPosition()
method
           Specifies the position of a tab stop.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Property Getters/Setters Detail

      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        The zero-based index 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.
      • getPosition/setPosition : DoubleValue 

        DoubleValue getPosition() / setPosition(value)
        
        Specifies the position of a tab stop.
      • getAlignment/setAlignment : Alignment 

        Alignment getAlignment() / setAlignment(value)
        
        Specifies the tab alignment.
      • getLeader/setLeader : StrValue 

        StrValue getLeader() / setLeader(value)
        
        Specified the leader.
    • Method Detail

      • deepClone

        Object deepClone()
        Creates deep copy of this instance.
        Returns: