|
||||||||
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 | |
---|---|
java.lang.String |
getAlternativeText()
Returns the alternative text associated with a placeholder in a Web presentation. |
FillFormat |
getFillFormat()
Returns the FillFormat object that contains fill formatting properties for a Placeholder. |
int |
getHeight()
Returns the height of a Placeholder. |
LineFormat |
getLineFormat()
Returns the LineFormat object that contains line formatting properties for a Placeholder. |
Slide |
getParent()
Returns the parent slide. |
int |
getPlaceholderType()
Returns the type of a placeholder. |
Shape |
getShapeRef()
Returns the Shape object which contains real properties of a Placeholder. |
int |
getWidth()
Returns the width of a Placeholder. |
int |
getX()
Returns the x-coordinate of the upper-left corner of a Placeholder. |
int |
getY()
Returns the y-coordinate of the upper-left corner of a Placeholder. |
void |
setAlternativeText(java.lang.String value)
Sets the alternative text associated with a placeholder in a Web presentation. |
void |
setHeight(int value)
Sets the height of a Placeholder. |
void |
setWidth(int value)
Sets the width of a Placeholder. |
void |
setX(int value)
Sets the x-coordinate of the upper-left corner of a Placeholder. |
void |
setY(int value)
Sets the y-coordinate of the upper-left corner of a Placeholder. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Slide getParent()
public java.lang.String getAlternativeText()
public void setAlternativeText(java.lang.String value)
value
- the alternative text.public Shape getShapeRef()
public int getPlaceholderType()
PlaceholderType
.public int getX()
public void setX(int value)
value
- new x coordinate.public int getY()
public void setY(int value)
value
- new y coordinate.public int getWidth()
public void setWidth(int value)
value
- new width of a Placeholder.public int getHeight()
public void setHeight(int value)
value
- new height of a Placeholder.public LineFormat getLineFormat()
LineFormat
object.public FillFormat getFillFormat()
FillFormat
object.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |