Deploying to gh-pages from @ dolanmiu/docx@7e2538dffc 🚀

This commit is contained in:
dolanmiu
2023-12-25 02:49:57 +00:00
parent c4f13c5218
commit b4672bf3ba
367 changed files with 1572 additions and 1572 deletions

View File

@ -20,7 +20,7 @@
<ul class="tsd-hierarchy">
<li><span class="target">ITableOptions</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L23">file/table/table.ts:23</a></li></ul></aside>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L23">file/table/table.ts:23</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">
@ -46,57 +46,57 @@
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>alignment</span><a href="#alignment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></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"></path></g></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">alignment</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;start&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;end&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;both&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;mediumKashida&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;distribute&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;numTab&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;highKashida&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;lowKashida&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thaiDistribute&quot;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L33">file/table/table.ts:33</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L33">file/table/table.ts:33</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="borders" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>borders</span><a href="#borders" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">borders</span><span class="tsd-signature-symbol">?:</span> <a href="ITableBordersOptions.html" class="tsd-signature-type tsd-kind-interface">ITableBordersOptions</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L32">file/table/table.ts:32</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L32">file/table/table.ts:32</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="columnWidths" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>column<wbr/>Widths</span><a href="#columnWidths" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">column<wbr/>Widths</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">readonly </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L26">file/table/table.ts:26</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L26">file/table/table.ts:26</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="float" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>float</span><a href="#float" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">float</span><span class="tsd-signature-symbol">?:</span> <a href="../types/ITableFloatOptions.html" class="tsd-signature-type tsd-kind-type-alias">ITableFloatOptions</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L29">file/table/table.ts:29</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L29">file/table/table.ts:29</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="indent" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>indent</span><a href="#indent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">indent</span><span class="tsd-signature-symbol">?:</span> <a href="../types/ITableWidthProperties.html" class="tsd-signature-type tsd-kind-type-alias">ITableWidthProperties</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L28">file/table/table.ts:28</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L28">file/table/table.ts:28</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="layout" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>layout</span><a href="#layout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">layout</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;fixed&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;autofit&quot;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L30">file/table/table.ts:30</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L30">file/table/table.ts:30</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="margins" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>margins</span><a href="#margins" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">margins</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type ">ITableCellMarginOptions</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L27">file/table/table.ts:27</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L27">file/table/table.ts:27</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="rows" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>rows</span><a href="#rows" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">rows</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">readonly </span><a href="../classes/TableRow.html" class="tsd-signature-type tsd-kind-class">TableRow</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L24">file/table/table.ts:24</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L24">file/table/table.ts:24</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="style" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>style</span><a href="#style" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">style</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L31">file/table/table.ts:31</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L31">file/table/table.ts:31</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="visuallyRightToLeft" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>visually<wbr/>Right<wbr/>To<wbr/>Left</span><a href="#visuallyRightToLeft" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">visually<wbr/>Right<wbr/>To<wbr/>Left</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L34">file/table/table.ts:34</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L34">file/table/table.ts:34</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="width" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>width</span><a href="#width" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">width</span><span class="tsd-signature-symbol">?:</span> <a href="../types/ITableWidthProperties.html" class="tsd-signature-type tsd-kind-type-alias">ITableWidthProperties</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/c3080ff/src/file/table/table.ts#L25">file/table/table.ts:25</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7e2538d/src/file/table/table.ts#L25">file/table/table.ts:25</a></li></ul></aside></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">