public class AutoShape extends ShapeObj
Modifier and Type | Field and Description |
---|---|
static short |
Line |
static short |
Oval |
static short |
Rectangle |
static short |
TextBox |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
text content.
|
void |
setText(java.lang.String text)
set the text content of the control
|
public static final short Rectangle
public static final short Oval
public static final short Line
public static final short TextBox