---
title: NSTextSelection.Granularity.paragraph
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstextselection/granularity-swift.enum/paragraph
---

# NSTextSelection.Granularity.paragraph

A value that represents selection by paragraph.

## Declaration

```swift
case paragraph
```

## See Also

### Degrees of granularity

- [NSTextSelection.Granularity.character](appkit/nstextselection/granularity-swift.enum/character.md)
- [NSTextSelection.Granularity.word](appkit/nstextselection/granularity-swift.enum/word.md)
- [NSTextSelection.Granularity.line](appkit/nstextselection/granularity-swift.enum/line.md)
- [NSTextSelection.Granularity.sentence](appkit/nstextselection/granularity-swift.enum/sentence.md)
