Class TabStop
java.lang.Object
com.itextpdf.text.TabStop
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TabStop.Alignmentprotected charprotected DrawInterfaceprotected 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 TypeMethodDescriptioncharfloatfloatgetPosition(float tabPosition, float currentPosition, float anchorPosition) static TabStopnewInstance(float currentPosition, float tabInterval) voidsetAlignment(TabStop.Alignment alignment) voidsetAnchorChar(char anchorChar) voidsetLeader(DrawInterface leader) voidsetPosition(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)
-