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

NameTypeAccessDescription
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.
xfrmX: numberReadGets the xfrm x.
xfrmY: numberReadGets the xfrm y.

See Also