|
|||||||||
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 format properties of a Placeholder. |
int |
getHeight()
Returns the height of a Placeholder. |
LineFormat |
getLineFormat()
Returns the LineFormat object that contains line format properties of a Placeholder. |
int |
getMasterShapeId()
Returns the unique Id of a master shape or 0 in case shape is not inherited from any master shapes. |
BaseSlide |
getParent()
Returns the parent slide. |
int |
getPlaceholderType()
Returns the type of a placeholder. |
ShadowFormat |
getShadowFormat()
Returns the ShadowFormat object that contains shadow format properties of a Placeholder. |
Shape |
getShapeRef()
Returns the Shape object which contains real properties of a Placeholder. |
ThreeDFormat |
getThreeDFormat()
Returns the ThreeDFormat object that contains 3D format 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 BaseSlide getParent()
getParent
in interface IShape
public int getMasterShapeId()
public java.lang.String getAlternativeText()
getAlternativeText
in interface IShape
public void setAlternativeText(java.lang.String value)
setAlternativeText
in interface IShape
value
- the alternative text.public Shape getShapeRef()
getShapeRef
in interface IPlaceholder
public int getPlaceholderType()
getPlaceholderType
in interface IPlaceholder
PlaceholderType
.public int getX()
getX
in interface IShape
public void setX(int value)
setX
in interface IShape
value
- new x coordinate.public int getY()
getY
in interface IShape
public void setY(int value)
setY
in interface IShape
value
- new y coordinate.public int getWidth()
getWidth
in interface IShape
public void setWidth(int value)
setWidth
in interface IShape
value
- new width of a Placeholder.public int getHeight()
getHeight
in interface IShape
public void setHeight(int value)
setHeight
in interface IShape
value
- new height of a Placeholder.public LineFormat getLineFormat()
getLineFormat
in interface IShapeFormat
LineFormat
object.public FillFormat getFillFormat()
getFillFormat
in interface IShapeFormat
FillFormat
object.public ShadowFormat getShadowFormat()
getShadowFormat
in interface IShapeFormat
ShadowFormat
object.public ThreeDFormat getThreeDFormat()
getThreeDFormat
in interface IShapeFormat
ThreeDFormat
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |