40 lines
		
	
	
		
			124 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			124 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en"><!-- use theme color or fallback -->
 | |
| <!--use textcolor from settings, otherwise create a contrasting color to theme color-->
 | |
| <head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>js.html.CSSStyleDeclaration - API Reference</title><meta name="description" content="<code><a href="../../js/html/CSSStyleDeclaration.html">CSSStyleDeclaration</a></code> represents a collection of CSS property-value pairs. It is used in a few APIs:"/></head><body><style>
 | |
| a, code .type {
 | |
| 	color: #24afc4;
 | |
| }
 | |
| .navbar .brand {
 | |
| 	display: inline-block;
 | |
| 	float: none;
 | |
| 	text-shadow: 0 0 0 transparent;
 | |
| }
 | |
| .nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
 | |
| 	background: #24afc4;
 | |
| 	color: #ffffff;
 | |
| 	text-shadow: 0 0 0 transparent;
 | |
| }
 | |
| .navbar .container {
 | |
| 	width: 940px ;
 | |
| }
 | |
| @media (max-width: 767px) {
 | |
| 	.navbar .container {
 | |
| 		width: auto;
 | |
| 	}
 | |
| }
 | |
| @media (max-width: 979px) and (min-width: 768px) {
 | |
| 	.navbar .container {
 | |
| 		width: 724px;
 | |
| 	}
 | |
| }
 | |
| @media (min-width: 1200px) {
 | |
| 	.navbar .container {
 | |
| 		width: 1170px;
 | |
| 	}
 | |
| }
 | |
| .navbar .container img {
 | |
| 	margin: 5px 0 0 4px;
 | |
| }
 | |
| </style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> CSSStyleDeclaration</h1><h4><small>package <a href="../../js/html/index.html">js.html</a></small></h4>    <p class="availability"><hr/><em>Available on  HTML5</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p><code><a href="../../js/html/CSSStyleDeclaration.html">CSSStyleDeclaration</a></code> represents a collection of CSS property-value pairs. It is used in a few APIs:</p>
 | |
