Uses of Class
org.robovm.apple.uikit.NSTextLayoutManager
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSTextLayoutManager in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSTextLayoutManager Modifier and Type Method Description NSTextLayoutManagerNSTextContentManager. getPrimaryTextLayoutManager()NSTextLayoutManagerNSTextAttachmentViewProvider. getTextLayoutManager()NSTextLayoutManagerNSTextContainer. getTextLayoutManager()NSTextLayoutManagerNSTextLayoutFragment. getTextLayoutManager()NSTextLayoutManagerNSTextViewportLayoutController. getTextLayoutManager()Methods in org.robovm.apple.uikit that return types with arguments of type NSTextLayoutManager Modifier and Type Method Description VoidBlock2<NSTextLayoutManager,NSTextLayoutFragment>NSTextLayoutManager. getRenderingAttributesValidator()NSArray<NSTextLayoutManager>NSTextContentManager. getTextLayoutManagers()Methods in org.robovm.apple.uikit with parameters of type NSTextLayoutManager Modifier and Type Method Description voidNSTextContentManager. addTextLayoutManager(NSTextLayoutManager textLayoutManager)NSTextLayoutFragmentNSTextLayoutManagerDelegate. getTextLayoutFragmentForLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, NSTextElement textElement)NSTextLayoutFragmentNSTextLayoutManagerDelegateAdapter. getTextLayoutFragmentForLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, NSTextElement textElement)protected longNSTextAttachmentViewProvider. init(NSTextAttachment textAttachment, UIView parentView, NSTextLayoutManager textLayoutManager, NSTextLocation location)protected longNSTextViewportLayoutController. init(NSTextLayoutManager textLayoutManager)voidNSTextContentManager. removeTextLayoutManager(NSTextLayoutManager textLayoutManager)NSDictionary<NSString,?>NSTextLayoutManagerDelegate. renderingAttributesForLink(NSTextLayoutManager textLayoutManager, NSObject link, NSTextLocation location, NSDictionary<NSString,?> renderingAttributes)NSDictionary<NSString,?>NSTextLayoutManagerDelegateAdapter. renderingAttributesForLink(NSTextLayoutManager textLayoutManager, NSObject link, NSTextLocation location, NSDictionary<NSString,?> renderingAttributes)voidNSTextContentManager. setPrimaryTextLayoutManager(NSTextLayoutManager v)booleanNSTextLayoutManagerDelegate. shouldBreakLineBeforeLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, boolean hyphenating)booleanNSTextLayoutManagerDelegateAdapter. shouldBreakLineBeforeLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, boolean hyphenating)Method parameters in org.robovm.apple.uikit with type arguments of type NSTextLayoutManager Modifier and Type Method Description voidNSTextLayoutManager. enumerateRenderingAttributes(NSTextLocation location, boolean reverse, Block3<NSTextLayoutManager,NSDictionary<NSString,?>,NSTextRange,Boolean> block)voidNSTextLayoutManager. setRenderingAttributesValidator(VoidBlock2<NSTextLayoutManager,NSTextLayoutFragment> v)Constructors in org.robovm.apple.uikit with parameters of type NSTextLayoutManager Constructor Description NSTextAttachmentViewProvider(NSTextAttachment textAttachment, UIView parentView, NSTextLayoutManager textLayoutManager, NSTextLocation location)NSTextViewportLayoutController(NSTextLayoutManager textLayoutManager)