Style

org.beangle.doc.html.dom.Style
See theStyle companion object
class Style(val properties: Map[String, String])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ClassStyle

Members list

Value members

Concrete methods

def add(name: String, value: String): Style
def border: Option[Border]
def font: Option[Font]
def has(name: String, value: String): Boolean
def has(name: String): Boolean
def height: Option[Length]
def inheritables: Map[String, String]
def textAlign: Option[String]
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
Any
def verticalAlign: Option[String]
def width: Option[Length]

Concrete fields

val properties: Map[String, String]