Package org.robovm.apple.foundation
Class NSAttributedString.Keys
java.lang.Object
org.robovm.apple.foundation.NSAttributedString.Keys
- Enclosing class:
- NSAttributedString
public static class NSAttributedString.Keys extends Object
-
Constructor Summary
Constructors Constructor Description Keys() -
Method Summary
Modifier and Type Method Description static NSStringInflectionAlternative()static NSStringInflectionRule()static NSStringMorphology()static NSStringPresentationIntent()static NSStringReplacementIndex()
-
Constructor Details
-
Keys
public Keys()
-
-
Method Details
-
ReplacementIndex
- Since:
- Available in iOS 15.0 and later.
-
Morphology
- Since:
- Available in iOS 15.0 and later.
-
InflectionRule
- Since:
- Available in iOS 15.0 and later.
-
InflectionAlternative
- Since:
- Available in iOS 15.0 and later.
-
PresentationIntent
- Since:
- Available in iOS 15.0 and later.
-