---
title: "markupToolbarViewControllerInsertNewTextbox(_:)"
framework: paperkit
role: symbol
role_heading: Instance Method
path: "paperkit/markuptoolbarviewcontroller/delegate-swift.protocol/markuptoolbarviewcontrollerinsertnewtextbox(_:)"
---

# markupToolbarViewControllerInsertNewTextbox(_:)

Add a new textbox on top of the paper.

## Declaration

```swift
func markupToolbarViewControllerInsertNewTextbox(_ markupToolbarViewController: MarkupToolbarViewController)
```

## Parameters

- `markupToolbarViewController`: The source of the action.

## See Also

### Inserting content

- [markupToolbarViewController(_:insertNewShape:)](paperkit/markuptoolbarviewcontroller/delegate-swift.protocol/markuptoolbarviewcontroller(_:insertnewshape:).md)
- [markupToolbarViewController(_:insertNewLineWithStartMarker:endMarker:)](paperkit/markuptoolbarviewcontroller/delegate-swift.protocol/markuptoolbarviewcontroller(_:insertnewlinewithstartmarker:endmarker:).md)
- [markupToolbarViewController(_:insertNewContents:)](paperkit/markuptoolbarviewcontroller/delegate-swift.protocol/markuptoolbarviewcontroller(_:insertnewcontents:).md)
