Package com.itextpdf.text
Class TabStop
java.lang.Object
com.itextpdf.text.TabStop
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TabStop.Alignment
protected char
protected DrawInterface
protected float
-
Constructor Summary
ConstructorsConstructorDescriptionTabStop
(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) -
Method Summary
Modifier and TypeMethodDescriptionchar
float
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)
-
Field Details
-
position
protected float position -
alignment
-
leader
-
anchorChar
protected char anchorChar
-
-
Constructor Details
-
TabStop
public TabStop(float position) -
TabStop
-
TabStop
-
TabStop
-
TabStop
-
TabStop
-
TabStop
-
-
Method Details
-
newInstance
-
getPosition
public float getPosition() -
setPosition
public void setPosition(float position) -
getAlignment
-
setAlignment
-
getLeader
-
setLeader
-
getAnchorChar
public char getAnchorChar() -
setAnchorChar
public void setAnchorChar(char anchorChar) -
getPosition
public float getPosition(float tabPosition, float currentPosition, float anchorPosition)
-