---
title: automaticallySynchronizesTextLayoutManagers
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextcontentmanager/automaticallysynchronizestextlayoutmanagers
---

# automaticallySynchronizesTextLayoutManagers

Determines if the framework should automatically synchronize all text layout managers when exiting an editing transaction.

## Declaration

```swift
var automaticallySynchronizesTextLayoutManagers: Bool { get set }
```

## See Also

### Working with layout managers

- [primaryTextLayoutManager](appkit/nstextcontentmanager/primarytextlayoutmanager.md)
- [textLayoutManagers](appkit/nstextcontentmanager/textlayoutmanagers.md)
- [addTextLayoutManager(_:)](appkit/nstextcontentmanager/addtextlayoutmanager(_:).md)
- [removeTextLayoutManager(_:)](appkit/nstextcontentmanager/removetextlayoutmanager(_:).md)
- [synchronizeTextLayoutManagers(_:)](appkit/nstextcontentmanager/synchronizetextlayoutmanagers(_:).md)
