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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-11-01 02:35:39 +00:00
parent 3366610095
commit 483f7f4ae2
366 changed files with 2995 additions and 2662 deletions

View File

@ -126,7 +126,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/071a8ea/src/file/xml-components/imported-xml-component.ts#L75">file/xml-components/imported-xml-component.ts:75</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/95a9f59/src/file/xml-components/imported-xml-component.ts#L50">file/xml-components/imported-xml-component.ts:50</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -156,7 +156,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#isdeleted">IsDeleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/071a8ea/src/file/xml-components/base.ts#L13">file/xml-components/base.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/95a9f59/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>
@ -177,7 +177,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/071a8ea/src/file/xml-components/xml-component.ts#L33">file/xml-components/xml-component.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/95a9f59/src/file/xml-components/xml-component.ts#L33">file/xml-components/xml-component.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -201,7 +201,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/071a8ea/src/file/xml-components/xml-component.ts#L39">file/xml-components/xml-component.ts:39</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/95a9f59/src/file/xml-components/xml-component.ts#L39">file/xml-components/xml-component.ts:39</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -219,7 +219,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/071a8ea/src/file/xml-components/imported-xml-component.ts#L111">file/xml-components/imported-xml-component.ts:111</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/95a9f59/src/file/xml-components/imported-xml-component.ts#L86">file/xml-components/imported-xml-component.ts:86</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -261,19 +261,19 @@
<a name="push" class="tsd-anchor"></a>
<h3>push</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">push<span class="tsd-signature-symbol">(</span>xmlComponent<span class="tsd-signature-symbol">: </span><a href="xmlcomponent.html" class="tsd-signature-type">XmlComponent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
<li class="tsd-signature tsd-kind-icon">push<span class="tsd-signature-symbol">(</span>xmlComponent<span class="tsd-signature-symbol">: </span><a href="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><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/071a8ea/src/file/xml-components/imported-xml-component.ts#L126">file/xml-components/imported-xml-component.ts:126</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/95a9f59/src/file/xml-components/imported-xml-component.ts#L101">file/xml-components/imported-xml-component.ts:101</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>xmlComponent: <a href="xmlcomponent.html" class="tsd-signature-type">XmlComponent</a></h5>
<h5>xmlComponent: <a href="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 <span class="tsd-signature-type">void</span></h4>
@ -290,7 +290,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/071a8ea/src/file/xml-components/imported-xml-component.ts#L62">file/xml-components/imported-xml-component.ts:62</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/95a9f59/src/file/xml-components/imported-xml-component.ts#L39">file/xml-components/imported-xml-component.ts:39</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">