SpreadJS製品ヘルプ
type メソッド
GC.Spread.Sheets.Shapes 名前空間 > ConnectorShape タイプ : type メソッド
connectorShapeのコネクタータイプを取得します。
シンタックス
var instance = new GC.Spread.Sheets.Shapes.ConnectorShape(worksheet, name, connectorType, beginX, beginY, endX, endY);
var value; // Type: ConnectorType
value = instance.type();
function type() : ConnectorType;

戻り値の型

シェイプのコネクタータイプを返します。
使用例
var shape = sheet.shapes.addConnector("myShape", GC.Spread.Sheets.Shapes.ConnectorType.straight, 220, 120, 300, 120);
var shapeName = shape.type();
関連トピック

参照

ConnectorShape タイプ