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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-08-21 21:07:49 +00:00
parent d1c499e2aa
commit 420dba07a6
334 changed files with 2587 additions and 6467 deletions

View File

@ -91,6 +91,7 @@
<h3>Accessors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#properties" class="tsd-kind-icon">Properties</a></li>
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="imageparagraph.html#run" class="tsd-kind-icon">Run</a></li>
</ul>
</section>
@ -156,7 +157,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/image.ts#L7">file/paragraph/image.ts:7</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/image.ts#L7">file/paragraph/image.ts:7</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -186,13 +187,31 @@
<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/a777842/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/ff80f76/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>
</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="properties" class="tsd-anchor"></a>
<h3>Properties</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="paragraphproperties.html" class="tsd-signature-type">ParagraphProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#properties">Properties</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L226">file/paragraph/paragraph.ts:226</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraphproperties.html" class="tsd-signature-type">ParagraphProperties</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-external">
<a name="run" class="tsd-anchor"></a>
<h3>Run</h3>
@ -203,7 +222,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/image.ts#L19">file/paragraph/image.ts:19</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/image.ts#L19">file/paragraph/image.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="picturerun.html" class="tsd-signature-type">PictureRun</a></h4>
@ -224,7 +243,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addbookmark">addBookmark</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L43">file/paragraph/paragraph.ts:43</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L43">file/paragraph/paragraph.ts:43</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/a777842/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/ff80f76/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>
@ -272,7 +291,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addhyperlink">addHyperLink</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L38">file/paragraph/paragraph.ts:38</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L38">file/paragraph/paragraph.ts:38</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -296,7 +315,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addimage">addImage</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L57">file/paragraph/paragraph.ts:57</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L57">file/paragraph/paragraph.ts:57</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -320,7 +339,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addrun">addRun</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -344,7 +363,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addruntofront">addRunToFront</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L216">file/paragraph/paragraph.ts:216</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L216">file/paragraph/paragraph.ts:216</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -368,7 +387,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#bidirectional">bidirectional</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L221">file/paragraph/paragraph.ts:221</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L221">file/paragraph/paragraph.ts:221</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -386,7 +405,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#bullet">bullet</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L169">file/paragraph/paragraph.ts:169</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L169">file/paragraph/paragraph.ts:169</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -410,7 +429,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#center">center</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L99">file/paragraph/paragraph.ts:99</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L99">file/paragraph/paragraph.ts:99</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -428,7 +447,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#centertabstop">centerTabStop</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L164">file/paragraph/paragraph.ts:164</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L164">file/paragraph/paragraph.ts:164</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -452,7 +471,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#createtextrun">createTextRun</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -476,7 +495,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/a777842/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/ff80f76/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>
@ -494,7 +513,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#distribute">distribute</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L124">file/paragraph/paragraph.ts:124</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L124">file/paragraph/paragraph.ts:124</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -512,7 +531,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#end">end</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L119">file/paragraph/paragraph.ts:119</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L119">file/paragraph/paragraph.ts:119</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -530,7 +549,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading1">heading1</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L64">file/paragraph/paragraph.ts:64</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L64">file/paragraph/paragraph.ts:64</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -548,7 +567,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading2">heading2</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L69">file/paragraph/paragraph.ts:69</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L69">file/paragraph/paragraph.ts:69</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -566,7 +585,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading3">heading3</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L74">file/paragraph/paragraph.ts:74</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L74">file/paragraph/paragraph.ts:74</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -584,7 +603,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading4">heading4</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L79">file/paragraph/paragraph.ts:79</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L79">file/paragraph/paragraph.ts:79</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -602,7 +621,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading5">heading5</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L84">file/paragraph/paragraph.ts:84</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L84">file/paragraph/paragraph.ts:84</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -620,7 +639,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading6">heading6</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L89">file/paragraph/paragraph.ts:89</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L89">file/paragraph/paragraph.ts:89</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -631,20 +650,20 @@
<a name="indent" class="tsd-anchor"></a>
<h3>indent</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<li class="tsd-signature tsd-kind-icon">indent<span class="tsd-signature-symbol">(</span>attrs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</a></li>
<li class="tsd-signature tsd-kind-icon">indent<span class="tsd-signature-symbol">(</span>attrs<span class="tsd-signature-symbol">: </span><a href="../interfaces/iindentattributesproperties.html" class="tsd-signature-type">IIndentAttributesProperties</a><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">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#indent">indent</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L191">file/paragraph/paragraph.ts:191</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L191">file/paragraph/paragraph.ts:191</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>attrs: <span class="tsd-signature-type">object</span></h5>
<h5>attrs: <a href="../interfaces/iindentattributesproperties.html" class="tsd-signature-type">IIndentAttributesProperties</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -662,7 +681,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#justified">justified</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L129">file/paragraph/paragraph.ts:129</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L129">file/paragraph/paragraph.ts:129</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -680,7 +699,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#keeplines">keepLines</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L206">file/paragraph/paragraph.ts:206</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L206">file/paragraph/paragraph.ts:206</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -698,7 +717,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#keepnext">keepNext</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L201">file/paragraph/paragraph.ts:201</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L201">file/paragraph/paragraph.ts:201</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -716,7 +735,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#left">left</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L104">file/paragraph/paragraph.ts:104</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L104">file/paragraph/paragraph.ts:104</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -734,7 +753,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#lefttabstop">leftTabStop</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L154">file/paragraph/paragraph.ts:154</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L154">file/paragraph/paragraph.ts:154</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -758,7 +777,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#maxrighttabstop">maxRightTabStop</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L149">file/paragraph/paragraph.ts:149</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L149">file/paragraph/paragraph.ts:149</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -776,7 +795,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#pagebreak">pageBreak</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L139">file/paragraph/paragraph.ts:139</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L139">file/paragraph/paragraph.ts:139</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -794,7 +813,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#pagebreakbefore">pageBreakBefore</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L144">file/paragraph/paragraph.ts:144</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L144">file/paragraph/paragraph.ts:144</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -813,7 +832,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/a777842/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/ff80f76/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>
@ -831,7 +850,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#referencefootnote">referenceFootnote</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L211">file/paragraph/paragraph.ts:211</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L211">file/paragraph/paragraph.ts:211</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -855,7 +874,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#right">right</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L109">file/paragraph/paragraph.ts:109</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L109">file/paragraph/paragraph.ts:109</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -873,7 +892,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#righttabstop">rightTabStop</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L159">file/paragraph/paragraph.ts:159</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L159">file/paragraph/paragraph.ts:159</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -896,7 +915,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/image.ts#L15">file/paragraph/image.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/image.ts#L15">file/paragraph/image.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -923,7 +942,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#setcustomnumbering">setCustomNumbering</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L181">file/paragraph/paragraph.ts:181</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L181">file/paragraph/paragraph.ts:181</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -950,7 +969,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#setnumbering">setNumbering</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L175">file/paragraph/paragraph.ts:175</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L175">file/paragraph/paragraph.ts:175</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -977,7 +996,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#spacing">spacing</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L196">file/paragraph/paragraph.ts:196</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L196">file/paragraph/paragraph.ts:196</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1001,7 +1020,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#start">start</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L114">file/paragraph/paragraph.ts:114</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L114">file/paragraph/paragraph.ts:114</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -1019,7 +1038,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#style">style</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L186">file/paragraph/paragraph.ts:186</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L186">file/paragraph/paragraph.ts:186</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1043,7 +1062,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#thematicbreak">thematicBreak</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L134">file/paragraph/paragraph.ts:134</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L134">file/paragraph/paragraph.ts:134</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -1061,7 +1080,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#title">title</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a777842/src/file/paragraph/paragraph.ts#L94">file/paragraph/paragraph.ts:94</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L94">file/paragraph/paragraph.ts:94</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -1091,6 +1110,9 @@
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="imageparagraph.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="imageparagraph.html#properties" class="tsd-kind-icon">Properties</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-external">
<a href="imageparagraph.html#run" class="tsd-kind-icon">Run</a>
</li>