StraightConnectorShapeInfo
Overview
StraightConnectorShapeInfo is a interface in Aspose.Cells FOSS for Typescript.
StraightConnectorShapeInfo.type together with the boolean flags hasArrowStart and hasArrowEnd lets developers create connector lines with optional arrowheads at either end.
Properties: hasArrowEnd, hasArrowStart, type.
Description
StraightConnectorShapeInfo is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: : straightconnectorshapetype; : boolean; : boolean. These operations enable developers to integrate straightconnectorshapeinfo functionality directly into TypeScript applications.
The class also provides the type property (gets the type), the hasArrowStart property (gets the has arrow start), the hasArrowEnd property (gets the has arrow end).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | : StraightConnectorShapeType | Read | Gets the type. |
hasArrowStart | : boolean | Read | Gets the has arrow start. |
hasArrowEnd | : boolean | Read | Gets the has arrow end. |