<!--
{
  "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/InlinePresentationIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSInlinePresentationIntent"
  },
  "title" : "InlinePresentationIntent"
}
-->

# InlinePresentationIntent

A type that defines presentation intent for runs of characters for traits like emphasis, strikethrough, and code voice.

```
struct InlinePresentationIntent
```

## Topics

### Getting inline presentation types

[`NSInlinePresentationIntentCode`](/documentation/Foundation/InlinePresentationIntent/code)

An intent that represents a code voice presentation.

[`NSInlinePresentationIntentEmphasized`](/documentation/Foundation/InlinePresentationIntent/emphasized)

An intent that represents an emphasized presentation.

[`NSInlinePresentationIntentLineBreak`](/documentation/Foundation/InlinePresentationIntent/lineBreak)

An intent that represents a line break.

[`NSInlinePresentationIntentSoftBreak`](/documentation/Foundation/InlinePresentationIntent/softBreak)

An intent that represents a soft line break.

[`NSInlinePresentationIntentStrikethrough`](/documentation/Foundation/InlinePresentationIntent/strikethrough)

An intent that represents a strikethrough presentation.

[`NSInlinePresentationIntentStronglyEmphasized`](/documentation/Foundation/InlinePresentationIntent/stronglyEmphasized)

An intent that represents a strongly emphasized presentation.

[`NSInlinePresentationIntentInlineHTML`](/documentation/Foundation/InlinePresentationIntent/inlineHTML)

An intent that represents an inline HTML presentation.

[`NSInlinePresentationIntentBlockHTML`](/documentation/Foundation/InlinePresentationIntent/blockHTML)

An intent that represents a block HTML presentation.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

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

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

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

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

---

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)