com.spire.doc
Class Tab

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.documents.xml.DocumentSerializable
          extended by com.spire.doc.Tab
All Implemented Interfaces:
IDocumentSerializable

public class Tab
extends DocumentSerializable


Method Summary
 boolean equals(Tab tab)
           
 TabJustification getJustification()
          Gets or sets the justification.
 float getPosition()
          Gets or sets the position.
 TabLeader getTabLeader()
          Gets or sets the tab leader.
 void setJustification(TabJustification value)
          Gets or sets the justification.
 void setPosition(float value)
          Gets or sets the position.
 void setTabLeader(TabLeader value)
          Gets or sets the tab leader.
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Method Detail

getJustification

public TabJustification getJustification()
Gets or sets the justification.

Returns:
The justification.

setJustification

public void setJustification(TabJustification value)
Gets or sets the justification.


getTabLeader

public TabLeader getTabLeader()
Gets or sets the tab leader.

Returns:
The tab leader.

setTabLeader

public void setTabLeader(TabLeader value)
Gets or sets the tab leader.


getPosition

public float getPosition()
Gets or sets the position.

Returns:
The position.

setPosition

public void setPosition(float value)
Gets or sets the position.


equals

public boolean equals(Tab tab)