---
title: "CTTextTabGetOptions(_:)"
framework: coretext
role: symbol
role_heading: Function
path: "coretext/cttexttabgetoptions(_:)"
---

# CTTextTabGetOptions(_:)

Returns the dictionary of attributes associated with the tab.

## Declaration

```swift
func CTTextTabGetOptions(_ tab: CTTextTab) -> CFDictionary?
```

## Parameters

- `tab`: The tab whose attributes are obtained.

## Return Value

Return Value The dictionary of attributes associated with the tab, or if no dictionary is present, NULL.

## See Also

### Getting Text Tab Data

- [CTTextTabGetAlignment(_:)](coretext/cttexttabgetalignment(_:).md)
- [CTTextTabGetLocation(_:)](coretext/cttexttabgetlocation(_:).md)
