<!--
{
  "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/PresentationIntent/Kind",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation18PresentationIntentV4KindO"
  },
  "title" : "PresentationIntent.Kind"
}
-->

# PresentationIntent.Kind

```
enum Kind
```

## Topics

### Enumeration Cases

[`case blockQuote`](/documentation/Foundation/PresentationIntent/Kind/blockQuote)

[`case codeBlock(languageHint: String?)`](/documentation/Foundation/PresentationIntent/Kind/codeBlock(languageHint:))

[`case header(level: Int)`](/documentation/Foundation/PresentationIntent/Kind/header(level:))

[`case listItem(ordinal: Int)`](/documentation/Foundation/PresentationIntent/Kind/listItem(ordinal:))

[`case orderedList`](/documentation/Foundation/PresentationIntent/Kind/orderedList)

[`case paragraph`](/documentation/Foundation/PresentationIntent/Kind/paragraph)

[`case table(columns: [PresentationIntent.TableColumn])`](/documentation/Foundation/PresentationIntent/Kind/table(columns:))

[`case tableCell(columnIndex: Int)`](/documentation/Foundation/PresentationIntent/Kind/tableCell(columnIndex:))

[`case tableHeaderRow`](/documentation/Foundation/PresentationIntent/Kind/tableHeaderRow)

[`case tableRow(rowIndex: Int)`](/documentation/Foundation/PresentationIntent/Kind/tableRow(rowIndex:))

[`case thematicBreak`](/documentation/Foundation/PresentationIntent/Kind/thematicBreak)

[`case unorderedList`](/documentation/Foundation/PresentationIntent/Kind/unorderedList)

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Encodable`](/documentation/Swift/Encodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Decodable`](/documentation/Swift/Decodable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)