Class TabSettings
java.lang.Object
com.itextpdf.text.TabSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final floatprivate float -
Constructor Summary
ConstructorsConstructorDescriptionTabSettings(float tabInterval) TabSettings(List<TabStop> tabStops) TabSettings(List<TabStop> tabStops, float tabInterval) -
Method Summary
Modifier and TypeMethodDescriptionfloatgetTabStopNewInstance(float currentPosition) static TabStopgetTabStopNewInstance(float currentPosition, TabSettings tabSettings) voidsetTabInterval(float tabInterval) voidsetTabStops(List<TabStop> tabStops)
-
Field Details
-
DEFAULT_TAB_INTERVAL
public static final float DEFAULT_TAB_INTERVAL- See Also:
-
tabStops
-
tabInterval
private float tabInterval
-
-
Constructor Details
-
TabSettings
public TabSettings() -
TabSettings
-
TabSettings
public TabSettings(float tabInterval) -
TabSettings
-
-
Method Details
-
getTabStopNewInstance
-
getTabStops
-
setTabStops
-
getTabInterval
public float getTabInterval() -
setTabInterval
public void setTabInterval(float tabInterval) -
getTabStopNewInstance
-