---
title: NSTextContentManager.EnumerationOptions
framework: uikit
role: symbol
role_heading: Structure
path: uikit/nstextcontentmanager/enumerationoptions
---

# NSTextContentManager.EnumerationOptions

Values that control the order in which the framework enumerates text elements.

## Declaration

```swift
struct EnumerationOptions
```

## Topics

### Creating text element provider enumeration options

- [init(rawValue:)](uikit/nstextcontentmanager/enumerationoptions/init(rawvalue:).md)

### Accessing the enumeration setting

- [reverse](uikit/nstextcontentmanager/enumerationoptions/reverse.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Customizing and validating text elements

- [delegate](uikit/nstextcontentmanager/delegate.md)
- [NSTextContentManagerDelegate](uikit/nstextcontentmanagerdelegate.md)
