Package | Description |
---|---|
com.attachmate.UPG.common |
Modifier and Type | Method and Description |
---|---|
int |
IScreenUPG.putString(String inText,
int inRow,
int inColumn)
Copies a string of text to the specified position in the presentation space, returning the number of
characters written.
|
int |
IScreen.putString(String inText,
int inRow,
int inColumn) |
int |
IScreenUPG.putStringEx(String inText,
int inStartRow,
int inStartColumn,
int inEndRow,
int inEndColumn,
int inArea,
int inWrap,
int inModes,
boolean inFill)
Copies a string of text to the specified position in the presentation space, returning the number
of characters written.
|
int |
IScreen.putStringEx(String inText,
int inStartRow,
int inStartColumn,
int inEndRow,
int inEndColumn,
int inArea,
int inWrap,
int inModes,
boolean inFill) |