aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.tabulator/-tabulator/set-page-size.html
blob: d00462b5cf432771c4f55c9c0ff27974dbbec045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Tabulator.setPageSize - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.tabulator</a>&nbsp;/&nbsp;<a href="index.html">Tabulator</a>&nbsp;/&nbsp;<a href="./set-page-size.html">setPageSize</a><br/>
<br/>
<h1>setPageSize</h1>
<a name="pl.treksoft.kvision.tabulator.Tabulator$setPageSize(kotlin.Int)"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setPageSize</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$setPageSize(kotlin.Int)/size">size</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>Set the size of a page.</p>
<h3>Parameters</h3>
<p><a name="size"></a>
<code>size</code> - page size</p>
</BODY>
</HTML>