These constants, specifying the type of text table layout algorithm, are used with setLayoutAlgorithm:.
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public enum NSTextTableLayoutAlgorithm
Public Enumeration NSTextTableLayoutAlgorithm
public enum class NSTextTableLayoutAlgorithm
| Member | Description |
|---|---|
| NSTextTableAutomaticLayoutAlgorithm | Specifies automatic layout algorithm Available in Mac OS X v10.4 and later. |
| NSTextTableFixedLayoutAlgorithm | Specifies fixed layout algorithm Available in Mac OS X v10.4 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)