Uses of Class
org.robovm.apple.uikit.NSTextTab
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSTextTab in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return types with arguments of type NSTextTab Modifier and Type Method Description NSArray<NSTextTab>NSMutableParagraphStyle. getTabStops()NSArray<NSTextTab>NSParagraphStyle. getTabStops()Methods in org.robovm.apple.uikit with parameters of type NSTextTab Modifier and Type Method Description voidNSMutableParagraphStyle. addTabStop(NSTextTab anObject)voidNSParagraphStyle. addTabStop(NSTextTab tab)voidNSMutableParagraphStyle. removeTabStop(NSTextTab anObject)voidNSParagraphStyle. removeTabStop(NSTextTab tab)Method parameters in org.robovm.apple.uikit with type arguments of type NSTextTab Modifier and Type Method Description voidNSMutableParagraphStyle. setTabStops(NSArray<NSTextTab> v)voidNSParagraphStyle. setTabStops(NSArray<NSTextTab> v)