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

This commit is contained in:
Deployment Bot (from Travis CI)
2019-01-11 00:36:39 +00:00
parent 1ac02911f8
commit 58adfa1a48
370 changed files with 2661 additions and 2716 deletions

View File

@ -106,7 +106,6 @@
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#addrun" class="tsd-kind-icon">add<wbr>Run</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#addruntofront" class="tsd-kind-icon">add<wbr>Run<wbr>ToFront</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#addsequentialidentifier" class="tsd-kind-icon">add<wbr>Sequential<wbr>Identifier</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#addtabstop" class="tsd-kind-icon">add<wbr>Tab<wbr>Stop</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#bidirectional" class="tsd-kind-icon">bidirectional</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#bullet" class="tsd-kind-icon">bullet</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#center" class="tsd-kind-icon">center</a></li>
@ -162,7 +161,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/677300e/src/file/paragraph/image.ts#L7">file/paragraph/image.ts:7</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/image.ts#L7">file/paragraph/image.ts:7</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -192,7 +191,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#borders">Borders</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/677300e/src/file/paragraph/paragraph.ts#L37">file/paragraph/paragraph.ts:37</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L37">file/paragraph/paragraph.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="border.html" class="tsd-signature-type">Border</a></h4>
@ -210,7 +209,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/677300e/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/7b5cf69/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>
@ -227,7 +226,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/677300e/src/file/paragraph/image.ts#L19">file/paragraph/image.ts:19</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/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>
@ -245,7 +244,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#paragraphproperties">paragraphProperties</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/677300e/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraphproperties.html" class="tsd-signature-type">ParagraphProperties</a></h4>
@ -266,7 +265,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/677300e/src/file/paragraph/paragraph.ts#L56">file/paragraph/paragraph.ts:56</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L56">file/paragraph/paragraph.ts:56</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -290,7 +289,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/677300e/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/7b5cf69/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>
@ -314,7 +313,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/677300e/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -338,7 +337,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/677300e/src/file/paragraph/paragraph.ts#L70">file/paragraph/paragraph.ts:70</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L70">file/paragraph/paragraph.ts:70</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -362,7 +361,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/677300e/src/file/paragraph/paragraph.ts#L46">file/paragraph/paragraph.ts:46</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L46">file/paragraph/paragraph.ts:46</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -386,7 +385,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/677300e/src/file/paragraph/paragraph.ts#L234">file/paragraph/paragraph.ts:234</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L234">file/paragraph/paragraph.ts:234</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -410,7 +409,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addsequentialidentifier">addSequentialIdentifier</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/677300e/src/file/paragraph/paragraph.ts#L249">file/paragraph/paragraph.ts:249</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L244">file/paragraph/paragraph.ts:244</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -423,30 +422,6 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a name="addtabstop" class="tsd-anchor"></a>
<h3>add<wbr>Tab<wbr>Stop</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">add<wbr>Tab<wbr>Stop<span class="tsd-signature-symbol">(</span>run<span class="tsd-signature-symbol">: </span><a href="run.html" class="tsd-signature-type">Run</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#addtabstop">addTabStop</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/677300e/src/file/paragraph/paragraph.ts#L244">file/paragraph/paragraph.ts:244</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>run: <a href="run.html" class="tsd-signature-type">Run</a></h5>
</li>
</ul>
<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-inherited tsd-is-external">
<a name="bidirectional" class="tsd-anchor"></a>
<h3>bidirectional</h3>
@ -458,7 +433,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/677300e/src/file/paragraph/paragraph.ts#L239">file/paragraph/paragraph.ts:239</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L239">file/paragraph/paragraph.ts:239</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -476,7 +451,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/677300e/src/file/paragraph/paragraph.ts#L182">file/paragraph/paragraph.ts:182</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L182">file/paragraph/paragraph.ts:182</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -500,7 +475,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/677300e/src/file/paragraph/paragraph.ts#L112">file/paragraph/paragraph.ts:112</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L112">file/paragraph/paragraph.ts:112</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -518,7 +493,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/677300e/src/file/paragraph/paragraph.ts#L177">file/paragraph/paragraph.ts:177</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L177">file/paragraph/paragraph.ts:177</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -545,7 +520,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#contextualspacing">contextualSpacing</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/677300e/src/file/paragraph/paragraph.ts#L214">file/paragraph/paragraph.ts:214</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L214">file/paragraph/paragraph.ts:214</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -569,7 +544,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#createborder">createBorder</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/677300e/src/file/paragraph/paragraph.ts#L41">file/paragraph/paragraph.ts:41</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L41">file/paragraph/paragraph.ts:41</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -587,7 +562,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/677300e/src/file/paragraph/paragraph.ts#L64">file/paragraph/paragraph.ts:64</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L64">file/paragraph/paragraph.ts:64</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -611,7 +586,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/677300e/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/7b5cf69/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>
@ -629,7 +604,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/677300e/src/file/paragraph/paragraph.ts#L137">file/paragraph/paragraph.ts:137</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L137">file/paragraph/paragraph.ts:137</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -647,7 +622,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/677300e/src/file/paragraph/paragraph.ts#L132">file/paragraph/paragraph.ts:132</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L132">file/paragraph/paragraph.ts:132</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -665,7 +640,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/677300e/src/file/paragraph/paragraph.ts#L77">file/paragraph/paragraph.ts:77</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L77">file/paragraph/paragraph.ts:77</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -683,7 +658,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/677300e/src/file/paragraph/paragraph.ts#L82">file/paragraph/paragraph.ts:82</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L82">file/paragraph/paragraph.ts:82</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -701,7 +676,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/677300e/src/file/paragraph/paragraph.ts#L87">file/paragraph/paragraph.ts:87</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L87">file/paragraph/paragraph.ts:87</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -719,7 +694,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/677300e/src/file/paragraph/paragraph.ts#L92">file/paragraph/paragraph.ts:92</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L92">file/paragraph/paragraph.ts:92</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -737,7 +712,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/677300e/src/file/paragraph/paragraph.ts#L97">file/paragraph/paragraph.ts:97</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L97">file/paragraph/paragraph.ts:97</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -755,7 +730,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/677300e/src/file/paragraph/paragraph.ts#L102">file/paragraph/paragraph.ts:102</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L102">file/paragraph/paragraph.ts:102</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -773,7 +748,7 @@
<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/677300e/src/file/paragraph/paragraph.ts#L204">file/paragraph/paragraph.ts:204</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L204">file/paragraph/paragraph.ts:204</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -797,7 +772,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/677300e/src/file/paragraph/paragraph.ts#L142">file/paragraph/paragraph.ts:142</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L142">file/paragraph/paragraph.ts:142</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -815,7 +790,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/677300e/src/file/paragraph/paragraph.ts#L224">file/paragraph/paragraph.ts:224</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L224">file/paragraph/paragraph.ts:224</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -833,7 +808,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/677300e/src/file/paragraph/paragraph.ts#L219">file/paragraph/paragraph.ts:219</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L219">file/paragraph/paragraph.ts:219</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -851,7 +826,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/677300e/src/file/paragraph/paragraph.ts#L117">file/paragraph/paragraph.ts:117</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L117">file/paragraph/paragraph.ts:117</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -869,7 +844,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/677300e/src/file/paragraph/paragraph.ts#L167">file/paragraph/paragraph.ts:167</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L167">file/paragraph/paragraph.ts:167</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -896,7 +871,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/677300e/src/file/paragraph/paragraph.ts#L162">file/paragraph/paragraph.ts:162</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L162">file/paragraph/paragraph.ts:162</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -920,7 +895,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/677300e/src/file/paragraph/paragraph.ts#L152">file/paragraph/paragraph.ts:152</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L152">file/paragraph/paragraph.ts:152</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -938,7 +913,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/677300e/src/file/paragraph/paragraph.ts#L157">file/paragraph/paragraph.ts:157</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L157">file/paragraph/paragraph.ts:157</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -957,7 +932,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/677300e/src/file/xml-components/xml-component.ts#L14">file/xml-components/xml-component.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/xml-components/xml-component.ts#L14">file/xml-components/xml-component.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a>
@ -978,7 +953,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/677300e/src/file/paragraph/paragraph.ts#L229">file/paragraph/paragraph.ts:229</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L229">file/paragraph/paragraph.ts:229</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1002,7 +977,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/677300e/src/file/paragraph/paragraph.ts#L122">file/paragraph/paragraph.ts:122</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L122">file/paragraph/paragraph.ts:122</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -1020,7 +995,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/677300e/src/file/paragraph/paragraph.ts#L172">file/paragraph/paragraph.ts:172</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L172">file/paragraph/paragraph.ts:172</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1046,7 +1021,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/677300e/src/file/paragraph/image.ts#L15">file/paragraph/image.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/image.ts#L15">file/paragraph/image.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1073,7 +1048,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/677300e/src/file/paragraph/paragraph.ts#L194">file/paragraph/paragraph.ts:194</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L194">file/paragraph/paragraph.ts:194</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1100,7 +1075,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/677300e/src/file/paragraph/paragraph.ts#L188">file/paragraph/paragraph.ts:188</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L188">file/paragraph/paragraph.ts:188</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1127,7 +1102,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/677300e/src/file/paragraph/paragraph.ts#L209">file/paragraph/paragraph.ts:209</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L209">file/paragraph/paragraph.ts:209</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1151,7 +1126,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/677300e/src/file/paragraph/paragraph.ts#L127">file/paragraph/paragraph.ts:127</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L127">file/paragraph/paragraph.ts:127</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -1169,7 +1144,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/677300e/src/file/paragraph/paragraph.ts#L199">file/paragraph/paragraph.ts:199</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L199">file/paragraph/paragraph.ts:199</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -1193,7 +1168,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/677300e/src/file/paragraph/paragraph.ts#L147">file/paragraph/paragraph.ts:147</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L147">file/paragraph/paragraph.ts:147</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -1211,7 +1186,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/677300e/src/file/paragraph/paragraph.ts#L107">file/paragraph/paragraph.ts:107</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7b5cf69/src/file/paragraph/paragraph.ts#L107">file/paragraph/paragraph.ts:107</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
@ -1271,9 +1246,6 @@
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="imageparagraph.html#addsequentialidentifier" class="tsd-kind-icon">add<wbr>Sequential<wbr>Identifier</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="imageparagraph.html#addtabstop" class="tsd-kind-icon">add<wbr>Tab<wbr>Stop</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="imageparagraph.html#bidirectional" class="tsd-kind-icon">bidirectional</a>
</li>