---
title: AVCaption.Decoration
framework: avfoundation
role: symbol
role_heading: Structure
path: avfoundation/avcaption/decoration
---

# AVCaption.Decoration

Text decorations for caption text.

## Declaration

```swift
struct Decoration
```

## Topics

### Decorations

- [underline](avfoundation/avcaption/decoration/underline.md)
- [lineThrough](avfoundation/avcaption/decoration/linethrough.md)
- [overline](avfoundation/avcaption/decoration/overline.md)

### Initializers

- [init(rawValue:)](avfoundation/avcaption/decoration/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Accessing font styles

- [fontStyle(at:)](avfoundation/avcaption/fontstyle(at:).md)
- [AVCaption.FontStyle](avfoundation/avcaption/fontstyle.md)
- [fontWeight(at:)](avfoundation/avcaption/fontweight(at:).md)
- [AVCaption.FontWeight](avfoundation/avcaption/fontweight.md)
- [decoration(at:)](avfoundation/avcaption/decoration(at:).md)
