---
title: textLayoutManager
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextattachmentviewprovider/textlayoutmanager
---

# textLayoutManager

The text layout manager for this view.

## Declaration

```swift
weak var textLayoutManager: NSTextLayoutManager? { get }
```

## Discussion

Discussion Specify the value of this property at initialization time using the init(textAttachment:parentView:textLayoutManager:location:) initializer.

## See Also

### Defining the contents

- [location](appkit/nstextattachmentviewprovider/location.md)
- [textAttachment](appkit/nstextattachmentviewprovider/textattachment.md)
- [tracksTextAttachmentViewBounds](appkit/nstextattachmentviewprovider/trackstextattachmentviewbounds.md)
- [view](appkit/nstextattachmentviewprovider/view.md)
