<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTParagraphStyleSpecifier/tabStops",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@E@CTParagraphStyleSpecifier@kCTParagraphStyleSpecifierTabStops"
  },
  "title" : "CTParagraphStyleSpecifier.tabStops"
}
-->

# CTParagraphStyleSpecifier.tabStops

The text tab objects, sorted by location, that define the tab stops for the paragraph style.

```
case tabStops
```

## Discussion

Type: An array of [`CTTextTab`](/documentation/CoreText/CTTextTab) objects. Default value: 12 left-aligned tabs, spaced by `28.0` points. Affects: [`CTFramesetter`](/documentation/CoreText/CTFramesetter) and [`CTTypesetter`](/documentation/CoreText/CTTypesetter).

---

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)