ShapeAnchor
Overview
ShapeAnchor is a interface in Aspose.Cells FOSS for Typescript.
ShapeAnchor provides fine‑grained placement data (column/row indices, offsets, and absolute X/Y transformation values) for any shape.
Properties: fromCol, fromColOff, fromRow, fromRowOff, toCol, toColOff, and 4 more.
Description
ShapeAnchor 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: : number; : number; : number. These operations enable developers to integrate shapeanchor functionality directly into TypeScript applications.
The class also provides the fromCol property (gets the from col), the fromColOff property (gets the from col off), the fromRow property (gets the from row).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
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. |
xfrmX | : number | Read | Gets the xfrm x. |
xfrmY | : number | Read | Gets the xfrm y. |