com.aspose.diagram

  • java.lang.Object
    • com.aspose.diagram.Tab
  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i, java.lang.Cloneable
    public class Tab 
    extends java.lang.Object

Contains a collection of Tab elements.

Property Getters/Setters Summary
AlignmentgetAlignment()
void
           Specifies the tab alignment.
intgetDel()
void
setDel(intvalue)
           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()
void
setIX(intvalue)
           The zero-based index of the element within its parent element.
StrValuegetLeader()
void
           Specified the leader.
DoubleValuegetPosition()
void
           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: