---
title: allowsEditingTextAttributes
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/allowseditingtextattributes
---

# allowsEditingTextAttributes

A Boolean value indicating whether the cell allows the editing of its content’s text attributes by the user.

## Declaration

```swift
var allowsEditingTextAttributes: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the user can modify the font and other textual attributes of the cell. When the value is false, the user cannot edit the text or import graphics, which effectively means the cell cannot support RTFD text.

## See Also

### Modifying Textual Attributes

- [isEditable](appkit/nscell/iseditable.md)
- [isSelectable](appkit/nscell/isselectable.md)
- [isScrollable](appkit/nscell/isscrollable.md)
- [alignment](appkit/nscell/alignment.md)
- [font](appkit/nscell/font.md)
- [lineBreakMode](appkit/nscell/linebreakmode.md)
- [truncatesLastVisibleLine](appkit/nscell/truncateslastvisibleline.md)
- [wraps](appkit/nscell/wraps.md)
- [baseWritingDirection](appkit/nscell/basewritingdirection.md)
- [attributedStringValue](appkit/nscell/attributedstringvalue.md)
- [importsGraphics](appkit/nscell/importsgraphics.md)
- [setUpFieldEditorAttributes(_:)](appkit/nscell/setupfieldeditorattributes(_:).md)
- [title](appkit/nscell/title.md)
