Module:libdomPackage:org.milescript.domParent:HTMLElementCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibDom Library: Project Home | Documentation

org.milescript.dom.CSSStyle

Inheritance : Object : HTMLElement

The CSSStyle object represents an individual style in the page.

Constructors

Signature
public CSSStyle()

Properties

NameTypeComment
background
core.String
backgroundColor
core.String
backgroundImage
core.String
backgroundPosition
core.String
backgroundRepeat
core.String
border
core.Literal
borderBottom
core.Literal
borderBottomWidth
core.Literal
borderColor
core.Literal
borderLeft
core.Literal
borderLeftWidth
core.Literal
borderRight
core.Literal
borderRightWidth
core.Literal
borderStyle
core.Literal
borderTop
core.Literal
borderTopWidth
core.Literal
borderWidth
core.Literal
clear
core.String
color
core.String
cursor
core.String
direction
core.String
disabled
core.boolean
display
core.String
filter
core.String
font
core.String
fontFamily
core.String
fontSize
core.String
fontStyle
core.String
fontVariant
core.String
fontWeight
core.Literal
height
core.Literal
left
core.Literal
lineHeight
core.Literal
listStyle
core.String
listStyleImage
core.String
listStylePosition
core.String
margin
core.Literal
marginBottom
core.Literal
marginLeft
core.Literal
marginRight
core.Literal
marginTop
core.Literal
MozOpacity
core.String
MozUserSelect
core.String
opacity
core.String
overflow
core.String
padding
core.Literal
paddingBottom
core.Literal
paddingLeft
core.Literal
paddingRight
core.Literal
paddingTop
core.Literal
position
core.String
textAlign
core.String
textDecoration
core.String
textIndent
core.Literal
textTransform
core.Literal
top
core.Literal
verticalAlign
core.String
visibility
core.String
width
core.Literal
zIndex
core.Literal

Constructors

public CSSStyle()


Module:libdomPackage:org.milescript.domParent:HTMLElementCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibDom Library: Project Home | Documentation