[]
        
(Showing Draft Content)

GC.Spread.Sheets.Shapes.IShapeModel

Interface: IShapeModel

Sheets.Shapes.IShapeModel

Table of contents

Properties

Properties

angle

Optional angle: string | number

A number value or a formula string (starts with =) will get a number value


connectionPoints

Optional connectionPoints: IPointInfo[]


controls

Optional controls: IControlInfo[]


height

Optional height: string | number

A number value or a formula string (starts with =) will get a number value


id

Optional id: string


left

Optional left: string | number

A number value or a formula string (starts with =) will get a number value


options

Optional options: IShapeOptions


path

path: string[][]


textRect

Optional textRect: Object

specify the rectangle for shape text

Type declaration

Name Type
bottom number
left number
right number
top number

top

Optional top: string | number

A number value or a formula string (starts with =) will get a number value


variables

Optional variables: Object

a key-value pairs object, value can be a number or formula string (starts with =), can be referred by variables[key] in formula


width

Optional width: string | number

A number value or a formula string (starts with =) will get a number value