---
title: AssistantSchemas.WordProcessorIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/assistantschemas/wordprocessorintent
---

# AssistantSchemas.WordProcessorIntent

Assistant schema conformance for app intents that offer word processing functionality.

## Declaration

```swift
protocol WordProcessorIntent : AssistantSchemas.Model
```

## Topics

### Instance Properties

- [addAudioToPage](appintents/assistantschemas/wordprocessorintent/addaudiotopage.md)
- [addImageToPage](appintents/assistantschemas/wordprocessorintent/addimagetopage.md)
- [addTextBoxToPage](appintents/assistantschemas/wordprocessorintent/addtextboxtopage.md)
- [addVideoToPage](appintents/assistantschemas/wordprocessorintent/addvideotopage.md)
- [addWebVideoToPage](appintents/assistantschemas/wordprocessorintent/addwebvideotopage.md)
- [create](appintents/assistantschemas/wordprocessorintent/create.md)
- [createPage](appintents/assistantschemas/wordprocessorintent/createpage.md)
- [open](appintents/assistantschemas/wordprocessorintent/open.md)
- [openPage](appintents/assistantschemas/wordprocessorintent/openpage.md)

## Relationships

### Inherits From

- [AssistantSchemas.Model](appintents/assistantschemas/model.md)

### Conforming Types

- [AssistantSchema.IntentSchema](appintents/assistantschema/intentschema.md)
- [AssistantSchemas.IntentSchema](appintents/assistantschemas/intentschema.md)
