ShapeInfo

Overview

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

ShapeInfo aggregates common shape metadata—including name, type, and cell‑based anchor coordinates—so a shape can be positioned relative to worksheet cells.

Properties: cx, cy, fill, flipH, flipV, fromCol, and 20 more.

Description

ShapeInfo 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: : string; : string; : number. These operations enable developers to integrate shapeinfo functionality directly into TypeScript applications.

The class also provides the name property (gets the name), the type property (gets the type), the fromCol property (gets the from col).

Properties

NameTypeAccessDescription
name: stringReadGets the name.
type: stringReadGets the type.
fromCol: numberReadGets the from col.
fromColOff: numberReadGets the from col off.
fromRow: numberReadGets the from row.
fromRowOff: numberReadGets the from row off.
toCol: numberReadGets the to col.
toColOff: numberReadGets the to col off.
toRow: numberReadGets the to row.
toRowOff: numberReadGets the to row off.
fill: ShapeFillReadGets the fill.
lineColor: stringReadGets the line color.
lineWidth: numberReadGets the line width.
flipV: booleanReadGets the flip v.
flipH: booleanReadGets the flip h.
rotation: numberReadGets the rotation.
x: numberReadGets the x.
y: numberReadGets the y.
width: numberReadGets the width.
height: numberReadGets the height.
cx: numberReadGets the cx.
cy: numberReadGets the cy.
xfrmX: numberReadGets the xfrm x.
xfrmY: numberReadGets the xfrm y.
picCx: numberReadGets the pic cx.
picCy: numberReadGets the pic cy.

See Also