Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -110,6 +110,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#contextualspacing" class="tsd-kind-icon">contextual<wbr>Spacing</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>
|
||||
@ -160,7 +161,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Overrides <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#constructor">constructor</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/image.ts#L7">file/paragraph/image.ts:7</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/image.ts#L7">file/paragraph/image.ts:7</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -190,7 +191,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#borders">Borders</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L37">file/paragraph/paragraph.ts:37</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L37">file/paragraph/paragraph.ts:37</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="border.html" class="tsd-signature-type">Border</a></h4>
|
||||
@ -208,7 +209,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#isdeleted">IsDeleted</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/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/ccffdad/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>
|
||||
@ -225,7 +226,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/image.ts#L19">file/paragraph/image.ts:19</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/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 +244,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#paragraphproperties">paragraphProperties</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L33">file/paragraph/paragraph.ts:33</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraphproperties.html" class="tsd-signature-type">ParagraphProperties</a></h4>
|
||||
@ -264,7 +265,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addbookmark">addBookmark</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L56">file/paragraph/paragraph.ts:56</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L56">file/paragraph/paragraph.ts:56</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -288,7 +289,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#addchildelement">addChildElement</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/xml-components/xml-component.ts#L33">file/xml-components/xml-component.ts:33</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/xml-components/xml-component.ts#L33">file/xml-components/xml-component.ts:33</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -312,7 +313,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addhyperlink">addHyperLink</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L51">file/paragraph/paragraph.ts:51</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -336,7 +337,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addimage">addImage</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L70">file/paragraph/paragraph.ts:70</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L70">file/paragraph/paragraph.ts:70</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -360,7 +361,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addrun">addRun</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L46">file/paragraph/paragraph.ts:46</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L46">file/paragraph/paragraph.ts:46</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -384,7 +385,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addruntofront">addRunToFront</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L229">file/paragraph/paragraph.ts:229</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L234">file/paragraph/paragraph.ts:234</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -408,7 +409,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#addtabstop">addTabStop</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L239">file/paragraph/paragraph.ts:239</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L244">file/paragraph/paragraph.ts:244</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -432,7 +433,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#bidirectional">bidirectional</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L234">file/paragraph/paragraph.ts:234</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L239">file/paragraph/paragraph.ts:239</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -450,7 +451,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#bullet">bullet</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L182">file/paragraph/paragraph.ts:182</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L182">file/paragraph/paragraph.ts:182</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -474,7 +475,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#center">center</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L112">file/paragraph/paragraph.ts:112</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L112">file/paragraph/paragraph.ts:112</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -492,7 +493,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#centertabstop">centerTabStop</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L177">file/paragraph/paragraph.ts:177</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L177">file/paragraph/paragraph.ts:177</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -508,6 +509,30 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a name="contextualspacing" class="tsd-anchor"></a>
|
||||
<h3>contextual<wbr>Spacing</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">contextual<wbr>Spacing<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</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#contextualspacing">contextualSpacing</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L214">file/paragraph/paragraph.ts:214</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>value: <span class="tsd-signature-type">boolean</span></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a name="createborder" class="tsd-anchor"></a>
|
||||
<h3>create<wbr>Border</h3>
|
||||
@ -519,7 +544,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#createborder">createBorder</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L41">file/paragraph/paragraph.ts:41</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L41">file/paragraph/paragraph.ts:41</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -537,7 +562,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#createtextrun">createTextRun</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L64">file/paragraph/paragraph.ts:64</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L64">file/paragraph/paragraph.ts:64</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -561,7 +586,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#delete">delete</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/xml-components/xml-component.ts#L39">file/xml-components/xml-component.ts:39</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/xml-components/xml-component.ts#L39">file/xml-components/xml-component.ts:39</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
||||
@ -579,7 +604,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#distribute">distribute</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L137">file/paragraph/paragraph.ts:137</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L137">file/paragraph/paragraph.ts:137</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -597,7 +622,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#end">end</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L132">file/paragraph/paragraph.ts:132</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L132">file/paragraph/paragraph.ts:132</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -615,7 +640,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading1">heading1</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L77">file/paragraph/paragraph.ts:77</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L77">file/paragraph/paragraph.ts:77</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -633,7 +658,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading2">heading2</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L82">file/paragraph/paragraph.ts:82</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L82">file/paragraph/paragraph.ts:82</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -651,7 +676,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading3">heading3</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L87">file/paragraph/paragraph.ts:87</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L87">file/paragraph/paragraph.ts:87</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -669,7 +694,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading4">heading4</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L92">file/paragraph/paragraph.ts:92</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L92">file/paragraph/paragraph.ts:92</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -687,7 +712,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading5">heading5</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L97">file/paragraph/paragraph.ts:97</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L97">file/paragraph/paragraph.ts:97</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -705,7 +730,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#heading6">heading6</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L102">file/paragraph/paragraph.ts:102</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L102">file/paragraph/paragraph.ts:102</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -723,7 +748,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#indent">indent</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L204">file/paragraph/paragraph.ts:204</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L204">file/paragraph/paragraph.ts:204</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -747,7 +772,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#justified">justified</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L142">file/paragraph/paragraph.ts:142</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L142">file/paragraph/paragraph.ts:142</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -765,7 +790,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#keeplines">keepLines</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L219">file/paragraph/paragraph.ts:219</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L224">file/paragraph/paragraph.ts:224</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -783,7 +808,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#keepnext">keepNext</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L214">file/paragraph/paragraph.ts:214</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L219">file/paragraph/paragraph.ts:219</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -801,7 +826,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#left">left</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L117">file/paragraph/paragraph.ts:117</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L117">file/paragraph/paragraph.ts:117</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -819,7 +844,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#lefttabstop">leftTabStop</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L167">file/paragraph/paragraph.ts:167</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L167">file/paragraph/paragraph.ts:167</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -846,7 +871,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#maxrighttabstop">maxRightTabStop</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L162">file/paragraph/paragraph.ts:162</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L162">file/paragraph/paragraph.ts:162</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -870,7 +895,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#pagebreak">pageBreak</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L152">file/paragraph/paragraph.ts:152</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L152">file/paragraph/paragraph.ts:152</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -888,7 +913,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="paragraph.html">Paragraph</a>.<a href="paragraph.html#pagebreakbefore">pageBreakBefore</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/paragraph.ts#L157">file/paragraph/paragraph.ts:157</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L157">file/paragraph/paragraph.ts:157</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -907,7 +932,7 @@
|
||||
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<p>Overrides <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/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/ccffdad/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>
|
||||
@ -925,7 +950,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/f6a13ae/src/file/paragraph/paragraph.ts#L224">file/paragraph/paragraph.ts:224</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L229">file/paragraph/paragraph.ts:229</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -949,7 +974,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/f6a13ae/src/file/paragraph/paragraph.ts#L122">file/paragraph/paragraph.ts:122</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L122">file/paragraph/paragraph.ts:122</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -967,7 +992,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/f6a13ae/src/file/paragraph/paragraph.ts#L172">file/paragraph/paragraph.ts:172</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L172">file/paragraph/paragraph.ts:172</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -993,7 +1018,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f6a13ae/src/file/paragraph/image.ts#L15">file/paragraph/image.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/image.ts#L15">file/paragraph/image.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -1020,7 +1045,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/f6a13ae/src/file/paragraph/paragraph.ts#L194">file/paragraph/paragraph.ts:194</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L194">file/paragraph/paragraph.ts:194</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -1047,7 +1072,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/f6a13ae/src/file/paragraph/paragraph.ts#L188">file/paragraph/paragraph.ts:188</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L188">file/paragraph/paragraph.ts:188</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -1074,7 +1099,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/f6a13ae/src/file/paragraph/paragraph.ts#L209">file/paragraph/paragraph.ts:209</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L209">file/paragraph/paragraph.ts:209</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -1098,7 +1123,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/f6a13ae/src/file/paragraph/paragraph.ts#L127">file/paragraph/paragraph.ts:127</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L127">file/paragraph/paragraph.ts:127</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -1116,7 +1141,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/f6a13ae/src/file/paragraph/paragraph.ts#L199">file/paragraph/paragraph.ts:199</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L199">file/paragraph/paragraph.ts:199</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -1140,7 +1165,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/f6a13ae/src/file/paragraph/paragraph.ts#L147">file/paragraph/paragraph.ts:147</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L147">file/paragraph/paragraph.ts:147</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -1158,7 +1183,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/f6a13ae/src/file/paragraph/paragraph.ts#L107">file/paragraph/paragraph.ts:107</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ccffdad/src/file/paragraph/paragraph.ts#L107">file/paragraph/paragraph.ts:107</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
@ -1230,6 +1255,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#contextualspacing" class="tsd-kind-icon">contextual<wbr>Spacing</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>
|
||||
|
Reference in New Issue
Block a user