<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TextInputFormattingControlPlacement/Set",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI35TextInputFormattingControlPlacementV3SetV"
  },
  "title" : "TextInputFormattingControlPlacement.Set"
}
-->

# TextInputFormattingControlPlacement.Set

A set of system text formatting controls.

```
struct Set
```

## Topics

### Type Properties

[`static let accessoryBar: TextInputFormattingControlPlacement.Set`](/documentation/SwiftUI/TextInputFormattingControlPlacement/Set/accessoryBar)

Text formatting controls placed beneath the window toolbar on macOS.

[`static let all: TextInputFormattingControlPlacement.Set`](/documentation/SwiftUI/TextInputFormattingControlPlacement/Set/all)

[`static let contextMenu: TextInputFormattingControlPlacement.Set`](/documentation/SwiftUI/TextInputFormattingControlPlacement/Set/contextMenu)

Text formatting controls placed in the context menu, and the
edit menu on iOS.

[`static let `default`: TextInputFormattingControlPlacement.Set`](/documentation/SwiftUI/TextInputFormattingControlPlacement/Set/default)

[`static let fontPanel: TextInputFormattingControlPlacement.Set`](/documentation/SwiftUI/TextInputFormattingControlPlacement/Set/fontPanel)

Text formatting controls for choosing fonts that appear in a
dedicated window on macOS.

[`static let inputAssistant: TextInputFormattingControlPlacement.Set`](/documentation/SwiftUI/TextInputFormattingControlPlacement/Set/inputAssistant)

Expanded text formatting controls which appear in the shortcuts bar
on iPadOS or in the bottom ornament on visionOS.

## Relationships

### Conforms To

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`OptionSet`](/documentation/Swift/OptionSet)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)