Doc.getLineHandle method
Doc › getLineHandle
Unofficial
Fetches the line handle for the given line number.Signature:
getLineHandle(num: number): Cm5LineHandleParameters:
| Parameter | Type | Description |
|---|---|---|
| num | number | The line number. |
Returns: Cm5LineHandle — The line handle.