Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2021-06-01 00:16:45 +00:00
parent 812e8111db
commit 1a00270fa8
309 changed files with 6827 additions and 16546 deletions

View File

@ -69,7 +69,12 @@
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">ITableRowOptions</span>
<a href="itablerowpropertiesoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ITableRowPropertiesOptions</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">ITableRowOptions</span>
</li>
</ul>
</li>
</ul>
</section>
@ -80,10 +85,10 @@
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="itablerowoptions.html#cantsplit" class="tsd-kind-icon">cant<wbr>Split</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="itablerowoptions.html#cantsplit" class="tsd-kind-icon">cant<wbr>Split</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="itablerowoptions.html#children" class="tsd-kind-icon">children</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="itablerowoptions.html#height" class="tsd-kind-icon">height</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="itablerowoptions.html#tableheader" class="tsd-kind-icon">table<wbr>Header</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="itablerowoptions.html#height" class="tsd-kind-icon">height</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="itablerowoptions.html#tableheader" class="tsd-kind-icon">table<wbr>Header</a></li>
</ul>
</section>
</div>
@ -91,13 +96,14 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="cantsplit" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> cant<wbr>Split</h3>
<div class="tsd-signature tsd-kind-icon">cant<wbr>Split<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="itablerowpropertiesoptions.html">ITableRowPropertiesOptions</a>.<a href="itablerowpropertiesoptions.html#cantsplit">cantSplit</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/table/table-row/table-row.ts#L7">src/file/table/table-row/table-row.ts:7</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/table/table-row/table-row-properties.ts#L35">src/file/table/table-row/table-row-properties.ts:35</a></li>
</ul>
</aside>
</section>
@ -107,17 +113,18 @@
<div class="tsd-signature tsd-kind-icon">children<span class="tsd-signature-symbol">:</span> <a href="../classes/tablecell.html" class="tsd-signature-type" data-tsd-kind="Class">TableCell</a><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/table/table-row/table-row.ts#L13">src/file/table/table-row/table-row.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/table/table-row/table-row.ts#L6">src/file/table/table-row/table-row.ts:6</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="height" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> height</h3>
<div class="tsd-signature tsd-kind-icon">height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>rule<span class="tsd-signature-symbol">: </span><a href="../enums/heightrule.html" class="tsd-signature-type" data-tsd-kind="Enumeration">HeightRule</a><span class="tsd-signature-symbol">; </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></div>
<div class="tsd-signature tsd-kind-icon">height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>rule<span class="tsd-signature-symbol">: </span><a href="../enums/heightrule.html" class="tsd-signature-type" data-tsd-kind="Enumeration">HeightRule</a><span class="tsd-signature-symbol">; </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="itablerowpropertiesoptions.html">ITableRowPropertiesOptions</a>.<a href="itablerowpropertiesoptions.html#height">height</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/table/table-row/table-row.ts#L9">src/file/table/table-row/table-row.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/table/table-row/table-row-properties.ts#L37">src/file/table/table-row/table-row-properties.ts:37</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
@ -127,18 +134,19 @@
<h5><span class="tsd-flag ts-flagReadonly">Readonly</span> rule<span class="tsd-signature-symbol">: </span><a href="../enums/heightrule.html" class="tsd-signature-type" data-tsd-kind="Enumeration">HeightRule</a></h5>
</li>
<li class="tsd-parameter">
<h5><span class="tsd-flag ts-flagReadonly">Readonly</span> value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
<h5><span class="tsd-flag ts-flagReadonly">Readonly</span> value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
</li>
</ul>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="tableheader" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> table<wbr>Header</h3>
<div class="tsd-signature tsd-kind-icon">table<wbr>Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="itablerowpropertiesoptions.html">ITableRowPropertiesOptions</a>.<a href="itablerowpropertiesoptions.html#tableheader">tableHeader</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/table/table-row/table-row.ts#L8">src/file/table/table-row/table-row.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/table/table-row/table-row-properties.ts#L36">src/file/table/table-row/table-row-properties.ts:36</a></li>
</ul>
</aside>
</section>
@ -159,16 +167,16 @@
<li class="current tsd-kind-interface">
<a href="itablerowoptions.html" class="tsd-kind-icon">ITable<wbr>Row<wbr>Options</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="itablerowoptions.html#cantsplit" class="tsd-kind-icon">cant<wbr>Split</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="itablerowoptions.html#children" class="tsd-kind-icon">children</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="itablerowoptions.html#height" class="tsd-kind-icon">height</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="itablerowoptions.html#tableheader" class="tsd-kind-icon">table<wbr>Header</a>
</li>
</ul>