---
title: InlinePresentationIntent
framework: foundation
role: symbol
role_heading: Structure
path: foundation/inlinepresentationintent
---

# InlinePresentationIntent

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

## Declaration

```swift
struct InlinePresentationIntent
```

## Topics

### Getting inline presentation types

- [code](foundation/inlinepresentationintent/code.md)
- [emphasized](foundation/inlinepresentationintent/emphasized.md)
- [lineBreak](foundation/inlinepresentationintent/linebreak.md)
- [softBreak](foundation/inlinepresentationintent/softbreak.md)
- [strikethrough](foundation/inlinepresentationintent/strikethrough.md)
- [stronglyEmphasized](foundation/inlinepresentationintent/stronglyemphasized.md)
- [inlineHTML](foundation/inlinepresentationintent/inlinehtml.md)
- [blockHTML](foundation/inlinepresentationintent/blockhtml.md)

### Initializers

- [init(rawValue:)](foundation/inlinepresentationintent/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [Hashable](swift/hashable.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
