public final class NSTextLayoutManagerSegmentOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
HeadSegmentExtended
When specified, the segment is extended to the head edge
|
static long |
MiddleFragmentsExcluded
Only enumerates segments in the first and last line fragments.
|
static long |
None |
static long |
RangeNotRequired
Does not allocate and pass to the enumerator
|
static long |
TailSegmentExtended
When specified, the segment is extended to the tail edge.
|
static long |
UpstreamAffinity
When specified, the segment is placed based on the upstream affinity for an empty range.
|
public static final long None
public static final long RangeNotRequired
public static final long MiddleFragmentsExcluded
public static final long HeadSegmentExtended
public static final long TailSegmentExtended
public static final long UpstreamAffinity