|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IShape
Represents standard shape's properties.
Method Summary | |
---|---|
java.lang.String |
getAlternativeText()
Returns the alternative text associated with a shape in a Web presentation. |
int |
getHeight()
Returns the height of a shape. |
Slide |
getParent()
Returns the parent slide. |
int |
getWidth()
Returns the width of a shape. |
int |
getX()
Returns the x-coordinate of the upper-left corner of a shape. |
int |
getY()
Returns the y-coordinate of the upper-left corner of a shape. |
void |
setAlternativeText(java.lang.String value)
Sets the alternative text associated with a shape in a Web presentation. |
void |
setHeight(int value)
Sets the height of a shape. |
void |
setWidth(int value)
Sets the width of a shape. |
void |
setX(int value)
Sets the x-coordinate of the upper-left corner of a shape. |
void |
setY(int value)
Sets the y-coordinate of the upper-left corner of a shape. |
Method Detail |
---|
Slide getParent()
java.lang.String getAlternativeText()
void setAlternativeText(java.lang.String value)
value
- the alternative text.int getX()
void setX(int value)
value
- new x coordinate of the upper-left corner.int getY()
void setY(int value)
value
- new y coordinate of the upper-left corner.int getWidth()
void setWidth(int value)
value
- new width of a shape.int getHeight()
void setHeight(int value)
value
- new height of a shape.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |