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

This commit is contained in:
Deployment Bot (from Travis CI)
2021-02-28 15:57:18 +00:00
parent a3b827dc0e
commit 09d6233e4b
603 changed files with 3759 additions and 3857 deletions

View File

@ -120,7 +120,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="baseemphasismark.html">BaseEmphasisMark</a>.<a href="baseemphasismark.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/45b1f6f/src/file/document/document.ts#L15">src/file/document/document.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/60664a2/src/file/document/document.ts#L15">src/file/document/document.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -146,7 +146,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/45b1f6f/src/file/document/document.ts#L50">src/file/document/document.ts:50</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/60664a2/src/file/document/document.ts#L50">src/file/document/document.ts:50</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="body.html" class="tsd-signature-type">Body</a></h4>
@ -164,7 +164,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="apppropertiesattributes.html">AppPropertiesAttributes</a>.<a href="apppropertiesattributes.html#isdeleted">IsDeleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/45b1f6f/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/60664a2/src/file/xml-components/base.ts#L15">src/file/xml-components/base.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -178,19 +178,19 @@
<a name="add" class="tsd-anchor"></a>
<h3>add</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">add<span class="tsd-signature-symbol">(</span>item<span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</a><span class="tsd-signature-symbol"> | </span><a href="table.html" class="tsd-signature-type">Table</a><span class="tsd-signature-symbol"> | </span><a href="tableofcontents.html" class="tsd-signature-type">TableOfContents</a><span class="tsd-signature-symbol"> | </span><a href="hyperlink.html" class="tsd-signature-type">Hyperlink</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="document.html" class="tsd-signature-type">Document</a></li>
<li class="tsd-signature tsd-kind-icon">add<span class="tsd-signature-symbol">(</span>item<span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</a><span class="tsd-signature-symbol"> | </span><a href="table.html" class="tsd-signature-type">Table</a><span class="tsd-signature-symbol"> | </span><a href="tableofcontents.html" class="tsd-signature-type">TableOfContents</a><span class="tsd-signature-symbol"> | </span><a href="concretehyperlink.html" class="tsd-signature-type">ConcreteHyperlink</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="document.html" class="tsd-signature-type">Document</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/45b1f6f/src/file/document/document.ts#L45">src/file/document/document.ts:45</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/60664a2/src/file/document/document.ts#L45">src/file/document/document.ts:45</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>item: <a href="paragraph.html" class="tsd-signature-type">Paragraph</a><span class="tsd-signature-symbol"> | </span><a href="table.html" class="tsd-signature-type">Table</a><span class="tsd-signature-symbol"> | </span><a href="tableofcontents.html" class="tsd-signature-type">TableOfContents</a><span class="tsd-signature-symbol"> | </span><a href="hyperlink.html" class="tsd-signature-type">Hyperlink</a></h5>
<h5>item: <a href="paragraph.html" class="tsd-signature-type">Paragraph</a><span class="tsd-signature-symbol"> | </span><a href="table.html" class="tsd-signature-type">Table</a><span class="tsd-signature-symbol"> | </span><a href="tableofcontents.html" class="tsd-signature-type">TableOfContents</a><span class="tsd-signature-symbol"> | </span><a href="concretehyperlink.html" class="tsd-signature-type">ConcreteHyperlink</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="document.html" class="tsd-signature-type">Document</a></h4>
@ -208,7 +208,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="appproperties.html">AppProperties</a>.<a href="appproperties.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/45b1f6f/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/60664a2/src/file/xml-components/xml-component.ts#L43">src/file/xml-components/xml-component.ts:43</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -232,7 +232,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="appproperties.html">AppProperties</a>.<a href="appproperties.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/45b1f6f/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/60664a2/src/file/xml-components/xml-component.ts#L49">src/file/xml-components/xml-component.ts:49</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -249,7 +249,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/45b1f6f/src/file/document/document.ts#L54">src/file/document/document.ts:54</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/60664a2/src/file/document/document.ts#L54">src/file/document/document.ts:54</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="tableofcontents.html" class="tsd-signature-type">TableOfContents</a><span class="tsd-signature-symbol">[]</span></h4>
@ -268,7 +268,7 @@
<p>Inherited from <a href="appproperties.html">AppProperties</a>.<a href="appproperties.html#prepforxml">prepForXml</a></p>
<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/45b1f6f/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/60664a2/src/file/xml-components/xml-component.ts#L16">src/file/xml-components/xml-component.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>