---
title: paragraphCharacterRange
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstypesetter/paragraphcharacterrange
---

# paragraphCharacterRange

Returns the character range currently being processed.

## Declaration

```swift
var paragraphCharacterRange: NSRange { get }
```

## Return Value

Return Value The character range currently being processed.

## See Also

### Accessing paragraph typesetting information

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