> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.unity/yarn.unity.actionmarkuphandler/yarn.unity.actionmarkuphandler.onlinedisplaycomplete.md).

# OnLineDisplayComplete()

Method in [ActionMarkupHandler](/3.1/api/csharp/yarn.unity/yarn.unity.actionmarkuphandler.md)

## Summary

Called after the last call to `PresentCharacter(int, TMP_Text, CancellationToken)` .

```csharp
public abstract void OnLineDisplayComplete();
```

## Remarks

This method is an opportunity for a [ActionMarkupHandler](/3.1/api/csharp/yarn.unity/yarn.unity.actionmarkuphandler.md) to finalise its presentation after all of the characters in the line have been presented.
