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

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

See Also