Uses of Class
org.robovm.apple.uikit.NSTextElement
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSTextElement in org.robovm.apple.uikit
Subclasses of NSTextElement in org.robovm.apple.uikit Modifier and Type Class Description classNSTextParagraphMethods in org.robovm.apple.uikit that return NSTextElement Modifier and Type Method Description NSTextElementNSTextLayoutFragment. getTextElement()NSTextElementNSTextContentManagerDelegate. getTextElementAtLocation(NSTextContentManager textContentManager, NSTextLocation location)NSTextElementNSTextContentManagerDelegateAdapter. getTextElementAtLocation(NSTextContentManager textContentManager, NSTextLocation location)NSTextElementNSTextContentStorage. textElementForAttributedString(NSAttributedString attributedString)Methods in org.robovm.apple.uikit that return types with arguments of type NSTextElement Modifier and Type Method Description NSArray<NSTextElement>NSTextContentManager. textElementsForRange(NSTextRange range)Methods in org.robovm.apple.uikit with parameters of type NSTextElement Modifier and Type Method Description NSAttributedStringNSTextContentStorage. attributedStringForTextElement(NSTextElement textElement)NSTextLayoutFragmentNSTextLayoutManagerDelegate. getTextLayoutFragmentForLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, NSTextElement textElement)NSTextLayoutFragmentNSTextLayoutManagerDelegateAdapter. getTextLayoutFragmentForLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, NSTextElement textElement)protected longNSTextLayoutFragment. init(NSTextElement textElement, NSTextRange rangeInElement)booleanNSTextContentManagerDelegate. shouldEnumerateTextElement(NSTextContentManager textContentManager, NSTextElement textElement, NSTextContentManagerEnumerationOptions options)booleanNSTextContentManagerDelegateAdapter. shouldEnumerateTextElement(NSTextContentManager textContentManager, NSTextElement textElement, NSTextContentManagerEnumerationOptions options)Constructors in org.robovm.apple.uikit with parameters of type NSTextElement Constructor Description NSTextLayoutFragment(NSTextElement textElement, NSTextRange rangeInElement)