Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -90,6 +90,7 @@
|
||||
<section class="tsd-index-section tsd-is-external">
|
||||
<h3>Accessors</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#borders" class="tsd-kind-icon">Borders</a></li>
|
||||
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="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>
|
||||
@ -108,6 +109,7 @@
|
||||
<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>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#centertabstop" class="tsd-kind-icon">center<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#createborder" class="tsd-kind-icon">create<wbr>Border</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.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="imageparagraph.html#delete" class="tsd-kind-icon">delete</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="imageparagraph.html#distribute" class="tsd-kind-icon">distribute</a></li>
|
||||
@ -157,7 +159,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/a538187/src/file/paragraph/image.ts#L7">file/paragraph/image.ts:7</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/image.ts#L7">file/paragraph/image.ts:7</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -176,6 +178,24 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-external">
|
||||
<h2>Accessors</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a name="borders" class="tsd-anchor"></a>
|
||||
<h3>Borders</h3>
|
||||
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> Borders<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="border.html" class="tsd-signature-type">Border</a></li>
|
||||
</ul>
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<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/0f6f79e/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="border.html" class="tsd-signature-type">Border</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a name="isdeleted" class="tsd-anchor"></a>
|
||||
<h3>Is<wbr>Deleted</h3>
|
||||
@ -187,7 +207,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#isdeleted">IsDeleted</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/xml-components/base.ts#L13">file/xml-components/base.ts:13</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/xml-components/base.ts#L13">file/xml-components/base.ts:13</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
||||
@ -205,7 +225,7 @@
|
||||
<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/a538187/src/file/paragraph/paragraph.ts#L226">file/paragraph/paragraph.ts:226</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L235">file/paragraph/paragraph.ts:235</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraphproperties.html" class="tsd-signature-type">ParagraphProperties</a></h4>
|
||||
@ -222,7 +242,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/image.ts#L19">file/paragraph/image.ts:19</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/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>
|
||||
@ -243,7 +263,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/a538187/src/file/paragraph/paragraph.ts#L43">file/paragraph/paragraph.ts:43</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L52">file/paragraph/paragraph.ts:52</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -267,7 +287,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#addchildelement">addChildElement</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/xml-components/xml-component.ts#L34">file/xml-components/xml-component.ts:34</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/xml-components/xml-component.ts#L34">file/xml-components/xml-component.ts:34</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -291,7 +311,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/a538187/src/file/paragraph/paragraph.ts#L38">file/paragraph/paragraph.ts:38</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L47">file/paragraph/paragraph.ts:47</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -315,7 +335,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/a538187/src/file/paragraph/paragraph.ts#L57">file/paragraph/paragraph.ts:57</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L66">file/paragraph/paragraph.ts:66</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -339,7 +359,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/a538187/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L42">file/paragraph/paragraph.ts:42</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -363,7 +383,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/a538187/src/file/paragraph/paragraph.ts#L216">file/paragraph/paragraph.ts:216</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L225">file/paragraph/paragraph.ts:225</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -387,7 +407,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/a538187/src/file/paragraph/paragraph.ts#L221">file/paragraph/paragraph.ts:221</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L230">file/paragraph/paragraph.ts:230</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -405,7 +425,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/a538187/src/file/paragraph/paragraph.ts#L169">file/paragraph/paragraph.ts:169</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L178">file/paragraph/paragraph.ts:178</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -429,7 +449,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/a538187/src/file/paragraph/paragraph.ts#L99">file/paragraph/paragraph.ts:99</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L108">file/paragraph/paragraph.ts:108</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -447,7 +467,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/a538187/src/file/paragraph/paragraph.ts#L164">file/paragraph/paragraph.ts:164</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L173">file/paragraph/paragraph.ts:173</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -460,6 +480,24 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a name="createborder" class="tsd-anchor"></a>
|
||||
<h3>create<wbr>Border</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">create<wbr>Border<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</a></li>
|
||||
</ul>
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<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/0f6f79e/src/file/paragraph/paragraph.ts#L37">file/paragraph/paragraph.ts:37</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a name="createtextrun" class="tsd-anchor"></a>
|
||||
<h3>create<wbr>Text<wbr>Run</h3>
|
||||
@ -471,7 +509,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/a538187/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L60">file/paragraph/paragraph.ts:60</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -495,7 +533,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#delete">delete</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/xml-components/xml-component.ts#L40">file/xml-components/xml-component.ts:40</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/xml-components/xml-component.ts#L40">file/xml-components/xml-component.ts:40</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
||||
@ -513,7 +551,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/a538187/src/file/paragraph/paragraph.ts#L124">file/paragraph/paragraph.ts:124</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L133">file/paragraph/paragraph.ts:133</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -531,7 +569,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/a538187/src/file/paragraph/paragraph.ts#L119">file/paragraph/paragraph.ts:119</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L128">file/paragraph/paragraph.ts:128</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -549,7 +587,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/a538187/src/file/paragraph/paragraph.ts#L64">file/paragraph/paragraph.ts:64</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L73">file/paragraph/paragraph.ts:73</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -567,7 +605,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/a538187/src/file/paragraph/paragraph.ts#L69">file/paragraph/paragraph.ts:69</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L78">file/paragraph/paragraph.ts:78</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -585,7 +623,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/a538187/src/file/paragraph/paragraph.ts#L74">file/paragraph/paragraph.ts:74</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L83">file/paragraph/paragraph.ts:83</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -603,7 +641,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/a538187/src/file/paragraph/paragraph.ts#L79">file/paragraph/paragraph.ts:79</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L88">file/paragraph/paragraph.ts:88</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -621,7 +659,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/a538187/src/file/paragraph/paragraph.ts#L84">file/paragraph/paragraph.ts:84</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L93">file/paragraph/paragraph.ts:93</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -639,7 +677,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/a538187/src/file/paragraph/paragraph.ts#L89">file/paragraph/paragraph.ts:89</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L98">file/paragraph/paragraph.ts:98</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -657,7 +695,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/a538187/src/file/paragraph/paragraph.ts#L191">file/paragraph/paragraph.ts:191</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L200">file/paragraph/paragraph.ts:200</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -681,7 +719,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/a538187/src/file/paragraph/paragraph.ts#L129">file/paragraph/paragraph.ts:129</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L138">file/paragraph/paragraph.ts:138</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -699,7 +737,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/a538187/src/file/paragraph/paragraph.ts#L206">file/paragraph/paragraph.ts:206</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L215">file/paragraph/paragraph.ts:215</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -717,7 +755,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/a538187/src/file/paragraph/paragraph.ts#L201">file/paragraph/paragraph.ts:201</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L210">file/paragraph/paragraph.ts:210</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -735,7 +773,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/a538187/src/file/paragraph/paragraph.ts#L104">file/paragraph/paragraph.ts:104</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L113">file/paragraph/paragraph.ts:113</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -753,7 +791,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/a538187/src/file/paragraph/paragraph.ts#L154">file/paragraph/paragraph.ts:154</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L163">file/paragraph/paragraph.ts:163</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -777,7 +815,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/a538187/src/file/paragraph/paragraph.ts#L149">file/paragraph/paragraph.ts:149</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L158">file/paragraph/paragraph.ts:158</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -795,7 +833,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/a538187/src/file/paragraph/paragraph.ts#L139">file/paragraph/paragraph.ts:139</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L148">file/paragraph/paragraph.ts:148</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -813,7 +851,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/a538187/src/file/paragraph/paragraph.ts#L144">file/paragraph/paragraph.ts:144</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L153">file/paragraph/paragraph.ts:153</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -832,7 +870,7 @@
|
||||
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<p>Overrides <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/xml-components/xml-component.ts#L13">file/xml-components/xml-component.ts:13</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/xml-components/xml-component.ts#L13">file/xml-components/xml-component.ts:13</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></h4>
|
||||
@ -850,7 +888,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/a538187/src/file/paragraph/paragraph.ts#L211">file/paragraph/paragraph.ts:211</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L220">file/paragraph/paragraph.ts:220</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -874,7 +912,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/a538187/src/file/paragraph/paragraph.ts#L109">file/paragraph/paragraph.ts:109</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L118">file/paragraph/paragraph.ts:118</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -892,7 +930,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/a538187/src/file/paragraph/paragraph.ts#L159">file/paragraph/paragraph.ts:159</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L168">file/paragraph/paragraph.ts:168</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -915,7 +953,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a538187/src/file/paragraph/image.ts#L15">file/paragraph/image.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/image.ts#L15">file/paragraph/image.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -942,7 +980,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/a538187/src/file/paragraph/paragraph.ts#L181">file/paragraph/paragraph.ts:181</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L190">file/paragraph/paragraph.ts:190</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -969,7 +1007,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/a538187/src/file/paragraph/paragraph.ts#L175">file/paragraph/paragraph.ts:175</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L184">file/paragraph/paragraph.ts:184</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -996,7 +1034,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/a538187/src/file/paragraph/paragraph.ts#L196">file/paragraph/paragraph.ts:196</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L205">file/paragraph/paragraph.ts:205</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -1020,7 +1058,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/a538187/src/file/paragraph/paragraph.ts#L114">file/paragraph/paragraph.ts:114</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L123">file/paragraph/paragraph.ts:123</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -1038,7 +1076,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/a538187/src/file/paragraph/paragraph.ts#L186">file/paragraph/paragraph.ts:186</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L195">file/paragraph/paragraph.ts:195</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -1062,7 +1100,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/a538187/src/file/paragraph/paragraph.ts#L134">file/paragraph/paragraph.ts:134</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L143">file/paragraph/paragraph.ts:143</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -1080,7 +1118,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/a538187/src/file/paragraph/paragraph.ts#L94">file/paragraph/paragraph.ts:94</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/0f6f79e/src/file/paragraph/paragraph.ts#L103">file/paragraph/paragraph.ts:103</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -1107,6 +1145,9 @@
|
||||
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
|
||||
<a href="imageparagraph.html#constructor" class="tsd-kind-icon">constructor</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="imageparagraph.html#borders" class="tsd-kind-icon">Borders</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="imageparagraph.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a>
|
||||
</li>
|
||||
@ -1146,6 +1187,9 @@
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="imageparagraph.html#centertabstop" class="tsd-kind-icon">center<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#createborder" class="tsd-kind-icon">create<wbr>Border</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="imageparagraph.html#createtextrun" class="tsd-kind-icon">create<wbr>Text<wbr>Run</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user