---
title: inkText
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nspasteboard/pasteboardtype/inktext
---

# inkText

Ink text data.

## Declaration

```swift
static let inkText: NSPasteboard.PasteboardType
```

## Discussion

Discussion In macOS 10.6 and later, use (NSString *)kUTTypeInkText instead. For information on ink text objects, see Using Ink Services in Your Application.

## See Also

### Deprecated

- [filePromise](appkit/nspasteboard/pasteboardtype/filepromise.md)
- [postScript](appkit/nspasteboard/pasteboardtype/postscript.md)
- [vCard](appkit/nspasteboard/pasteboardtype/vcard.md)
- [representedPathExtension](appkit/nspasteboard/pasteboardtype/representedpathextension.md)
- [fileContentsType(forPathExtension:)](appkit/nspasteboard/pasteboardtype/filecontentstype(forpathextension:).md)
- [fileNameType(forPathExtension:)](appkit/nspasteboard/pasteboardtype/filenametype(forpathextension:).md)
- [representedPathExtensions(from:)](appkit/nspasteboard/pasteboardtype/representedpathextensions(from:).md)
