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
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Gets the name. |
type | : string | Read | Gets the type. |
fromCol | : number | Read | Gets the from col. |
fromColOff | : number | Read | Gets the from col off. |
fromRow | : number | Read | Gets the from row. |
fromRowOff | : number | Read | Gets the from row off. |
toCol | : number | Read | Gets the to col. |
toColOff | : number | Read | Gets the to col off. |
toRow | : number | Read | Gets the to row. |
toRowOff | : number | Read | Gets the to row off. |
fill | : ShapeFill | Read | Gets the fill. |
lineColor | : string | Read | Gets the line color. |
lineWidth | : number | Read | Gets the line width. |
flipV | : boolean | Read | Gets the flip v. |
flipH | : boolean | Read | Gets the flip h. |
rotation | : number | Read | Gets the rotation. |
x | : number | Read | Gets the x. |
y | : number | Read | Gets the y. |
width | : number | Read | Gets the width. |
height | : number | Read | Gets the height. |
cx | : number | Read | Gets the cx. |
cy | : number | Read | Gets the cy. |
xfrmX | : number | Read | Gets the xfrm x. |
xfrmY | : number | Read | Gets the xfrm y. |
picCx | : number | Read | Gets the pic cx. |
picCy | : number | Read | Gets the pic cy. |