@Deprecated public class SlidesShape extends SlidesBaseShape implements IRotatableTwoDObject
Represents a drawing shape in a PowerPoint document.
Modifier and Type | Method and Description |
---|---|
FormattedTextFragmentCollection |
getFormattedTextFragments()
Deprecated.
Gets the collection of formatted text fragments of this
SlidesShape . |
SlidesWatermarkableImage |
getImage()
Deprecated.
Gets the image of this
SlidesShape . |
double |
getRotateAngle()
Deprecated.
Gets the rotate angle of this
SlidesShape in degrees. |
int |
getShapeType()
Deprecated.
Gets the shape geometry preset type.
|
String |
getText()
Deprecated.
Gets the text of this
SlidesShape . |
void |
setImage(SlidesWatermarkableImage value)
Deprecated.
Sets the image of this
SlidesShape . |
void |
setRotateAngle(double value)
Deprecated.
Sets the rotate angle of this
SlidesShape in degrees. |
void |
setText(String value)
Deprecated.
Sets the text of this
SlidesShape . |
getAlternativeText, getHeight, getHyperlink, getId, getImageFillFormat, getName, getSlide, getWidth, getX, getY, getZOrderPosition, setAlternativeText, setHeight, setHyperlink, setWidth, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHeight, getWidth, getX, getY
public final double getRotateAngle()
Gets the rotate angle of this SlidesShape
in degrees.
getRotateAngle
in interface IRotatableTwoDObject
SlidesShape
in degrees.public final void setRotateAngle(double value)
Sets the rotate angle of this SlidesShape
in degrees.
value
- The rotate angle of this SlidesShape
in degrees.public final String getText()
Gets the text of this SlidesShape
.
SlidesShape
.public final void setText(String value)
Sets the text of this SlidesShape
.
value
- The text of this SlidesShape
.public final FormattedTextFragmentCollection getFormattedTextFragments()
Gets the collection of formatted text fragments of this SlidesShape
.
SlidesShape
.public final int getShapeType()
Gets the shape geometry preset type.
public final SlidesWatermarkableImage getImage()
Gets the image of this SlidesShape
.
SlidesShape
.
Returns null if the shape has no image.public final void setImage(SlidesWatermarkableImage value)
Sets the image of this SlidesShape
.
value
- The image of this SlidesShape
.
Returns null if the shape has no image.