---
title: accessibilityVisibleCharacterRange
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsaccessibility-c.protocol/accessibilityvisiblecharacterrange
---

# accessibilityVisibleCharacterRange

The range of visible characters in the document.

## Declaration

```occ
@property NSRange accessibilityVisibleCharacterRange;
```

## Discussion

Discussion Use this property to store the range for entire lines. Characters that are horizontally clipped are included in this range.
