---
title: NSParagraphStyle.TextTabType.decimalTabStopType
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsparagraphstyle/texttabtype/decimaltabstoptype
---

# NSParagraphStyle.TextTabType.decimalTabStopType

A tab stop that aligns columns of numbers to each number’s decimal point.

## Declaration

```swift
case decimalTabStopType
```

## See Also

### Constants

- [NSParagraphStyle.TextTabType.leftTabStopType](appkit/nsparagraphstyle/texttabtype/lefttabstoptype.md)
- [NSParagraphStyle.TextTabType.rightTabStopType](appkit/nsparagraphstyle/texttabtype/righttabstoptype.md)
- [NSParagraphStyle.TextTabType.centerTabStopType](appkit/nsparagraphstyle/texttabtype/centertabstoptype.md)
