---
title: NSTextWritingDirection.embedding
framework: uikit
role: symbol
role_heading: Case
path: uikit/nstextwritingdirection/embedding
---

# NSTextWritingDirection.embedding

Text is embedded in text with another writing direction.

## Declaration

```swift
case embedding
```

## Overview

Overview For example, an English quotation in the middle of an Arabic sentence could be marked as being embedded left-to-right text.

## See Also

### Constants

- [NSTextWritingDirection.override](uikit/nstextwritingdirection/override.md)