| <p>Documentation <a href="https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration">CSSStyleDeclaration</a> by <a href="https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration$history">Mozilla Contributors</a>, licensed under <a href="https://creativecommons.org/licenses/by-sa/2.5/">CC-BY-SA 2.5</a>.</p><p class="javadoc">See:</p><div class="indent inline-content"><p><a href="https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration">https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration</a></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="alignContent"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#alignContent"><span class="identifier">alignContent</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "align-content" CSS property.</p></div></div><div class="field "><a name="alignItems"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#alignItems"><span class="identifier">alignItems</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "align-items" CSS property.</p></div></div><div class="field "><a name="alignSelf"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#alignSelf"><span class="identifier">alignSelf</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "align-self" CSS property.</p></div></div><div class="field "><a name="alignmentAdjust"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#alignmentAdjust"><span class="identifier">alignmentAdjust</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "alignment-adjust" CSS property.</p></div></div><div class="field "><a name="alignmentBaseline"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#alignmentBaseline"><span class="identifier">alignmentBaseline</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "alignment-baseline" CSS property.</p></div></div><div class="field "><a name="all"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#all"><span class="identifier">all</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "all" CSS property.</p></div></div><div class="field "><a name="anchorPoint"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#anchorPoint"><span class="identifier">anchorPoint</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "anchor-point" CSS property.</p></div></div><div class="field "><a name="animation"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animation"><span class="identifier">animation</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation" CSS property.</p></div></div><div class="field "><a name="animationDelay"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animationDelay"><span class="identifier">animationDelay</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation-delay" CSS property.</p></div></div><div class="field "><a name="animationDirection"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animationDirection"><span class="identifier">animationDirection</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation-direction" CSS property.</p></div></div><div class="field "><a name="animationDuration"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animationDuration"><span class="identifier">animationDuration</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation-duration" CSS property.</p></div></div><div class="field "><a name="animationFillMode"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animationFillMode"><span class="identifier">animationFillMode</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation-fill-mode" CSS property.</p></div></div><div class="field "><a name="animationIterationCount"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animationIterationCount"><span class="identifier">animationIterationCount</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation-iteration-count" CSS property.</p></div></div><div class="field "><a name="animationName"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animationName"><span class="identifier">animationName</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation-name" CSS property.</p></div></div><div class="field "><a name="animationPlayState"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animationPlayState"><span class="identifier">animationPlayState</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation-play-state" CSS property.</p></div></div><div class="field "><a name="animationTimingFunction"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#animationTimingFunction"><span class="identifier">animationTimingFunction</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "animation-timing-function" CSS property.</p></div></div><div class="field "><a name="azimuth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#azimuth"><span class="identifier">azimuth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "azimuth" CSS property.</p></div></div><div class="field "><a name="backfaceVisibility"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backfaceVisibility"><span class="identifier">backfaceVisibility</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "backface-visibility" CSS property.</p></div></div><div class="field "><a name="background"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#background"><span class="identifier">background</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background" CSS property.</p></div></div><div class="field "><a name="backgroundAttachment"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backgroundAttachment"><span class="identifier">backgroundAttachment</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background-attachment" CSS property.</p></div></div><div class="field "><a name="backgroundClip"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backgroundClip"><span class="identifier">backgroundClip</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background-clip" CSS property.</p></div></div><div class="field "><a name="backgroundColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backgroundColor"><span class="identifier">backgroundColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background-color" CSS property.</p></div></div><div class="field "><a name="backgroundImage"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backgroundImage"><span class="identifier">backgroundImage</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background-image" CSS property.</p></div></div><div class="field "><a name="backgroundOrigin"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backgroundOrigin"><span class="identifier">backgroundOrigin</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background-origin" CSS property.</p></div></div><div class="field "><a name="backgroundPosition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backgroundPosition"><span class="identifier">backgroundPosition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background-position" CSS property.</p></div></div><div class="field "><a name="backgroundRepeat"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backgroundRepeat"><span class="identifier">backgroundRepeat</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background-repeat" CSS property.</p></div></div><div class="field "><a name="backgroundSize"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#backgroundSize"><span class="identifier">backgroundSize</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "background-size" CSS property.</p></div></div><div class="field "><a name="baselineShift"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#baselineShift"><span class="identifier">baselineShift</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "baseline-shift" CSS property.</p></div></div><div class="field "><a name="binding"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#binding"><span class="identifier">binding</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "binding" CSS property.</p></div></div><div class="field "><a name="bleed"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#bleed"><span class="identifier">bleed</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "bleed" CSS property.</p></div></div><div class="field "><a name="bookmarkLabel"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#bookmarkLabel"><span class="identifier">bookmarkLabel</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "bookmark-label" CSS property.</p></div></div><div class="field "><a name="bookmarkLevel"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#bookmarkLevel"><span class="identifier">bookmarkLevel</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "bookmark-level" CSS property.</p></div></div><div class="field "><a name="bookmarkState"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#bookmarkState"><span class="identifier">bookmarkState</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "bookmark-state" CSS property.</p></div></div><div class="field "><a name="border"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#border"><span class="identifier">border</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border" CSS property.</p></div></div><div class="field "><a name="borderBottom"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderBottom"><span class="identifier">borderBottom</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-bottom" CSS property.</p></div></div><div class="field "><a name="borderBottomColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderBottomColor"><span class="identifier">borderBottomColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-bottom-color" CSS property.</p></div></div><div class="field "><a name="borderBottomLeftRadius"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderBottomLeftRadius"><span class="identifier">borderBottomLeftRadius</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-bottom-left-radius" CSS property.</p></div></div><div class="field "><a name="borderBottomRightRadius"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderBottomRightRadius"><span class="identifier">borderBottomRightRadius</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-bottom-right-radius" CSS property.</p></div></div><div class="field "><a name="borderBottomStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderBottomStyle"><span class="identifier">borderBottomStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-bottom-style" CSS property.</p></div></div><div class="field "><a name="borderBottomWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderBottomWidth"><span class="identifier">borderBottomWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-bottom-width" CSS property.</p></div></div><div class="field "><a name="borderCollapse"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderCollapse"><span class="identifier">borderCollapse</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-collapse" CSS property.</p></div></div><div class="field "><a name="borderColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderColor"><span class="identifier">borderColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-color" CSS property.</p></div></div><div class="field "><a name="borderImage"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderImage"><span class="identifier">borderImage</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-image" CSS property.</p></div></div><div class="field "><a name="borderImageOutset"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderImageOutset"><span class="identifier">borderImageOutset</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-image-outset" CSS property.</p></div></div><div class="field "><a name="borderImageRepeat"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderImageRepeat"><span class="identifier">borderImageRepeat</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-image-repeat" CSS property.</p></div></div><div class="field "><a name="borderImageSlice"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderImageSlice"><span class="identifier">borderImageSlice</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-image-slice" CSS property.</p></div></div><div class="field "><a name="borderImageSource"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderImageSource"><span class="identifier">borderImageSource</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-image-source" CSS property.</p></div></div><div class="field "><a name="borderImageWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderImageWidth"><span class="identifier">borderImageWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-image-width" CSS property.</p></div></div><div class="field "><a name="borderLeft"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderLeft"><span class="identifier">borderLeft</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-left" CSS property.</p></div></div><div class="field "><a name="borderLeftColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderLeftColor"><span class="identifier">borderLeftColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-left-color" CSS property.</p></div></div><div class="field "><a name="borderLeftStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderLeftStyle"><span class="identifier">borderLeftStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-left-style" CSS property.</p></div></div><div class="field "><a name="borderLeftWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderLeftWidth"><span class="identifier">borderLeftWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-left-width" CSS property.</p></div></div><div class="field "><a name="borderRadius"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderRadius"><span class="identifier">borderRadius</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-radius" CSS property.</p></div></div><div class="field "><a name="borderRight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderRight"><span class="identifier">borderRight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-right" CSS property.</p></div></div><div class="field "><a name="borderRightColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderRightColor"><span class="identifier">borderRightColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-right-color" CSS property.</p></div></div><div class="field "><a name="borderRightStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderRightStyle"><span class="identifier">borderRightStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-right-style" CSS property.</p></div></div><div class="field "><a name="borderRightWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderRightWidth"><span class="identifier">borderRightWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-right-width" CSS property.</p></div></div><div class="field "><a name="borderSpacing"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderSpacing"><span class="identifier">borderSpacing</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-spacing" CSS property.</p></div></div><div class="field "><a name="borderStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderStyle"><span class="identifier">borderStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-style" CSS property.</p></div></div><div class="field "><a name="borderTop"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderTop"><span class="identifier">borderTop</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-top" CSS property.</p></div></div><div class="field "><a name="borderTopColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderTopColor"><span class="identifier">borderTopColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-top-color" CSS property.</p></div></div><div class="field "><a name="borderTopLeftRadius"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderTopLeftRadius"><span class="identifier">borderTopLeftRadius</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-top-left-radius" CSS property.</p></div></div><div class="field "><a name="borderTopRightRadius"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderTopRightRadius"><span class="identifier">borderTopRightRadius</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-top-right-radius" CSS property.</p></div></div><div class="field "><a name="borderTopStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderTopStyle"><span class="identifier">borderTopStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-top-style" CSS property.</p></div></div><div class="field "><a name="borderTopWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderTopWidth"><span class="identifier">borderTopWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-top-width" CSS property.</p></div></div><div class="field "><a name="borderWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#borderWidth"><span class="identifier">borderWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "border-width" CSS property.</p></div></div><div class="field "><a name="bottom"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#bottom"><span class="identifier">bottom</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "bottom" CSS property.</p></div></div><div class="field "><a name="boxDecorationBreak"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#boxDecorationBreak"><span class="identifier">boxDecorationBreak</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "box-decoration-break" CSS property.</p></div></div><div class="field "><a name="boxShadow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#boxShadow"><span class="identifier">boxShadow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "box-shadow" CSS property.</p></div></div><div class="field "><a name="boxSizing"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#boxSizing"><span class="identifier">boxSizing</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "box-sizing" CSS property.</p></div></div><div class="field "><a name="boxSnap"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#boxSnap"><span class="identifier">boxSnap</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "box-snap" CSS property.</p></div></div><div class="field "><a name="boxSuppress"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#boxSuppress"><span class="identifier">boxSuppress</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "box-suppress" CSS property.</p></div></div><div class="field "><a name="breakAfter"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#breakAfter"><span class="identifier">breakAfter</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "break-after" CSS property.</p></div></div><div class="field "><a name="breakBefore"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#breakBefore"><span class="identifier">breakBefore</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "break-before" CSS property.</p></div></div><div class="field "><a name="breakInside"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#breakInside"><span class="identifier">breakInside</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "break-inside" CSS property.</p></div></div><div class="field "><a name="captionSide"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#captionSide"><span class="identifier">captionSide</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "caption-side" CSS property.</p></div></div><div class="field "><a name="chains"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#chains"><span class="identifier">chains</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "chains" CSS property.</p></div></div><div class="field "><a name="clear"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#clear"><span class="identifier">clear</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "clear" CSS property.</p></div></div><div class="field "><a name="clip"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#clip"><span class="identifier">clip</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "clip" CSS property.</p></div></div><div class="field "><a name="clipPath"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#clipPath"><span class="identifier">clipPath</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "clip-path" CSS property.</p></div></div><div class="field "><a name="clipRule"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#clipRule"><span class="identifier">clipRule</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "clip-rule" CSS property.</p></div></div><div class="field "><a name="color"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#color"><span class="identifier">color</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "color" CSS property.</p></div></div><div class="field "><a name="colorInterpolationFilters"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#colorInterpolationFilters"><span class="identifier">colorInterpolationFilters</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "color-interpolation-filters" CSS property.</p></div></div><div class="field "><a name="columnCount"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnCount"><span class="identifier">columnCount</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-count" CSS property.</p></div></div><div class="field "><a name="columnFill"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnFill"><span class="identifier">columnFill</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-fill" CSS property.</p></div></div><div class="field "><a name="columnGap"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnGap"><span class="identifier">columnGap</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-gap" CSS property.</p></div></div><div class="field "><a name="columnRule"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnRule"><span class="identifier">columnRule</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-rule" CSS property.</p></div></div><div class="field "><a name="columnRuleColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnRuleColor"><span class="identifier">columnRuleColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-rule-color" CSS property.</p></div></div><div class="field "><a name="columnRuleStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnRuleStyle"><span class="identifier">columnRuleStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-rule-style" CSS property.</p></div></div><div class="field "><a name="columnRuleWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnRuleWidth"><span class="identifier">columnRuleWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-rule-width" CSS property.</p></div></div><div class="field "><a name="columnSpan"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnSpan"><span class="identifier">columnSpan</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-span" CSS property.</p></div></div><div class="field "><a name="columnWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columnWidth"><span class="identifier">columnWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "column-width" CSS property.</p></div></div><div class="field "><a name="columns"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#columns"><span class="identifier">columns</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "columns" CSS property.</p></div></div><div class="field "><a name="contain"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#contain"><span class="identifier">contain</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "contain" CSS property.</p></div></div><div class="field "><a name="content"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#content"><span class="identifier">content</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "content" CSS property.</p></div></div><div class="field "><a name="counterIncrement"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#counterIncrement"><span class="identifier">counterIncrement</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "counter-increment" CSS property.</p></div></div><div class="field "><a name="counterReset"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#counterReset"><span class="identifier">counterReset</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "counter-reset" CSS property.</p></div></div><div class="field "><a name="counterSet"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#counterSet"><span class="identifier">counterSet</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "counter-set" CSS property.</p></div></div><div class="field "><a name="crop"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#crop"><span class="identifier">crop</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "crop" CSS property.</p></div></div><div class="field "><a name="cssText"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#cssText"><span class="identifier">cssText</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="cue"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#cue"><span class="identifier">cue</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "cue" CSS property.</p></div></div><div class="field "><a name="cueAfter"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#cueAfter"><span class="identifier">cueAfter</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "cue-after" CSS property.</p></div></div><div class="field "><a name="cueBefore"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#cueBefore"><span class="identifier">cueBefore</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "cue-before" CSS property.</p></div></div><div class="field "><a name="cursor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#cursor"><span class="identifier">cursor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "cursor" CSS property.</p></div></div><div class="field "><a name="direction"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#direction"><span class="identifier">direction</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "direction" CSS property.</p></div></div><div class="field "><a name="display"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#display"><span class="identifier">display</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "display" CSS property.</p></div></div><div class="field "><a name="displayInside"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#displayInside"><span class="identifier">displayInside</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "display-inside" CSS property.</p></div></div><div class="field "><a name="displayList"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#displayList"><span class="identifier">displayList</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "display-list" CSS property.</p></div></div><div class="field "><a name="displayOutside"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#displayOutside"><span class="identifier">displayOutside</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "display-outside" CSS property.</p></div></div><div class="field "><a name="dominantBaseline"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#dominantBaseline"><span class="identifier">dominantBaseline</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "dominant-baseline" CSS property.</p></div></div><div class="field "><a name="elevation"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#elevation"><span class="identifier">elevation</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "elevation" CSS property.</p></div></div><div class="field "><a name="emptyCells"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#emptyCells"><span class="identifier">emptyCells</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "empty-cells" CSS property.</p></div></div><div class="field "><a name="filter"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#filter"><span class="identifier">filter</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "filter" CSS property.</p></div></div><div class="field "><a name="flex"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flex"><span class="identifier">flex</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flex" CSS property.</p></div></div><div class="field "><a name="flexBasis"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flexBasis"><span class="identifier">flexBasis</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flex-basis" CSS property.</p></div></div><div class="field "><a name="flexDirection"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flexDirection"><span class="identifier">flexDirection</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flex-direction" CSS property.</p></div></div><div class="field "><a name="flexFlow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flexFlow"><span class="identifier">flexFlow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flex-flow" CSS property.</p></div></div><div class="field "><a name="flexGrow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flexGrow"><span class="identifier">flexGrow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flex-grow" CSS property.</p></div></div><div class="field "><a name="flexShrink"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flexShrink"><span class="identifier">flexShrink</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flex-shrink" CSS property.</p></div></div><div class="field "><a name="flexWrap"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flexWrap"><span class="identifier">flexWrap</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flex-wrap" CSS property.</p></div></div><div class="field "><a name="float"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#float"><span class="identifier">float</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "float" CSS property.</p></div></div><div class="field "><a name="floatOffset"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#floatOffset"><span class="identifier">floatOffset</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "float-offset" CSS property.</p></div></div><div class="field "><a name="floodColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#floodColor"><span class="identifier">floodColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flood-color" CSS property.</p></div></div><div class="field "><a name="floodOpacity"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#floodOpacity"><span class="identifier">floodOpacity</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flood-opacity" CSS property.</p></div></div><div class="field "><a name="flowFrom"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flowFrom"><span class="identifier">flowFrom</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flow-from" CSS property.</p></div></div><div class="field "><a name="flowInto"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#flowInto"><span class="identifier">flowInto</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "flow-into" CSS property.</p></div></div><div class="field "><a name="font"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#font"><span class="identifier">font</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font" CSS property.</p></div></div><div class="field "><a name="fontFamily"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontFamily"><span class="identifier">fontFamily</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-family" CSS property.</p></div></div><div class="field "><a name="fontFeatureSettings"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontFeatureSettings"><span class="identifier">fontFeatureSettings</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-feature-settings" CSS property.</p></div></div><div class="field "><a name="fontKerning"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontKerning"><span class="identifier">fontKerning</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-kerning" CSS property.</p></div></div><div class="field "><a name="fontLanguageOverride"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontLanguageOverride"><span class="identifier">fontLanguageOverride</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-language-override" CSS property.</p></div></div><div class="field "><a name="fontSize"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontSize"><span class="identifier">fontSize</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-size" CSS property.</p></div></div><div class="field "><a name="fontSizeAdjust"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontSizeAdjust"><span class="identifier">fontSizeAdjust</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-size-adjust" CSS property.</p></div></div><div class="field "><a name="fontStretch"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontStretch"><span class="identifier">fontStretch</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-stretch" CSS property.</p></div></div><div class="field "><a name="fontStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontStyle"><span class="identifier">fontStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-style" CSS property.</p></div></div><div class="field "><a name="fontSynthesis"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontSynthesis"><span class="identifier">fontSynthesis</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-synthesis" CSS property.</p></div></div><div class="field "><a name="fontVariant"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontVariant"><span class="identifier">fontVariant</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-variant" CSS property.</p></div></div><div class="field "><a name="fontVariantAlternates"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontVariantAlternates"><span class="identifier">fontVariantAlternates</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-variant-alternates" CSS property.</p></div></div><div class="field "><a name="fontVariantCaps"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontVariantCaps"><span class="identifier">fontVariantCaps</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-variant-caps" CSS property.</p></div></div><div class="field "><a name="fontVariantEastAsian"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontVariantEastAsian"><span class="identifier">fontVariantEastAsian</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-variant-east-asian" CSS property.</p></div></div><div class="field "><a name="fontVariantLigatures"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontVariantLigatures"><span class="identifier">fontVariantLigatures</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-variant-ligatures" CSS property.</p></div></div><div class="field "><a name="fontVariantNumeric"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontVariantNumeric"><span class="identifier">fontVariantNumeric</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-variant-numeric" CSS property.</p></div></div><div class="field "><a name="fontVariantPosition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontVariantPosition"><span class="identifier">fontVariantPosition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-variant-position" CSS property.</p></div></div><div class="field "><a name="fontWeight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#fontWeight"><span class="identifier">fontWeight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "font-weight" CSS property.</p></div></div><div class="field "><a name="grid"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#grid"><span class="identifier">grid</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid" CSS property.</p></div></div><div class="field "><a name="gridArea"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridArea"><span class="identifier">gridArea</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-area" CSS property.</p></div></div><div class="field "><a name="gridAutoColumns"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridAutoColumns"><span class="identifier">gridAutoColumns</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-auto-columns" CSS property.</p></div></div><div class="field "><a name="gridAutoFlow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridAutoFlow"><span class="identifier">gridAutoFlow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-auto-flow" CSS property.</p></div></div><div class="field "><a name="gridAutoRows"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridAutoRows"><span class="identifier">gridAutoRows</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-auto-rows" CSS property.</p></div></div><div class="field "><a name="gridColumn"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridColumn"><span class="identifier">gridColumn</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-column" CSS property.</p></div></div><div class="field "><a name="gridColumnEnd"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridColumnEnd"><span class="identifier">gridColumnEnd</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-column-end" CSS property.</p></div></div><div class="field "><a name="gridColumnStart"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridColumnStart"><span class="identifier">gridColumnStart</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-column-start" CSS property.</p></div></div><div class="field "><a name="gridRow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridRow"><span class="identifier">gridRow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-row" CSS property.</p></div></div><div class="field "><a name="gridRowEnd"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridRowEnd"><span class="identifier">gridRowEnd</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-row-end" CSS property.</p></div></div><div class="field "><a name="gridRowStart"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridRowStart"><span class="identifier">gridRowStart</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-row-start" CSS property.</p></div></div><div class="field "><a name="gridTemplate"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridTemplate"><span class="identifier">gridTemplate</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-template" CSS property.</p></div></div><div class="field "><a name="gridTemplateAreas"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridTemplateAreas"><span class="identifier">gridTemplateAreas</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-template-areas" CSS property.</p></div></div><div class="field "><a name="gridTemplateColumns"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridTemplateColumns"><span class="identifier">gridTemplateColumns</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-template-columns" CSS property.</p></div></div><div class="field "><a name="gridTemplateRows"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#gridTemplateRows"><span class="identifier">gridTemplateRows</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "grid-template-rows" CSS property.</p></div></div><div class="field "><a name="hangingPunctuation"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#hangingPunctuation"><span class="identifier">hangingPunctuation</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "hanging-punctuation" CSS property.</p></div></div><div class="field "><a name="height"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#height"><span class="identifier">height</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "height" CSS property.</p></div></div><div class="field "><a name="hyphens"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#hyphens"><span class="identifier">hyphens</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "hyphens" CSS property.</p></div></div><div class="field "><a name="icon"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#icon"><span class="identifier">icon</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "icon" CSS property.</p></div></div><div class="field "><a name="imageOrientation"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#imageOrientation"><span class="identifier">imageOrientation</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "image-orientation" CSS property.</p></div></div><div class="field "><a name="imageResolution"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#imageResolution"><span class="identifier">imageResolution</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "image-resolution" CSS property.</p></div></div><div class="field "><a name="imeMode"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#imeMode"><span class="identifier">imeMode</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "ime-mode" CSS property.</p></div></div><div class="field "><a name="initialLetters"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#initialLetters"><span class="identifier">initialLetters</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "initial-letters" CSS property.</p></div></div><div class="field "><a name="inlineBoxAlign"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#inlineBoxAlign"><span class="identifier">inlineBoxAlign</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "inline-box-align" CSS property.</p></div></div><div class="field "><a name="justifyContent"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#justifyContent"><span class="identifier">justifyContent</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "justify-content" CSS property.</p></div></div><div class="field "><a name="justifyItems"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#justifyItems"><span class="identifier">justifyItems</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "justify-items" CSS property.</p></div></div><div class="field "><a name="justifySelf"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#justifySelf"><span class="identifier">justifySelf</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "justify-self" CSS property.</p></div></div><div class="field "><a name="left"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#left"><span class="identifier">left</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "left" CSS property.</p></div></div><div class="field "><a name="length"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/CSSStyleDeclaration.html#length"><span class="identifier">length</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="letterSpacing"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#letterSpacing"><span class="identifier">letterSpacing</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "letter-spacing" CSS property.</p></div></div><div class="field "><a name="lightingColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lightingColor"><span class="identifier">lightingColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "lighting-color" CSS property.</p></div></div><div class="field "><a name="lineBoxContain"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineBoxContain"><span class="identifier">lineBoxContain</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-box-contain" CSS property.</p></div></div><div class="field "><a name="lineBreak"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineBreak"><span class="identifier">lineBreak</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-break" CSS property.</p></div></div><div class="field "><a name="lineGrid"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineGrid"><span class="identifier">lineGrid</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-grid" CSS property.</p></div></div><div class="field "><a name="lineHeight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineHeight"><span class="identifier">lineHeight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-height" CSS property.</p></div></div><div class="field "><a name="lineSnap"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineSnap"><span class="identifier">lineSnap</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-snap" CSS property.</p></div></div><div class="field "><a name="lineStacking"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineStacking"><span class="identifier">lineStacking</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-stacking" CSS property.</p></div></div><div class="field "><a name="lineStackingRuby"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineStackingRuby"><span class="identifier">lineStackingRuby</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-stacking-ruby" CSS property.</p></div></div><div class="field "><a name="lineStackingShift"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineStackingShift"><span class="identifier">lineStackingShift</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-stacking-shift" CSS property.</p></div></div><div class="field "><a name="lineStackingStrategy"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#lineStackingStrategy"><span class="identifier">lineStackingStrategy</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "line-stacking-strategy" CSS property.</p></div></div><div class="field "><a name="listStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#listStyle"><span class="identifier">listStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "list-style" CSS property.</p></div></div><div class="field "><a name="listStyleImage"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#listStyleImage"><span class="identifier">listStyleImage</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "list-style-image" CSS property.</p></div></div><div class="field "><a name="listStylePosition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#listStylePosition"><span class="identifier">listStylePosition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "list-style-position" CSS property.</p></div></div><div class="field "><a name="listStyleType"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#listStyleType"><span class="identifier">listStyleType</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "list-style-type" CSS property.</p></div></div><div class="field "><a name="margin"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#margin"><span class="identifier">margin</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "margin" CSS property.</p></div></div><div class="field "><a name="marginBottom"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#marginBottom"><span class="identifier">marginBottom</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "margin-bottom" CSS property.</p></div></div><div class="field "><a name="marginLeft"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#marginLeft"><span class="identifier">marginLeft</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "margin-left" CSS property.</p></div></div><div class="field "><a name="marginRight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#marginRight"><span class="identifier">marginRight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "margin-right" CSS property.</p></div></div><div class="field "><a name="marginTop"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#marginTop"><span class="identifier">marginTop</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "margin-top" CSS property.</p></div></div><div class="field "><a name="markerOffset"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#markerOffset"><span class="identifier">markerOffset</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "marker-offset" CSS property.</p></div></div><div class="field "><a name="markerSide"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#markerSide"><span class="identifier">markerSide</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "marker-side" CSS property.</p></div></div><div class="field "><a name="marks"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#marks"><span class="identifier">marks</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "marks" CSS property.</p></div></div><div class="field "><a name="mask"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#mask"><span class="identifier">mask</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask" CSS property.</p></div></div><div class="field "><a name="maskBox"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskBox"><span class="identifier">maskBox</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-box" CSS property.</p></div></div><div class="field "><a name="maskBoxOutset"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskBoxOutset"><span class="identifier">maskBoxOutset</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-box-outset" CSS property.</p></div></div><div class="field "><a name="maskBoxRepeat"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskBoxRepeat"><span class="identifier">maskBoxRepeat</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-box-repeat" CSS property.</p></div></div><div class="field "><a name="maskBoxSlice"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskBoxSlice"><span class="identifier">maskBoxSlice</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-box-slice" CSS property.</p></div></div><div class="field "><a name="maskBoxSource"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskBoxSource"><span class="identifier">maskBoxSource</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-box-source" CSS property.</p></div></div><div class="field "><a name="maskBoxWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskBoxWidth"><span class="identifier">maskBoxWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-box-width" CSS property.</p></div></div><div class="field "><a name="maskClip"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskClip"><span class="identifier">maskClip</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-clip" CSS property.</p></div></div><div class="field "><a name="maskImage"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskImage"><span class="identifier">maskImage</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-image" CSS property.</p></div></div><div class="field "><a name="maskOrigin"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskOrigin"><span class="identifier">maskOrigin</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-origin" CSS property.</p></div></div><div class="field "><a name="maskPosition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskPosition"><span class="identifier">maskPosition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-position" CSS property.</p></div></div><div class="field "><a name="maskRepeat"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskRepeat"><span class="identifier">maskRepeat</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-repeat" CSS property.</p></div></div><div class="field "><a name="maskSize"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskSize"><span class="identifier">maskSize</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-size" CSS property.</p></div></div><div class="field "><a name="maskSourceType"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskSourceType"><span class="identifier">maskSourceType</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-source-type" CSS property.</p></div></div><div class="field "><a name="maskType"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maskType"><span class="identifier">maskType</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "mask-type" CSS property.</p></div></div><div class="field "><a name="maxHeight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maxHeight"><span class="identifier">maxHeight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "max-height" CSS property.</p></div></div><div class="field "><a name="maxLines"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maxLines"><span class="identifier">maxLines</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "max-lines" CSS property.</p></div></div><div class="field "><a name="maxWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#maxWidth"><span class="identifier">maxWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "max-width" CSS property.</p></div></div><div class="field "><a name="minHeight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#minHeight"><span class="identifier">minHeight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "min-height" CSS property.</p></div></div><div class="field "><a name="minWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#minWidth"><span class="identifier">minWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "min-width" CSS property.</p></div></div><div class="field "><a name="moveTo"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#moveTo"><span class="identifier">moveTo</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "move-to" CSS property.</p></div></div><div class="field "><a name="navDown"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#navDown"><span class="identifier">navDown</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "nav-down" CSS property.</p></div></div><div class="field "><a name="navIndex"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#navIndex"><span class="identifier">navIndex</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "nav-index" CSS property.</p></div></div><div class="field "><a name="navLeft"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#navLeft"><span class="identifier">navLeft</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "nav-left" CSS property.</p></div></div><div class="field "><a name="navRight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#navRight"><span class="identifier">navRight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "nav-right" CSS property.</p></div></div><div class="field "><a name="navUp"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#navUp"><span class="identifier">navUp</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "nav-up" CSS property.</p></div></div><div class="field "><a name="objectFit"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#objectFit"><span class="identifier">objectFit</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "object-fit" CSS property.</p></div></div><div class="field "><a name="objectPosition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#objectPosition"><span class="identifier">objectPosition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "object-position" CSS property.</p></div></div><div class="field "><a name="opacity"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#opacity"><span class="identifier">opacity</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "opacity" CSS property.</p></div></div><div class="field "><a name="order"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#order"><span class="identifier">order</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "order" CSS property.</p></div></div><div class="field "><a name="orphans"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#orphans"><span class="identifier">orphans</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "orphans" CSS property.</p></div></div><div class="field "><a name="outline"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#outline"><span class="identifier">outline</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "outline" CSS property.</p></div></div><div class="field "><a name="outlineColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#outlineColor"><span class="identifier">outlineColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "outline-color" CSS property.</p></div></div><div class="field "><a name="outlineOffset"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#outlineOffset"><span class="identifier">outlineOffset</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "outline-offset" CSS property.</p></div></div><div class="field "><a name="outlineStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#outlineStyle"><span class="identifier">outlineStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "outline-style" CSS property.</p></div></div><div class="field "><a name="outlineWidth"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#outlineWidth"><span class="identifier">outlineWidth</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "outline-width" CSS property.</p></div></div><div class="field "><a name="overflow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#overflow"><span class="identifier">overflow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "overflow" CSS property.</p></div></div><div class="field "><a name="overflowWrap"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#overflowWrap"><span class="identifier">overflowWrap</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "overflow-wrap" CSS property.</p></div></div><div class="field "><a name="overflowX"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#overflowX"><span class="identifier">overflowX</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "overflow-x" CSS property.</p></div></div><div class="field "><a name="overflowY"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#overflowY"><span class="identifier">overflowY</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "overflow-y" CSS property.</p></div></div><div class="field "><a name="padding"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#padding"><span class="identifier">padding</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "padding" CSS property.</p></div></div><div class="field "><a name="paddingBottom"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#paddingBottom"><span class="identifier">paddingBottom</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "padding-bottom" CSS property.</p></div></div><div class="field "><a name="paddingLeft"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#paddingLeft"><span class="identifier">paddingLeft</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "padding-left" CSS property.</p></div></div><div class="field "><a name="paddingRight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#paddingRight"><span class="identifier">paddingRight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "padding-right" CSS property.</p></div></div><div class="field "><a name="paddingTop"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#paddingTop"><span class="identifier">paddingTop</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "padding-top" CSS property.</p></div></div><div class="field "><a name="page"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#page"><span class="identifier">page</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "page" CSS property.</p></div></div><div class="field "><a name="pageBreakAfter"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pageBreakAfter"><span class="identifier">pageBreakAfter</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "page-break-after" CSS property.</p></div></div><div class="field "><a name="pageBreakBefore"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pageBreakBefore"><span class="identifier">pageBreakBefore</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "page-break-before" CSS property.</p></div></div><div class="field "><a name="pageBreakInside"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pageBreakInside"><span class="identifier">pageBreakInside</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "page-break-inside" CSS property.</p></div></div><div class="field "><a name="pagePolicy"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pagePolicy"><span class="identifier">pagePolicy</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "page-policy" CSS property.</p></div></div><div class="field "><a name="parentRule"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/CSSStyleDeclaration.html#parentRule"><span class="identifier">parentRule</span></a>:<a class="type" title="The CSSRule interface represents a single CSS rule." href="../../js/html/CSSRule.html">CSSRule</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="pause"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pause"><span class="identifier">pause</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "pause" CSS property.</p></div></div><div class="field "><a name="pauseAfter"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pauseAfter"><span class="identifier">pauseAfter</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "pause-after" CSS property.</p></div></div><div class="field "><a name="pauseBefore"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pauseBefore"><span class="identifier">pauseBefore</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "pause-before" CSS property.</p></div></div><div class="field "><a name="perspective"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#perspective"><span class="identifier">perspective</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "perspective" CSS property.</p></div></div><div class="field "><a name="perspectiveOrigin"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#perspectiveOrigin"><span class="identifier">perspectiveOrigin</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "perspective-origin" CSS property.</p></div></div><div class="field "><a name="pitch"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pitch"><span class="identifier">pitch</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "pitch" CSS property.</p></div></div><div class="field "><a name="pitchRange"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#pitchRange"><span class="identifier">pitchRange</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "pitch-range" CSS property.</p></div></div><div class="field "><a name="playDuring"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#playDuring"><span class="identifier">playDuring</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "play-during" CSS property.</p></div></div><div class="field "><a name="position"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#position"><span class="identifier">position</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "position" CSS property.</p></div></div><div class="field "><a name="presentationLevel"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#presentationLevel"><span class="identifier">presentationLevel</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "presentation-level" CSS property.</p></div></div><div class="field "><a name="quotes"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#quotes"><span class="identifier">quotes</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "quotes" CSS property.</p></div></div><div class="field "><a name="regionFragment"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#regionFragment"><span class="identifier">regionFragment</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "region-fragment" CSS property.</p></div></div><div class="field "><a name="resize"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#resize"><span class="identifier">resize</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "resize" CSS property.</p></div></div><div class="field "><a name="rest"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#rest"><span class="identifier">rest</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "rest" CSS property.</p></div></div><div class="field "><a name="restAfter"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#restAfter"><span class="identifier">restAfter</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "rest-after" CSS property.</p></div></div><div class="field "><a name="restBefore"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#restBefore"><span class="identifier">restBefore</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "rest-before" CSS property.</p></div></div><div class="field "><a name="richness"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#richness"><span class="identifier">richness</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "richness" CSS property.</p></div></div><div class="field "><a name="right"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#right"><span class="identifier">right</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "right" CSS property.</p></div></div><div class="field "><a name="rotation"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#rotation"><span class="identifier">rotation</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "rotation" CSS property.</p></div></div><div class="field "><a name="rotationPoint"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#rotationPoint"><span class="identifier">rotationPoint</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "rotation-point" CSS property.</p></div></div><div class="field "><a name="rubyAlign"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#rubyAlign"><span class="identifier">rubyAlign</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "ruby-align" CSS property.</p></div></div><div class="field "><a name="rubyMerge"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#rubyMerge"><span class="identifier">rubyMerge</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "ruby-merge" CSS property.</p></div></div><div class="field "><a name="rubyPosition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#rubyPosition"><span class="identifier">rubyPosition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "ruby-position" CSS property.</p></div></div><div class="field "><a name="shapeImageThreshold"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#shapeImageThreshold"><span class="identifier">shapeImageThreshold</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "shape-image-threshold" CSS property.</p></div></div><div class="field "><a name="shapeMargin"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#shapeMargin"><span class="identifier">shapeMargin</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "shape-margin" CSS property.</p></div></div><div class="field "><a name="shapeOutside"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#shapeOutside"><span class="identifier">shapeOutside</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "shape-outside" CSS property.</p></div></div><div class="field "><a name="size"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#size"><span class="identifier">size</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "size" CSS property.</p></div></div><div class="field "><a name="speak"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#speak"><span class="identifier">speak</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "speak" CSS property.</p></div></div><div class="field "><a name="speakAs"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#speakAs"><span class="identifier">speakAs</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "speak-as" CSS property.</p></div></div><div class="field "><a name="speakHeader"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#speakHeader"><span class="identifier">speakHeader</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "speak-header" CSS property.</p></div></div><div class="field "><a name="speakNumeral"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#speakNumeral"><span class="identifier">speakNumeral</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "speak-numeral" CSS property.</p></div></div><div class="field "><a name="speakPunctuation"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#speakPunctuation"><span class="identifier">speakPunctuation</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "speak-punctuation" CSS property.</p></div></div><div class="field "><a name="speechRate"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#speechRate"><span class="identifier">speechRate</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "speech-rate" CSS property.</p></div></div><div class="field "><a name="stress"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#stress"><span class="identifier">stress</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "stress" CSS property.</p></div></div><div class="field "><a name="stringSet"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#stringSet"><span class="identifier">stringSet</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "string-set" CSS property.</p></div></div><div class="field "><a name="tabSize"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#tabSize"><span class="identifier">tabSize</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "tab-size" CSS property.</p></div></div><div class="field "><a name="tableLayout"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#tableLayout"><span class="identifier">tableLayout</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "table-layout" CSS property.</p></div></div><div class="field "><a name="textAlign"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textAlign"><span class="identifier">textAlign</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-align" CSS property.</p></div></div><div class="field "><a name="textAlignLast"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textAlignLast"><span class="identifier">textAlignLast</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-align-last" CSS property.</p></div></div><div class="field "><a name="textCombineUpright"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textCombineUpright"><span class="identifier">textCombineUpright</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-combine-upright" CSS property.</p></div></div><div class="field "><a name="textDecoration"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textDecoration"><span class="identifier">textDecoration</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-decoration" CSS property.</p></div></div><div class="field "><a name="textDecorationColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textDecorationColor"><span class="identifier">textDecorationColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-decoration-color" CSS property.</p></div></div><div class="field "><a name="textDecorationLine"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textDecorationLine"><span class="identifier">textDecorationLine</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-decoration-line" CSS property.</p></div></div><div class="field "><a name="textDecorationSkip"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textDecorationSkip"><span class="identifier">textDecorationSkip</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-decoration-skip" CSS property.</p></div></div><div class="field "><a name="textDecorationStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textDecorationStyle"><span class="identifier">textDecorationStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-decoration-style" CSS property.</p></div></div><div class="field "><a name="textEmphasis"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textEmphasis"><span class="identifier">textEmphasis</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-emphasis" CSS property.</p></div></div><div class="field "><a name="textEmphasisColor"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textEmphasisColor"><span class="identifier">textEmphasisColor</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-emphasis-color" CSS property.</p></div></div><div class="field "><a name="textEmphasisPosition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textEmphasisPosition"><span class="identifier">textEmphasisPosition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-emphasis-position" CSS property.</p></div></div><div class="field "><a name="textEmphasisStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textEmphasisStyle"><span class="identifier">textEmphasisStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-emphasis-style" CSS property.</p></div></div><div class="field "><a name="textHeight"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textHeight"><span class="identifier">textHeight</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-height" CSS property.</p></div></div><div class="field "><a name="textIndent"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textIndent"><span class="identifier">textIndent</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-indent" CSS property.</p></div></div><div class="field "><a name="textJustify"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textJustify"><span class="identifier">textJustify</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-justify" CSS property.</p></div></div><div class="field "><a name="textOrientation"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textOrientation"><span class="identifier">textOrientation</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-orientation" CSS property.</p></div></div><div class="field "><a name="textOverflow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textOverflow"><span class="identifier">textOverflow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-overflow" CSS property.</p></div></div><div class="field "><a name="textShadow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textShadow"><span class="identifier">textShadow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-shadow" CSS property.</p></div></div><div class="field "><a name="textSpaceCollapse"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textSpaceCollapse"><span class="identifier">textSpaceCollapse</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-space-collapse" CSS property.</p></div></div><div class="field "><a name="textTransform"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textTransform"><span class="identifier">textTransform</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-transform" CSS property.</p></div></div><div class="field "><a name="textUnderlinePosition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textUnderlinePosition"><span class="identifier">textUnderlinePosition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-underline-position" CSS property.</p></div></div><div class="field "><a name="textWrap"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#textWrap"><span class="identifier">textWrap</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "text-wrap" CSS property.</p></div></div><div class="field "><a name="top"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#top"><span class="identifier">top</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "top" CSS property.</p></div></div><div class="field "><a name="transform"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#transform"><span class="identifier">transform</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "transform" CSS property.</p></div></div><div class="field "><a name="transformOrigin"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#transformOrigin"><span class="identifier">transformOrigin</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "transform-origin" CSS property.</p></div></div><div class="field "><a name="transformStyle"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#transformStyle"><span class="identifier">transformStyle</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "transform-style" CSS property.</p></div></div><div class="field "><a name="transition"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#transition"><span class="identifier">transition</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "transition" CSS property.</p></div></div><div class="field "><a name="transitionDelay"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#transitionDelay"><span class="identifier">transitionDelay</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "transition-delay" CSS property.</p></div></div><div class="field "><a name="transitionDuration"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#transitionDuration"><span class="identifier">transitionDuration</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "transition-duration" CSS property.</p></div></div><div class="field "><a name="transitionProperty"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#transitionProperty"><span class="identifier">transitionProperty</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "transition-property" CSS property.</p></div></div><div class="field "><a name="transitionTimingFunction"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#transitionTimingFunction"><span class="identifier">transitionTimingFunction</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "transition-timing-function" CSS property.</p></div></div><div class="field "><a name="unicodeBidi"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#unicodeBidi"><span class="identifier">unicodeBidi</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "unicode-bidi" CSS property.</p></div></div><div class="field "><a name="verticalAlign"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#verticalAlign"><span class="identifier">verticalAlign</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "vertical-align" CSS property.</p></div></div><div class="field "><a name="visibility"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#visibility"><span class="identifier">visibility</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "visibility" CSS property.</p></div></div><div class="field "><a name="voiceBalance"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#voiceBalance"><span class="identifier">voiceBalance</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "voice-balance" CSS property.</p></div></div><div class="field "><a name="voiceDuration"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#voiceDuration"><span class="identifier">voiceDuration</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "voice-duration" CSS property.</p></div></div><div class="field "><a name="voiceFamily"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#voiceFamily"><span class="identifier">voiceFamily</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "voice-family" CSS property.</p></div></div><div class="field "><a name="voicePitch"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#voicePitch"><span class="identifier">voicePitch</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "voice-pitch" CSS property.</p></div></div><div class="field "><a name="voiceRange"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#voiceRange"><span class="identifier">voiceRange</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "voice-range" CSS property.</p></div></div><div class="field "><a name="voiceRate"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#voiceRate"><span class="identifier">voiceRate</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "voice-rate" CSS property.</p></div></div><div class="field "><a name="voiceStress"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#voiceStress"><span class="identifier">voiceStress</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "voice-stress" CSS property.</p></div></div><div class="field "><a name="voiceVolume"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#voiceVolume"><span class="identifier">voiceVolume</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "voice-volume" CSS property.</p></div></div><div class="field "><a name="volume"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#volume"><span class="identifier">volume</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "volume" CSS property.</p></div></div><div class="field "><a name="whiteSpace"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#whiteSpace"><span class="identifier">whiteSpace</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "white-space" CSS property.</p></div></div><div class="field "><a name="widows"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#widows"><span class="identifier">widows</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "widows" CSS property.</p></div></div><div class="field "><a name="width"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#width"><span class="identifier">width</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "width" CSS property.</p></div></div><div class="field "><a name="willChange"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#willChange"><span class="identifier">willChange</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "will-change" CSS property.</p></div></div><div class="field "><a name="wordBreak"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#wordBreak"><span class="identifier">wordBreak</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "word-break" CSS property.</p></div></div><div class="field "><a name="wordSpacing"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#wordSpacing"><span class="identifier">wordSpacing</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "word-spacing" CSS property.</p></div></div><div class="field "><a name="wordWrap"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#wordWrap"><span class="identifier">wordWrap</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "word-wrap" CSS property.</p></div></div><div class="field "><a name="wrapFlow"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#wrapFlow"><span class="identifier">wrapFlow</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "wrap-flow" CSS property.</p></div></div><div class="field "><a name="wrapThrough"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#wrapThrough"><span class="identifier">wrapThrough</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "wrap-through" CSS property.</p></div></div><div class="field "><a name="writingMode"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#writingMode"><span class="identifier">writingMode</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "writing-mode" CSS property.</p></div></div><div class="field "><a name="zIndex"></a><h3><p><code><a href="../../js/html/CSSStyleDeclaration.html#zIndex"><span class="identifier">zIndex</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Shorthand for the "z-index" CSS property.</p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="getPropertyCSSValue"></a><h3><p><code><a href="#getPropertyCSSValue"><span class="identifier">getPropertyCSSValue</span></a> (<span style="white-space:nowrap">property:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The CSSValue interface represents the current computed value of a CSS property." href="../../js/html/CSSValue.html">CSSValue</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="getPropertyPriority"></a><h3><p><code><a href="#getPropertyPriority"><span class="identifier">getPropertyPriority</span></a> (<span style="white-space:nowrap">property:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getPropertyValue"></a><h3><p><code><a href="#getPropertyValue"><span class="identifier">getPropertyValue</span></a> (<span style="white-space:nowrap">property:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="item"></a><h3><p><code><a href="#item"><span class="identifier">item</span></a> (<span style="white-space:nowrap">index:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="removeProperty"></a><h3><p><code><a href="#removeProperty"><span class="identifier">removeProperty</span></a> (<span style="white-space:nowrap">property:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="setProperty"></a><h3><p><code><a href="#setProperty"><span class="identifier">setProperty</span></a> (<span style="white-space:nowrap">property:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">priority:<a class="type" title="The basic String class." href="../../String.html">String</a> = ""</span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017  <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html> |