@Deprecated public abstract class SlidesBaseShape extends ShapeSearchAdapter implements ITwoDObject, ISlidesHyperlinkContainer
Provides the abstract base class for shapes of all types in a PowerPoint document.
Modifier and Type | Method and Description |
---|---|
String |
getAlternativeText()
Deprecated.
Gets the descriptive (alternative) text associated with this
SlidesBaseShape . |
double |
getHeight()
Deprecated.
Gets the height of this
SlidesBaseShape in points. |
String |
getHyperlink(int actionType)
Deprecated.
Gets the hyperlink associated with this
SlidesBaseShape . |
long |
getId()
Deprecated.
Gets the identifier of this
SlidesBaseShape . |
SlidesImageFillFormat |
getImageFillFormat()
Deprecated.
Gets the image fill format settings of this
SlidesBaseShape . |
String |
getName()
Deprecated.
Gets the name of this
SlidesBaseShape . |
SlidesBaseSlide |
getSlide()
Deprecated.
Gets the parent slide of this
SlidesBaseShape . |
double |
getWidth()
Deprecated.
Gets the width of this
SlidesBaseShape in points. |
double |
getX()
Deprecated.
Gets the horizontal offset of this
SlidesBaseShape from slide left border in points. |
double |
getY()
Deprecated.
Gets the vertical offset of this
SlidesBaseShape from slide top border in points. |
int |
getZOrderPosition()
Deprecated.
Gets the position of this
SlidesBaseShape in the z-order. |
void |
setAlternativeText(String value)
Deprecated.
Sets the descriptive (alternative) text associated with this
SlidesBaseShape . |
void |
setHeight(double value)
Deprecated.
Sets the height of this
SlidesBaseShape in points. |
void |
setHyperlink(int actionType,
String url)
Deprecated.
Sets the hyperlink associated with this
SlidesBaseShape . |
void |
setWidth(double value)
Deprecated.
Sets the width of this
SlidesBaseShape in points. |
void |
setX(double value)
Deprecated.
Sets the horizontal offset of this
SlidesBaseShape from slide left border in points. |
void |
setY(double value)
Deprecated.
Sets the vertical offset of this
SlidesBaseShape from slide top border in points. |
public final SlidesBaseSlide getSlide()
Gets the parent slide of this SlidesBaseShape
.
SlidesBaseShape
.public final SlidesImageFillFormat getImageFillFormat()
Gets the image fill format settings of this SlidesBaseShape
.
SlidesBaseShape
.public final String getName()
Gets the name of this SlidesBaseShape
.
SlidesBaseShape
.public final String getAlternativeText()
Gets the descriptive (alternative) text associated with this SlidesBaseShape
.
SlidesBaseShape
.public final void setAlternativeText(String value)
Sets the descriptive (alternative) text associated with this SlidesBaseShape
.
value
- The descriptive (alternative) text associated with this SlidesBaseShape
.public final double getX()
Gets the horizontal offset of this SlidesBaseShape
from slide left border in points.
getX
in interface ITwoDObject
SlidesBaseShape
.public final void setX(double value)
Sets the horizontal offset of this SlidesBaseShape
from slide left border in points.
value
- The x-coordinate of this SlidesBaseShape
.public final double getY()
Gets the vertical offset of this SlidesBaseShape
from slide top border in points.
getY
in interface ITwoDObject
SlidesBaseShape
.public final void setY(double value)
Sets the vertical offset of this SlidesBaseShape
from slide top border in points.
value
- The y-coordinate of this SlidesBaseShape
.public final double getWidth()
Gets the width of this SlidesBaseShape
in points.
getWidth
in interface ITwoDObject
SlidesBaseShape
in points.public final void setWidth(double value)
Sets the width of this SlidesBaseShape
in points.
value
- The width of this SlidesBaseShape
in points.public final double getHeight()
Gets the height of this SlidesBaseShape
in points.
getHeight
in interface ITwoDObject
SlidesBaseShape
in points.public final void setHeight(double value)
Sets the height of this SlidesBaseShape
in points.
value
- The height of this SlidesBaseShape
in points.public final long getId()
Gets the identifier of this SlidesBaseShape
.
SlidesBaseShape
.public final int getZOrderPosition()
Gets the position of this SlidesBaseShape
in the z-order.
SlidesBaseShape
in the z-order.
A shape with greater z-order is always in front of a shape with a lower z-order.public final String getHyperlink(int actionType)
Gets the hyperlink associated with this SlidesBaseShape
.
getHyperlink
in interface ISlidesHyperlinkContainer
actionType
- The action that activates the hyperlink.public final void setHyperlink(int actionType, String url)
Sets the hyperlink associated with this SlidesBaseShape
.
setHyperlink
in interface ISlidesHyperlinkContainer
actionType
- The action that activates the hyperlink.url
- The hyperlink url.Copyright © 2020. All rights reserved.