com.itextpdf.text
Class TabSettings

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

public class TabSettings
extends Object


Field Summary
static float DEFAULT_TAB_INTERVAL
           
 
Constructor Summary
TabSettings()
           
TabSettings(float tabInterval)
           
TabSettings(List<TabStop> tabStops)
           
TabSettings(List<TabStop> tabStops, float tabInterval)
           
 
Method Summary
 float getTabInterval()
           
 TabStop getTabStopNewInstance(float currentPosition)
           
static TabStop getTabStopNewInstance(float currentPosition, TabSettings tabSettings)
           
 List<TabStop> getTabStops()
           
 void setTabInterval(float tabInterval)
           
 void setTabStops(List<TabStop> tabStops)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TAB_INTERVAL

public static final float DEFAULT_TAB_INTERVAL
See Also:
Constant Field Values
Constructor Detail

TabSettings

public TabSettings()

TabSettings

public TabSettings(List<TabStop> tabStops)

TabSettings

public TabSettings(float tabInterval)

TabSettings

public TabSettings(List<TabStop> tabStops,
                   float tabInterval)
Method Detail

getTabStopNewInstance

public static TabStop getTabStopNewInstance(float currentPosition,
                                            TabSettings tabSettings)

getTabStops

public List<TabStop> getTabStops()

setTabStops

public void setTabStops(List<TabStop> tabStops)

getTabInterval

public float getTabInterval()

setTabInterval

public void setTabInterval(float tabInterval)

getTabStopNewInstance

public TabStop getTabStopNewInstance(float currentPosition)


Copyright © 2013. All Rights Reserved.