<!--
{
  "availability" : [
    "iOS: 3.2.0 -",
    "iPadOS: 3.2.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/kCTParagraphStyleAttributeName",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@kCTParagraphStyleAttributeName"
  },
  "title" : "kCTParagraphStyleAttributeName"
}
-->

# kCTParagraphStyleAttributeName

The paragraph style of the text to which this attribute applies.

```
let kCTParagraphStyleAttributeName: CFString
```

## Discussion

A paragraph style object is used to specify things like line alignment, tab rulers, writing direction, and so on. Value must be a [`CTParagraphStyle`](/documentation/CoreText/CTParagraphStyle) object. Default is an empty [`CTParagraphStyle`](/documentation/CoreText/CTParagraphStyle) object.

## See Also

[`CTParagraphStyle`](/documentation/CoreText/CTParagraphStyle)

Paragraph or ruler attributes in an attributed string.



---

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)