Deploying to gh-pages from @ dolanmiu/docx@b94f9ac25b 🚀

This commit is contained in:
dolanmiu
2023-03-17 02:44:42 +00:00
parent 0cf0bbb2dd
commit 58ec88e123
361 changed files with 2468 additions and 2321 deletions

View File

@ -22,7 +22,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">TableFloatProperties</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/154bc1d/src/file/table/table-properties/table-float-properties.ts#L157">src/file/table/table-properties/table-float-properties.ts:157</a></li></ul></aside>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b94f9ac/src/file/table/table-properties/table-float-properties.ts#L142">src/file/table/table-properties/table-float-properties.ts:142</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">
@ -42,17 +42,17 @@
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<li class="tsd-signature tsd-anchor-link" id="constructor.new_TableFloatProperties">new <wbr/>Table<wbr/>Float<wbr/>Properties<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><a href="../interfaces/ITableFloatOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ITableFloatOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="TableFloatProperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableFloatProperties</a><a href="#constructor.new_TableFloatProperties" 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-signature tsd-anchor-link" id="constructor.new_TableFloatProperties">new <wbr/>Table<wbr/>Float<wbr/>Properties<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><a href="../types/ITableFloatOptions.html" class="tsd-signature-type" data-tsd-kind="Type alias">ITableFloatOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="TableFloatProperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableFloatProperties</a><a href="#constructor.new_TableFloatProperties" 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">
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>__namedParameters: <a href="../interfaces/ITableFloatOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ITableFloatOptions</a></h5></li></ul></div>
<h5>__namedParameters: <a href="../types/ITableFloatOptions.html" class="tsd-signature-type" data-tsd-kind="Type alias">ITableFloatOptions</a></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="TableFloatProperties.html" class="tsd-signature-type" data-tsd-kind="Class">TableFloatProperties</a></h4><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/154bc1d/src/file/table/table-properties/table-float-properties.ts#L158">src/file/table/table-properties/table-float-properties.ts:158</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b94f9ac/src/file/table/table-properties/table-float-properties.ts#L143">src/file/table/table-properties/table-float-properties.ts:143</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>
@ -68,7 +68,7 @@
<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>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/154bc1d/src/file/xml-components/xml-component.ts#L45">src/file/xml-components/xml-component.ts:45</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b94f9ac/src/file/xml-components/xml-component.ts#L45">src/file/xml-components/xml-component.ts:45</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">
@ -82,7 +82,7 @@
<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>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/154bc1d/src/file/xml-components/xml-component.ts#L20">src/file/xml-components/xml-component.ts:20</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b94f9ac/src/file/xml-components/xml-component.ts#L20">src/file/xml-components/xml-component.ts:20</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">