IShape Interface |
Namespace: Spire.Xls.Core
The IShape type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AlternativeText |
Returns or sets the descriptive (alternative) text string for a Shape object.
|
![]() |
Fill |
Gets the fill style of the shape.
|
![]() |
Glow |
Gets the glow effect applied to the object.
|
![]() |
Height |
The height of the object. Read/write Integer
|
![]() |
HtmlString |
Gets and sets the html string which contains data and some formattings in this shape.
|
![]() |
ID |
Returns the type for the specified object. Read-only Integer.
|
![]() |
IsLockAspectRatio |
True means that don't allow changes in aspect ratio.
|
![]() |
IsLocked |
True if the object is locked, False if the object can be modified when the sheet is protected.
|
![]() |
IsPrintable |
True if the object is printable
|
![]() |
IsSmartArt |
Gets a value indicating whether the object is a SmartArt graphic.
|
![]() |
Left |
The distance from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). Read/write Integer.
|
![]() |
Line |
Returns the border line object of a shape.
|
![]() |
LinkedCell |
Gets or sets the range linked to the shape's value.
|
![]() |
Name |
Returns or sets the name of the object. Read/write String.
|
![]() |
OnAction |
Gets or sets the action to be performed.
|
![]() |
Parent |
Gets the parent object of the current instance.
(Inherited from
IExcelApplication
.)
|
![]() |
Reflection |
Gets the reflection effect applied to the shape.
|
![]() |
ResizeBehave |
Specifies all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted(ComboBoxShape and CheckBoxShape and RadioButtonShape set MoveAndResize type value is invalid)
|
![]() |
Rotation |
Returns or sets the rotation of the shape, in degrees.
|
![]() |
Shadow |
Gets the shadow settings for the object.
|
![]() |
ShapeType |
The shape type of the object.
|
![]() |
TextFrame |
Gets the text frame associated with the object.
|
![]() |
ThreeD |
Gets the 3D formatting options for the object.
|
![]() |
Top |
The distance from the top edge of the topmost shape in the shape range to the top edge of the worksheet. Read/write Integer.
|
![]() |
Visible |
Determines whether the object is visible.
|
![]() |
Width |
The width of the object. Read/write Integer.
|