BentConnectorShapeInfo

BentConnectorShapeInfo

Overview

BentConnectorShapeInfo is a interface in Aspose.Cells FOSS for Typescript.

BentConnectorShapeInfo.type property specifies the connector’s shape type using the BentConnectorShapeType enumeration.

Properties: hasArrowEnd, hasArrowStart, type.

Description

BentConnectorShapeInfo 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: : bentconnectorshapetype; : boolean; : boolean. These operations enable developers to integrate bentconnectorshapeinfo 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

NameTypeAccessDescription
type: BentConnectorShapeTypeReadGets the type.
hasArrowStart: booleanReadGets the has arrow start.
hasArrowEnd: booleanReadGets the has arrow end.

See Also