|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Placeholder
public class Placeholder
Represents the placeholder on a slide.
Method Summary | |
---|---|
int |
getHeight()
Returns the height of the placeholder. |
Slide |
getParent()
Returns the parent slide. |
int |
getPlaceholderType()
Returns the type of a placeholder. |
int |
getWidth()
Returns the width of the placeholder. |
int |
getX()
Returns the x-coordinate of the upper-left corner of the placeholder. |
int |
getY()
Returns the y-coordinate of the upper-left corner of the placeholder. |
void |
setHeight(int value)
Do nothing for unknown placeholders. |
void |
setWidth(int value)
Do nothing for unknown placeholders. |
void |
setX(int value)
Do nothing for unknown placeholders. |
void |
setY(int value)
Do nothing for unknown placeholders. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Slide getParent()
public int getPlaceholderType()
PlaceholderType
.public int getX()
public void setX(int value)
value
- x coordinate of the upper-left corner.public int getY()
public void setY(int value)
value
- y coordinate of the upper-left corner.public int getWidth()
public void setWidth(int value)
value
- width of the placeholder.public int getHeight()
public void setHeight(int value)
value
- height of the placeholder.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |