MonobjcMonobjc Documented Class Library
NSTextTableLayoutAlgorithm Enumeration
NamespacesMonobjc.AppKitNSTextTableLayoutAlgorithm

These constants, specifying the type of text table layout algorithm, are used with setLayoutAlgorithm:.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTextTableLayoutAlgorithm
Public Enumeration NSTextTableLayoutAlgorithm
public enum class NSTextTableLayoutAlgorithm
Members
MemberDescription
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.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)