DecSpaces

ostrat.pWeb.DecSpaces
See theDecSpaces companion object
case class DecSpaces(value: CssVal) extends CssDecStd

CSS white-space declaration.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Known subtypes
object DecNoWrap

Members list

Value members

Concrete methods

override def prop: String

The CSS property

The CSS property

Attributes

Definition Classes

Inherited methods

override def decs: RArr[CssDec]

The decalation sequence, for CssDec this will have a sigle member.

The decalation sequence, for CssDec this will have a sigle member.

Attributes

Definition Classes
Inherited from:
CssDec
def out: String

The CSS code output.

The CSS code output.

Attributes

Inherited from:
CssDec

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final override def valueStr: String

The CSS value output.

The CSS value output.

Attributes

Definition Classes
Inherited from:
CssDecStd