SpreadsheetShape
Leave feedback
On this page
Represents a drawing shape in an Excel document.
public class SpreadsheetShape : ShapeSearchAdapter, IRotatableTwoDObject
| Name | Description |
|---|---|
| AlternativeText { get; set; } | Gets or sets the descriptive (alternative) text associated with this SpreadsheetShape. |
| AutoShapeType { get; } | Gets the auto shape type. |
| FormattedTextFragments { get; } | Gets the collection of formatted text fragments of this SpreadsheetShape. |
| Height { get; set; } | Gets or sets the height of this SpreadsheetShape in points. |
| Hyperlink { get; set; } | Gets or sets the hyperlink associated with this SpreadsheetShape. |
| Id { get; } | Gets the identifier of this SpreadsheetShape. |
| Image { get; set; } | Gets or sets the image of this SpreadsheetShape. |
| ImageFillFormat { get; } | Gets the image fill format settings of this SpreadsheetShape. |
| IsWordArt { get; } | Gets a value indicating whether this SpreadsheetShape is a WordArt object. |
| MsoDrawingType { get; } | Gets the mso drawing type. |
| Name { get; } | Gets the name of this SpreadsheetShape. |
| RotateAngle { get; set; } | Gets or sets the rotate angle of this SpreadsheetShape in degrees. |
| Text { get; set; } | Gets or sets the text of this SpreadsheetShape. |
| Width { get; set; } | Gets or sets the width of this SpreadsheetShape in points. |
| Worksheet { get; } | Gets the parent worksheet of this SpreadsheetShape. |
| X { get; set; } | Gets or sets the horizontal offset of this SpreadsheetShape from worksheet left border in points. |
| Y { get; set; } | Gets or sets the vertical offset of this SpreadsheetShape from worksheet top border in points. |
- class ShapeSearchAdapter
- interface IRotatableTwoDObject
- namespace GroupDocs.Watermark.Contents.Spreadsheet
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.