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

This commit is contained in:
Deployment Bot (from Travis CI)
2021-03-11 01:21:37 +00:00
parent 19e1f7a7ee
commit 6588886c4b
283 changed files with 2195 additions and 1864 deletions

View File

@ -435,7 +435,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/cf6c499/src/file/xml-components/xml-component.ts#L9">src/file/xml-components/xml-component.ts:9</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/9864cde/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>
@ -461,7 +461,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/cf6c499/src/file/xml-components/base.ts#L15">src/file/xml-components/base.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/9864cde/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>
@ -481,7 +481,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/cf6c499/src/file/xml-components/xml-component.ts#L43">src/file/xml-components/xml-component.ts:43</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/9864cde/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>
@ -504,7 +504,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/cf6c499/src/file/xml-components/xml-component.ts#L49">src/file/xml-components/xml-component.ts:49</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/9864cde/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>
@ -515,20 +515,20 @@
<a name="prepforxml" class="tsd-anchor"></a>
<h3>prep<wbr>For<wbr>Xml</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">prep<wbr>For<wbr>Xml<span class="tsd-signature-symbol">(</span>file<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">IViewWrapper</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/ixmlableobject.html" class="tsd-signature-type" data-tsd-kind="Interface">IXmlableObject</a></li>
<li class="tsd-signature tsd-kind-icon">prep<wbr>For<wbr>Xml<span class="tsd-signature-symbol">(</span>context<span class="tsd-signature-symbol">: </span><a href="../interfaces/icontext.html" class="tsd-signature-type" data-tsd-kind="Interface">IContext</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/ixmlableobject.html" class="tsd-signature-type" data-tsd-kind="Interface">IXmlableObject</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/cf6c499/src/file/xml-components/xml-component.ts#L16">src/file/xml-components/xml-component.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/9864cde/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>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> file: <span class="tsd-signature-type">IViewWrapper</span></h5>
<h5>context: <a href="../interfaces/icontext.html" class="tsd-signature-type" data-tsd-kind="Interface">IContext</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/ixmlableobject.html" class="tsd-signature-type" data-tsd-kind="Interface">IXmlableObject</a></h4>