Package org.robovm.apple.uikit
Class NSTextLayoutManagerSegmentOptions
java.lang.Object
org.robovm.rt.bro.Bits<NSTextLayoutManagerSegmentOptions>
org.robovm.apple.uikit.NSTextLayoutManagerSegmentOptions
- All Implemented Interfaces:
Comparable<NSTextLayoutManagerSegmentOptions>,Iterable<NSTextLayoutManagerSegmentOptions>
public final class NSTextLayoutManagerSegmentOptions extends Bits<NSTextLayoutManagerSegmentOptions>
- Since:
- Available in iOS 15.0 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static NSTextLayoutManagerSegmentOptionsHeadSegmentExtendedstatic NSTextLayoutManagerSegmentOptionsMiddleFragmentsExcludedstatic NSTextLayoutManagerSegmentOptionsNonestatic NSTextLayoutManagerSegmentOptionsRangeNotRequiredstatic NSTextLayoutManagerSegmentOptionsTailSegmentExtendedstatic NSTextLayoutManagerSegmentOptionsUpstreamAffinity -
Constructor Summary
Constructors Constructor Description NSTextLayoutManagerSegmentOptions(long value) -
Method Summary
Modifier and Type Method Description protected NSTextLayoutManagerSegmentOptions[]_values()static NSTextLayoutManagerSegmentOptions[]values()protected NSTextLayoutManagerSegmentOptionswrap(long value, long mask)
-
Field Details
-
None
-
RangeNotRequired
-
MiddleFragmentsExcluded
-
HeadSegmentExtended
-
TailSegmentExtended
-
UpstreamAffinity
-
-
Constructor Details
-
NSTextLayoutManagerSegmentOptions
public NSTextLayoutManagerSegmentOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<NSTextLayoutManagerSegmentOptions>
-
_values
- Specified by:
_valuesin classBits<NSTextLayoutManagerSegmentOptions>
-
values
-