|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITabStop
This interface enables you to get and set tab stop values for a paragraph object.
Method Summary | |
---|---|
Alignment |
getAlignment()
Returns the alignment. |
int |
getXOffset()
Returns the XOffset for the tab position. |
void |
setAlignment(Alignment alignment)
Sets the alignment. |
void |
setXOffset(int xOffset)
Sets the XOffset for the tab position. |
Method Detail |
---|
Alignment getAlignment()
Returns the alignment.
Alignment
.int getXOffset()
Returns the XOffset for the tab position.
int
.void setAlignment(Alignment alignment)
Sets the alignment.
alignment
- The alignment as Alignment
.void setXOffset(int xOffset)
Sets the XOffset for the tab position.
xOffset
- The XOffset for the tab position as an int
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |