Brings forward a panel allowing the user to manipulate text tables in the text view.
SDK
- macOS 10.4+
Framework
- App
Kit
Declaration
- (void)orderFrontTablePanel:(id)sender;
Parameters
sender
The control sending the message. May be
nil
.
Brings forward a panel allowing the user to manipulate text tables in the text view.
SDK
Framework
- (void)orderFrontTablePanel:(id)sender;
sender
The control sending the message. May be nil
.
uses Font Panel
A Boolean value that controls whether the text views sharing the receiver’s layout manager use the Font panel and Font menu.
uses Find Panel
A Boolean value that indicates whether the receiver allows for a find panel.
- perform Find Panel Action:
Performs a find panel action specified by the sender's tag.
- order Front Link Panel:
Brings forward a panel allowing the user to manipulate links in the text view.
- order Front List Panel:
Brings forward a panel allowing the user to manipulate text lists in the text view.
- order Front Spacing Panel:
Brings forward a panel allowing the user to manipulate text line heights, interline spacing, and paragraph spacing, in the text view.
- order Front Substitutions Panel:
Brings forward a panel allowing the user to specify string substitutions in the text view.