---
title: paragraphSeparatorGlyphRange
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstypesetter/paragraphseparatorglyphrange
---

# paragraphSeparatorGlyphRange

Returns the current paragraph separator range.

## Declaration

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

## Return Value

Return Value The current paragraph separator range, which is the full range that contains the current glyph range and that extends from one paragraph separator character to the next.

## 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)
- [paragraphCharacterRange](appkit/nstypesetter/paragraphcharacterrange.md)
- [paragraphSeparatorCharacterRange](appkit/nstypesetter/paragraphseparatorcharacterrange.md)
- [attributesForExtraLineFragment](appkit/nstypesetter/attributesforextralinefragment.md)
