var instance = new GC.Spread.Sheets.Shapes.ShapeBase();
function ShapeBase;
var instance = new GC.Spread.Sheets.Shapes.ShapeBase();
function ShapeBase;
Object
GC.Spread.Sheets.Shapes.ShapeBase
Name | Description | |
---|---|---|
ShapeBase Constructor | Represents the base class for Shape, GroupShape and ConnectorShape. |
Name | Description | |
---|---|---|
allowMove | Gets or sets whether to disable moving the shape. | |
allowResize | Gets or sets whether to disable resizing the shape. | |
canPrint | Gets or sets whether this shape is printable. | |
dynamicMove | Gets or sets whether the shape moves when hiding or showing, resizing, or moving rows or columns. | |
dynamicSize | Gets or sets whether the size of the shape changes when hiding or showing, resizing, or moving rows or columns. | |
endColumn | Gets or sets the end column index of the shape position. | |
endColumnOffset | Gets or sets the offset relative to the end column of the shape. | |
endRow | Gets or sets the end row index of the shape position. | |
endRowOffset | Gets or sets the offset relative to the end row of the shape. | |
height | Gets or sets the height of the shape. | |
isLocked | Gets or sets whether this shape is locked. | |
isSelected | Gets or sets whether this shape is selected. | |
isVisible | Gets or sets whether this shape is visible. | |
name | Gets or sets the name of the shape. | |
startColumn | Gets or sets the starting column index of the shape position. | |
startColumnOffset | Gets or sets the offset relative to the start column of the shape. | |
startRow | Gets or sets the starting row index of the shape position. | |
startRowOffset | Gets or sets the offset relative to the start row of the shape. | |
width | Gets or sets the width of the shape. | |
x | Gets or sets the horizontal location of the shape. | |
y | Gets or sets the vertical location of the shape. |