<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/WordProcessorIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV19WordProcessorIntentP"
  },
  "title" : "AppSchema.WordProcessorIntent"
}
-->

# AppSchema.WordProcessorIntent

Identifies intent schemas in the word processor domain.

```
protocol WordProcessorIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var addAudioToPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/addAudioToPage)

An intent schema that adds an audio clip to a page.

[`var addImageToPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/addImageToPage)

An intent schema that adds an image to a page.

[`var addTextBoxToPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/addTextBoxToPage)

An intent schema that adds a textbox to a page.

[`var addVideoToPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/addVideoToPage)

An intent schema that adds a video to a page.

[`var addWebVideoToPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/addWebVideoToPage)

An intent schema that adds a web video to a page.

[`var create: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/create)

An intent schema that opens the app for composing a new text document.

[`var createPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/createPage)

An intent schema that creates a new page in an editor document.

[`var open: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/open)

An intent schema that opens the app to an editor.

[`var openPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WordProcessorIntent/openPage)

An intent schema that opens an editor document page.

## Relationships

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

---

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)