---
title: "append(contentsOf:)"
framework: paperkit
role: symbol
role_heading: Instance Method
path: "paperkit/papermarkup/append(contentsof:)-5668"
---

# append(contentsOf:)

Adds the contents of a data model on top of this paper.

## Declaration

```swift
mutating func append(contentsOf other: PaperMarkup)
```

## Parameters

- `other`: The data model whose contents is added on top of this paper.

## See Also

### Appending content

- [append(contentsOf:)](paperkit/papermarkup/append(contentsof:)-5tgti.md)
