Package org.robovm.apple.foundation
Class NSAttributedStringFormattingOptions
java.lang.Object
org.robovm.rt.bro.Bits<NSAttributedStringFormattingOptions>
org.robovm.apple.foundation.NSAttributedStringFormattingOptions
- All Implemented Interfaces:
Comparable<NSAttributedStringFormattingOptions>,Iterable<NSAttributedStringFormattingOptions>
public final class NSAttributedStringFormattingOptions extends Bits<NSAttributedStringFormattingOptions>
-
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 NSAttributedStringFormattingOptionsApplyReplacementIndexAttributestatic NSAttributedStringFormattingOptionsInsertArgumentAttributesWithoutMergingstatic NSAttributedStringFormattingOptionsNone -
Constructor Summary
Constructors Constructor Description NSAttributedStringFormattingOptions(long value) -
Method Summary
Modifier and Type Method Description protected NSAttributedStringFormattingOptions[]_values()static NSAttributedStringFormattingOptions[]values()protected NSAttributedStringFormattingOptionswrap(long value, long mask)
-
Field Details
-
None
-
InsertArgumentAttributesWithoutMerging
- Since:
- Available in iOS 15.0 and later.
-
ApplyReplacementIndexAttribute
- Since:
- Available in iOS 15.0 and later.
-
-
Constructor Details
-
NSAttributedStringFormattingOptions
public NSAttributedStringFormattingOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<NSAttributedStringFormattingOptions>
-
_values
- Specified by:
_valuesin classBits<NSAttributedStringFormattingOptions>
-
values
-