---
title: pushOut
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/nsparagraphstyle/linebreakstrategy-swift.struct/pushout
---

# pushOut

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

## Declaration

```swift
static var pushOut: NSParagraphStyle.LineBreakStrategy { get }
```

## Discussion

Discussion To avoid an orphan word on the last line of a paragraph before a page break, the text system may extend individual lines by one or more words. Typically, the text system only pushes out the last line by one word.

## See Also

### Getting the line-break styles

- [hangulWordPriority](uikit/nsparagraphstyle/linebreakstrategy-swift.struct/hangulwordpriority.md)
- [standard](uikit/nsparagraphstyle/linebreakstrategy-swift.struct/standard.md)
