DecTextAlign

ostrat.pWeb.DecTextAlign
case class DecTextAlign(align: TextAlign) extends CssDec

CSS text-align declaration.

Attributes

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

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • CssDec
  • Product

Value members

Concrete methods

override def prop: String

The CSS property

The CSS property

Attributes

Definition Classes
override def valueStr: String

The CSS value output.

The CSS value output.

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