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

This commit is contained in:
Deployment Bot (from Travis CI)
2019-09-29 03:48:33 +00:00
parent 588f2f312d
commit 437ae3c3c4
409 changed files with 3304 additions and 4464 deletions

View File

@ -124,7 +124,7 @@
<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/993f8f8/src/file/table/table-cell/table-cell-properties.ts#L8">file/table/table-cell/table-cell-properties.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/table/table-cell/table-cell-properties.ts#L17">file/table/table-cell/table-cell-properties.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/993f8f8/src/file/table/table-cell/table-cell-properties.ts#L16">file/table/table-cell/table-cell-properties.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/table/table-cell/table-cell-properties.ts#L25">file/table/table-cell/table-cell-properties.ts:25</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="tablecellborders.html" class="tsd-signature-type">TableCellBorders</a></h4>
@ -162,7 +162,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/993f8f8/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/2b874e3/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>
@ -183,7 +183,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/993f8f8/src/file/xml-components/xml-component.ts#L43">file/xml-components/xml-component.ts:43</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/xml-components/xml-component.ts#L43">file/xml-components/xml-component.ts:43</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -206,7 +206,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/993f8f8/src/file/table/table-cell/table-cell-properties.ts#L20">file/table/table-cell/table-cell-properties.ts:20</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/table/table-cell/table-cell-properties.ts#L29">file/table/table-cell/table-cell-properties.ts:29</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -229,7 +229,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/993f8f8/src/file/table/table-cell/table-cell-properties.ts#L50">file/table/table-cell/table-cell-properties.ts:50</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/table/table-cell/table-cell-properties.ts#L59">file/table/table-cell/table-cell-properties.ts:59</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -246,19 +246,19 @@
<a name="addverticalmerge" class="tsd-anchor"></a>
<h3>add<wbr>Vertical<wbr>Merge</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">add<wbr>Vertical<wbr>Merge<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="../enums/vmergetype.html" class="tsd-signature-type">VMergeType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></li>
<li class="tsd-signature tsd-kind-icon">add<wbr>Vertical<wbr>Merge<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="../enums/verticalmergetype.html" class="tsd-signature-type">VerticalMergeType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tablecellproperties.html" class="tsd-signature-type">TableCellProperties</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/993f8f8/src/file/table/table-cell/table-cell-properties.ts#L26">file/table/table-cell/table-cell-properties.ts:26</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/table/table-cell/table-cell-properties.ts#L35">file/table/table-cell/table-cell-properties.ts:35</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>type: <a href="../enums/vmergetype.html" class="tsd-signature-type">VMergeType</a></h5>
<h5>type: <a href="../enums/verticalmergetype.html" class="tsd-signature-type">VerticalMergeType</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></h4>
@ -276,7 +276,7 @@
<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/993f8f8/src/file/xml-components/xml-component.ts#L49">file/xml-components/xml-component.ts:49</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/xml-components/xml-component.ts#L49">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>
@ -295,7 +295,7 @@
<p>Inherited from <a href="ignoreifemptyxmlcomponent.html">IgnoreIfEmptyXmlComponent</a>.<a href="ignoreifemptyxmlcomponent.html#prepforxml">prepForXml</a></p>
<p>Overrides <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/993f8f8/src/file/xml-components/xml-component.ts#L55">file/xml-components/xml-component.ts:55</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/xml-components/xml-component.ts#L55">file/xml-components/xml-component.ts:55</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a>
@ -315,7 +315,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/993f8f8/src/file/table/table-cell/table-cell-properties.ts#L44">file/table/table-cell/table-cell-properties.ts:44</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/table/table-cell/table-cell-properties.ts#L53">file/table/table-cell/table-cell-properties.ts:53</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -338,7 +338,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/993f8f8/src/file/table/table-cell/table-cell-properties.ts#L32">file/table/table-cell/table-cell-properties.ts:32</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/table/table-cell/table-cell-properties.ts#L41">file/table/table-cell/table-cell-properties.ts:41</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -361,7 +361,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/993f8f8/src/file/table/table-cell/table-cell-properties.ts#L38">file/table/table-cell/table-cell-properties.ts:38</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2b874e3/src/file/table/table-cell/table-cell-properties.ts#L47">file/table/table-cell/table-cell-properties.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>