Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Text | MBS MacCocoa Plugin | 12.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
An NSLayoutManager uses NSTextContainer to determine where to break lines, lay out portions of text, and so on. NSTextContainer defines rectangular regions, but you can create subclasses that define regions of other shapes, such as circular regions, regions with holes in them, or regions that flow alongside graphics.
Constant | Value | Description |
---|---|---|
NSLineDoesntMove | 0 |
Line has no movement. |
NSLineMovesDown | 3 |
Lines move from top to bottom. |
NSLineMovesLeft | 1 |
Lines move from right to left. |
NSLineMovesRight | 2 |
Lines move from left to right. |
NSLineMovesUp | 4 |
Lines move from bottom to top. |
Constant | Value | Description |
---|---|---|
NSLineSweepDown | 2 |
Characters move from top to bottom. |
NSLineSweepLeft | 0 |
Characters move from right to left. |
NSLineSweepRight | 1 |
Characters move from left to right. |
NSLineSweepUp | 3 |
Characters move from bottom to top. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacCocoa Plugin.
NSTextCheckingResultMBS - NSTextFieldCellMBS