trait AndroidTextStyle extends Object with TextStyle

Annotations
@JSType()
Linear Supertypes
TextStyle, Style, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AndroidTextStyle
  2. TextStyle
  3. Style
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val backgroundColor: UndefOr[String]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  6. val borderBottomColor: UndefOr[String]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  7. val borderBottomRightRadius: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  8. val borderBottomWidth: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  9. val borderColor: UndefOr[String]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  10. val borderLeftColor: UndefOr[String]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  11. val borderLeftWidth: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  12. val borderRadius: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  13. val borderRightWidth: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  14. val borderStyle: UndefOr[BorderStyle]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  15. val borderTopColor: UndefOr[String]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  16. val borderTopLeftRadius: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  17. val borderTopRightRadius: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  18. val borderTopWidth: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  19. val borderWidth: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  20. val bottom: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  22. val color: UndefOr[String]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  23. val elevation: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. val fontFamily: UndefOr[String]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  28. val fontSize: UndefOr[Int]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  29. val fontStyle: UndefOr[FontStyle]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  30. val fontWeight: UndefOr[FontWeight]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. val height: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  37. val left: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  38. val lineHeight: UndefOr[Int]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  39. val margin: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  40. val marginBottom: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  41. val marginEnd: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  42. val marginHorizontal: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  43. val marginLeft: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  44. val marginRight: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  45. val marginStart: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  46. val marginTop: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  47. val marginVertical: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. val padding: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  52. val paddingBottom: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  53. val paddingEnd: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  54. val paddingHorizontal: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  55. val paddingLeft: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  56. val paddingRight: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  57. val paddingStart: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  58. val paddingTop: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  59. val paddingVertical: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  60. val position: UndefOr[Position]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  61. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  62. val right: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  63. val shadowColor: UndefOr[String]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  64. val shadowOffset: UndefOr[ShadowOffset]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  65. val shadowOpacity: UndefOr[Double]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  66. val shadowRadius: UndefOr[Int]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  67. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  68. val textAlign: UndefOr[TextAlign]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  69. val textAlignVertical: UndefOr[TextAlignVertical]
    Annotations
    @JSOptional()
  70. val textDecorationLine: UndefOr[TextDecorationLine]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  71. val textShadowColor: UndefOr[String]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  72. val textShadowOffset: UndefOr[ShadowOffset]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  73. val textShadowRadius: UndefOr[Int]
    Definition Classes
    TextStyle
    Annotations
    @JSOptional()
  74. def toLocaleString(): String
    Definition Classes
    Object
  75. def toString(): String
    Definition Classes
    AnyRef → Any
  76. val top: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()
  77. def valueOf(): Any
    Definition Classes
    Object
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  81. val width: UndefOr[|[String, Int]]
    Definition Classes
    Style
    Annotations
    @JSOptional()

Inherited from TextStyle

Inherited from Style

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped