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

@ -88,21 +88,11 @@
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="tablerowproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Accessors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="tablerowproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="tablerowproperties.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"><a href="tablerowproperties.html#delete" class="tsd-kind-icon">delete</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="tablerowproperties.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="tablerowproperties.html#setcantsplit" class="tsd-kind-icon">set<wbr>Cant<wbr>Split</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="tablerowproperties.html#setheight" class="tsd-kind-icon">set<wbr>Height</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="tablerowproperties.html#settableheader" class="tsd-kind-icon">set<wbr>Table<wbr>Header</a></li>
</ul>
</section>
</div>
@ -114,42 +104,28 @@
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Table<wbr>Row<wbr>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</a></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Table<wbr>Row<wbr>Properties<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/itablerowpropertiesoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ITableRowPropertiesOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="ignoreifemptyxmlcomponent.html">IgnoreIfEmptyXmlComponent</a>.<a href="ignoreifemptyxmlcomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/table/table-row/table-row-properties.ts#L6">src/file/table/table-row/table-row-properties.ts:6</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/table/table-row/table-row-properties.ts#L43">src/file/table/table-row/table-row-properties.ts:43</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>options: <a href="../interfaces/itablerowpropertiesoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ITableRowPropertiesOptions</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</a></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a name="isdeleted" class="tsd-anchor"></a>
<h3>Is<wbr>Deleted</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> IsDeleted<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></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/7f24abd/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -162,7 +138,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="ignoreifemptyxmlcomponent.html">IgnoreIfEmptyXmlComponent</a>.<a href="ignoreifemptyxmlcomponent.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/xml-components/xml-component.ts#L34">src/file/xml-components/xml-component.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -175,24 +151,6 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="delete" class="tsd-anchor"></a>
<h3>delete</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">delete<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="ignoreifemptyxmlcomponent.html">IgnoreIfEmptyXmlComponent</a>.<a href="ignoreifemptyxmlcomponent.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</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-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
<h3>prep<wbr>For<wbr>Xml</h3>
@ -204,7 +162,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="ignoreifemptyxmlcomponent.html">IgnoreIfEmptyXmlComponent</a>.<a href="ignoreifemptyxmlcomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/xml-components/xml-component.ts#L54">src/file/xml-components/xml-component.ts:54</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -217,66 +175,6 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="setcantsplit" class="tsd-anchor"></a>
<h3>set<wbr>Cant<wbr>Split</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">set<wbr>Cant<wbr>Split<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</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/7f24abd/src/file/table/table-row/table-row-properties.ts#L11">src/file/table/table-row/table-row-properties.ts:11</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="setheight" class="tsd-anchor"></a>
<h3>set<wbr>Height</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">set<wbr>Height<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</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><span class="tsd-signature-symbol">: </span><a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</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/7f24abd/src/file/table/table-row/table-row-properties.ts#L23">src/file/table/table-row/table-row-properties.ts:23</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>value: <span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5>rule: <a href="../enums/heightrule.html" class="tsd-signature-type" data-tsd-kind="Enumeration">HeightRule</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="settableheader" class="tsd-anchor"></a>
<h3>set<wbr>Table<wbr>Header</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">set<wbr>Table<wbr>Header<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</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/7f24abd/src/file/table/table-row/table-row-properties.ts#L17">src/file/table/table-row/table-row-properties.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="tablerowproperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableRowProperties</a></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
@ -297,27 +195,12 @@
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="tablerowproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="tablerowproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="tablerowproperties.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">
<a href="tablerowproperties.html#delete" class="tsd-kind-icon">delete</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="tablerowproperties.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="tablerowproperties.html#setcantsplit" class="tsd-kind-icon">set<wbr>Cant<wbr>Split</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="tablerowproperties.html#setheight" class="tsd-kind-icon">set<wbr>Height</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="tablerowproperties.html#settableheader" class="tsd-kind-icon">set<wbr>Table<wbr>Header</a>
</li>
</ul>
</li>
</ul>