LineShapeInfo
Overview
LineShapeInfo is a interface in Aspose.Cells FOSS for Typescript.
Properties: hasArrowEnd, hasArrowStart, type.
Description
LineShapeInfo 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: : lineshapetype; : boolean; : boolean. These operations enable developers to integrate lineshapeinfo 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 | : LineShapeType | Read | Gets the type. |
hasArrowStart | : boolean | Read | Gets the has arrow start. |
hasArrowEnd | : boolean | Read | Gets the has arrow end. |