The alignment of the cell’s text.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
@property NSText Alignment alignment;
Discussion
The default value of this property is NSNatural
. For a list of possible text alignments, see NSText
.
The alignment of the cell’s text.
SDK
Framework
@property NSText Alignment alignment;
The default value of this property is NSNatural
. For a list of possible text alignments, see NSText
.
editable
A Boolean value indicating whether the cell is editable.
selectable
A Boolean value indicating whether the cell’s text can be selected.
scrollable
A Boolean value indicating whether excess text scrolls past the cell’s bounds.
font
The font that the cell uses to display text.
line Break Mode
The line break mode to use when drawing text in the cell.
truncates Last Visible Line
A Boolean value indicating whether the cell truncates text that does not fit within the cell’s bounds.
wraps
A Boolean value indicating whether the cell wraps text whose length that exceeds the cell’s frame.
base Writing Direction
The initial writing direction used to determine the actual writing direction for text.
attributed String Value
The cell’s value as an attributed string.
allows Editing Text Attributes
A Boolean value indicating whether the cell allows the editing of its content’s text attributes by the user.
imports Graphics
A Boolean value indicating whether the cell supports the importation of images into its text.
- set Up Field Editor Attributes:
Configures the textual and background attributes of the receiver's field editor.
title
The cell’s title text.