Uses of Class
org.robovm.apple.uikit.NSUnderlineStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSUnderlineStyle in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as NSUnderlineStyle Modifier and Type Field Description static NSUnderlineStyleNSUnderlineStyle. ByWordstatic NSUnderlineStyleNSUnderlineStyle. Doublestatic NSUnderlineStyleNSUnderlineStyle. Nonestatic NSUnderlineStyleNSUnderlineStyle. PatternDashstatic NSUnderlineStyleNSUnderlineStyle. PatternDashDotstatic NSUnderlineStyleNSUnderlineStyle. PatternDashDotDotstatic NSUnderlineStyleNSUnderlineStyle. PatternDotstatic NSUnderlineStyleNSUnderlineStyle. PatternSolidstatic NSUnderlineStyleNSUnderlineStyle. Singlestatic NSUnderlineStyleNSUnderlineStyle. ThickMethods in org.robovm.apple.uikit that return NSUnderlineStyle Modifier and Type Method Description protected NSUnderlineStyle[]NSUnderlineStyle. _values()NSUnderlineStyleNSAttributedStringAttributes. getStrikethroughStyle()NSUnderlineStyleNSAttributedStringAttributes. getUnderlineStyle()static NSUnderlineStyle[]NSUnderlineStyle. values()protected NSUnderlineStyleNSUnderlineStyle. wrap(long value, long mask)Methods in org.robovm.apple.uikit with parameters of type NSUnderlineStyle Modifier and Type Method Description voidNSLayoutManager. drawStrikethrough(NSRange glyphRange, NSUnderlineStyle strikethroughVal, double baselineOffset, CGRect lineRect, NSRange lineGlyphRange, CGPoint containerOrigin)voidNSLayoutManager. drawUnderline(NSRange glyphRange, NSUnderlineStyle underlineVal, double baselineOffset, CGRect lineRect, NSRange lineGlyphRange, CGPoint containerOrigin)NSAttributedStringAttributesNSAttributedStringAttributes. setStrikethroughStyle(NSUnderlineStyle strikethroughStyle)NSAttributedStringAttributesNSAttributedStringAttributes. setUnderlineStyle(NSUnderlineStyle underlineStyle)voidNSLayoutManager. strikethrough(NSRange glyphRange, NSUnderlineStyle strikethroughVal, CGRect lineRect, NSRange lineGlyphRange, CGPoint containerOrigin)voidNSLayoutManager. underline(NSRange glyphRange, NSUnderlineStyle underlineVal, CGRect lineRect, NSRange lineGlyphRange, CGPoint containerOrigin)