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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-05-16 18:53:57 +00:00
parent 386ca8f53d
commit 5711016921
331 changed files with 30838 additions and 2098 deletions

View File

@ -103,13 +103,21 @@
<section class="tsd-index-section tsd-is-inherited tsd-is-private-protected">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_file_styles_style_index_.paragraphstyle.html#deleted" class="tsd-kind-icon">deleted</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_file_styles_style_index_.paragraphstyle.html#root" class="tsd-kind-icon">root</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_file_styles_style_index_.paragraphstyle.html#rootkey" class="tsd-kind-icon">root<wbr>Key</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-inherited">
<h3>Accessors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="_file_styles_style_index_.paragraphstyle.html#isdeleted" class="tsd-kind-icon">is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_file_styles_style_index_.paragraphstyle.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#addparagraphproperty" class="tsd-kind-icon">add<wbr>Paragraph<wbr>Property</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#addrunproperty" class="tsd-kind-icon">add<wbr>Run<wbr>Property</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#allcaps" class="tsd-kind-icon">all<wbr>Caps</a></li>
@ -117,6 +125,7 @@
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#bold" class="tsd-kind-icon">bold</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#center" class="tsd-kind-icon">center</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#color" class="tsd-kind-icon">color</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_file_styles_style_index_.paragraphstyle.html#delete" class="tsd-kind-icon">delete</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#doublestrike" class="tsd-kind-icon">double<wbr>Strike</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#font" class="tsd-kind-icon">font</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_styles_style_index_.paragraphstyle.html#indent" class="tsd-kind-icon">indent</a></li>
@ -158,7 +167,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="_file_styles_style_index_.style.html">Style</a>.<a href="_file_styles_style_index_.style.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L40">file/styles/style/index.ts:40</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L40">file/styles/style/index.ts:40</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -177,6 +186,17 @@
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-private-protected">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="deleted" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> deleted</h3>
<div class="tsd-signature tsd-kind-icon">deleted<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#deleted">deleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/base.ts#L5">file/xml-components/base.ts:5</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="root" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> root</h3>
@ -184,7 +204,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#root">root</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/xml-components/xml-component.ts#L6">file/xml-components/xml-component.ts:6</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/xml-component.ts#L6">file/xml-components/xml-component.ts:6</a></li>
</ul>
</aside>
</section>
@ -195,13 +215,58 @@
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#rootkey">rootKey</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/xml-components/base.ts#L4">file/xml-components/base.ts:4</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/base.ts#L4">file/xml-components/base.ts:4</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a name="isdeleted" class="tsd-anchor"></a>
<h3>is<wbr>Deleted</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isDeleted<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#isdeleted">isDeleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/base.ts#L13">file/xml-components/base.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<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>
<h3>add<wbr>Child<wbr>Element</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">add<wbr>Child<wbr>Element<span class="tsd-signature-symbol">(</span>child<span class="tsd-signature-symbol">: </span><a href="_file_xml_components_xml_component_.xmlcomponent.html" class="tsd-signature-type">XmlComponent</a><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="_file_xml_components_xml_component_.xmlcomponent.html" class="tsd-signature-type">XmlComponent</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/xml-component.ts#L34">file/xml-components/xml-component.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>child: <a href="_file_xml_components_xml_component_.xmlcomponent.html" class="tsd-signature-type">XmlComponent</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_file_xml_components_xml_component_.xmlcomponent.html" class="tsd-signature-type">XmlComponent</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="addparagraphproperty" class="tsd-anchor"></a>
<h3>add<wbr>Paragraph<wbr>Property</h3>
@ -212,7 +277,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L50">file/styles/style/index.ts:50</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L50">file/styles/style/index.ts:50</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -235,7 +300,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L54">file/styles/style/index.ts:54</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L54">file/styles/style/index.ts:54</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -258,7 +323,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L95">file/styles/style/index.ts:95</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L95">file/styles/style/index.ts:95</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -275,7 +340,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L58">file/styles/style/index.ts:58</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L58">file/styles/style/index.ts:58</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -298,7 +363,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L80">file/styles/style/index.ts:80</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L80">file/styles/style/index.ts:80</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -315,7 +380,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L137">file/styles/style/index.ts:137</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L137">file/styles/style/index.ts:137</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -332,7 +397,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L125">file/styles/style/index.ts:125</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L125">file/styles/style/index.ts:125</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -345,6 +410,24 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="delete" class="tsd-anchor"></a>
<h3>delete</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">delete<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/xml-component.ts#L40">file/xml-components/xml-component.ts:40</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="doublestrike" class="tsd-anchor"></a>
<h3>double<wbr>Strike</h3>
@ -355,7 +438,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L105">file/styles/style/index.ts:105</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L105">file/styles/style/index.ts:105</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -372,7 +455,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L130">file/styles/style/index.ts:130</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L130">file/styles/style/index.ts:130</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -395,7 +478,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L172">file/styles/style/index.ts:172</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L172">file/styles/style/index.ts:172</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -418,7 +501,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L85">file/styles/style/index.ts:85</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L85">file/styles/style/index.ts:85</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -435,7 +518,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L152">file/styles/style/index.ts:152</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L152">file/styles/style/index.ts:152</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -452,7 +535,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L187">file/styles/style/index.ts:187</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L187">file/styles/style/index.ts:187</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -469,7 +552,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L182">file/styles/style/index.ts:182</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L182">file/styles/style/index.ts:182</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -486,7 +569,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L142">file/styles/style/index.ts:142</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L142">file/styles/style/index.ts:142</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -503,7 +586,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L167">file/styles/style/index.ts:167</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L167">file/styles/style/index.ts:167</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -526,7 +609,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L162">file/styles/style/index.ts:162</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L162">file/styles/style/index.ts:162</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -543,7 +626,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L68">file/styles/style/index.ts:68</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L68">file/styles/style/index.ts:68</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -568,7 +651,7 @@
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#prepforxml">prepForXml</a></p>
<p>Overrides <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/xml-components/xml-component.ts#L13">file/xml-components/xml-component.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/xml-component.ts#L13">file/xml-components/xml-component.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></h4>
@ -586,7 +669,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="_file_styles_style_index_.style.html">Style</a>.<a href="_file_styles_style_index_.style.html#push">push</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L33">file/styles/style/index.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L33">file/styles/style/index.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -609,7 +692,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L63">file/styles/style/index.ts:63</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L63">file/styles/style/index.ts:63</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -626,7 +709,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L147">file/styles/style/index.ts:147</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L147">file/styles/style/index.ts:147</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -643,7 +726,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L75">file/styles/style/index.ts:75</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L75">file/styles/style/index.ts:75</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -666,7 +749,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L90">file/styles/style/index.ts:90</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L90">file/styles/style/index.ts:90</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -683,7 +766,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L177">file/styles/style/index.ts:177</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L177">file/styles/style/index.ts:177</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -706,7 +789,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L100">file/styles/style/index.ts:100</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L100">file/styles/style/index.ts:100</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -723,7 +806,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L110">file/styles/style/index.ts:110</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L110">file/styles/style/index.ts:110</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -740,7 +823,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L115">file/styles/style/index.ts:115</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L115">file/styles/style/index.ts:115</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -757,7 +840,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L157">file/styles/style/index.ts:157</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L157">file/styles/style/index.ts:157</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_styles_style_index_.paragraphstyle.html" class="tsd-signature-type">ParagraphStyle</a></h4>
@ -774,7 +857,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/styles/style/index.ts#L120">file/styles/style/index.ts:120</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/styles/style/index.ts#L120">file/styles/style/index.ts:120</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -843,12 +926,21 @@
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="_file_styles_style_index_.paragraphstyle.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_file_styles_style_index_.paragraphstyle.html#deleted" class="tsd-kind-icon">deleted</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_file_styles_style_index_.paragraphstyle.html#root" class="tsd-kind-icon">root</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_file_styles_style_index_.paragraphstyle.html#rootkey" class="tsd-kind-icon">root<wbr>Key</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="_file_styles_style_index_.paragraphstyle.html#isdeleted" class="tsd-kind-icon">is<wbr>Deleted</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_file_styles_style_index_.paragraphstyle.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_styles_style_index_.paragraphstyle.html#addparagraphproperty" class="tsd-kind-icon">add<wbr>Paragraph<wbr>Property</a>
</li>
@ -870,6 +962,9 @@
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_styles_style_index_.paragraphstyle.html#color" class="tsd-kind-icon">color</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_file_styles_style_index_.paragraphstyle.html#delete" class="tsd-kind-icon">delete</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_styles_style_index_.paragraphstyle.html#doublestrike" class="tsd-kind-icon">double<wbr>Strike</a>
</li>