---
title: NSParagraphStyle.LineBreakStrategy
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nsparagraphstyle/linebreakstrategy-swift.struct
---

# NSParagraphStyle.LineBreakStrategy

Constants that specify how the text system breaks lines while laying out paragraphs.

## Declaration

```swift
struct LineBreakStrategy
```

## Topics

### Getting the line-break styles

- [pushOut](appkit/nsparagraphstyle/linebreakstrategy-swift.struct/pushout.md)
- [hangulWordPriority](appkit/nsparagraphstyle/linebreakstrategy-swift.struct/hangulwordpriority.md)
- [standard](appkit/nsparagraphstyle/linebreakstrategy-swift.struct/standard.md)

### Creating a line-break style

- [init(rawValue:)](appkit/nsparagraphstyle/linebreakstrategy-swift.struct/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Getting line-break information

- [lineBreakMode](appkit/nsparagraphstyle/linebreakmode.md)
- [NSLineBreakMode](appkit/nslinebreakmode.md)
- [lineBreakStrategy](appkit/nsparagraphstyle/linebreakstrategy-swift.property.md)
- [hyphenationFactor](appkit/nsparagraphstyle/hyphenationfactor.md)
- [usesDefaultHyphenation](appkit/nsparagraphstyle/usesdefaulthyphenation.md)
- [tighteningFactorForTruncation](appkit/nsparagraphstyle/tighteningfactorfortruncation.md)
- [allowsDefaultTighteningForTruncation](appkit/nsparagraphstyle/allowsdefaulttighteningfortruncation.md)
