---
title: currentParagraphStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstypesetter/currentparagraphstyle
---

# currentParagraphStyle

Returns the paragraph style object for the text being typeset.

## Declaration

```swift
@NSCopying var currentParagraphStyle: NSParagraphStyle? { get }
```

## Return Value

Return Value The paragraph style object for the text being typeset. This value is valid only while the typesetter is performing layout.

## See Also

### Accessing paragraph typesetting information

- [attributedString](appkit/nstypesetter/attributedstring.md)
- [setParagraphGlyphRange(_:separatorGlyphRange:)](appkit/nstypesetter/setparagraphglyphrange(_:separatorglyphrange:).md)
- [paragraphGlyphRange](appkit/nstypesetter/paragraphglyphrange.md)
- [paragraphSeparatorGlyphRange](appkit/nstypesetter/paragraphseparatorglyphrange.md)
- [paragraphCharacterRange](appkit/nstypesetter/paragraphcharacterrange.md)
- [paragraphSeparatorCharacterRange](appkit/nstypesetter/paragraphseparatorcharacterrange.md)
- [attributesForExtraLineFragment](appkit/nstypesetter/attributesforextralinefragment.md)
