---
title: CTLineTruncationType.middle
framework: coretext
role: symbol
role_heading: Case
path: coretext/ctlinetruncationtype/middle
---

# CTLineTruncationType.middle

## Declaration

```swift
case middle
```

## Discussion

Discussion Truncate the middle of the line, leaving both the start and the end portions visible.

## See Also

### Constants

- [CTLineTruncationType.start](coretext/ctlinetruncationtype/start.md)
- [CTLineTruncationType.end](coretext/ctlinetruncationtype/end.md)
