com.itextpdf.text
Class TabStop

java.lang.Object
  extended by com.itextpdf.text.TabStop

public class TabStop
extends Object


Nested Class Summary
static class TabStop.Alignment
           
 
Field Summary
protected  TabStop.Alignment alignment
           
protected  char anchorChar
           
protected  DrawInterface leader
           
protected  float position
           
 
Constructor Summary
TabStop(float position)
           
TabStop(float position, DrawInterface leader)
           
TabStop(float position, DrawInterface leader, TabStop.Alignment alignment)
           
TabStop(float position, DrawInterface leader, TabStop.Alignment alignment, char anchorChar)
           
TabStop(float position, TabStop.Alignment alignment)
           
TabStop(float position, TabStop.Alignment alignment, char anchorChar)
           
TabStop(TabStop tabStop)
           
 
Method Summary
 TabStop.Alignment getAlignment()
           
 char getAnchorChar()
           
 DrawInterface getLeader()
           
 float getPosition()
           
 float getPosition(float tabPosition, float currentPosition, float anchorPosition)
           
static TabStop newInstance(float currentPosition, float tabInterval)
           
 void setAlignment(TabStop.Alignment alignment)
           
 void setAnchorChar(char anchorChar)
           
 void setLeader(DrawInterface leader)
           
 void setPosition(float position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

protected float position

alignment

protected TabStop.Alignment alignment

leader

protected DrawInterface leader

anchorChar

protected char anchorChar
Constructor Detail

TabStop

public TabStop(float position)

TabStop

public TabStop(float position,
               DrawInterface leader)

TabStop

public TabStop(float position,
               TabStop.Alignment alignment)

TabStop

public TabStop(float position,
               TabStop.Alignment alignment,
               char anchorChar)

TabStop

public TabStop(float position,
               DrawInterface leader,
               TabStop.Alignment alignment)

TabStop

public TabStop(float position,
               DrawInterface leader,
               TabStop.Alignment alignment,
               char anchorChar)

TabStop

public TabStop(TabStop tabStop)
Method Detail

newInstance

public static TabStop newInstance(float currentPosition,
                                  float tabInterval)

getPosition

public float getPosition()

setPosition

public void setPosition(float position)

getAlignment

public TabStop.Alignment getAlignment()

setAlignment

public void setAlignment(TabStop.Alignment alignment)

getLeader

public DrawInterface getLeader()

setLeader

public void setLeader(DrawInterface leader)

getAnchorChar

public char getAnchorChar()

setAnchorChar

public void setAnchorChar(char anchorChar)

getPosition

public float getPosition(float tabPosition,
                         float currentPosition,
                         float anchorPosition)


Copyright © 2013. All Rights Reserved.