Package | dom.style.css |
Interface | public interface CSS2Properties |
Introduced in: |
The attributes of this interface correspond to all the properties specified in CSS2. Getting an attribute of this interface is equivalent to calling the getPropertyValue method of the CSSStyleDeclaration interface. Setting an attribute of this interface is equivalent to calling the setProperty method of the CSSStyleDeclaration interface.
Note: When the margin property is set, for example, the marginTop, marginRight, marginBottom and marginLeft properties are actually being set.
See also
Property | Defined By | ||
---|---|---|---|
DOM 2 Style azimuth : DOMString [read-only]
In combination with elevation, azimuth enables different audio sources to be positioned spatially for aural presentation. | CSS2Properties | ||
DOM 2 Style background : DOMString [read-only]
The background property is a shorthand property for setting the individual background property values in a
single place in the style sheet. | CSS2Properties | ||
DOM 2 Style backgroundAttachment : DOMString [read-only]
If a background-image is specified, background-attachment determines whether that image's position is
fixed within the viewport, or scrolls along with its containing block. | CSS2Properties | ||
DOM 2 Style backgroundColor : DOMString [read-only]
background-color sets the background color of an element, either through a color value or the keyword transparent. | CSS2Properties | ||
DOM 2 Style backgroundImage : DOMString [read-only]
The background-image property sets the background image for an element. | CSS2Properties | ||
DOM 2 Style backgroundPosition : DOMString [read-only]
background-position sets the initial position of any background image that has been set. | CSS2Properties | ||
DOM 2 Style backgroundRepeat : DOMString [read-only]
background-repeat specifies whether the image is repeated (tiled), and how. | CSS2Properties | ||
DOM 2 Style border : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderBottom : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderBottomColor : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderBottomStyle : DOMString [read-only]
| CSS2Properties | ||
borderBottomWidth : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderCollapse : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderColor : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderLeft : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderLeftColor : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderLeftStyle : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderLeftWidth : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderRight : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderRightColor : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderRightStyle : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderRightWidth : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderSpacing : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderStyle : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderTop : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderTopColor : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderTopStyle : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderTopWidth : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style borderWidth : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style bottom : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style captionSide : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style clear : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style clip : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style color : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style content : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style counterIncrement : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style counterReset : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style cssFloat : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style cue : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style cueAfter : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style cueBefore : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style cursor : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style direction : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style display : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style elevation : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style emptyCells : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style font : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style fontFamily : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style fontSize : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style fontSizeAdjust : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style fontStretch : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style fontStyle : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style fontVariant : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style fontWeight : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style height : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style left : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style letterSpacing : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style lineHeight : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style listStyle : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style listStyleImage : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style listStylePosition : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style listStyleType : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style margin : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style marginBottom : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style marginLeft : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style marginRight : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style marginTop : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style markerOffset : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style marks : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style maxHeight : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style maxWidth : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style minHeight : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style minWidth : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style orphans : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style outline : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style outlineColor : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style outlineStyle : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style outlineWidth : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style overflow : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style padding : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style paddingBottom : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style paddingLeft : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style paddingRight : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style paddingTop : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style page : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style pageBreakAfter : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style pageBreakBefore : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style pageBreakInside : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style pause : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style pauseAfter : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style pauseBefore : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style pitch : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style pitchRange : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style playDuring : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style position : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style quotes : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style richness : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style right : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style size : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style speak : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style speakHeader : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style speakNumeral : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style speakPunctuation : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style speechRate : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style stress : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style tableLayout : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style textAlign : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style textDecoration : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style textIndent : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style textShadow : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style textTransform : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style top : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style unicodeBidi : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style verticalAlign : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style visibility : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style voiceFamily : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style volume : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style whiteSpace : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style widows : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style width : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style wordSpacing : DOMString [read-only]
| CSS2Properties | ||
DOM 2 Style zIndex : DOMString [read-only]
| CSS2Properties |
DOM 2 Style azimuth | property |
azimuth:DOMString
[read-only] Introduced in: | DOM 2 Core |
In combination with elevation, azimuth enables different audio sources to be positioned spatially for aural presentation.
This is important in that it provides a natural way to tell several voices apart, as each can be positioned to originate at a different location on the sound stage. Stereo output produce a lateral sound stage, while binaural headphones and multi-speaker setups allow for a fully three-dimensional stage.
azimuth: angle | [[ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit
Audible source position is described as an angle within the range -360deg
to 360deg
.
The value 0deg
means directly ahead in the center of the sound stage (this is the default value).
90deg
is to the right, 180deg
is behind, and 270deg
or -90deg
is to the left.
270deg
.
270deg
.
300deg
.
240deg
.
320deg
.
220deg
.
340deg
.
200deg
.
0deg
.
180deg
.
20deg
.
160deg
.
40deg
.
140deg
.
60deg
.
120deg
.
90deg
.
90deg
.
180deg
. Also used as a modifier for other positional keyword values, as above.
The default value is center
.
public function get azimuth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
See also
h1 { azimuth: 30deg } td.a { azimuth: far-right } /* 60deg */ #12 { azimuth: behind far-right } /* 120deg */ p.comment { azimuth: behind } /* 180deg */
DOM 2 Style background | property |
background:DOMString
[read-only] Introduced in: | DOM 2 Core |
The background property is a shorthand property for setting the individual background property values in a single place in the style sheet. background can be used to set the values for one or more of: background-attachment, background-color, background-image, background-position, background-repeat.
background: [ <background-color> || <background-image> || <background-repeat> || <background-attachment> || <background-position> ] | inherit;
Note: Given a valid declaration, the background property first sets the individual background properties to their initial values, then assigns the explicit values specified in the declaration. You do not have to define a value for each of the individual properties, only those you want to change from their initial defaults.
public function get background():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
See also
body { background: red; } .topbanner { background: url("topbanner.png") #00D repeat fixed; }
DOM 2 Style backgroundAttachment | property |
backgroundAttachment:DOMString
[read-only] Introduced in: | DOM 2 Core |
If a background-image is specified, background-attachment determines whether that image's position is fixed within the viewport, or scrolls along with its containing block.
background-attachment: scroll | fixed | inherit
If scroll is specified, the background image will scroll within the viewport along with the block the image is contained within.
inheritIf fixed is specified, the background image will not scroll with its containing element, instead remaining stationary within the viewport.
The default value is scroll
.
public function get backgroundAttachment():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
See also
body { background-image: url("images/cartooncat.png"); background-attachment: fixed; }
DOM 2 Style backgroundColor | property |
backgroundColor:DOMString
[read-only] Introduced in: | DOM 2 Core |
background-color sets the background color of an element, either through a color value or the keyword transparent.
background-color: color | transparent | inherit
The color can be specified as a hexidecimal RGB value, a regular RGB value, or by using one of the pre-defined color keywords.
transparentThe default value for background-color is transparent meaning the element has no color of its own, instead showing the color of the element behind it.
The default value is transparent
.
public function get backgroundColor():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
See also
.exampleone { background-color: teal; color: white; } .exampletwo { background-color: rgb(153,102,153); color: rgb(255,255,204); } .examplethree { background-color: #666699; color: #FFFFFF; }
DOM 2 Style backgroundImage | property |
backgroundImage:DOMString
[read-only] Introduced in: | DOM 2 Core |
The background-image property sets the background image for an element.
background-image: uri | none | inherit
Note: Developers should ensure that they specify a background-color to be used if an image is not available. Background images are rendered on top of the background color.
uriThe location of the image resource to be used as a background image.
noneUsed to specify that an element is to have no background image.
The default value is none
.
public function get backgroundImage():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
See also
body { background-image: url("images/darkpattern.png"); } p { background-image: none; }
DOM 2 Style backgroundPosition | property |
backgroundPosition:DOMString
[read-only] Introduced in: | DOM 2 Core |
background-position sets the initial position of any background image that has been set.
background-position: [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ] ? ;
background-position: [ top | center | bottom ];
background-position: inherit;
With a value pair of '0% 0%', the upper left corner of the image is aligned with the upper left corner of the box's padding edge. A value pair of '100% 100%' places the lower right corner of the image in the lower right corner of padding area. With a value pair of '14% 84%', the point 14% across and 84% down the image is to be placed at the point 14% across and 84% down the padding area.
<length>With a value pair of '2cm 1cm', the upper left corner of the image is placed 2cm to the right and 1cm below the upper left corner of the padding area.
top left and left topSame as '0% 0%'.
top, top center, and center topSame as '50% 0%'.
right top and top rightSame as '100% 0%'.
left, left center, and center leftSame as '0% 50%'.
center and center centerSame as '50% 50%'.
right, right center, and center rightSame as '100% 50%'.
bottom left and left bottomSame as '0% 100%'.
bottom, bottom center, and center bottomSame as '50% 100%'.
bottom right and right bottomSame as '100% 100%'.
If only one value is specified, then it sets the horizontal position, with the vertical position at 50%. Otherwise, the first value specifies the horizontal position. Combinations are allowed of keyword, length, or percentage values, but if keywords are mixed with other values, 'left' and 'right' may only be used as the first value, and 'top' and 'bottom' may only be used as the second value. Negative positions are allowed.
The default value is 0% 0%
.
public function get backgroundPosition():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
See also
.exampleone { background-image: url("logo.png"); background-position: top center; } .exampletwo { background-image: url("logo.png"); background-position: 25% 75%; } .examplethree { background-image: url("logo.png"); background-position: 2cm bottom; } .examplefour { background-image: url("logo.png"); background-position: center 10%; } .examplefive { background-image: url("logo.png"); background-position: 2cm 50%; }
DOM 2 Style backgroundRepeat | property |
backgroundRepeat:DOMString
[read-only] Introduced in: | DOM 2 Core |
background-repeat specifies whether the image is repeated (tiled), and how.
background-repeat: repeat | repeat-x | repeat-y | no-repeat | inherit
The image is repeated both horizontally and vertically.
repeat-xThe image is repeated horizontally only.
repeat-yThe image is repeated vertically only.
no-repeatThe image is not repeated: only one copy of the image is drawn.
The default value is repeat
.
public function get backgroundRepeat():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
See also
.exampleone { background-image: url("logo.png"); background-repeat: repeat-x; } .exampletwo { background-image: url("logo.png"); background-repeat: no-repeat; }
DOM 2 Style border | property |
border:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get border():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderBottom | property |
borderBottom:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderBottom():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderBottomColor | property |
borderBottomColor:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderBottomColor():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderBottomStyle | property |
borderBottomStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderBottomStyle():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
borderBottomWidth | property |
borderBottomWidth:DOMString
[read-only]
public function get borderBottomWidth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderCollapse | property |
borderCollapse:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderCollapse():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderColor | property |
borderColor:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderColor():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderLeft | property |
borderLeft:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderLeft():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderLeftColor | property |
borderLeftColor:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderLeftColor():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderLeftStyle | property |
borderLeftStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderLeftStyle():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderLeftWidth | property |
borderLeftWidth:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderLeftWidth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderRight | property |
borderRight:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderRight():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderRightColor | property |
borderRightColor:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderRightColor():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderRightStyle | property |
borderRightStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderRightStyle():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderRightWidth | property |
borderRightWidth:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderRightWidth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderSpacing | property |
borderSpacing:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderSpacing():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderStyle | property |
borderStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderStyle():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderTop | property |
borderTop:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderTop():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderTopColor | property |
borderTopColor:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderTopColor():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderTopStyle | property |
borderTopStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderTopStyle():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderTopWidth | property |
borderTopWidth:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderTopWidth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style borderWidth | property |
borderWidth:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get borderWidth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style bottom | property |
bottom:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get bottom():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style captionSide | property |
captionSide:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get captionSide():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style clear | property |
clear:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get clear():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style clip | property |
clip:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get clip():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style color | property |
color:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get color():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style content | property |
content:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get content():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style counterIncrement | property |
counterIncrement:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get counterIncrement():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style counterReset | property |
counterReset:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get counterReset():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style cssFloat | property |
cssFloat:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get cssFloat():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style cue | property |
cue:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get cue():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style cueAfter | property |
cueAfter:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get cueAfter():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style cueBefore | property |
cueBefore:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get cueBefore():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style cursor | property |
cursor:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get cursor():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style direction | property |
direction:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get direction():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style display | property |
display:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get display():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style elevation | property |
elevation:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get elevation():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style emptyCells | property |
emptyCells:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get emptyCells():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style font | property |
font:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get font():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style fontFamily | property |
fontFamily:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get fontFamily():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style fontSize | property |
fontSize:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get fontSize():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style fontSizeAdjust | property |
fontSizeAdjust:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get fontSizeAdjust():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style fontStretch | property |
fontStretch:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get fontStretch():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style fontStyle | property |
fontStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get fontStyle():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style fontVariant | property |
fontVariant:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get fontVariant():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style fontWeight | property |
fontWeight:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get fontWeight():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style height | property |
height:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get height():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style left | property |
left:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get left():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style letterSpacing | property |
letterSpacing:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get letterSpacing():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style lineHeight | property |
lineHeight:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get lineHeight():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style listStyle | property |
listStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get listStyle():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style listStyleImage | property |
listStyleImage:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get listStyleImage():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style listStylePosition | property |
listStylePosition:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get listStylePosition():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style listStyleType | property |
listStyleType:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get listStyleType():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style margin | property |
margin:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get margin():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style marginBottom | property |
marginBottom:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get marginBottom():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style marginLeft | property |
marginLeft:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get marginLeft():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style marginRight | property |
marginRight:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get marginRight():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style marginTop | property |
marginTop:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get marginTop():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style markerOffset | property |
markerOffset:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get markerOffset():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style marks | property |
marks:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get marks():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style maxHeight | property |
maxHeight:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get maxHeight():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style maxWidth | property |
maxWidth:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get maxWidth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style minHeight | property |
minHeight:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get minHeight():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style minWidth | property |
minWidth:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get minWidth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style orphans | property |
orphans:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get orphans():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style outline | property |
outline:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get outline():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style outlineColor | property |
outlineColor:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get outlineColor():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style outlineStyle | property |
outlineStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get outlineStyle():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style outlineWidth | property |
outlineWidth:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get outlineWidth():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style overflow | property |
overflow:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get overflow():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style padding | property |
padding:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get padding():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style paddingBottom | property |
paddingBottom:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get paddingBottom():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style paddingLeft | property |
paddingLeft:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get paddingLeft():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style paddingRight | property |
paddingRight:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get paddingRight():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style paddingTop | property |
paddingTop:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get paddingTop():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style page | property |
page:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get page():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style pageBreakAfter | property |
pageBreakAfter:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get pageBreakAfter():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style pageBreakBefore | property |
pageBreakBefore:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get pageBreakBefore():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style pageBreakInside | property |
pageBreakInside:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get pageBreakInside():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style pause | property |
pause:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get pause():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style pauseAfter | property |
pauseAfter:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get pauseAfter():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style pauseBefore | property |
pauseBefore:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get pauseBefore():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style pitch | property |
pitch:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get pitch():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style pitchRange | property |
pitchRange:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get pitchRange():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style playDuring | property |
playDuring:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get playDuring():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style position | property |
position:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get position():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style quotes | property |
quotes:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get quotes():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style richness | property |
richness:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get richness():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style right | property |
right:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get right():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style size | property |
size:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get size():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style speak | property |
speak:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get speak():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style speakHeader | property |
speakHeader:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get speakHeader():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style speakNumeral | property |
speakNumeral:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get speakNumeral():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style speakPunctuation | property |
speakPunctuation:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get speakPunctuation():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style speechRate | property |
speechRate:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get speechRate():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style stress | property |
stress:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get stress():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style tableLayout | property |
tableLayout:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get tableLayout():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style textAlign | property |
textAlign:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get textAlign():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style textDecoration | property |
textDecoration:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get textDecoration():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style textIndent | property |
textIndent:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get textIndent():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style textShadow | property |
textShadow:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get textShadow():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style textTransform | property |
textTransform:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get textTransform():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style top | property |
top:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get top():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style unicodeBidi | property |
unicodeBidi:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get unicodeBidi():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style verticalAlign | property |
verticalAlign:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get verticalAlign():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style visibility | property |
visibility:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get visibility():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style voiceFamily | property |
voiceFamily:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get voiceFamily():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style volume | property |
volume:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get volume():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style whiteSpace | property |
whiteSpace:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get whiteSpace():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style widows | property |
widows:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get widows():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style width | property |
width:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get width():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style wordSpacing | property |
wordSpacing:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get wordSpacing():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|
DOM 2 Style zIndex | property |
zIndex:DOMString
[read-only] Introduced in: | DOM 2 Core |
public function get zIndex():DOMString
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
| |
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
|