ArrowShapeInfo

Overview

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

ArrowShapeInfo.type holds a value from the ArrowShapeType enumeration that specifies the arrow’s visual style.

Properties: type.

Description

ArrowShapeInfo 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: : arrowshapetype. These operations enable developers to integrate arrowshapeinfo functionality directly into TypeScript applications.

The class also provides the type property (gets the type).

Properties

NameTypeAccessDescription
type: ArrowShapeTypeReadGets the type.

See Also