public final class NSTextLayoutFragmentEnumerationOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
EnsuresExtraLineFragment
It synthesizes the extra line fragment when necessary.
|
static long |
EnsuresLayout
When enumerating, the layout fragments will be asked to layout.
|
static long |
EstimatesSize
When enumerating, the layout fragments will be asked to estimate their size.
|
static long |
None |
static long |
Reverse |
public static final long None
public static final long Reverse
public static final long EstimatesSize
public static final long EnsuresLayout
public static final long EnsuresExtraLineFragment