TextStyle

com.malliina.push.wns.TextStyle
See theTextStyle companion object
sealed abstract class TextStyle(val name: String) extends Named

Attributes

Companion
object
Graph
Supertypes
trait Named
class Object
trait Matchable
class Any
Known subtypes
object Base.type
object BaseSubtle.type
object Body.type
object BodySubtle.type
object Caption.type
object CaptionSubtle.type
object Header.type
object HeaderNumber.type
object HeaderSubtle.type
object Subheader.type
object SubheaderNumeral.type
object SubheaderSubtle.type
object Subtitle.type
object SubtitleSubtle.type
object Title.type
object TitleNumeral.type
object TitleSubtle.type
Show all

Members list

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Named -> Any
Inherited from:
Named

Concrete fields

val name: String