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

This commit is contained in:
Deployment Bot (from Travis CI)
2019-03-19 00:24:43 +00:00
parent cfaccd3b1f
commit 7a8f95c9f5
386 changed files with 5231 additions and 2804 deletions

View File

@ -98,13 +98,11 @@
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="table.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="table.html#delete" class="tsd-kind-icon">delete</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="table.html#float" class="tsd-kind-icon">float</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="table.html#getcell" class="tsd-kind-icon">get<wbr>Cell</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="table.html#getcolumn" class="tsd-kind-icon">get<wbr>Column</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="table.html#getrow" class="tsd-kind-icon">get<wbr>Row</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="table.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="table.html#setfixedwidthlayout" class="tsd-kind-icon">set<wbr>Fixed<wbr>Width<wbr>Layout</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="table.html#setwidth" class="tsd-kind-icon">set<wbr>Width</a></li>
</ul>
</section>
</div>
@ -116,26 +114,22 @@
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<li class="tsd-signature tsd-kind-icon">new <wbr>Table<span class="tsd-signature-symbol">(</span>rows<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, cols<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, colSizes<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="table.html" class="tsd-signature-type">Table</a></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Table<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="table.html" class="tsd-signature-type">Table</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/table/table.ts#L13">file/table/table.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/table/table.ts#L37">file/table/table.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>rows: <span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5>cols: <span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> colSizes: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5>
<h5>__namedParameters: <span class="tsd-signature-type">object</span></h5>
<ul class="tsd-parameters">
</ul>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="table.html" class="tsd-signature-type">Table</a></h4>
@ -156,7 +150,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#isdeleted">IsDeleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/xml-components/base.ts#L14">file/xml-components/base.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/xml-components/base.ts#L14">file/xml-components/base.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -177,7 +171,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/xml-components/xml-component.ts#L34">file/xml-components/xml-component.ts:34</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/xml-components/xml-component.ts#L34">file/xml-components/xml-component.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -201,36 +195,13 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/xml-components/xml-component.ts#L40">file/xml-components/xml-component.ts:40</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/xml-components/xml-component.ts#L40">file/xml-components/xml-component.ts:40</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a name="float" class="tsd-anchor"></a>
<h3>float</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">float<span class="tsd-signature-symbol">(</span>tableFloatOptions<span class="tsd-signature-symbol">: </span><a href="../interfaces/itablefloatoptions.html" class="tsd-signature-type">ITableFloatOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="table.html" class="tsd-signature-type">Table</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/table/table.ts#L85">file/table/table.ts:85</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>tableFloatOptions: <a href="../interfaces/itablefloatoptions.html" class="tsd-signature-type">ITableFloatOptions</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="table.html" class="tsd-signature-type">Table</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a name="getcell" class="tsd-anchor"></a>
<h3>get<wbr>Cell</h3>
@ -241,7 +212,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/table/table.ts#L71">file/table/table.ts:71</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/table/table.ts#L94">file/table/table.ts:94</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -267,7 +238,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/table/table.ts#L65">file/table/table.ts:65</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/table/table.ts#L88">file/table/table.ts:88</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -290,7 +261,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/table/table.ts#L55">file/table/table.ts:55</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/table/table.ts#L78">file/table/table.ts:78</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -315,7 +286,7 @@
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#prepforxml">prepForXml</a></p>
<p>Overrides <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/xml-components/xml-component.ts#L14">file/xml-components/xml-component.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/xml-components/xml-component.ts#L14">file/xml-components/xml-component.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a>
@ -335,39 +306,13 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/table/table.ts#L80">file/table/table.ts:80</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/48c17d5/src/file/table/table.ts#L98">file/table/table.ts:98</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="table.html" class="tsd-signature-type">Table</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a name="setwidth" class="tsd-anchor"></a>
<h3>set<wbr>Width</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">set<wbr>Width<span class="tsd-signature-symbol">(</span>width<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, type<span class="tsd-signature-symbol">?: </span><a href="../enums/widthtype.html" class="tsd-signature-type">WidthType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="table.html" class="tsd-signature-type">Table</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6cd6241/src/file/table/table.ts#L75">file/table/table.ts:75</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>width: <span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> type: <a href="../enums/widthtype.html" class="tsd-signature-type">WidthType</a><span class="tsd-signature-symbol"> =&nbsp;WidthType.AUTO</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="table.html" class="tsd-signature-type">Table</a></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
@ -397,9 +342,6 @@
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="table.html#delete" class="tsd-kind-icon">delete</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="table.html#float" class="tsd-kind-icon">float</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="table.html#getcell" class="tsd-kind-icon">get<wbr>Cell</a>
</li>
@ -415,9 +357,6 @@
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="table.html#setfixedwidthlayout" class="tsd-kind-icon">set<wbr>Fixed<wbr>Width<wbr>Layout</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="table.html#setwidth" class="tsd-kind-icon">set<wbr>Width</a>
</li>
</ul>
</li>
</ul>