| Module: | libdom | Package: | org.milescript.dom | Parent: | HTMLElement | Copyright (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
| Name | Type | Comment | |
| background |
| ||
| backgroundColor |
| ||
| backgroundImage |
| ||
| backgroundPosition |
| ||
| backgroundRepeat |
| ||
| border |
| ||
| borderBottom |
| ||
| borderBottomWidth |
| ||
| borderColor |
| ||
| borderLeft |
| ||
| borderLeftWidth |
| ||
| borderRight |
| ||
| borderRightWidth |
| ||
| borderStyle |
| ||
| borderTop |
| ||
| borderTopWidth |
| ||
| borderWidth |
| ||
| clear |
| ||
| color |
| ||
| cursor |
| ||
| direction |
| ||
| disabled |
| ||
| display |
| ||
| filter |
| ||
| font |
| ||
| fontFamily |
| ||
| fontSize |
| ||
| fontStyle |
| ||
| fontVariant |
| ||
| fontWeight |
| ||
| height |
| ||
| left |
| ||
| lineHeight |
| ||
| listStyle |
| ||
| listStyleImage |
| ||
| listStylePosition |
| ||
| margin |
| ||
| marginBottom |
| ||
| marginLeft |
| ||
| marginRight |
| ||
| marginTop |
| ||
| MozOpacity |
| ||
| MozUserSelect |
| ||
| opacity |
| ||
| overflow |
| ||
| padding |
| ||
| paddingBottom |
| ||
| paddingLeft |
| ||
| paddingRight |
| ||
| paddingTop |
| ||
| position |
| ||
| textAlign |
| ||
| textDecoration |
| ||
| textIndent |
| ||
| textTransform |
| ||
| top |
| ||
| verticalAlign |
| ||
| visibility |
| ||
| width |
| ||
| zIndex |
|
Constructors
|
public CSSStyle() |
| Module: | libdom | Package: | org.milescript.dom | Parent: | HTMLElement | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibDom Library: Project Home | Documentation |