Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2021-03-15 13:12:37 +00:00
parent cf97688677
commit f0dc0b9873
288 changed files with 2788 additions and 2747 deletions

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="abstractnumbering.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="abstractnumbering.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -100,7 +100,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="abstractnumbering.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="abstractnumbering.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -113,18 +113,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Abstract<wbr>Numbering<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, levelOptions<span class="tsd-signature-symbol">: </span><a href="../interfaces/ilevelsoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ILevelsOptions</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="abstractnumbering.html" class="tsd-signature-type" data-tsd-kind="Class">AbstractNumbering</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/numbering/abstract-numbering.ts#L17">src/file/numbering/abstract-numbering.ts:17</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/abstract-numbering.ts#L17">src/file/numbering/abstract-numbering.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -149,7 +149,7 @@
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/numbering/abstract-numbering.ts#L17">src/file/numbering/abstract-numbering.ts:17</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/abstract-numbering.ts#L17">src/file/numbering/abstract-numbering.ts:17</a></li>
</ul>
</aside>
</section>
@ -166,7 +166,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -174,7 +174,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -187,7 +187,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -211,7 +211,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -229,7 +229,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -259,7 +259,7 @@
<li class="current tsd-kind-class">
<a href="abstractnumbering.html" class="tsd-kind-icon">Abstract<wbr>Numbering</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="abstractnumbering.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="alignment.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="alignment.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="alignment.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="alignment.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Alignment<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="../enums/alignmenttype.html" class="tsd-signature-type" data-tsd-kind="Enumeration">AlignmentType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="alignment.html" class="tsd-signature-type" data-tsd-kind="Class">Alignment</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/formatting/alignment.ts#L20">src/file/paragraph/formatting/alignment.ts:20</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/formatting/alignment.ts#L20">src/file/paragraph/formatting/alignment.ts:20</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="alignment.html" class="tsd-kind-icon">Alignment</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="alignment.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="alignmentattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="alignmentattributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="alignmentattributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -148,7 +148,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -156,7 +156,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -169,7 +169,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -193,7 +193,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="attributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="attributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="attributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -205,7 +205,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -213,7 +213,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -226,7 +226,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -250,7 +250,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -96,7 +96,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="baseemphasismark.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="baseemphasismark.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -119,7 +119,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -127,7 +127,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -140,7 +140,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -164,7 +164,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -182,7 +182,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -138,7 +138,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="baseunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="baseunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -147,7 +147,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="baseunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="baseunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -160,18 +160,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Base<wbr>Underline<span class="tsd-signature-symbol">(</span>underlineType<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, color<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="baseunderline.html" class="tsd-signature-type" data-tsd-kind="Class">BaseUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/run/underline.ts#L23">src/file/paragraph/run/underline.ts:23</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L23">src/file/paragraph/run/underline.ts:23</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -200,7 +200,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -208,7 +208,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -221,7 +221,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -245,7 +245,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -263,7 +263,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -293,7 +293,7 @@
<li class="current tsd-kind-class">
<a href="baseunderline.html" class="tsd-kind-icon">Base<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="baseunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -118,7 +118,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L13">src/file/xml-components/base.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L13">src/file/xml-components/base.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -164,7 +164,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L19">src/file/xml-components/base.ts:19</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L19">src/file/xml-components/base.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="body.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="body.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -110,18 +110,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<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" data-tsd-kind="Class">Body</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/document/body/body.ts#L7">src/file/document/body/body.ts:7</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/body/body.ts#L7">src/file/document/body/body.ts:7</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="body.html" class="tsd-signature-type" data-tsd-kind="Class">Body</a></h4>
@ -141,7 +141,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -162,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -185,7 +185,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/document/body/body.ts#L21">src/file/document/body/body.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/body/body.ts#L21">src/file/document/body/body.ts:21</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -223,7 +223,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -240,7 +240,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/document/body/body.ts#L41">src/file/document/body/body.ts:41</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/body/body.ts#L41">src/file/document/body/body.ts:41</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="tableofcontents.html" class="tsd-signature-type" data-tsd-kind="Class">TableOfContents</a><span class="tsd-signature-symbol">[]</span></h4>
@ -258,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/24f95ae/src/file/document/body/body.ts#L28">src/file/document/body/body.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/body/body.ts#L28">src/file/document/body/body.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -281,7 +281,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/document/body/body.ts#L37">src/file/document/body/body.ts:37</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/body/body.ts#L37">src/file/document/body/body.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -311,7 +311,7 @@
<li class="current tsd-kind-class">
<a href="body.html" class="tsd-kind-icon">Body</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="body.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -106,7 +106,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/links/bookmark.ts#L11">src/file/paragraph/links/bookmark.ts:11</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/bookmark.ts#L11">src/file/paragraph/links/bookmark.ts:11</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -136,7 +136,7 @@
<div class="tsd-signature tsd-kind-icon">children<span class="tsd-signature-symbol">:</span> <a href="textrun.html" class="tsd-signature-type" data-tsd-kind="Class">TextRun</a><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/links/bookmark.ts#L10">src/file/paragraph/links/bookmark.ts:10</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/bookmark.ts#L10">src/file/paragraph/links/bookmark.ts:10</a></li>
</ul>
</aside>
</section>
@ -146,7 +146,7 @@
<div class="tsd-signature tsd-kind-icon">end<span class="tsd-signature-symbol">:</span> <a href="bookmarkend.html" class="tsd-signature-type" data-tsd-kind="Class">BookmarkEnd</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/links/bookmark.ts#L11">src/file/paragraph/links/bookmark.ts:11</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/bookmark.ts#L11">src/file/paragraph/links/bookmark.ts:11</a></li>
</ul>
</aside>
</section>
@ -156,7 +156,7 @@
<div class="tsd-signature tsd-kind-icon">start<span class="tsd-signature-symbol">:</span> <a href="bookmarkstart.html" class="tsd-signature-type" data-tsd-kind="Class">BookmarkStart</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/links/bookmark.ts#L9">src/file/paragraph/links/bookmark.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/bookmark.ts#L9">src/file/paragraph/links/bookmark.ts:9</a></li>
</ul>
</aside>
</section>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="bookmarkend.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="bookmarkend.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="bookmarkend.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="bookmarkend.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Bookmark<wbr>End<span class="tsd-signature-symbol">(</span>linkId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="bookmarkend.html" class="tsd-signature-type" data-tsd-kind="Class">BookmarkEnd</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/links/bookmark.ts#L34">src/file/paragraph/links/bookmark.ts:34</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/bookmark.ts#L34">src/file/paragraph/links/bookmark.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="bookmarkend.html" class="tsd-kind-icon">Bookmark<wbr>End</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="bookmarkend.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="bookmarkstart.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="bookmarkstart.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="bookmarkstart.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="bookmarkstart.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Bookmark<wbr>Start<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, linkId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="bookmarkstart.html" class="tsd-signature-type" data-tsd-kind="Class">BookmarkStart</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/links/bookmark.ts#L22">src/file/paragraph/links/bookmark.ts:22</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/bookmark.ts#L22">src/file/paragraph/links/bookmark.ts:22</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -147,7 +147,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -155,7 +155,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -168,7 +168,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -192,7 +192,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -210,7 +210,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -240,7 +240,7 @@
<li class="current tsd-kind-class">
<a href="bookmarkstart.html" class="tsd-kind-icon">Bookmark<wbr>Start</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="bookmarkstart.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="border.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="border.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="border.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="border.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Border<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/iborderoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IBorderOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="border.html" class="tsd-signature-type" data-tsd-kind="Class">Border</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/formatting/border.ts#L33">src/file/paragraph/formatting/border.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/formatting/border.ts#L33">src/file/paragraph/formatting/border.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="border.html" class="tsd-kind-icon">Border</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="border.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="cantsplit.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="cantsplit.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="cantsplit.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="cantsplit.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Cant<wbr>Split<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="cantsplit.html" class="tsd-signature-type" data-tsd-kind="Class">CantSplit</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/table/table-row/table-row-properties.ts#L34">src/file/table/table-row/table-row-properties.ts:34</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/table/table-row/table-row-properties.ts#L34">src/file/table/table-row/table-row-properties.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="cantsplit.html" class="tsd-signature-type" data-tsd-kind="Class">CantSplit</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="cantsplit.html" class="tsd-kind-icon">Cant<wbr>Split</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="cantsplit.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -90,7 +90,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="concretehyperlink.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="concretehyperlink.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -105,7 +105,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="concretehyperlink.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="concretehyperlink.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -118,18 +118,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Concrete<wbr>Hyperlink<span class="tsd-signature-symbol">(</span>child<span class="tsd-signature-symbol">: </span><a href="../modules.html#paragraphchild" class="tsd-signature-type" data-tsd-kind="Type alias">ParagraphChild</a>, relationshipId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, anchor<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="concretehyperlink.html" class="tsd-signature-type" data-tsd-kind="Class">ConcreteHyperlink</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/links/hyperlink.ts#L14">src/file/paragraph/links/hyperlink.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/hyperlink.ts#L14">src/file/paragraph/links/hyperlink.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -157,7 +157,7 @@
<div class="tsd-signature tsd-kind-icon">link<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/links/hyperlink.ts#L14">src/file/paragraph/links/hyperlink.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/hyperlink.ts#L14">src/file/paragraph/links/hyperlink.ts:14</a></li>
</ul>
</aside>
</section>
@ -174,7 +174,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -182,7 +182,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -195,7 +195,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -219,7 +219,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -237,7 +237,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -267,7 +267,7 @@
<li class="current tsd-kind-class">
<a href="concretehyperlink.html" class="tsd-kind-icon">Concrete<wbr>Hyperlink</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="concretehyperlink.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="concretenumbering.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="concretenumbering.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -102,7 +102,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="concretenumbering.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="concretenumbering.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -115,18 +115,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Concrete<wbr>Numbering<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/iconcretenumberingoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IConcreteNumberingOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="concretenumbering.html" class="tsd-signature-type" data-tsd-kind="Class">ConcreteNumbering</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/numbering/num.ts#L34">src/file/numbering/num.ts:34</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/num.ts#L34">src/file/numbering/num.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -148,7 +148,7 @@
<div class="tsd-signature tsd-kind-icon">instance<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/numbering/num.ts#L34">src/file/numbering/num.ts:34</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/num.ts#L34">src/file/numbering/num.ts:34</a></li>
</ul>
</aside>
</section>
@ -158,7 +158,7 @@
<div class="tsd-signature tsd-kind-icon">num<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/numbering/num.ts#L32">src/file/numbering/num.ts:32</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/num.ts#L32">src/file/numbering/num.ts:32</a></li>
</ul>
</aside>
</section>
@ -168,7 +168,7 @@
<div class="tsd-signature tsd-kind-icon">reference<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/numbering/num.ts#L33">src/file/numbering/num.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/num.ts#L33">src/file/numbering/num.ts:33</a></li>
</ul>
</aside>
</section>
@ -185,7 +185,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -193,7 +193,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -206,7 +206,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -230,7 +230,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -248,7 +248,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -278,7 +278,7 @@
<li class="current tsd-kind-class">
<a href="concretenumbering.html" class="tsd-kind-icon">Concrete<wbr>Numbering</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="concretenumbering.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="contextualspacing.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="contextualspacing.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="contextualspacing.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="contextualspacing.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>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="contextualspacing.html" class="tsd-signature-type" data-tsd-kind="Class">ContextualSpacing</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/formatting/spacing.ts#L27">src/file/paragraph/formatting/spacing.ts:27</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/formatting/spacing.ts#L27">src/file/paragraph/formatting/spacing.ts:27</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="contextualspacing.html" class="tsd-kind-icon">Contextual<wbr>Spacing</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="contextualspacing.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dashdotdotheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dashdotdotheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dashdotdotheavyunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dashdotdotheavyunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dash<wbr>Dot<wbr>Dot<wbr>Heavy<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dashdotdotheavyunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashDotDotHeavyUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L47">src/file/paragraph/run/underline.ts:47</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L47">src/file/paragraph/run/underline.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dashdotdotheavyunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashDotDotHeavyUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dashdotdotheavyunderline.html" class="tsd-kind-icon">Dash<wbr>Dot<wbr>Dot<wbr>Heavy<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dashdotdotheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dashdotheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dashdotheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dashdotheavyunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dashdotheavyunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dash<wbr>Dot<wbr>Heavy<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dashdotheavyunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashDotHeavyUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L53">src/file/paragraph/run/underline.ts:53</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L53">src/file/paragraph/run/underline.ts:53</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dashdotheavyunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashDotHeavyUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dashdotheavyunderline.html" class="tsd-kind-icon">Dash<wbr>Dot<wbr>Heavy<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dashdotheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dashlongheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dashlongheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dashlongheavyunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dashlongheavyunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dash<wbr>Long<wbr>Heavy<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dashlongheavyunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashLongHeavyUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L65">src/file/paragraph/run/underline.ts:65</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L65">src/file/paragraph/run/underline.ts:65</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dashlongheavyunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashLongHeavyUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dashlongheavyunderline.html" class="tsd-kind-icon">Dash<wbr>Long<wbr>Heavy<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dashlongheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dashlongunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dashlongunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dashlongunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dashlongunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dash<wbr>Long<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dashlongunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashLongUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L59">src/file/paragraph/run/underline.ts:59</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L59">src/file/paragraph/run/underline.ts:59</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dashlongunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashLongUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dashlongunderline.html" class="tsd-kind-icon">Dash<wbr>Long<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dashlongunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dashunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dashunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dashunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dashunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dash<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dashunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L41">src/file/paragraph/run/underline.ts:41</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L41">src/file/paragraph/run/underline.ts:41</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dashunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DashUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dashunderline.html" class="tsd-kind-icon">Dash<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dashunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="deletedtextrun.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="deletedtextrun.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="deletedtextrun.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="deletedtextrun.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Deleted<wbr>Text<wbr>Run<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IDeletedRunOptions</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="deletedtextrun.html" class="tsd-signature-type" data-tsd-kind="Class">DeletedTextRun</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/track-revision/track-revision-components/deleted-text-run.ts#L14">src/file/track-revision/track-revision-components/deleted-text-run.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/track-revision/track-revision-components/deleted-text-run.ts#L14">src/file/track-revision/track-revision-components/deleted-text-run.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="deletedtextrun.html" class="tsd-kind-icon">Deleted<wbr>Text<wbr>Run</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="deletedtextrun.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -123,7 +123,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L62">src/file/file.ts:62</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L62">src/file/file.ts:62</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -155,7 +155,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L316">src/file/file.ts:316</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L316">src/file/file.ts:316</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AppProperties</span></h4>
@ -172,7 +172,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L308">src/file/file.ts:308</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L308">src/file/file.ts:308</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ContentTypes</span></h4>
@ -189,7 +189,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L284">src/file/file.ts:284</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L284">src/file/file.ts:284</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">CoreProperties</span></h4>
@ -206,7 +206,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L312">src/file/file.ts:312</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L312">src/file/file.ts:312</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">CustomProperties</span></h4>
@ -223,7 +223,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L276">src/file/file.ts:276</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L276">src/file/file.ts:276</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">DocumentWrapper</span></h4>
@ -240,7 +240,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L296">src/file/file.ts:296</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L296">src/file/file.ts:296</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Relationships</span></h4>
@ -257,7 +257,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L320">src/file/file.ts:320</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L320">src/file/file.ts:320</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">FootnotesWrapper</span></h4>
@ -274,7 +274,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L304">src/file/file.ts:304</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L304">src/file/file.ts:304</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="footerwrapper.html" class="tsd-signature-type" data-tsd-kind="Class">FooterWrapper</a><span class="tsd-signature-symbol">[]</span></h4>
@ -291,7 +291,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L300">src/file/file.ts:300</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L300">src/file/file.ts:300</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="headerwrapper.html" class="tsd-signature-type" data-tsd-kind="Class">HeaderWrapper</a><span class="tsd-signature-symbol">[]</span></h4>
@ -308,7 +308,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L292">src/file/file.ts:292</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L292">src/file/file.ts:292</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="media.html" class="tsd-signature-type" data-tsd-kind="Class">Media</a></h4>
@ -325,7 +325,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L288">src/file/file.ts:288</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L288">src/file/file.ts:288</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="numbering.html" class="tsd-signature-type" data-tsd-kind="Class">Numbering</a></h4>
@ -342,7 +342,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L324">src/file/file.ts:324</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L324">src/file/file.ts:324</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Settings</span></h4>
@ -359,7 +359,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L280">src/file/file.ts:280</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L280">src/file/file.ts:280</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="styles.html" class="tsd-signature-type" data-tsd-kind="Class">Styles</a></h4>
@ -379,7 +379,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L155">src/file/file.ts:155</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L155">src/file/file.ts:155</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -402,7 +402,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L184">src/file/file.ts:184</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L184">src/file/file.ts:184</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="documentattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="documentattributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="documentattributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -143,7 +143,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -151,7 +151,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -164,7 +164,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -188,7 +188,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="documentbackground.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="documentbackground.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="documentbackground.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="documentbackground.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Document<wbr>Background<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/idocumentbackgroundoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IDocumentBackgroundOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="documentbackground.html" class="tsd-signature-type" data-tsd-kind="Class">DocumentBackground</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/document/document-background/document-background.ts#L26">src/file/document/document-background/document-background.ts:26</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/document-background/document-background.ts#L26">src/file/document/document-background/document-background.ts:26</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="documentbackground.html" class="tsd-kind-icon">Document<wbr>Background</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="documentbackground.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="documentbackgroundattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="documentbackgroundattributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="documentbackgroundattributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -157,7 +157,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -165,7 +165,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -178,7 +178,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -202,7 +202,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="documentdefaults.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="documentdefaults.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="documentdefaults.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="documentdefaults.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Document<wbr>Defaults<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/idocumentdefaultsoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IDocumentDefaultsOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="documentdefaults.html" class="tsd-signature-type" data-tsd-kind="Class">DocumentDefaults</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/styles/defaults/document-defaults.ts#L14">src/file/styles/defaults/document-defaults.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/styles/defaults/document-defaults.ts#L14">src/file/styles/defaults/document-defaults.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="documentdefaults.html" class="tsd-kind-icon">Document<wbr>Defaults</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="documentdefaults.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dotdashunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dotdashunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dotdashunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dotdashunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dot<wbr>Dash<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dotdashunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DotDashUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L71">src/file/paragraph/run/underline.ts:71</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L71">src/file/paragraph/run/underline.ts:71</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dotdashunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DotDashUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dotdashunderline.html" class="tsd-kind-icon">Dot<wbr>Dash<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dotdashunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dotdotdashunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dotdotdashunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dotdotdashunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dotdotdashunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dot<wbr>Dot<wbr>Dash<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dotdotdashunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DotDotDashUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L77">src/file/paragraph/run/underline.ts:77</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L77">src/file/paragraph/run/underline.ts:77</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dotdotdashunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DotDotDashUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dotdotdashunderline.html" class="tsd-kind-icon">Dot<wbr>Dot<wbr>Dash<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dotdotdashunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="dotemphasismark.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dotemphasismark.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dotemphasismark.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dotemphasismark.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,17 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dot<wbr>Emphasis<wbr>Mark<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dotemphasismark.html" class="tsd-signature-type" data-tsd-kind="Class">DotEmphasisMark</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides BaseEmphasisMark.constructor</p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/emphasis-mark.ts#L24">src/file/paragraph/run/emphasis-mark.ts:24</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/emphasis-mark.ts#L24">src/file/paragraph/run/emphasis-mark.ts:24</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dotemphasismark.html" class="tsd-signature-type" data-tsd-kind="Class">DotEmphasisMark</a></h4>
@ -137,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -145,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -158,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseemphasismark.html">BaseEmphasisMark</a>.<a href="baseemphasismark.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -182,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseemphasismark.html">BaseEmphasisMark</a>.<a href="baseemphasismark.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -200,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseemphasismark.html">BaseEmphasisMark</a>.<a href="baseemphasismark.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -230,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dotemphasismark.html" class="tsd-kind-icon">Dot<wbr>Emphasis<wbr>Mark</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dotemphasismark.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dottedheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dottedheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dottedheavyunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dottedheavyunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dotted<wbr>Heavy<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dottedheavyunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DottedHeavyUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L89">src/file/paragraph/run/underline.ts:89</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L89">src/file/paragraph/run/underline.ts:89</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dottedheavyunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DottedHeavyUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dottedheavyunderline.html" class="tsd-kind-icon">Dotted<wbr>Heavy<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dottedheavyunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="dottedunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dottedunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="dottedunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dottedunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Dotted<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dottedunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DottedUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L83">src/file/paragraph/run/underline.ts:83</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L83">src/file/paragraph/run/underline.ts:83</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="dottedunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DottedUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="dottedunderline.html" class="tsd-kind-icon">Dotted<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="dottedunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="doubleunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="doubleunderline.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="doubleunderline.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="doubleunderline.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Double<wbr>Underline<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="doubleunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DoubleUnderline</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<p>Overrides <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/underline.ts#L95">src/file/paragraph/run/underline.ts:95</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/underline.ts#L95">src/file/paragraph/run/underline.ts:95</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="doubleunderline.html" class="tsd-signature-type" data-tsd-kind="Class">DoubleUnderline</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseunderline.html">BaseUnderline</a>.<a href="baseunderline.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="doubleunderline.html" class="tsd-kind-icon">Double<wbr>Underline</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="doubleunderline.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="drawing.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="drawing.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -108,18 +108,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Drawing<span class="tsd-signature-symbol">(</span>imageData<span class="tsd-signature-symbol">: </span><a href="../interfaces/imediadata.html" class="tsd-signature-type" data-tsd-kind="Interface">IMediaData</a>, drawingOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/idrawingoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IDrawingOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="drawing.html" class="tsd-signature-type" data-tsd-kind="Class">Drawing</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/drawing/drawing.ts#L19">src/file/drawing/drawing.ts:19</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/drawing/drawing.ts#L19">src/file/drawing/drawing.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -148,7 +148,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -169,7 +169,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -193,7 +193,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -211,7 +211,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -234,7 +234,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/drawing/drawing.ts#L32">src/file/drawing/drawing.ts:32</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/drawing/drawing.ts#L32">src/file/drawing/drawing.ts:32</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -267,7 +267,7 @@
<li class="current tsd-kind-class">
<a href="drawing.html" class="tsd-kind-icon">Drawing</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="drawing.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="emphasismark.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="emphasismark.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="emphasismark.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="emphasismark.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,17 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Emphasis<wbr>Mark<span class="tsd-signature-symbol">(</span>emphasisMarkType<span class="tsd-signature-symbol">?: </span><a href="../enums/emphasismarktype.html#dot" class="tsd-signature-type" data-tsd-kind="Enumeration member">DOT</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="emphasismark.html" class="tsd-signature-type" data-tsd-kind="Class">EmphasisMark</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides BaseEmphasisMark.constructor</p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/run/emphasis-mark.ts#L18">src/file/paragraph/run/emphasis-mark.ts:18</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/run/emphasis-mark.ts#L18">src/file/paragraph/run/emphasis-mark.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -143,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -151,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -164,7 +165,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseemphasismark.html">BaseEmphasisMark</a>.<a href="baseemphasismark.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -188,7 +189,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseemphasismark.html">BaseEmphasisMark</a>.<a href="baseemphasismark.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -206,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="baseemphasismark.html">BaseEmphasisMark</a>.<a href="baseemphasismark.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -236,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="emphasismark.html" class="tsd-kind-icon">Emphasis<wbr>Mark</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="emphasismark.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -104,7 +104,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/links/hyperlink.ts#L39">src/file/paragraph/links/hyperlink.ts:39</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/hyperlink.ts#L39">src/file/paragraph/links/hyperlink.ts:39</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -123,7 +123,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L62">src/file/file.ts:62</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L62">src/file/file.ts:62</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -155,7 +155,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L316">src/file/file.ts:316</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L316">src/file/file.ts:316</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AppProperties</span></h4>
@ -172,7 +172,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L308">src/file/file.ts:308</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L308">src/file/file.ts:308</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ContentTypes</span></h4>
@ -189,7 +189,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L284">src/file/file.ts:284</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L284">src/file/file.ts:284</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">CoreProperties</span></h4>
@ -206,7 +206,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L312">src/file/file.ts:312</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L312">src/file/file.ts:312</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">CustomProperties</span></h4>
@ -223,7 +223,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L276">src/file/file.ts:276</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L276">src/file/file.ts:276</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">DocumentWrapper</span></h4>
@ -240,7 +240,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L296">src/file/file.ts:296</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L296">src/file/file.ts:296</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Relationships</span></h4>
@ -257,7 +257,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L320">src/file/file.ts:320</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L320">src/file/file.ts:320</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">FootnotesWrapper</span></h4>
@ -274,7 +274,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L304">src/file/file.ts:304</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L304">src/file/file.ts:304</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="footerwrapper.html" class="tsd-signature-type" data-tsd-kind="Class">FooterWrapper</a><span class="tsd-signature-symbol">[]</span></h4>
@ -291,7 +291,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L300">src/file/file.ts:300</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L300">src/file/file.ts:300</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="headerwrapper.html" class="tsd-signature-type" data-tsd-kind="Class">HeaderWrapper</a><span class="tsd-signature-symbol">[]</span></h4>
@ -308,7 +308,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L292">src/file/file.ts:292</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L292">src/file/file.ts:292</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="media.html" class="tsd-signature-type" data-tsd-kind="Class">Media</a></h4>
@ -325,7 +325,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L288">src/file/file.ts:288</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L288">src/file/file.ts:288</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="numbering.html" class="tsd-signature-type" data-tsd-kind="Class">Numbering</a></h4>
@ -342,7 +342,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L324">src/file/file.ts:324</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L324">src/file/file.ts:324</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Settings</span></h4>
@ -359,7 +359,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L280">src/file/file.ts:280</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L280">src/file/file.ts:280</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="styles.html" class="tsd-signature-type" data-tsd-kind="Class">Styles</a></h4>
@ -379,7 +379,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L155">src/file/file.ts:155</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L155">src/file/file.ts:155</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -402,7 +402,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/file.ts#L184">src/file/file.ts:184</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/file.ts#L184">src/file/file.ts:184</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>

View File

@ -104,7 +104,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/header.ts#L12">src/file/header.ts:12</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/header.ts#L12">src/file/header.ts:12</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="footerreference.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="footerreference.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="footerreference.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="footerreference.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Footer<wbr>Reference<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/ifooteroptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IFooterOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="footerreference.html" class="tsd-signature-type" data-tsd-kind="Class">FooterReference</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/document/body/section-properties/footer-reference/footer-reference.ts#L9">src/file/document/body/section-properties/footer-reference/footer-reference.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/body/section-properties/footer-reference/footer-reference.ts#L9">src/file/document/body/section-properties/footer-reference/footer-reference.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="footerreference.html" class="tsd-kind-icon">Footer<wbr>Reference</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="footerreference.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="footerreferenceattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="footerreferenceattributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="footerreferenceattributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -151,7 +151,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -159,7 +159,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -172,7 +172,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -196,7 +196,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -119,7 +119,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/footer-wrapper.ts#L18">src/file/footer-wrapper.ts:18</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footer-wrapper.ts#L18">src/file/footer-wrapper.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -151,7 +151,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/footer-wrapper.ts#L41">src/file/footer-wrapper.ts:41</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footer-wrapper.ts#L41">src/file/footer-wrapper.ts:41</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="media.html" class="tsd-signature-type" data-tsd-kind="Class">Media</a></h4>
@ -168,7 +168,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/footer-wrapper.ts#L37">src/file/footer-wrapper.ts:37</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footer-wrapper.ts#L37">src/file/footer-wrapper.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Relationships</span></h4>
@ -185,7 +185,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/footer-wrapper.ts#L33">src/file/footer-wrapper.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footer-wrapper.ts#L33">src/file/footer-wrapper.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Footer</span></h4>
@ -205,7 +205,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/footer-wrapper.ts#L25">src/file/footer-wrapper.ts:25</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footer-wrapper.ts#L25">src/file/footer-wrapper.ts:25</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -228,7 +228,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/footer-wrapper.ts#L29">src/file/footer-wrapper.ts:29</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footer-wrapper.ts#L29">src/file/footer-wrapper.ts:29</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="footnotereference.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="footnotereference.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="footnotereference.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="footnotereference.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Footnote<wbr>Reference<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="footnotereference.html" class="tsd-signature-type" data-tsd-kind="Class">FootnoteReference</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/footnotes/footnote/run/reference-run.ts#L13">src/file/footnotes/footnote/run/reference-run.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footnotes/footnote/run/reference-run.ts#L13">src/file/footnotes/footnote/run/reference-run.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="footnotereference.html" class="tsd-kind-icon">Footnote<wbr>Reference</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="footnotereference.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="footnotereferencerun.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="footnotereferencerun.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="footnotereferencerun.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="footnotereferencerun.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Footnote<wbr>Reference<wbr>Run<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="footnotereferencerun.html" class="tsd-signature-type" data-tsd-kind="Class">FootnoteReferenceRun</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="run.html">Run</a>.<a href="run.html#constructor">constructor</a></p>
<p>Overrides <a href="run.html">Run</a>.<a href="run.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/footnotes/footnote/run/reference-run.ts#L25">src/file/footnotes/footnote/run/reference-run.ts:25</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footnotes/footnote/run/reference-run.ts#L25">src/file/footnotes/footnote/run/reference-run.ts:25</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="run.html">Run</a>.<a href="run.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="run.html">Run</a>.<a href="run.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="run.html">Run</a>.<a href="run.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="footnotereferencerun.html" class="tsd-kind-icon">Footnote<wbr>Reference<wbr>Run</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="footnotereferencerun.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="footnotereferencerunattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="footnotereferencerunattributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="footnotereferencerunattributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -148,7 +148,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -156,7 +156,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -169,7 +169,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -193,7 +193,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="footnotes.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="footnotes.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -108,18 +108,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Foot<wbr>Notes<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="footnotes.html" class="tsd-signature-type" data-tsd-kind="Class">FootNotes</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/footnotes/footnotes.ts#L9">src/file/footnotes/footnotes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footnotes/footnotes.ts#L9">src/file/footnotes/footnotes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="footnotes.html" class="tsd-signature-type" data-tsd-kind="Class">FootNotes</a></h4>
@ -139,7 +139,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -160,7 +160,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/footnotes/footnotes.ts#L70">src/file/footnotes/footnotes.ts:70</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/footnotes/footnotes.ts#L70">src/file/footnotes/footnotes.ts:70</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -210,7 +210,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -228,7 +228,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -258,7 +258,7 @@
<li class="current tsd-kind-class">
<a href="footnotes.html" class="tsd-kind-icon">Foot<wbr>Notes</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="footnotes.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="frameproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="frameproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="frameproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="frameproperties.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Frame<wbr>Properties<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/iframeoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IFrameOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="frameproperties.html" class="tsd-signature-type" data-tsd-kind="Class">FrameProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/frame/frame-properties.ts#L88">src/file/paragraph/frame/frame-properties.ts:88</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/frame/frame-properties.ts#L88">src/file/paragraph/frame/frame-properties.ts:88</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="frameproperties.html" class="tsd-kind-icon">Frame<wbr>Properties</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="frameproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="framepropertiesattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="framepropertiesattributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="framepropertiesattributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -190,7 +190,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -198,7 +198,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -211,7 +211,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -235,7 +235,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -92,7 +92,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="gridspan.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="gridspan.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -101,7 +101,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="gridspan.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="gridspan.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -114,18 +114,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Grid<wbr>Span<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="gridspan.html" class="tsd-signature-type" data-tsd-kind="Class">GridSpan</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/table/table-cell/table-cell-components.ts#L89">src/file/table/table-cell/table-cell-components.ts:89</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/table/table-cell/table-cell-components.ts#L89">src/file/table/table-cell/table-cell-components.ts:89</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -151,7 +151,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -159,7 +159,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -172,7 +172,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -196,7 +196,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -214,7 +214,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -244,7 +244,7 @@
<li class="current tsd-kind-class">
<a href="gridspan.html" class="tsd-kind-icon">Grid<wbr>Span</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="gridspan.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -104,7 +104,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/header.ts#L8">src/file/header.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/header.ts#L8">src/file/header.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="headerreference.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="headerreference.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="headerreference.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="headerreference.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Header<wbr>Reference<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/iheaderreferenceoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IHeaderReferenceOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="headerreference.html" class="tsd-signature-type" data-tsd-kind="Class">HeaderReference</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/document/body/section-properties/header-reference/header-reference.ts#L9">src/file/document/body/section-properties/header-reference/header-reference.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/body/section-properties/header-reference/header-reference.ts#L9">src/file/document/body/section-properties/header-reference/header-reference.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="headerreference.html" class="tsd-kind-icon">Header<wbr>Reference</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="headerreference.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="headerreferenceattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="headerreferenceattributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="headerreferenceattributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -151,7 +151,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -159,7 +159,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -172,7 +172,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -196,7 +196,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -119,7 +119,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/header-wrapper.ts#L18">src/file/header-wrapper.ts:18</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/header-wrapper.ts#L18">src/file/header-wrapper.ts:18</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -151,7 +151,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/header-wrapper.ts#L43">src/file/header-wrapper.ts:43</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/header-wrapper.ts#L43">src/file/header-wrapper.ts:43</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="media.html" class="tsd-signature-type" data-tsd-kind="Class">Media</a></h4>
@ -168,7 +168,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/header-wrapper.ts#L39">src/file/header-wrapper.ts:39</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/header-wrapper.ts#L39">src/file/header-wrapper.ts:39</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Relationships</span></h4>
@ -185,7 +185,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/header-wrapper.ts#L35">src/file/header-wrapper.ts:35</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/header-wrapper.ts#L35">src/file/header-wrapper.ts:35</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Header</span></h4>
@ -205,7 +205,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/header-wrapper.ts#L25">src/file/header-wrapper.ts:25</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/header-wrapper.ts#L25">src/file/header-wrapper.ts:25</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -228,7 +228,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/header-wrapper.ts#L31">src/file/header-wrapper.ts:31</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/header-wrapper.ts#L31">src/file/header-wrapper.ts:31</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="horizontalposition.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="horizontalposition.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="horizontalposition.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="horizontalposition.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Horizontal<wbr>Position<span class="tsd-signature-symbol">(</span>horizontalPosition<span class="tsd-signature-symbol">: </span><a href="../interfaces/ihorizontalpositionoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IHorizontalPositionOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="horizontalposition.html" class="tsd-signature-type" data-tsd-kind="Class">HorizontalPosition</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/drawing/floating/horizontal-position.ts#L15">src/file/drawing/floating/horizontal-position.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/drawing/floating/horizontal-position.ts#L15">src/file/drawing/floating/horizontal-position.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="horizontalposition.html" class="tsd-kind-icon">Horizontal<wbr>Position</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="horizontalposition.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -102,7 +102,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="ignoreifemptyxmlcomponent.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -125,7 +125,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -138,7 +138,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L8">src/file/xml-components/xml-component.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L8">src/file/xml-components/xml-component.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -164,7 +164,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -185,7 +185,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -209,7 +209,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -227,7 +227,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/24f95ae/src/file/xml-components/xml-component.ts#L54">src/file/xml-components/xml-component.ts:54</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L54">src/file/xml-components/xml-component.ts:54</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -121,7 +121,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/import-dotx/import-dotx.ts#L49">src/import-dotx/import-dotx.ts:49</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/import-dotx/import-dotx.ts#L49">src/import-dotx/import-dotx.ts:49</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -92,7 +92,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="importedrootelementattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="importedrootelementattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -114,18 +114,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Imported<wbr>Root<wbr>Element<wbr>Attributes<span class="tsd-signature-symbol">(</span>_attr<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="importedrootelementattributes.html" class="tsd-signature-type" data-tsd-kind="Class">ImportedRootElementAttributes</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/xml-components/imported-xml-component.ts#L70">src/file/xml-components/imported-xml-component.ts:70</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/imported-xml-component.ts#L70">src/file/xml-components/imported-xml-component.ts:70</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -151,7 +151,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -172,7 +172,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -196,7 +196,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -214,7 +214,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/24f95ae/src/file/xml-components/imported-xml-component.ts#L76">src/file/xml-components/imported-xml-component.ts:76</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/imported-xml-component.ts#L76">src/file/xml-components/imported-xml-component.ts:76</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -244,7 +244,7 @@
<li class="current tsd-kind-class">
<a href="importedrootelementattributes.html" class="tsd-kind-icon">Imported<wbr>Root<wbr>Element<wbr>Attributes</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="importedrootelementattributes.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -92,7 +92,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="importedxmlcomponent.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="importedxmlcomponent.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -116,18 +116,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Imported<wbr>Xml<wbr>Component<span class="tsd-signature-symbol">(</span>rootKey<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, _attr<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="importedxmlcomponent.html" class="tsd-signature-type" data-tsd-kind="Class">ImportedXmlComponent</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/xml-components/imported-xml-component.ts#L47">src/file/xml-components/imported-xml-component.ts:47</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/imported-xml-component.ts#L47">src/file/xml-components/imported-xml-component.ts:47</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -161,7 +161,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -182,7 +182,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -206,7 +206,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -224,7 +224,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -247,7 +247,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/imported-xml-component.ts#L62">src/file/xml-components/imported-xml-component.ts:62</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/imported-xml-component.ts#L62">src/file/xml-components/imported-xml-component.ts:62</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -270,7 +270,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/imported-xml-component.ts#L44">src/file/xml-components/imported-xml-component.ts:44</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/imported-xml-component.ts#L44">src/file/xml-components/imported-xml-component.ts:44</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -308,7 +308,7 @@
<li class="current tsd-kind-class">
<a href="importedxmlcomponent.html" class="tsd-kind-icon">Imported<wbr>Xml<wbr>Component</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="importedxmlcomponent.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="indent.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="indent.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="indent.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="indent.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Indent<span class="tsd-signature-symbol">(</span>attrs<span class="tsd-signature-symbol">: </span><a href="../interfaces/iindentattributesproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">IIndentAttributesProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="indent.html" class="tsd-signature-type" data-tsd-kind="Class">Indent</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/formatting/indent.ts#L24">src/file/paragraph/formatting/indent.ts:24</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/formatting/indent.ts#L24">src/file/paragraph/formatting/indent.ts:24</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="indent.html" class="tsd-kind-icon">Indent</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="indent.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="initializablexmlcomponent.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="initializablexmlcomponent.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="initializablexmlcomponent.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="initializablexmlcomponent.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Initializable<wbr>Xml<wbr>Component<span class="tsd-signature-symbol">(</span>rootKey<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, initComponent<span class="tsd-signature-symbol">?: </span><a href="initializablexmlcomponent.html" class="tsd-signature-type" data-tsd-kind="Class">InitializableXmlComponent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="initializablexmlcomponent.html" class="tsd-signature-type" data-tsd-kind="Class">InitializableXmlComponent</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/xml-components/initializable-xml-component.ts#L3">src/file/xml-components/initializable-xml-component.ts:3</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/initializable-xml-component.ts#L3">src/file/xml-components/initializable-xml-component.ts:3</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -147,7 +147,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -155,7 +155,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -168,7 +168,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -192,7 +192,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -210,7 +210,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -240,7 +240,7 @@
<li class="current tsd-kind-class">
<a href="initializablexmlcomponent.html" class="tsd-kind-icon">Initializable<wbr>Xml<wbr>Component</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="initializablexmlcomponent.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="insertedtextrun.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="insertedtextrun.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="insertedtextrun.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="insertedtextrun.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Inserted<wbr>Text<wbr>Run<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IInsertedRunOptions</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="insertedtextrun.html" class="tsd-signature-type" data-tsd-kind="Class">InsertedTextRun</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/track-revision/track-revision-components/inserted-text-run.ts#L8">src/file/track-revision/track-revision-components/inserted-text-run.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/track-revision/track-revision-components/inserted-text-run.ts#L8">src/file/track-revision/track-revision-components/inserted-text-run.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="insertedtextrun.html" class="tsd-kind-icon">Inserted<wbr>Text<wbr>Run</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="insertedtextrun.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,10 +85,10 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="internalhyperlink.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="internalhyperlink.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="internalhyperlink.html#linkid" class="tsd-kind-icon">link<wbr>Id</a></li>
@ -100,7 +100,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="internalhyperlink.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="internalhyperlink.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -113,18 +113,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Internal<wbr>Hyperlink<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>anchor<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>child<span class="tsd-signature-symbol">: </span><a href="../modules.html#paragraphchild" class="tsd-signature-type" data-tsd-kind="Type alias">ParagraphChild</a><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="internalhyperlink.html" class="tsd-signature-type" data-tsd-kind="Class">InternalHyperlink</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="concretehyperlink.html">ConcreteHyperlink</a>.<a href="concretehyperlink.html#constructor">constructor</a></p>
<p>Overrides <a href="concretehyperlink.html">ConcreteHyperlink</a>.<a href="concretehyperlink.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/links/hyperlink.ts#L33">src/file/paragraph/links/hyperlink.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/hyperlink.ts#L33">src/file/paragraph/links/hyperlink.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="linkid" class="tsd-anchor"></a>
@ -155,7 +155,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="concretehyperlink.html">ConcreteHyperlink</a>.<a href="concretehyperlink.html#linkid">linkId</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/paragraph/links/hyperlink.ts#L14">src/file/paragraph/links/hyperlink.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/links/hyperlink.ts#L14">src/file/paragraph/links/hyperlink.ts:14</a></li>
</ul>
</aside>
</section>
@ -172,7 +172,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -180,7 +180,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -193,7 +193,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="concretehyperlink.html">ConcreteHyperlink</a>.<a href="concretehyperlink.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -217,7 +217,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="concretehyperlink.html">ConcreteHyperlink</a>.<a href="concretehyperlink.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -235,7 +235,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="concretehyperlink.html">ConcreteHyperlink</a>.<a href="concretehyperlink.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -265,7 +265,7 @@
<li class="current tsd-kind-class">
<a href="internalhyperlink.html" class="tsd-kind-icon">Internal<wbr>Hyperlink</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="internalhyperlink.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="keeplines.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="keeplines.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="keeplines.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="keeplines.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Keep<wbr>Lines<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="keeplines.html" class="tsd-signature-type" data-tsd-kind="Class">KeepLines</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/formatting/keep.ts#L3">src/file/paragraph/formatting/keep.ts:3</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/formatting/keep.ts#L3">src/file/paragraph/formatting/keep.ts:3</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="keeplines.html" class="tsd-signature-type" data-tsd-kind="Class">KeepLines</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="keeplines.html" class="tsd-kind-icon">Keep<wbr>Lines</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="keeplines.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="keepnext.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="keepnext.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="keepnext.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="keepnext.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Keep<wbr>Next<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="keepnext.html" class="tsd-signature-type" data-tsd-kind="Class">KeepNext</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/formatting/keep.ts#L9">src/file/paragraph/formatting/keep.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/formatting/keep.ts#L9">src/file/paragraph/formatting/keep.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="keepnext.html" class="tsd-signature-type" data-tsd-kind="Class">KeepNext</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="keepnext.html" class="tsd-kind-icon">Keep<wbr>Next</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="keepnext.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="level.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="level.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="level.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="level.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Level<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/ilevelsoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ILevelsOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="level.html" class="tsd-signature-type" data-tsd-kind="Class">Level</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#constructor">constructor</a></p>
<p>Overrides <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/numbering/level.ts#L144">src/file/numbering/level.ts:144</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/level.ts#L144">src/file/numbering/level.ts:144</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="level.html" class="tsd-kind-icon">Level</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="level.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -93,7 +93,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="levelbase.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="levelbase.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -102,7 +102,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="levelbase.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="levelbase.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -115,18 +115,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Level<wbr>Base<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><a href="../interfaces/ilevelsoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ILevelsOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="levelbase.html" class="tsd-signature-type" data-tsd-kind="Class">LevelBase</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/numbering/level.ts#L110">src/file/numbering/level.ts:110</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/level.ts#L110">src/file/numbering/level.ts:110</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -152,7 +152,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -160,7 +160,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -173,7 +173,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -197,7 +197,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -215,7 +215,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -245,7 +245,7 @@
<li class="current tsd-kind-class">
<a href="levelbase.html" class="tsd-kind-icon">Level<wbr>Base</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="levelbase.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="levelforoverride.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="levelforoverride.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="levelforoverride.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -105,7 +105,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -118,7 +118,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/numbering/level.ts#L110">src/file/numbering/level.ts:110</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/level.ts#L110">src/file/numbering/level.ts:110</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="levelbase.html">LevelBase</a>.<a href="levelbase.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="leveloverride.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="leveloverride.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="leveloverride.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="leveloverride.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Level<wbr>Override<span class="tsd-signature-symbol">(</span>levelNum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, start<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="leveloverride.html" class="tsd-signature-type" data-tsd-kind="Class">LevelOverride</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/numbering/num.ts#L61">src/file/numbering/num.ts:61</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/numbering/num.ts#L61">src/file/numbering/num.ts:61</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -147,7 +147,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -155,7 +155,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -168,7 +168,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -192,7 +192,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -210,7 +210,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -240,7 +240,7 @@
<li class="current tsd-kind-class">
<a href="leveloverride.html" class="tsd-kind-icon">Level<wbr>Override</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="leveloverride.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -82,7 +82,7 @@
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="linenumberattributes.html#constructor" class="tsd-kind-icon">constructor</a></li>
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="linenumberattributes.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="linenumberattributes.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
@ -104,7 +104,7 @@
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
@ -117,7 +117,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L9">src/file/xml-components/default-attributes.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -143,7 +143,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -151,7 +151,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
@ -164,7 +164,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L16">src/file/xml-components/default-attributes.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -188,7 +188,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlattributecomponent.html">XmlAttributeComponent</a>.<a href="xmlattributecomponent.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/default-attributes.ts#L28">src/file/xml-components/default-attributes.ts:28</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="linenumbertype.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="linenumbertype.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="linenumbertype.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="linenumbertype.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Line<wbr>Number<wbr>Type<span class="tsd-signature-symbol">(</span>countBy<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, start<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, restart<span class="tsd-signature-symbol">?: </span><a href="../enums/linenumberrestartformat.html" class="tsd-signature-type" data-tsd-kind="Enumeration">LineNumberRestartFormat</a>, dist<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="linenumbertype.html" class="tsd-signature-type" data-tsd-kind="Class">LineNumberType</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/document/body/section-properties/line-number/line-number.ts#L26">src/file/document/body/section-properties/line-number/line-number.ts:26</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/document/body/section-properties/line-number/line-number.ts#L26">src/file/document/body/section-properties/line-number/line-number.ts:26</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -153,7 +153,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -161,7 +161,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -174,7 +174,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -198,7 +198,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -216,7 +216,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -246,7 +246,7 @@
<li class="current tsd-kind-class">
<a href="linenumbertype.html" class="tsd-kind-icon">Line<wbr>Number<wbr>Type</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="linenumbertype.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="math.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="math.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="math.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="math.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="math.html" class="tsd-signature-type" data-tsd-kind="Class">Math</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/math.ts#L10">src/file/paragraph/math/math.ts:10</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/math.ts#L10">src/file/paragraph/math/math.ts:10</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="math.html" class="tsd-kind-icon">Math</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="math.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathaccentcharacter.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathaccentcharacter.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathaccentcharacter.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathaccentcharacter.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Accent<wbr>Character<span class="tsd-signature-symbol">(</span>accent<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathaccentcharacter.html" class="tsd-signature-type" data-tsd-kind="Class">MathAccentCharacter</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/n-ary/math-accent-character.ts#L8">src/file/paragraph/math/n-ary/math-accent-character.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/n-ary/math-accent-character.ts#L8">src/file/paragraph/math/n-ary/math-accent-character.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathaccentcharacter.html" class="tsd-kind-icon">Math<wbr>Accent<wbr>Character</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathaccentcharacter.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathangledbrackets.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathangledbrackets.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathangledbrackets.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathangledbrackets.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Angled<wbr>Brackets<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathangledbrackets.html" class="tsd-signature-type" data-tsd-kind="Class">MathAngledBrackets</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/brackets/math-angled-brackets.ts#L8">src/file/paragraph/math/brackets/math-angled-brackets.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/brackets/math-angled-brackets.ts#L8">src/file/paragraph/math/brackets/math-angled-brackets.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -149,7 +149,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -157,7 +157,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -170,7 +170,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -194,7 +194,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -212,7 +212,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -242,7 +242,7 @@
<li class="current tsd-kind-class">
<a href="mathangledbrackets.html" class="tsd-kind-icon">Math<wbr>Angled<wbr>Brackets</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathangledbrackets.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathbase.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathbase.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathbase.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathbase.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Base<span class="tsd-signature-symbol">(</span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathbase.html" class="tsd-signature-type" data-tsd-kind="Class">MathBase</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/n-ary/math-base.ts#L6">src/file/paragraph/math/n-ary/math-base.ts:6</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/n-ary/math-base.ts#L6">src/file/paragraph/math/n-ary/math-base.ts:6</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathbase.html" class="tsd-kind-icon">Math<wbr>Base</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathbase.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathcurlybrackets.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathcurlybrackets.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathcurlybrackets.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathcurlybrackets.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Curly<wbr>Brackets<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathcurlybrackets.html" class="tsd-signature-type" data-tsd-kind="Class">MathCurlyBrackets</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/brackets/math-curly-brackets.ts#L8">src/file/paragraph/math/brackets/math-curly-brackets.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/brackets/math-curly-brackets.ts#L8">src/file/paragraph/math/brackets/math-curly-brackets.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -149,7 +149,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -157,7 +157,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -170,7 +170,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -194,7 +194,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -212,7 +212,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -242,7 +242,7 @@
<li class="current tsd-kind-class">
<a href="mathcurlybrackets.html" class="tsd-kind-icon">Math<wbr>Curly<wbr>Brackets</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathcurlybrackets.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathdegree.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathdegree.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathdegree.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathdegree.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Degree<span class="tsd-signature-symbol">(</span>children<span class="tsd-signature-symbol">?: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathdegree.html" class="tsd-signature-type" data-tsd-kind="Class">MathDegree</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/radical/math-degree.ts#L5">src/file/paragraph/math/radical/math-degree.ts:5</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/radical/math-degree.ts#L5">src/file/paragraph/math/radical/math-degree.ts:5</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathdegree.html" class="tsd-kind-icon">Math<wbr>Degree</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathdegree.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathdenominator.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathdenominator.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathdenominator.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathdenominator.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Denominator<span class="tsd-signature-symbol">(</span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathdenominator.html" class="tsd-signature-type" data-tsd-kind="Class">MathDenominator</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/fraction/math-denominator.ts#L5">src/file/paragraph/math/fraction/math-denominator.ts:5</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/fraction/math-denominator.ts#L5">src/file/paragraph/math/fraction/math-denominator.ts:5</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathdenominator.html" class="tsd-kind-icon">Math<wbr>Denominator</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathdenominator.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathfraction.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathfraction.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathfraction.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathfraction.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Fraction<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathfractionoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathFractionOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathfraction.html" class="tsd-signature-type" data-tsd-kind="Class">MathFraction</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/fraction/math-fraction.ts#L12">src/file/paragraph/math/fraction/math-fraction.ts:12</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/fraction/math-fraction.ts#L12">src/file/paragraph/math/fraction/math-fraction.ts:12</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathfraction.html" class="tsd-kind-icon">Math<wbr>Fraction</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathfraction.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathfunction.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathfunction.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathfunction.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathfunction.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Function<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathfunctionoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathFunctionOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathfunction.html" class="tsd-signature-type" data-tsd-kind="Class">MathFunction</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/function/math-function.ts#L14">src/file/paragraph/math/function/math-function.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/function/math-function.ts#L14">src/file/paragraph/math/function/math-function.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathfunction.html" class="tsd-kind-icon">Math<wbr>Function</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathfunction.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathfunctionname.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathfunctionname.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathfunctionname.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathfunctionname.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Function<wbr>Name<span class="tsd-signature-symbol">(</span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathfunctionname.html" class="tsd-signature-type" data-tsd-kind="Class">MathFunctionName</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/function/math-function-name.ts#L5">src/file/paragraph/math/function/math-function-name.ts:5</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/function/math-function-name.ts#L5">src/file/paragraph/math/function/math-function-name.ts:5</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathfunctionname.html" class="tsd-kind-icon">Math<wbr>Function<wbr>Name</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathfunctionname.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathfunctionproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathfunctionproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathfunctionproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathfunctionproperties.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Function<wbr>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathfunctionproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathFunctionProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/function/math-function-properties.ts#L4">src/file/paragraph/math/function/math-function-properties.ts:4</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/function/math-function-properties.ts#L4">src/file/paragraph/math/function/math-function-properties.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="mathfunctionproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathFunctionProperties</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="mathfunctionproperties.html" class="tsd-kind-icon">Math<wbr>Function<wbr>Properties</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathfunctionproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathlimitlocation.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathlimitlocation.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathlimitlocation.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathlimitlocation.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Limit<wbr>Location<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathlimitlocation.html" class="tsd-signature-type" data-tsd-kind="Class">MathLimitLocation</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/n-ary/math-limit-location.ts#L8">src/file/paragraph/math/n-ary/math-limit-location.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/n-ary/math-limit-location.ts#L8">src/file/paragraph/math/n-ary/math-limit-location.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="mathlimitlocation.html" class="tsd-signature-type" data-tsd-kind="Class">MathLimitLocation</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="mathlimitlocation.html" class="tsd-kind-icon">Math<wbr>Limit<wbr>Location</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathlimitlocation.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathnarayproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathnarayproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathnarayproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathnarayproperties.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>MathNAray<wbr>Properties<span class="tsd-signature-symbol">(</span>accent<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, hasSuperScript<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span>, hasSubScript<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="mathnarayproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathNArayProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/n-ary/math-naray-properties.ts#L9">src/file/paragraph/math/n-ary/math-naray-properties.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/n-ary/math-naray-properties.ts#L9">src/file/paragraph/math/n-ary/math-naray-properties.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -150,7 +150,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -158,7 +158,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -171,7 +171,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -195,7 +195,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -213,7 +213,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -243,7 +243,7 @@
<li class="current tsd-kind-class">
<a href="mathnarayproperties.html" class="tsd-kind-icon">MathNAray<wbr>Properties</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathnarayproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathnumerator.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathnumerator.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathnumerator.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathnumerator.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Numerator<span class="tsd-signature-symbol">(</span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathnumerator.html" class="tsd-signature-type" data-tsd-kind="Class">MathNumerator</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/fraction/math-numerator.ts#L5">src/file/paragraph/math/fraction/math-numerator.ts:5</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/fraction/math-numerator.ts#L5">src/file/paragraph/math/fraction/math-numerator.ts:5</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathnumerator.html" class="tsd-kind-icon">Math<wbr>Numerator</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathnumerator.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathpresubsuperscript.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathpresubsuperscript.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathpresubsuperscript.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathpresubsuperscript.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Pre<wbr>Sub<wbr>Super<wbr>Script<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathpresubsuperscriptoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathPreSubSuperScriptOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathpresubsuperscript.html" class="tsd-signature-type" data-tsd-kind="Class">MathPreSubSuperScript</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.ts#L14">src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.ts#L14">src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathpresubsuperscript.html" class="tsd-kind-icon">Math<wbr>Pre<wbr>Sub<wbr>Super<wbr>Script</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathpresubsuperscript.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathpresubsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathpresubsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathpresubsuperscriptproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathpresubsuperscriptproperties.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Pre<wbr>Sub<wbr>Super<wbr>Script<wbr>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathpresubsuperscriptproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathPreSubSuperScriptProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.ts#L4">src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.ts:4</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.ts#L4">src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="mathpresubsuperscriptproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathPreSubSuperScriptProperties</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="mathpresubsuperscriptproperties.html" class="tsd-kind-icon">Math<wbr>Pre<wbr>Sub<wbr>Super<wbr>Script<wbr>Properties</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathpresubsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathradical.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathradical.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathradical.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathradical.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Radical<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathradicaloptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathRadicalOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathradical.html" class="tsd-signature-type" data-tsd-kind="Class">MathRadical</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/radical/math-radical.ts#L14">src/file/paragraph/math/radical/math-radical.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/radical/math-radical.ts#L14">src/file/paragraph/math/radical/math-radical.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathradical.html" class="tsd-kind-icon">Math<wbr>Radical</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathradical.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathradicalproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathradicalproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathradicalproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathradicalproperties.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Radical<wbr>Properties<span class="tsd-signature-symbol">(</span>hasDegree<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="mathradicalproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathRadicalProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/radical/math-radical-properties.ts#L5">src/file/paragraph/math/radical/math-radical-properties.ts:5</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/radical/math-radical-properties.ts#L5">src/file/paragraph/math/radical/math-radical-properties.ts:5</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathradicalproperties.html" class="tsd-kind-icon">Math<wbr>Radical<wbr>Properties</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathradicalproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathroundbrackets.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathroundbrackets.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathroundbrackets.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathroundbrackets.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Round<wbr>Brackets<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathroundbrackets.html" class="tsd-signature-type" data-tsd-kind="Class">MathRoundBrackets</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/brackets/math-round-brackets.ts#L8">src/file/paragraph/math/brackets/math-round-brackets.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/brackets/math-round-brackets.ts#L8">src/file/paragraph/math/brackets/math-round-brackets.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -149,7 +149,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -157,7 +157,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -170,7 +170,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -194,7 +194,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -212,7 +212,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -242,7 +242,7 @@
<li class="current tsd-kind-class">
<a href="mathroundbrackets.html" class="tsd-kind-icon">Math<wbr>Round<wbr>Brackets</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathroundbrackets.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathrun.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathrun.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathrun.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathrun.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Run<span class="tsd-signature-symbol">(</span>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathrun.html" class="tsd-signature-type" data-tsd-kind="Class">MathRun</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/math-run.ts#L6">src/file/paragraph/math/math-run.ts:6</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/math-run.ts#L6">src/file/paragraph/math/math-run.ts:6</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathrun.html" class="tsd-kind-icon">Math<wbr>Run</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathrun.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsquarebrackets.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsquarebrackets.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsquarebrackets.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsquarebrackets.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Square<wbr>Brackets<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsquarebrackets.html" class="tsd-signature-type" data-tsd-kind="Class">MathSquareBrackets</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/brackets/math-square-brackets.ts#L8">src/file/paragraph/math/brackets/math-square-brackets.ts:8</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/brackets/math-square-brackets.ts#L8">src/file/paragraph/math/brackets/math-square-brackets.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -149,7 +149,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -157,7 +157,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -170,7 +170,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -194,7 +194,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -212,7 +212,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -242,7 +242,7 @@
<li class="current tsd-kind-class">
<a href="mathsquarebrackets.html" class="tsd-kind-icon">Math<wbr>Square<wbr>Brackets</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsquarebrackets.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscript.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsubscript.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscript.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscript.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Sub<wbr>Script<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathsubscriptoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathSubScriptOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsubscript.html" class="tsd-signature-type" data-tsd-kind="Class">MathSubScript</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/script/sub-script/math-sub-script-function.ts#L13">src/file/paragraph/math/script/sub-script/math-sub-script-function.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/script/sub-script/math-sub-script-function.ts#L13">src/file/paragraph/math/script/sub-script/math-sub-script-function.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathsubscript.html" class="tsd-kind-icon">Math<wbr>Sub<wbr>Script</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsubscript.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscriptelement.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsubscriptelement.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscriptelement.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscriptelement.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Sub<wbr>Script<wbr>Element<span class="tsd-signature-symbol">(</span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsubscriptelement.html" class="tsd-signature-type" data-tsd-kind="Class">MathSubScriptElement</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/n-ary/math-sub-script.ts#L6">src/file/paragraph/math/n-ary/math-sub-script.ts:6</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/n-ary/math-sub-script.ts#L6">src/file/paragraph/math/n-ary/math-sub-script.ts:6</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathsubscriptelement.html" class="tsd-kind-icon">Math<wbr>Sub<wbr>Script<wbr>Element</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsubscriptelement.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsubscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscriptproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsubscriptproperties.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Sub<wbr>Script<wbr>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsubscriptproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathSubScriptProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/script/sub-script/math-sub-script-function-properties.ts#L4">src/file/paragraph/math/script/sub-script/math-sub-script-function-properties.ts:4</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/script/sub-script/math-sub-script-function-properties.ts#L4">src/file/paragraph/math/script/sub-script/math-sub-script-function-properties.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="mathsubscriptproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathSubScriptProperties</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="mathsubscriptproperties.html" class="tsd-kind-icon">Math<wbr>Sub<wbr>Script<wbr>Properties</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsubscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsubsuperscript.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsubsuperscript.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsubsuperscript.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsubsuperscript.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Sub<wbr>Super<wbr>Script<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathsubsuperscriptoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathSubSuperScriptOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsubsuperscript.html" class="tsd-signature-type" data-tsd-kind="Class">MathSubSuperScript</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.ts#L14">src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.ts#L14">src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathsubsuperscript.html" class="tsd-kind-icon">Math<wbr>Sub<wbr>Super<wbr>Script</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsubsuperscript.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsubsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsubsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsubsuperscriptproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsubsuperscriptproperties.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Sub<wbr>Super<wbr>Script<wbr>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsubsuperscriptproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathSubSuperScriptProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.ts#L4">src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.ts:4</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.ts#L4">src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="mathsubsuperscriptproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathSubSuperScriptProperties</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="mathsubsuperscriptproperties.html" class="tsd-kind-icon">Math<wbr>Sub<wbr>Super<wbr>Script<wbr>Properties</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsubsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsum.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsum.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsum.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsum.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Sum<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathsumoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathSumOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsum.html" class="tsd-signature-type" data-tsd-kind="Class">MathSum</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/n-ary/math-sum.ts#L16">src/file/paragraph/math/n-ary/math-sum.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/n-ary/math-sum.ts#L16">src/file/paragraph/math/n-ary/math-sum.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathsum.html" class="tsd-kind-icon">Math<wbr>Sum</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsum.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscript.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsuperscript.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscript.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscript.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Super<wbr>Script<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/imathsuperscriptoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">IMathSuperScriptOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsuperscript.html" class="tsd-signature-type" data-tsd-kind="Class">MathSuperScript</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/script/super-script/math-super-script-function.ts#L13">src/file/paragraph/math/script/super-script/math-super-script-function.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/script/super-script/math-super-script-function.ts#L13">src/file/paragraph/math/script/super-script/math-super-script-function.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathsuperscript.html" class="tsd-kind-icon">Math<wbr>Super<wbr>Script</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsuperscript.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscriptelement.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsuperscriptelement.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscriptelement.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscriptelement.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Super<wbr>Script<wbr>Element<span class="tsd-signature-symbol">(</span>children<span class="tsd-signature-symbol">: </span><a href="../modules.html#mathcomponent" class="tsd-signature-type" data-tsd-kind="Type alias">MathComponent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsuperscriptelement.html" class="tsd-signature-type" data-tsd-kind="Class">MathSuperScriptElement</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/n-ary/math-super-script.ts#L6">src/file/paragraph/math/n-ary/math-super-script.ts:6</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/n-ary/math-super-script.ts#L6">src/file/paragraph/math/n-ary/math-super-script.ts:6</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -144,7 +144,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -152,7 +152,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -165,7 +165,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -189,7 +189,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -207,7 +207,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -237,7 +237,7 @@
<li class="current tsd-kind-class">
<a href="mathsuperscriptelement.html" class="tsd-kind-icon">Math<wbr>Super<wbr>Script<wbr>Element</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsuperscriptelement.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -85,7 +85,7 @@
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="mathsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
@ -94,7 +94,7 @@
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscriptproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mathsuperscriptproperties.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
@ -107,18 +107,18 @@
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Math<wbr>Super<wbr>Script<wbr>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mathsuperscriptproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathSuperScriptProperties</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<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/24f95ae/src/file/paragraph/math/script/super-script/math-super-script-function-properties.ts#L4">src/file/paragraph/math/script/super-script/math-super-script-function-properties.ts:4</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/paragraph/math/script/super-script/math-super-script-function-properties.ts#L4">src/file/paragraph/math/script/super-script/math-super-script-function-properties.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="mathsuperscriptproperties.html" class="tsd-signature-type" data-tsd-kind="Class">MathSuperScriptProperties</a></h4>
@ -138,7 +138,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -146,7 +146,7 @@
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
@ -159,7 +159,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/24f95ae/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -183,7 +183,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/24f95ae/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -201,7 +201,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/24f95ae/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -231,7 +231,7 @@
<li class="current tsd-kind-class">
<a href="mathsuperscriptproperties.html" class="tsd-kind-icon">Math<wbr>Super<wbr>Script<wbr>Properties</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="mathsuperscriptproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">

View File

@ -112,7 +112,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/media/media.ts#L31">src/file/media/media.ts:31</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/media/media.ts#L31">src/file/media/media.ts:31</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="media.html" class="tsd-signature-type" data-tsd-kind="Class">Media</a></h4>
@ -132,7 +132,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/media/media.ts#L82">src/file/media/media.ts:82</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/media/media.ts#L82">src/file/media/media.ts:82</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">readonly </span><a href="../interfaces/imediadata.html" class="tsd-signature-type" data-tsd-kind="Interface">IMediaData</a><span class="tsd-signature-symbol">[]</span></h4>
@ -152,7 +152,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/media/media.ts#L47">src/file/media/media.ts:47</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/media/media.ts#L47">src/file/media/media.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -178,7 +178,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/media/media.ts#L37">src/file/media/media.ts:37</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/media/media.ts#L37">src/file/media/media.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -201,7 +201,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/24f95ae/src/file/media/media.ts#L20">src/file/media/media.ts:20</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ba5cb14/src/file/media/media.ts#L20">src/file/media/media.ts:20</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>

Some files were not shown because too many files have changed in this diff Show More