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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-08-22 00:12:20 +00:00
parent 24e1d75457
commit 5386344584
326 changed files with 2899 additions and 2297 deletions

View File

@ -95,6 +95,7 @@
<section class="tsd-index-section tsd-is-external">
<h3>Accessors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#borders" class="tsd-kind-icon">Borders</a></li>
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="paragraph.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#properties" class="tsd-kind-icon">Properties</a></li>
</ul>
@ -112,6 +113,7 @@
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#bullet" class="tsd-kind-icon">bullet</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#center" class="tsd-kind-icon">center</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#centertabstop" class="tsd-kind-icon">center<wbr>Tab<wbr>Stop</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#createborder" class="tsd-kind-icon">create<wbr>Border</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#createtextrun" class="tsd-kind-icon">create<wbr>Text<wbr>Run</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="paragraph.html#delete" class="tsd-kind-icon">delete</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#distribute" class="tsd-kind-icon">distribute</a></li>
@ -160,7 +162,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/a538187/src/file/paragraph/paragraph.ts#L22">file/paragraph/paragraph.ts:22</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L22">file/paragraph/paragraph.ts:22</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -176,6 +178,23 @@
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-external">
<a name="borders" class="tsd-anchor"></a>
<h3>Borders</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> Borders<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="border.html" class="tsd-signature-type">Border</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/0f6f79e/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="border.html" class="tsd-signature-type">Border</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a name="isdeleted" class="tsd-anchor"></a>
<h3>Is<wbr>Deleted</h3>
@ -187,7 +206,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/a538187/src/file/xml-components/base.ts#L13">file/xml-components/base.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/xml-components/base.ts#L13">file/xml-components/base.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -204,7 +223,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L226">file/paragraph/paragraph.ts:226</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L235">file/paragraph/paragraph.ts:235</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraphproperties.html" class="tsd-signature-type">ParagraphProperties</a></h4>
@ -224,7 +243,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L43">file/paragraph/paragraph.ts:43</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L52">file/paragraph/paragraph.ts:52</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -248,7 +267,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/a538187/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/0f6f79e/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>
@ -271,7 +290,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L38">file/paragraph/paragraph.ts:38</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L47">file/paragraph/paragraph.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -294,7 +313,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L57">file/paragraph/paragraph.ts:57</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L66">file/paragraph/paragraph.ts:66</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -317,7 +336,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L42">file/paragraph/paragraph.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -340,7 +359,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L216">file/paragraph/paragraph.ts:216</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L225">file/paragraph/paragraph.ts:225</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -363,7 +382,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L221">file/paragraph/paragraph.ts:221</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L230">file/paragraph/paragraph.ts:230</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -380,7 +399,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L169">file/paragraph/paragraph.ts:169</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L178">file/paragraph/paragraph.ts:178</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -403,7 +422,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L99">file/paragraph/paragraph.ts:99</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L108">file/paragraph/paragraph.ts:108</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -420,7 +439,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L164">file/paragraph/paragraph.ts:164</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L173">file/paragraph/paragraph.ts:173</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -433,6 +452,23 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a name="createborder" class="tsd-anchor"></a>
<h3>create<wbr>Border</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">create<wbr>Border<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</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/0f6f79e/src/file/paragraph/paragraph.ts#L37">file/paragraph/paragraph.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a name="createtextrun" class="tsd-anchor"></a>
<h3>create<wbr>Text<wbr>Run</h3>
@ -443,7 +479,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L60">file/paragraph/paragraph.ts:60</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -467,7 +503,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/a538187/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/0f6f79e/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>
@ -484,7 +520,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L124">file/paragraph/paragraph.ts:124</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L133">file/paragraph/paragraph.ts:133</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -501,7 +537,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L119">file/paragraph/paragraph.ts:119</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L128">file/paragraph/paragraph.ts:128</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -518,7 +554,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L64">file/paragraph/paragraph.ts:64</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L73">file/paragraph/paragraph.ts:73</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -535,7 +571,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L69">file/paragraph/paragraph.ts:69</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L78">file/paragraph/paragraph.ts:78</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -552,7 +588,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L74">file/paragraph/paragraph.ts:74</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L83">file/paragraph/paragraph.ts:83</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -569,7 +605,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L79">file/paragraph/paragraph.ts:79</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L88">file/paragraph/paragraph.ts:88</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -586,7 +622,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L84">file/paragraph/paragraph.ts:84</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L93">file/paragraph/paragraph.ts:93</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -603,7 +639,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L89">file/paragraph/paragraph.ts:89</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L98">file/paragraph/paragraph.ts:98</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -620,7 +656,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L191">file/paragraph/paragraph.ts:191</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L200">file/paragraph/paragraph.ts:200</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -643,7 +679,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L129">file/paragraph/paragraph.ts:129</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L138">file/paragraph/paragraph.ts:138</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -660,7 +696,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L206">file/paragraph/paragraph.ts:206</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L215">file/paragraph/paragraph.ts:215</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -677,7 +713,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L201">file/paragraph/paragraph.ts:201</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L210">file/paragraph/paragraph.ts:210</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -694,7 +730,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L104">file/paragraph/paragraph.ts:104</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L113">file/paragraph/paragraph.ts:113</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -711,7 +747,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L154">file/paragraph/paragraph.ts:154</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L163">file/paragraph/paragraph.ts:163</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -734,7 +770,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L149">file/paragraph/paragraph.ts:149</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L158">file/paragraph/paragraph.ts:158</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -751,7 +787,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L139">file/paragraph/paragraph.ts:139</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L148">file/paragraph/paragraph.ts:148</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -768,7 +804,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L144">file/paragraph/paragraph.ts:144</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L153">file/paragraph/paragraph.ts:153</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -787,7 +823,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/a538187/src/file/xml-components/xml-component.ts#L13">file/xml-components/xml-component.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/xml-components/xml-component.ts#L13">file/xml-components/xml-component.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></h4>
@ -804,7 +840,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L211">file/paragraph/paragraph.ts:211</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L220">file/paragraph/paragraph.ts:220</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -827,7 +863,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L109">file/paragraph/paragraph.ts:109</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L118">file/paragraph/paragraph.ts:118</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -844,7 +880,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L159">file/paragraph/paragraph.ts:159</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L168">file/paragraph/paragraph.ts:168</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -867,7 +903,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L181">file/paragraph/paragraph.ts:181</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L190">file/paragraph/paragraph.ts:190</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -893,7 +929,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L175">file/paragraph/paragraph.ts:175</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L184">file/paragraph/paragraph.ts:184</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -919,7 +955,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L196">file/paragraph/paragraph.ts:196</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L205">file/paragraph/paragraph.ts:205</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -942,7 +978,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L114">file/paragraph/paragraph.ts:114</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L123">file/paragraph/paragraph.ts:123</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -959,7 +995,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L186">file/paragraph/paragraph.ts:186</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L195">file/paragraph/paragraph.ts:195</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -982,7 +1018,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L134">file/paragraph/paragraph.ts:134</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L143">file/paragraph/paragraph.ts:143</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -999,7 +1035,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/paragraph.ts#L94">file/paragraph/paragraph.ts:94</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L103">file/paragraph/paragraph.ts:103</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -1026,6 +1062,9 @@
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<a href="paragraph.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-external">
<a href="paragraph.html#borders" class="tsd-kind-icon">Borders</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="paragraph.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a>
</li>
@ -1062,6 +1101,9 @@
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="paragraph.html#centertabstop" class="tsd-kind-icon">center<wbr>Tab<wbr>Stop</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="paragraph.html#createborder" class="tsd-kind-icon">create<wbr>Border</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="paragraph.html#createtextrun" class="tsd-kind-icon">create<wbr>Text<wbr>Run</a>
</li>