---
title: lineBreakMode
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsmutableparagraphstyle/linebreakmode
---

# lineBreakMode

The mode for breaking lines in the paragraph.

## Declaration

```swift
var lineBreakMode: NSLineBreakMode { get set }
```

## Discussion

Discussion This property controls how the text system lays out lines that don’t fit in its container, such as by truncating with an ellipsis (…) or clipping the text. This is different from NSParagraphStyle.LineBreakStrategy, which controls where the system places line breaks in a paragraph.

## See Also

### Setting line-break information

- [lineBreakStrategy](uikit/nsmutableparagraphstyle/linebreakstrategy.md)
- [hyphenationFactor](uikit/nsmutableparagraphstyle/hyphenationfactor.md)
- [usesDefaultHyphenation](uikit/nsmutableparagraphstyle/usesdefaulthyphenation.md)
- [tighteningFactorForTruncation](appkit/nsmutableparagraphstyle/tighteningfactorfortruncation.md)
- [allowsDefaultTighteningForTruncation](uikit/nsmutableparagraphstyle/allowsdefaulttighteningfortruncation.md)
