Deploying to gh-pages from @ dolanmiu/docx@4eb2f92c1f 🚀

This commit is contained in:
dolanmiu
2022-12-24 21:05:03 +00:00
parent d9ae84f576
commit 4a759409fc
364 changed files with 5130 additions and 1991 deletions

View File

@ -18,11 +18,11 @@
<section class="tsd-panel tsd-hierarchy">
<h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><a href="XmlComponent.html" class="tsd-signature-type" data-tsd-kind="Class">XmlComponent</a>
<li><a href="EmptyElement.html" class="tsd-signature-type" data-tsd-kind="Class">EmptyElement</a>
<ul class="tsd-hierarchy">
<li><span class="target">Tab</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49b4ca6/src/file/paragraph/run/tab.ts#L10">src/file/paragraph/run/tab.ts:10</a></li></ul></aside>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4eb2f92/src/file/paragraph/run/empty-children.ts#L117">src/file/paragraph/run/empty-children.ts:117</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@ -45,9 +45,9 @@
<li class="tsd-signature tsd-anchor-link" id="constructor.new_Tab">new <wbr/>Tab<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="Tab.html" class="tsd-signature-type" data-tsd-kind="Class">Tab</a><a href="#constructor.new_Tab" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <a href="Tab.html" class="tsd-signature-type" data-tsd-kind="Class">Tab</a></h4><aside class="tsd-sources">
<p>Overrides <a href="XmlComponent.html">XmlComponent</a>.<a href="XmlComponent.html#constructor">constructor</a></p>
<p>Overrides <a href="EmptyElement.html">EmptyElement</a>.<a href="EmptyElement.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49b4ca6/src/file/paragraph/run/tab.ts#L11">src/file/paragraph/run/tab.ts:11</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4eb2f92/src/file/paragraph/run/empty-children.ts#L118">src/file/paragraph/run/empty-children.ts:118</a></li></ul></aside></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 id="addChildElement" class="tsd-anchor"></a>
@ -61,9 +61,9 @@
<li>
<h5>child: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="XmlComponent.html" class="tsd-signature-type" data-tsd-kind="Class">XmlComponent</a></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="XmlComponent.html" class="tsd-signature-type" data-tsd-kind="Class">XmlComponent</a></h4><aside class="tsd-sources">
<p>Inherited from <a href="XmlComponent.html">XmlComponent</a>.<a href="XmlComponent.html#addChildElement">addChildElement</a></p>
<p>Inherited from <a href="EmptyElement.html">EmptyElement</a>.<a href="EmptyElement.html#addChildElement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49b4ca6/src/file/xml-components/xml-component.ts#L34">src/file/xml-components/xml-component.ts:34</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4eb2f92/src/file/xml-components/xml-component.ts#L34">src/file/xml-components/xml-component.ts:34</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="prepForXml" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>prep<wbr/>For<wbr/>Xml</span><a href="#prepForXml" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@ -75,9 +75,9 @@
<li>
<h5>context: <a href="../interfaces/IContext.html" class="tsd-signature-type" data-tsd-kind="Interface">IContext</a></h5></li></ul></div>
<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><aside class="tsd-sources">
<p>Inherited from <a href="XmlComponent.html">XmlComponent</a>.<a href="XmlComponent.html#prepForXml">prepForXml</a></p>
<p>Inherited from <a href="EmptyElement.html">EmptyElement</a>.<a href="EmptyElement.html#prepForXml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49b4ca6/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4eb2f92/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">