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

This commit is contained in:
Deployment Bot (from Travis CI)
2021-03-04 02:21:53 +00:00
parent 7fba94d3ad
commit b5e6e7c3a9
616 changed files with 3885 additions and 3465 deletions

View File

@ -96,14 +96,10 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-external">
<section class="tsd-index-section tsd-is-inherited tsd-is-external">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="tablecellmargin.html#addbottommargin" class="tsd-kind-icon">add<wbr>Bottom<wbr>Margin</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="tablecellmargin.html#addleftmargin" class="tsd-kind-icon">add<wbr>Left<wbr>Margin</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="tablecellmargin.html#addrightmargin" class="tsd-kind-icon">add<wbr>Right<wbr>Margin</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="tablecellmargin.html#addtopmargin" class="tsd-kind-icon">add<wbr>Top<wbr>Margin</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#delete" class="tsd-kind-icon">delete</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
</ul>
@ -124,7 +120,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="datecomponent.html">DateComponent</a>.<a href="datecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/table/table-cell/cell-margin/table-cell-margins.ts#L13">src/file/table/table-cell/cell-margin/table-cell-margins.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/table/table-cell/cell-margin/table-cell-margins.ts#L13">src/file/table/table-cell/cell-margin/table-cell-margins.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -166,7 +162,7 @@
<p>Inherited from <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#isdeleted">IsDeleted</a></p>
<p>Overrides <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#isdeleted">IsDeleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/xml-components/base.ts#L15">src/file/xml-components/base.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/xml-components/base.ts#L15">src/file/xml-components/base.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -174,34 +170,8 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-external">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a name="addbottommargin" class="tsd-anchor"></a>
<h3>add<wbr>Bottom<wbr>Margin</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">add<wbr>Bottom<wbr>Margin<span class="tsd-signature-symbol">(</span>value<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><span class="tsd-signature-type">void</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/31269c8/src/file/table/table-properties/table-cell-margin.ts#L39">src/file/table/table-properties/table-cell-margin.ts:39</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><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"> = WidthType.DXA</span></h5>
</li>
</ul>
<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-overwrite tsd-is-inherited tsd-is-external">
<a name="addchildelement" class="tsd-anchor"></a>
<h3>add<wbr>Child<wbr>Element</h3>
@ -214,7 +184,7 @@
<p>Inherited from <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#addchildelement">addChildElement</a></p>
<p>Overrides <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/xml-components/xml-component.ts#L43">src/file/xml-components/xml-component.ts:43</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/xml-components/xml-component.ts#L43">src/file/xml-components/xml-component.ts:43</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -227,84 +197,6 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a name="addleftmargin" class="tsd-anchor"></a>
<h3>add<wbr>Left<wbr>Margin</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">add<wbr>Left<wbr>Margin<span class="tsd-signature-symbol">(</span>value<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><span class="tsd-signature-type">void</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/31269c8/src/file/table/table-properties/table-cell-margin.ts#L32">src/file/table/table-properties/table-cell-margin.ts:32</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><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"> = WidthType.DXA</span></h5>
</li>
</ul>
<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="addrightmargin" class="tsd-anchor"></a>
<h3>add<wbr>Right<wbr>Margin</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">add<wbr>Right<wbr>Margin<span class="tsd-signature-symbol">(</span>value<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><span class="tsd-signature-type">void</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/31269c8/src/file/table/table-properties/table-cell-margin.ts#L46">src/file/table/table-properties/table-cell-margin.ts:46</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><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"> = WidthType.DXA</span></h5>
</li>
</ul>
<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="addtopmargin" class="tsd-anchor"></a>
<h3>add<wbr>Top<wbr>Margin</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">add<wbr>Top<wbr>Margin<span class="tsd-signature-symbol">(</span>value<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><span class="tsd-signature-type">void</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/31269c8/src/file/table/table-properties/table-cell-margin.ts#L25">src/file/table/table-properties/table-cell-margin.ts:25</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><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"> = WidthType.DXA</span></h5>
</li>
</ul>
<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-overwrite tsd-is-inherited tsd-is-external">
<a name="delete" class="tsd-anchor"></a>
<h3>delete</h3>
@ -317,7 +209,7 @@
<p>Inherited from <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#delete">delete</a></p>
<p>Overrides <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/xml-components/xml-component.ts#L49">src/file/xml-components/xml-component.ts:49</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/xml-components/xml-component.ts#L49">src/file/xml-components/xml-component.ts:49</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -336,7 +228,7 @@
<p>Inherited from <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.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/31269c8/src/file/xml-components/xml-component.ts#L16">src/file/xml-components/xml-component.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/xml-components/xml-component.ts#L16">src/file/xml-components/xml-component.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -372,21 +264,9 @@
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
<a href="tablecellmargin.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="tablecellmargin.html#addbottommargin" class="tsd-kind-icon">add<wbr>Bottom<wbr>Margin</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
<a href="tablecellmargin.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="tablecellmargin.html#addleftmargin" class="tsd-kind-icon">add<wbr>Left<wbr>Margin</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="tablecellmargin.html#addrightmargin" class="tsd-kind-icon">add<wbr>Right<wbr>Margin</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="tablecellmargin.html#addtopmargin" class="tsd-kind-icon">add<wbr>Top<wbr>Margin</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
<a href="tablecellmargin.html#delete" class="tsd-kind-icon">delete</a>
</li>