<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@T@NSAccessibilityParameterizedAttributeName"
  },
  "title" : "NSAccessibility.ParameterizedAttribute"
}
-->

# NSAccessibility.ParameterizedAttribute

Values that describe parameterized attributes.

```
struct ParameterizedAttribute
```

## Topics

### Attribute Names

[`attributedStringForRange`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/attributedStringForRange)

Does not use attributes from Appkit/AttributedString.h (`NSAttributedString`).

[`boundsForRange`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/boundsForRange)

The rectangle (`NSValue` containing an `NSRect` value) enclosing the specified range of characters (`NSValue` containing an `NSRange` value). If the range crosses a line boundary, the returned rectangle will fully enclose all the lines of characters.

[`cellForColumnAndRow`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/cellForColumnAndRow)

The cell at the specified row and column.

[`indexForChildUIElementAttribute`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/indexForChildUIElementAttribute)

[`indexForChildUIElementInNavigationOrderAttribute`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/indexForChildUIElementInNavigationOrderAttribute)

[`layoutPointForScreenPoint`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/layoutPointForScreenPoint)

The point in the layout area (`NSValue`) corresponding to the specified point on the screen (`NSValue`).

[`layoutSizeForScreenSize`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/layoutSizeForScreenSize)

The size of the layout area in points (`NSValue`) corresponding to the specified screen size (`NSValue`).

[`lineForIndex`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/lineForIndex)

The line number (`NSNumber`) of the specified character (`NSNumber`).

[`rangeForIndex`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/rangeForIndex)

The full range of characters (`NSValue` containing an `NSRange` value), including the specified character, which compose a single glyph (`NSNumber`).

[`rangeForLine`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/rangeForLine)

The range of characters (`NSValue` containing an `NSRange` value) corresponding to the specified line number (`NSNumber`).

[`rangeForPosition`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/rangeForPosition)

The range of characters (`NSValue` containing an `NSRange` value) composing the glyph at the specified point (`NSValue` containing an `NSPoint` value).

[`resultsForSearchPredicateParameterizedAttribute`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/resultsForSearchPredicateParameterizedAttribute)

[`rtfForRange`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/rtfForRange)

The RTF data (`NSData`) describing the specified range of characters (`NSValue` containing an `NSRange` value).

[`screenPointForLayoutPoint`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/screenPointForLayoutPoint)

The screen point (`NSValue`) corresponding to the specified point in the layout area (`NSValue`).

[`screenSizeForLayoutSize`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/screenSizeForLayoutSize)

The size of the screen in points (`NSValue`) corresponding to the specified size of the layout area (`NSValue`).

[`stringForRange`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/stringForRange)

The substring (`NSString`) specified by the range (`NSValue` containing an `NSRange` value).

[`styleRangeForIndex`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/styleRangeForIndex)

The full range of characters (`NSValue` containing an `NSRange` value), including the specified character (`NSNumber`), which have the same style.

[`uiElementsForSearchPredicateParameterizedAttribute`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/uiElementsForSearchPredicateParameterizedAttribute)

### Initializers

[`init(rawValue:)`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/init(rawValue:))



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)