public class DRDesignTabStop extends Object implements DRIDesignTabStop
DRDesignTabStop class.
| Constructor and Description |
|---|
DRDesignTabStop() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TabStopAlignment |
getAlignment()
getAlignment.
|
int |
getPosition()
getPosition.
|
void |
setAlignment(TabStopAlignment alignment)
Setter for the field
alignment. |
void |
setPosition(int position)
Setter for the field
position. |
public int getPosition()
getPosition.
getPosition in interface DRIDesignTabStoppublic void setPosition(int position)
Setter for the field position.
position - a int.public TabStopAlignment getAlignment()
getAlignment.
getAlignment in interface DRIDesignTabStopTabStopAlignment object.public void setAlignment(TabStopAlignment alignment)
Setter for the field alignment.
alignment - a TabStopAlignment object.Copyright © 2010–2021. All rights reserved.