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

This commit is contained in:
Deployment Bot (from Travis CI)
2020-12-23 00:48:52 +00:00
parent 08910f768d
commit 10fbfe23a6
592 changed files with 3316 additions and 3054 deletions

View File

@ -101,6 +101,12 @@
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tableborders.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-external">
<h3>Object literals</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-object-literal tsd-parent-kind-class tsd-is-static tsd-is-external"><a href="tableborders.html#none" class="tsd-kind-icon">NONE</a></li>
</ul>
</section>
</div>
</section>
</section>
@ -117,7 +123,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="baseemphasismark.html">BaseEmphasisMark</a>.<a href="baseemphasismark.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/058304d/src/file/table/table-properties/table-borders.ts#L38">src/file/table/table-properties/table-borders.ts:38</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L70">src/file/table/table-properties/table-borders.ts:70</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +150,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="apppropertiesattributes.html">AppPropertiesAttributes</a>.<a href="apppropertiesattributes.html#isdeleted">IsDeleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/058304d/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/8bb73fb/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>
@ -165,7 +171,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="appproperties.html">AppProperties</a>.<a href="appproperties.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/058304d/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/8bb73fb/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>
@ -189,7 +195,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="appproperties.html">AppProperties</a>.<a href="appproperties.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/058304d/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/8bb73fb/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>
@ -208,7 +214,7 @@
<p>Inherited from <a href="appproperties.html">AppProperties</a>.<a href="appproperties.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/058304d/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/8bb73fb/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>
@ -222,6 +228,259 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Object literals</h2>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-class tsd-is-static tsd-is-external">
<a name="none" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> NONE</h3>
<div class="tsd-signature tsd-kind-icon">NONE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L39">src/file/table/table-properties/table-borders.ts:39</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-external">
<a name="none.bottom" class="tsd-anchor"></a>
<h3>bottom</h3>
<div class="tsd-signature tsd-kind-icon">bottom<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L45">src/file/table/table-properties/table-borders.ts:45</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.bottom.color" class="tsd-anchor"></a>
<h3>color</h3>
<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;auto&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L48">src/file/table/table-properties/table-borders.ts:48</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.bottom.size" class="tsd-anchor"></a>
<h3>size</h3>
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L47">src/file/table/table-properties/table-borders.ts:47</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.bottom.style" class="tsd-anchor"></a>
<h3>style</h3>
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="../enums/borderstyle.html" class="tsd-signature-type">BorderStyle</a><span class="tsd-signature-symbol"> = BorderStyle.NONE</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L46">src/file/table/table-properties/table-borders.ts:46</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-external">
<a name="none.insidehorizontal" class="tsd-anchor"></a>
<h3>inside<wbr>Horizontal</h3>
<div class="tsd-signature tsd-kind-icon">inside<wbr>Horizontal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L60">src/file/table/table-properties/table-borders.ts:60</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.insidehorizontal.color-1" class="tsd-anchor"></a>
<h3>color</h3>
<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;auto&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L63">src/file/table/table-properties/table-borders.ts:63</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.insidehorizontal.size-1" class="tsd-anchor"></a>
<h3>size</h3>
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L62">src/file/table/table-properties/table-borders.ts:62</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.insidehorizontal.style-1" class="tsd-anchor"></a>
<h3>style</h3>
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="../enums/borderstyle.html" class="tsd-signature-type">BorderStyle</a><span class="tsd-signature-symbol"> = BorderStyle.NONE</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L61">src/file/table/table-properties/table-borders.ts:61</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-external">
<a name="none.insidevertical" class="tsd-anchor"></a>
<h3>inside<wbr>Vertical</h3>
<div class="tsd-signature tsd-kind-icon">inside<wbr>Vertical<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L65">src/file/table/table-properties/table-borders.ts:65</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.insidevertical.color-2" class="tsd-anchor"></a>
<h3>color</h3>
<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;auto&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L68">src/file/table/table-properties/table-borders.ts:68</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.insidevertical.size-2" class="tsd-anchor"></a>
<h3>size</h3>
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L67">src/file/table/table-properties/table-borders.ts:67</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.insidevertical.style-2" class="tsd-anchor"></a>
<h3>style</h3>
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="../enums/borderstyle.html" class="tsd-signature-type">BorderStyle</a><span class="tsd-signature-symbol"> = BorderStyle.NONE</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L66">src/file/table/table-properties/table-borders.ts:66</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-external">
<a name="none.left" class="tsd-anchor"></a>
<h3>left</h3>
<div class="tsd-signature tsd-kind-icon">left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L50">src/file/table/table-properties/table-borders.ts:50</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.left.color-3" class="tsd-anchor"></a>
<h3>color</h3>
<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;auto&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L53">src/file/table/table-properties/table-borders.ts:53</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.left.size-3" class="tsd-anchor"></a>
<h3>size</h3>
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L52">src/file/table/table-properties/table-borders.ts:52</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.left.style-3" class="tsd-anchor"></a>
<h3>style</h3>
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="../enums/borderstyle.html" class="tsd-signature-type">BorderStyle</a><span class="tsd-signature-symbol"> = BorderStyle.NONE</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L51">src/file/table/table-properties/table-borders.ts:51</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-external">
<a name="none.right" class="tsd-anchor"></a>
<h3>right</h3>
<div class="tsd-signature tsd-kind-icon">right<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L55">src/file/table/table-properties/table-borders.ts:55</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.right.color-4" class="tsd-anchor"></a>
<h3>color</h3>
<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;auto&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L58">src/file/table/table-properties/table-borders.ts:58</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.right.size-4" class="tsd-anchor"></a>
<h3>size</h3>
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L57">src/file/table/table-properties/table-borders.ts:57</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.right.style-4" class="tsd-anchor"></a>
<h3>style</h3>
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="../enums/borderstyle.html" class="tsd-signature-type">BorderStyle</a><span class="tsd-signature-symbol"> = BorderStyle.NONE</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L56">src/file/table/table-properties/table-borders.ts:56</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-external">
<a name="none.top" class="tsd-anchor"></a>
<h3>top</h3>
<div class="tsd-signature tsd-kind-icon">top<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L40">src/file/table/table-properties/table-borders.ts:40</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.top.color-5" class="tsd-anchor"></a>
<h3>color</h3>
<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;auto&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L43">src/file/table/table-properties/table-borders.ts:43</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.top.size-5" class="tsd-anchor"></a>
<h3>size</h3>
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L42">src/file/table/table-properties/table-borders.ts:42</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal tsd-is-external">
<a name="none.top.style-5" class="tsd-anchor"></a>
<h3>style</h3>
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="../enums/borderstyle.html" class="tsd-signature-type">BorderStyle</a><span class="tsd-signature-symbol"> = BorderStyle.NONE</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/8bb73fb/src/file/table/table-properties/table-borders.ts#L41">src/file/table/table-properties/table-borders.ts:41</a></li>
</ul>
</aside>
</section>
</section>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
@ -253,6 +512,9 @@
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
<a href="tableborders.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a>
</li>
<li class=" tsd-kind-object-literal tsd-parent-kind-class tsd-is-static tsd-is-external">
<a href="tableborders.html#none" class="tsd-kind-icon">NONE</a>
</li>
</ul>
</li>
</ul>