-
Methods in org.robovm.apple.uikit with parameters of type NSTextContentManagerEnumerationOptions
| Modifier and Type |
Method |
Description |
NSTextLocation |
NSTextContentManager.enumerateTextElements(NSTextLocation textLocation,
NSTextContentManagerEnumerationOptions options,
Block1<NSTextElement,Boolean> block) |
|
NSTextLocation |
NSTextElementProvider.enumerateTextElements(NSTextLocation textLocation,
NSTextContentManagerEnumerationOptions options,
Block1<NSTextElement,Boolean> block) |
|
NSTextLocation |
NSTextElementProviderAdapter.enumerateTextElements(NSTextLocation textLocation,
NSTextContentManagerEnumerationOptions options,
Block1<NSTextElement,Boolean> block) |
|
boolean |
NSTextContentManagerDelegate.shouldEnumerateTextElement(NSTextContentManager textContentManager,
NSTextElement textElement,
NSTextContentManagerEnumerationOptions options) |
|
boolean |
NSTextContentManagerDelegateAdapter.shouldEnumerateTextElement(NSTextContentManager textContentManager,
NSTextElement textElement,
NSTextContentManagerEnumerationOptions options) |
|