public interface NSTextContentManagerDelegate
| Modifier and Type | Method and Description |
|---|---|
default boolean |
textContentManagerShouldEnumerateTextElementOptions(NSTextContentManager textContentManager,
NSTextElement textElement,
long options)
Gives delegate a chance to validate textElement right before block() invocation with -enumerateTextElementsFromLocation:options:usingBlock:.
|
default NSTextElement |
textContentManagerTextElementAtLocation(NSTextContentManager textContentManager,
NSTextLocation location)
Returns a custom element for location.
|
default boolean textContentManagerShouldEnumerateTextElementOptions(NSTextContentManager textContentManager, NSTextElement textElement, long options)
default NSTextElement textContentManagerTextElementAtLocation(NSTextContentManager textContentManager, NSTextLocation location)