Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -74,7 +74,7 @@
|
||||
<span class="target">Paragraph</span>
|
||||
<ul class="tsd-hierarchy">
|
||||
<li>
|
||||
<a href="image.html" class="tsd-signature-type">Image</a>
|
||||
<a href="imageparagraph.html" class="tsd-signature-type">ImageParagraph</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -104,13 +104,13 @@
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#addbookmark" class="tsd-kind-icon">add<wbr>Bookmark</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="paragraph.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#addhyperlink" class="tsd-kind-icon">add<wbr>Hyper<wbr>Link</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#addimage" class="tsd-kind-icon">add<wbr>Image</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#addrun" class="tsd-kind-icon">add<wbr>Run</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#addruntofront" class="tsd-kind-icon">add<wbr>Run<wbr>ToFront</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#bidi" class="tsd-kind-icon">bidi</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#bidirectional" class="tsd-kind-icon">bidirectional</a></li>
|
||||
<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#createpicturerun" class="tsd-kind-icon">create<wbr>Picture<wbr>Run</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>
|
||||
@ -159,7 +159,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/d825214/src/file/paragraph/paragraph.ts#L22">file/paragraph/paragraph.ts:22</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L22">file/paragraph/paragraph.ts:22</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -186,7 +186,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/d825214/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/d44b0d5/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>
|
||||
@ -206,7 +206,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L43">file/paragraph/paragraph.ts:43</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L43">file/paragraph/paragraph.ts:43</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -230,7 +230,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/d825214/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/d44b0d5/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>
|
||||
@ -253,7 +253,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L38">file/paragraph/paragraph.ts:38</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L38">file/paragraph/paragraph.ts:38</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -266,6 +266,29 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="addimage" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Image</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">add<wbr>Image<span class="tsd-signature-symbol">(</span>image<span class="tsd-signature-symbol">: </span><a href="image.html" class="tsd-signature-type">Image</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="picturerun.html" class="tsd-signature-type">PictureRun</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/d44b0d5/src/file/paragraph/paragraph.ts#L57">file/paragraph/paragraph.ts:57</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>image: <a href="image.html" class="tsd-signature-type">Image</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="picturerun.html" class="tsd-signature-type">PictureRun</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="addrun" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Run</h3>
|
||||
@ -276,7 +299,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -299,7 +322,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L215">file/paragraph/paragraph.ts:215</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L216">file/paragraph/paragraph.ts:216</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -313,16 +336,16 @@
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="bidi" class="tsd-anchor"></a>
|
||||
<h3>bidi</h3>
|
||||
<a name="bidirectional" class="tsd-anchor"></a>
|
||||
<h3>bidirectional</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">bidi<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>
|
||||
<li class="tsd-signature tsd-kind-icon">bidirectional<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/d825214/src/file/paragraph/paragraph.ts#L220">file/paragraph/paragraph.ts:220</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -339,7 +362,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L168">file/paragraph/paragraph.ts:168</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L169">file/paragraph/paragraph.ts:169</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -362,7 +385,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L98">file/paragraph/paragraph.ts:98</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -379,7 +402,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L163">file/paragraph/paragraph.ts:163</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L164">file/paragraph/paragraph.ts:164</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -392,29 +415,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="createpicturerun" class="tsd-anchor"></a>
|
||||
<h3>create<wbr>Picture<wbr>Run</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">create<wbr>Picture<wbr>Run<span class="tsd-signature-symbol">(</span>imageData<span class="tsd-signature-symbol">: </span><a href="../interfaces/imediadata.html" class="tsd-signature-type">IMediaData</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="picturerun.html" class="tsd-signature-type">PictureRun</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/d825214/src/file/paragraph/paragraph.ts#L57">file/paragraph/paragraph.ts:57</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>imageData: <a href="../interfaces/imediadata.html" class="tsd-signature-type">IMediaData</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="picturerun.html" class="tsd-signature-type">PictureRun</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>
|
||||
@ -425,7 +425,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -449,7 +449,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/d825214/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/d44b0d5/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>
|
||||
@ -466,7 +466,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L123">file/paragraph/paragraph.ts:123</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -483,7 +483,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L118">file/paragraph/paragraph.ts:118</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -500,7 +500,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L63">file/paragraph/paragraph.ts:63</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -517,7 +517,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L68">file/paragraph/paragraph.ts:68</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -534,7 +534,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L73">file/paragraph/paragraph.ts:73</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -551,7 +551,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L78">file/paragraph/paragraph.ts:78</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -568,7 +568,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L83">file/paragraph/paragraph.ts:83</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -585,7 +585,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L88">file/paragraph/paragraph.ts:88</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -602,7 +602,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L190">file/paragraph/paragraph.ts:190</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L191">file/paragraph/paragraph.ts:191</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -625,7 +625,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L128">file/paragraph/paragraph.ts:128</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -642,7 +642,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L205">file/paragraph/paragraph.ts:205</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -659,7 +659,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L200">file/paragraph/paragraph.ts:200</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -676,7 +676,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L103">file/paragraph/paragraph.ts:103</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -693,7 +693,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L153">file/paragraph/paragraph.ts:153</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L154">file/paragraph/paragraph.ts:154</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -716,7 +716,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L148">file/paragraph/paragraph.ts:148</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -733,7 +733,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L138">file/paragraph/paragraph.ts:138</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -750,7 +750,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L143">file/paragraph/paragraph.ts:143</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -769,7 +769,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/d825214/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/d44b0d5/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>
|
||||
@ -786,7 +786,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L210">file/paragraph/paragraph.ts:210</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L211">file/paragraph/paragraph.ts:211</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -809,7 +809,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L108">file/paragraph/paragraph.ts:108</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -826,7 +826,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L158">file/paragraph/paragraph.ts:158</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L159">file/paragraph/paragraph.ts:159</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -849,7 +849,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L180">file/paragraph/paragraph.ts:180</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L181">file/paragraph/paragraph.ts:181</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -875,7 +875,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L174">file/paragraph/paragraph.ts:174</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L175">file/paragraph/paragraph.ts:175</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -901,7 +901,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L195">file/paragraph/paragraph.ts:195</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L196">file/paragraph/paragraph.ts:196</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -924,7 +924,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L113">file/paragraph/paragraph.ts:113</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -941,7 +941,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L185">file/paragraph/paragraph.ts:185</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/src/file/paragraph/paragraph.ts#L186">file/paragraph/paragraph.ts:186</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -964,7 +964,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L133">file/paragraph/paragraph.ts:133</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -981,7 +981,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d825214/src/file/paragraph/paragraph.ts#L93">file/paragraph/paragraph.ts:93</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/d44b0d5/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>
|
||||
@ -1020,6 +1020,9 @@
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#addhyperlink" class="tsd-kind-icon">add<wbr>Hyper<wbr>Link</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#addimage" class="tsd-kind-icon">add<wbr>Image</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#addrun" class="tsd-kind-icon">add<wbr>Run</a>
|
||||
</li>
|
||||
@ -1027,7 +1030,7 @@
|
||||
<a href="paragraph.html#addruntofront" class="tsd-kind-icon">add<wbr>Run<wbr>ToFront</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#bidi" class="tsd-kind-icon">bidi</a>
|
||||
<a href="paragraph.html#bidirectional" class="tsd-kind-icon">bidirectional</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#bullet" class="tsd-kind-icon">bullet</a>
|
||||
@ -1038,9 +1041,6 @@
|
||||
<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#createpicturerun" class="tsd-kind-icon">create<wbr>Picture<wbr>Run</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>
|
||||
|
Reference in New Issue
Block a user