Uses of Class
org.robovm.apple.coretext.CTLineBreakMode
-
Packages that use CTLineBreakMode Package Description org.robovm.apple.coretext -
-
Uses of CTLineBreakMode in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CTLineBreakMode Modifier and Type Method Description CTLineBreakMode
CTParagraphStyle. getLineBreakMode()
static CTLineBreakMode
CTLineBreakMode. valueOf(long n)
Returns the enum constant of this type with the specified name.static CTLineBreakMode
CTLineBreakMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CTLineBreakMode[]
CTLineBreakMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coretext with parameters of type CTLineBreakMode Modifier and Type Method Description void
CTParagraphStyleSettings. setLineBreakMode(CTLineBreakMode lineBreakMode)
-