diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/-pos-float/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/-pos-float/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-pos-float/index.html b/api/pl.treksoft.kvision.core/-pos-float/index.html new file mode 100644 index 00000000..d512a667 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-pos-float/index.html @@ -0,0 +1,54 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>PosFloat - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="./index.html">PosFloat</a><br/> +<br/> +<h1>PosFloat</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">PosFloat</span></code> +<p>Definitions of CSS float options.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-n-o-n-e.html">NONE</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-l-e-f-t.html">LEFT</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-r-i-g-h-t.html">RIGHT</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-i-n-i-t-i-a-l.html">INITIAL</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-i-n-h-e-r-i-t.html">INHERIT</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |