diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n')
4 files changed, 82 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-b-o-r-d-e-r.html b/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-b-o-r-d-e-r.html new file mode 100644 index 00000000..51d3637f --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-b-o-r-d-e-r.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGORIGIN.BORDER - 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">BGORIGIN</a> / <a href="./-b-o-r-d-e-r.html">BORDER</a><br/> +<br/> +<h1>BORDER</h1> +<a name="pl.treksoft.kvision.core.BGORIGIN.BORDER"></a> +<code><span class="identifier">BORDER</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-c-o-n-t-e-n-t.html b/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-c-o-n-t-e-n-t.html new file mode 100644 index 00000000..0e16f852 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-c-o-n-t-e-n-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGORIGIN.CONTENT - 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">BGORIGIN</a> / <a href="./-c-o-n-t-e-n-t.html">CONTENT</a><br/> +<br/> +<h1>CONTENT</h1> +<a name="pl.treksoft.kvision.core.BGORIGIN.CONTENT"></a> +<code><span class="identifier">CONTENT</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-p-a-d-d-i-n-g.html b/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-p-a-d-d-i-n-g.html new file mode 100644 index 00000000..1158031b --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/-p-a-d-d-i-n-g.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGORIGIN.PADDING - 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">BGORIGIN</a> / <a href="./-p-a-d-d-i-n-g.html">PADDING</a><br/> +<br/> +<h1>PADDING</h1> +<a name="pl.treksoft.kvision.core.BGORIGIN.PADDING"></a> +<code><span class="identifier">PADDING</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/index.html b/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/index.html new file mode 100644 index 00000000..fcdaeb50 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-o-r-i-g-i-n/index.html @@ -0,0 +1,40 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGORIGIN - 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">BGORIGIN</a><br/> +<br/> +<h1>BGORIGIN</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">BGORIGIN</span></code> +<p>Definitions of CSS background origin options.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-p-a-d-d-i-n-g.html">PADDING</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-b-o-r-d-e-r.html">BORDER</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-o-n-t-e-n-t.html">CONTENT</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |