<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSPresentationIntentKind",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSPresentationIntentKind"
  },
  "title" : "NSPresentationIntentKind"
}
-->

# NSPresentationIntentKind

An enumeration of intended display styles for blocks of text like paragraphs, lists, and code blocks.

```
enum NSPresentationIntentKind : NSInteger;
```

## Topics

### Getting the presentation types

[`NSPresentationIntentKindParagraph`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindParagraph)

A presentation style for a paragraph of text.

[`NSPresentationIntentKindHeader`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindHeader)

A presentation style for a section header.

[`NSPresentationIntentKindOrderedList`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindOrderedList)

A presentation style for an ordered list of items.

[`NSPresentationIntentKindUnorderedList`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindUnorderedList)

A presentation style for an unordered list of items.

[`NSPresentationIntentKindListItem`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindListItem)

A presentation style for a list of items.

[`NSPresentationIntentKindCodeBlock`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindCodeBlock)

A presentation style for a block of code.

[`NSPresentationIntentKindBlockQuote`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindBlockQuote)

A presentation style for a block quote.

[`NSPresentationIntentKindThematicBreak`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindThematicBreak)

A presentation style for a horizontal rule.

[`NSPresentationIntentKindTable`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindTable)

A presentation style for a table.

[`NSPresentationIntentKindTableHeaderRow`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindTableHeaderRow)

A presentation style for the header row of a table.

[`NSPresentationIntentKindTableRow`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindTableRow)

A presentation style for a row of a table.

[`NSPresentationIntentKindTableCell`](/documentation/Foundation/NSPresentationIntentKind/NSPresentationIntentKindTableCell)

A presentation style for a single cell of a table.



---

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)