<!--
{
  "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

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

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

[`NSAccessibilityBoundsForRangeParameterizedAttribute`](/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.

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

The cell at the specified row and column.

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

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

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

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

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

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

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

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

[`NSAccessibilityRangeForIndexParameterizedAttribute`](/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`).

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

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

[`NSAccessibilityRangeForPositionParameterizedAttribute`](/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).

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

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

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

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

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

[`NSAccessibilityScreenSizeForLayoutSizeParameterizedAttribute`](/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`).

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

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

[`NSAccessibilityStyleRangeForIndexParameterizedAttribute`](/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.

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

### Initializers

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

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)