public class TabStop extends Object
| Constructor and Description |
|---|
TabStop(float tabPosition) |
TabStop(float tabPosition, TabAlignment tabAlignment) |
TabStop(float tabPosition, TabAlignment tabAlignment, ILineDrawer tabLeader) |
| Modifier and Type | Method and Description |
|---|---|
TabAlignment |
getTabAlignment() |
Character |
getTabAnchor() |
ILineDrawer |
getTabLeader() |
float |
getTabPosition() |
void |
setTabAlignment(TabAlignment tabAlignment) |
void |
setTabAnchor(Character tabAnchor) |
void |
setTabLeader(ILineDrawer tabLeader) |
public TabStop(float tabPosition)
public TabStop(float tabPosition,
TabAlignment tabAlignment) public TabStop(float tabPosition,
TabAlignment tabAlignment,
ILineDrawer tabLeader) public float getTabPosition()
public TabAlignment getTabAlignment()
public void setTabAlignment(TabAlignment tabAlignment)
public Character getTabAnchor()
public void setTabAnchor(Character tabAnchor)
public ILineDrawer getTabLeader()
public void setTabLeader(ILineDrawer tabLeader)
Copyright © 1998–2016 iText Group NV. All rights reserved.