Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -87,10 +87,9 @@
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="body.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section tsd-is-external">
|
||||
<section class="tsd-index-section tsd-is-inherited tsd-is-external">
|
||||
<h3>Accessors</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="body.html#defaultsection" class="tsd-kind-icon">Default<wbr>Section</a></li>
|
||||
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="body.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
@ -100,7 +99,6 @@
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="body.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="body.html#addsection" class="tsd-kind-icon">add<wbr>Section</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="body.html#delete" class="tsd-kind-icon">delete</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="body.html#getparagraphs" class="tsd-kind-icon">get<wbr>Paragraphs</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="body.html#gettablesofcontents" class="tsd-kind-icon">get<wbr>Tables<wbr>OfContents</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="body.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="body.html#push" class="tsd-kind-icon">push</a></li>
|
||||
@ -115,46 +113,23 @@
|
||||
<a name="constructor" class="tsd-anchor"></a>
|
||||
<h3>constructor</h3>
|
||||
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Body<span class="tsd-signature-symbol">(</span>sectionPropertiesOptions<span class="tsd-signature-symbol">?: </span><a href="../globals.html#sectionpropertiesoptions" class="tsd-signature-type">SectionPropertiesOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="body.html" class="tsd-signature-type">Body</a></li>
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Body<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="body.html" class="tsd-signature-type">Body</a></li>
|
||||
</ul>
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<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/2a5e372/src/file/document/body/body.ts#L8">file/document/body/body.ts:8</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/629e6a5/src/file/document/body/body.ts#L6">file/document/body/body.ts:6</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sectionPropertiesOptions: <a href="../globals.html#sectionpropertiesoptions" class="tsd-signature-type">SectionPropertiesOptions</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="body.html" class="tsd-signature-type">Body</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-external">
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-external">
|
||||
<h2>Accessors</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-external">
|
||||
<a name="defaultsection" class="tsd-anchor"></a>
|
||||
<h3>Default<wbr>Section</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> DefaultSection<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="sectionproperties.html" class="tsd-signature-type">SectionProperties</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/2a5e372/src/file/document/body/body.ts#L50">file/document/body/body.ts:50</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="sectionproperties.html" class="tsd-signature-type">SectionProperties</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>
|
||||
@ -166,7 +141,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/2a5e372/src/file/xml-components/base.ts#L14">file/xml-components/base.ts:14</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/629e6a5/src/file/xml-components/base.ts#L14">file/xml-components/base.ts:14</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
||||
@ -187,7 +162,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/2a5e372/src/file/xml-components/xml-component.ts#L43">file/xml-components/xml-component.ts:43</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/629e6a5/src/file/xml-components/xml-component.ts#L43">file/xml-components/xml-component.ts:43</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -204,13 +179,13 @@
|
||||
<a name="addsection" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Section</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">add<wbr>Section<span class="tsd-signature-symbol">(</span>section<span class="tsd-signature-symbol">: </span><a href="../globals.html#sectionpropertiesoptions" class="tsd-signature-type">SectionPropertiesOptions</a><span class="tsd-signature-symbol"> | </span><a href="sectionproperties.html" class="tsd-signature-type">SectionProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
||||
<li class="tsd-signature tsd-kind-icon">add<wbr>Section<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../globals.html#sectionpropertiesoptions" class="tsd-signature-type">SectionPropertiesOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></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/2a5e372/src/file/document/body/body.ts#L25">file/document/body/body.ts:25</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/629e6a5/src/file/document/body/body.ts#L20">file/document/body/body.ts:20</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@ -227,9 +202,9 @@
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>section: <a href="../globals.html#sectionpropertiesoptions" class="tsd-signature-type">SectionPropertiesOptions</a><span class="tsd-signature-symbol"> | </span><a href="sectionproperties.html" class="tsd-signature-type">SectionProperties</a></h5>
|
||||
<h5>options: <a href="../globals.html#sectionpropertiesoptions" class="tsd-signature-type">SectionPropertiesOptions</a></h5>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>new section</p>
|
||||
<p>new section options</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
@ -248,30 +223,13 @@
|
||||
<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/2a5e372/src/file/xml-components/xml-component.ts#L49">file/xml-components/xml-component.ts:49</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/629e6a5/src/file/xml-components/xml-component.ts#L49">file/xml-components/xml-component.ts:49</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="getparagraphs" class="tsd-anchor"></a>
|
||||
<h3>get<wbr>Paragraphs</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">get<wbr>Paragraphs<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><span class="tsd-signature-symbol">[]</span></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/2a5e372/src/file/document/body/body.ts#L58">file/document/body/body.ts:58</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a><span class="tsd-signature-symbol">[]</span></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="gettablesofcontents" class="tsd-anchor"></a>
|
||||
<h3>get<wbr>Tables<wbr>OfContents</h3>
|
||||
@ -282,7 +240,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2a5e372/src/file/document/body/body.ts#L54">file/document/body/body.ts:54</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/629e6a5/src/file/document/body/body.ts#L39">file/document/body/body.ts:39</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="tableofcontents.html" class="tsd-signature-type">TableOfContents</a><span class="tsd-signature-symbol">[]</span></h4>
|
||||
@ -300,7 +258,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Overrides <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2a5e372/src/file/document/body/body.ts#L38">file/document/body/body.ts:38</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/629e6a5/src/file/document/body/body.ts#L27">file/document/body/body.ts:27</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a>
|
||||
@ -320,7 +278,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2a5e372/src/file/document/body/body.ts#L46">file/document/body/body.ts:46</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/629e6a5/src/file/document/body/body.ts#L35">file/document/body/body.ts:35</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -353,9 +311,6 @@
|
||||
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
|
||||
<a href="body.html#constructor" class="tsd-kind-icon">constructor</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-external">
|
||||
<a href="body.html#defaultsection" class="tsd-kind-icon">Default<wbr>Section</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="body.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a>
|
||||
</li>
|
||||
@ -368,9 +323,6 @@
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="body.html#delete" class="tsd-kind-icon">delete</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="body.html#getparagraphs" class="tsd-kind-icon">get<wbr>Paragraphs</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="body.html#gettablesofcontents" class="tsd-kind-icon">get<wbr>Tables<wbr>OfContents</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user