BraceShapeInfo

Overview

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

BraceShapeInfo provides a read‑only type property indicating the shape of a brace, represented by the BraceShapeType enumeration.

Properties: type.

Description

BraceShapeInfo 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: : braceshapetype. These operations enable developers to integrate braceshapeinfo functionality directly into TypeScript applications.

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

Properties

NameTypeAccessDescription
type: BraceShapeTypeReadGets the type.

See Also