Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -92,10 +92,11 @@
|
||||
<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>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section tsd-is-inherited tsd-is-external">
|
||||
<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-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>
|
||||
</section>
|
||||
<section class="tsd-index-section tsd-is-external">
|
||||
@ -159,7 +160,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/a777842/src/file/paragraph/paragraph.ts#L22">file/paragraph/paragraph.ts:22</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ff80f76/src/file/paragraph/paragraph.ts#L22">file/paragraph/paragraph.ts:22</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -173,7 +174,7 @@
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-external">
|
||||
<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-inherited tsd-is-external">
|
||||
<a name="isdeleted" class="tsd-anchor"></a>
|
||||
@ -186,13 +187,30 @@
|
||||
<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-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-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">
|
||||
<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>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-external">
|
||||
<h2>Methods</h2>
|
||||
@ -206,7 +224,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/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>
|
||||
@ -230,7 +248,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>
|
||||
@ -253,7 +271,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/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>
|
||||
@ -276,7 +294,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/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>
|
||||
@ -299,7 +317,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/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>
|
||||
@ -322,7 +340,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/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>
|
||||
@ -345,7 +363,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/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>
|
||||
@ -362,7 +380,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/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>
|
||||
@ -385,7 +403,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/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>
|
||||
@ -402,7 +420,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/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>
|
||||
@ -425,7 +443,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/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>
|
||||
@ -449,7 +467,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>
|
||||
@ -466,7 +484,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/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>
|
||||
@ -483,7 +501,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/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>
|
||||
@ -500,7 +518,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/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>
|
||||
@ -517,7 +535,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/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>
|
||||
@ -534,7 +552,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/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>
|
||||
@ -551,7 +569,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/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>
|
||||
@ -568,7 +586,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/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>
|
||||
@ -585,7 +603,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/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>
|
||||
@ -596,19 +614,19 @@
|
||||
<a name="indent" class="tsd-anchor"></a>
|
||||
<h3>indent</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class 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">
|
||||
<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>
|
||||
@ -625,7 +643,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/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>
|
||||
@ -642,7 +660,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/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>
|
||||
@ -659,7 +677,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/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>
|
||||
@ -676,7 +694,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/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>
|
||||
@ -693,7 +711,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/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>
|
||||
@ -716,7 +734,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/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>
|
||||
@ -733,7 +751,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/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>
|
||||
@ -750,7 +768,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/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>
|
||||
@ -769,7 +787,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>
|
||||
@ -786,7 +804,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/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>
|
||||
@ -809,7 +827,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/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>
|
||||
@ -826,7 +844,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/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>
|
||||
@ -849,7 +867,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/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>
|
||||
@ -875,7 +893,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/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>
|
||||
@ -901,7 +919,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/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>
|
||||
@ -924,7 +942,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/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>
|
||||
@ -941,7 +959,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/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>
|
||||
@ -964,7 +982,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/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>
|
||||
@ -981,7 +999,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/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>
|
||||
@ -1011,6 +1029,9 @@
|
||||
<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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user