---
title: NSTextTable.LayoutAlgorithm
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/nstexttable/layoutalgorithm-swift.enum
---

# NSTextTable.LayoutAlgorithm

## Declaration

```swift
enum LayoutAlgorithm
```

## Topics

### Enumeration Cases

- [NSTextTable.LayoutAlgorithm.automatic](uikit/nstexttable/layoutalgorithm-swift.enum/automatic.md)
- [NSTextTable.LayoutAlgorithm.fixed](uikit/nstexttable/layoutalgorithm-swift.enum/fixed.md)

### Initializers

- [init(rawValue:)](uikit/nstexttable/layoutalgorithm-swift.enum/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring the table

- [numberOfColumns](uikit/nstexttable/numberofcolumns.md)
- [layoutAlgorithm](uikit/nstexttable/layoutalgorithm-swift.property.md)
- [collapsesBorders](uikit/nstexttable/collapsesborders.md)
- [hidesEmptyCells](uikit/nstexttable/hidesemptycells.md)
