StyleText

papyrus.logic.Renderer.Text.StyleText
object StyleText

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
StyleText.type

Members list

Value members

Concrete methods

def apply(s: String): StyleText

Wraps a string as StyleText (CSS content)

Wraps a string as StyleText (CSS content)

Attributes

def value(s: StyleText): String

Extracts the raw string from StyleText

Extracts the raw string from StyleText

Attributes

Extensions

Extensions

extension (s: StyleText)
def string: String

Returns the inner string

Returns the inner string

Attributes