@Deprecated public class CellsShape extends ShapeSearchAdapter implements IRotatableTwoDObject
Represents a drawing shape in an Excel document.
Modifier and Type | Method and Description |
---|---|
String |
getAlternativeText()
Deprecated.
Gets the descriptive (alternative) text associated with this
CellsShape . |
int |
getAutoShapeType()
Deprecated.
Gets the auto shape type.
|
FormattedTextFragmentCollection |
getFormattedTextFragments()
Deprecated.
Gets the collection of formatted text fragments of this
CellsShape . |
double |
getHeight()
Deprecated.
Gets the height of this
CellsShape in points. |
String |
getHyperlink()
Deprecated.
Gets the hyperlink associated with this
CellsShape . |
int |
getId()
Deprecated.
Gets the identifier of this
CellsShape . |
CellsWatermarkableImage |
getImage()
Deprecated.
Gets the image of this
CellsShape . |
CellsImageFillFormat |
getImageFillFormat()
Deprecated.
Gets the image fill format settings of this
CellsShape . |
int |
getMsoDrawingType()
Deprecated.
Gets the mso drawing type.
|
String |
getName()
Deprecated.
Gets the name of this
CellsShape . |
double |
getRotateAngle()
Deprecated.
Gets the rotate angle of this
CellsShape in degrees. |
String |
getText()
Deprecated.
Gets the text of this
CellsShape . |
double |
getWidth()
Deprecated.
Gets the width of this
CellsShape in points. |
CellsWorksheet |
getWorksheet()
Deprecated.
Gets the parent worksheet of this
CellsShape . |
double |
getX()
Deprecated.
Gets the horizontal offset of this
CellsShape from worksheet left border in points. |
double |
getY()
Deprecated.
Gets the vertical offset of this
CellsShape from worksheet top border in points. |
boolean |
isWordArt()
Deprecated.
Gets a value indicating whether this
CellsShape is a WordArt object. |
void |
setAlternativeText(String value)
Deprecated.
Sets the descriptive (alternative) text associated with this
CellsShape . |
void |
setHeight(double value)
Deprecated.
Sets the height of this
CellsShape in points. |
void |
setHyperlink(String value)
Deprecated.
Sets the hyperlink associated with this
CellsShape . |
void |
setImage(CellsWatermarkableImage value)
Deprecated.
Sets the image of this
CellsShape . |
void |
setRotateAngle(double value)
Deprecated.
Sets the rotate angle of this
CellsShape in degrees. |
void |
setText(String value)
Deprecated.
Sets the text of this
CellsShape . |
void |
setWidth(double value)
Deprecated.
Sets the width of this
CellsShape in points. |
void |
setX(double value)
Deprecated.
Sets the horizontal offset of this
CellsShape from worksheet left border in points. |
void |
setY(double value)
Deprecated.
Sets the vertical offset of this
CellsShape from worksheet top border in points. |
public final CellsWorksheet getWorksheet()
Gets the parent worksheet of this CellsShape
.
CellsShape
.public final int getAutoShapeType()
Gets the auto shape type.
public final int getMsoDrawingType()
Gets the mso drawing type.
public final String getText()
Gets the text of this CellsShape
.
CellsShape
.public final void setText(String value)
Sets the text of this CellsShape
.
value
- The text of this CellsShape
.public final FormattedTextFragmentCollection getFormattedTextFragments()
Gets the collection of formatted text fragments of this CellsShape
.
CellsShape
.public final CellsWatermarkableImage getImage()
Gets the image of this CellsShape
.
CellsShape
.
Returns null if the shape has no image.public final void setImage(CellsWatermarkableImage value)
Sets the image of this CellsShape
.
value
- The image of this CellsShape
.
Returns null if the shape has no image.public final CellsImageFillFormat getImageFillFormat()
Gets the image fill format settings of this CellsShape
.
CellsShape
.public final int getId()
Gets the identifier of this CellsShape
.
CellsShape
.public final String getAlternativeText()
Gets the descriptive (alternative) text associated with this CellsShape
.
CellsShape
.public final void setAlternativeText(String value)
Sets the descriptive (alternative) text associated with this CellsShape
.
value
- The descriptive (alternative) text associated with this CellsShape
.public final double getX()
Gets the horizontal offset of this CellsShape
from worksheet left border in points.
getX
in interface ITwoDObject
CellsShape
.public final void setX(double value)
Sets the horizontal offset of this CellsShape
from worksheet left border in points.
value
- The x-coordinate of this CellsShape
.public final double getY()
Gets the vertical offset of this CellsShape
from worksheet top border in points.
getY
in interface ITwoDObject
CellsShape
.public final void setY(double value)
Sets the vertical offset of this CellsShape
from worksheet top border in points.
value
- The y-coordinate of this CellsShape
.public final double getWidth()
Gets the width of this CellsShape
in points.
getWidth
in interface ITwoDObject
CellsShape
in points.public final void setWidth(double value)
Sets the width of this CellsShape
in points.
value
- The width of this CellsShape
in points.public final double getHeight()
Gets the height of this CellsShape
in points.
getHeight
in interface ITwoDObject
CellsShape
in points.public final void setHeight(double value)
Sets the height of this CellsShape
in points.
value
- The height of this CellsShape
in points.public final double getRotateAngle()
Gets the rotate angle of this CellsShape
in degrees.
getRotateAngle
in interface IRotatableTwoDObject
CellsShape
in degrees.public final void setRotateAngle(double value)
Sets the rotate angle of this CellsShape
in degrees.
value
- The rotate angle of this CellsShape
in degrees.public final boolean isWordArt()
Gets a value indicating whether this CellsShape
is a WordArt object.
public final String getName()
Gets the name of this CellsShape
.
CellsShape
.public final String getHyperlink()
Gets the hyperlink associated with this CellsShape
.
CellsShape
.public final void setHyperlink(String value)
Sets the hyperlink associated with this CellsShape
.
value
- The hyperlink associated with this CellsShape
.