<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSParagraphStyle/LineBreakStrategy-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSLineBreakStrategy"
  },
  "title" : "NSParagraphStyle.LineBreakStrategy"
}
-->

# NSParagraphStyle.LineBreakStrategy

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

```
struct LineBreakStrategy
```

## Topics

### Getting the line-break styles

[`pushOut`](/documentation/AppKit/NSParagraphStyle/LineBreakStrategy-swift.struct/pushOut)

The text system pushes out individual lines to avoid an orphan word on the last line of the paragraph.

[`hangulWordPriority`](/documentation/AppKit/NSParagraphStyle/LineBreakStrategy-swift.struct/hangulWordPriority)

The text system prohibits breaking between Hangul characters.

[`standard`](/documentation/AppKit/NSParagraphStyle/LineBreakStrategy-swift.struct/standard)

The text system uses the same configuration of line-break strategies that it uses for standard UI labels.

[`NSLineBreakStrategyNone`](/documentation/AppKit/NSLineBreakStrategy/NSLineBreakStrategyNone)

The text system doesn’t use any line-break strategies.

### Creating a line-break style

[`init(rawValue:)`](/documentation/AppKit/NSParagraphStyle/LineBreakStrategy-swift.struct/init(rawValue:))

Creates a line-break strategy with the specified raw value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)