com.aspose.diagram
Class Tab

java.lang.Object
    extended by com.aspose.diagram.Tab
All Implemented Interfaces:
java.lang.Cloneable

public class Tab 
extends java.lang.Object

Contains a collection of Tab elements.


Property Getters/Setters Summary
AlignmentgetAlignment()
voidsetAlignment(Alignment)
           Specifies the tab alignment.
intgetDel()
voidsetDel(int)
           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.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
StrValuegetLeader()
voidsetLeader(StrValue)
           Specified the leader.
DoubleValuegetPosition()
voidsetPosition(DoubleValue)
           Specifies the position of a tab stop.
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
 

Property Getters/Setters Detail

getIX/setIX

public int getIX() / public void setIX(int value)
The zero-based index of the element within its parent element.

getDel/setDel

public int getDel() / public void setDel(int 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

public DoubleValue getPosition() / public void setPosition(DoubleValue value)
Specifies the position of a tab stop.

getAlignment/setAlignment

public Alignment getAlignment() / public void setAlignment(Alignment value)
Specifies the tab alignment.

getLeader/setLeader

public StrValue getLeader() / public void setLeader(StrValue value)
Specified the leader.

Method Detail

deepClone

public java.lang.Object deepClone()
                throws java.lang.Exception
Creates deep copy of this instance.
Returns:

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