Package com.itextpdf.text
Class TabSettings
java.lang.Object
com.itextpdf.text.TabSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final float
private float
-
Constructor Summary
ConstructorsConstructorDescriptionTabSettings
(float tabInterval) TabSettings
(List<TabStop> tabStops) TabSettings
(List<TabStop> tabStops, float tabInterval) -
Method Summary
Modifier and TypeMethodDescriptionfloat
getTabStopNewInstance
(float currentPosition) static TabStop
getTabStopNewInstance
(float currentPosition, TabSettings tabSettings) void
setTabInterval
(float tabInterval) void
setTabStops
(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
-