12 lines
24 KiB
HTML
12 lines
24 KiB
HTML
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ITablePropertiesOptions | docx</title><meta name="description" content="Documentation for docx"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">docx</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">docx</a></li><li><a href="ITablePropertiesOptions.html">ITablePropertiesOptions</a></li></ul><h1>Interface ITablePropertiesOptions</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ITablePropertiesOptions</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#alignment">alignment</a><span class="tsd-signature-symbol">?: </span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"center"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"left"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"right"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"start"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"end"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"both"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"mediumKashida"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"distribute"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"numTab"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"highKashida"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"lowKashida"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"thaiDistribute"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#borders">borders</a><span class="tsd-signature-symbol">?: </span><a href="ITableBordersOptions.html" class="tsd-signature-type tsd-kind-interface">ITableBordersOptions</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#cellMargin">cellMargin</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ITableCellMarginOptions</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#float">float</a><span class="tsd-signature-symbol">?: </span><a href="../types/ITableFloatOptions.html" class="tsd-signature-type tsd-kind-type-alias">ITableFloatOptions</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#indent">indent</a><span class="tsd-signature-symbol">?: </span><a href="../types/ITableWidthProperties.html" class="tsd-signature-type tsd-kind-type-alias">ITableWidthProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#layout">layout</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"fixed"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"autofit"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#shading">shading</a><span class="tsd-signature-symbol">?: </span><a href="IShadingAttributesProperties.html" class="tsd-signature-type tsd-kind-interface">IShadingAttributesProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#style">style</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#visuallyRightToLeft">visuallyRightToLeft</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="ITablePropertiesOptions.html#width">width</a><span class="tsd-signature-symbol">?: </span><a href="../types/ITableWidthProperties.html" class="tsd-signature-type tsd-kind-type-alias">ITableWidthProperties</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L34">file/table/table-properties/table-properties.ts:34</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-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="ITablePropertiesOptions.html#alignment" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>alignment?</span></a>
|
||
<a href="ITablePropertiesOptions.html#borders" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>borders?</span></a>
|
||
<a href="ITablePropertiesOptions.html#cellMargin" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cell<wbr/>Margin?</span></a>
|
||
<a href="ITablePropertiesOptions.html#float" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>float?</span></a>
|
||
<a href="ITablePropertiesOptions.html#indent" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>indent?</span></a>
|
||
<a href="ITablePropertiesOptions.html#layout" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>layout?</span></a>
|
||
<a href="ITablePropertiesOptions.html#shading" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>shading?</span></a>
|
||
<a href="ITablePropertiesOptions.html#style" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style?</span></a>
|
||
<a href="ITablePropertiesOptions.html#visuallyRightToLeft" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visually<wbr/>Right<wbr/>To<wbr/>Left?</span></a>
|
||
<a href="ITablePropertiesOptions.html#width" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>width?</span></a>
|
||
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="alignment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code> <code class="tsd-tag">Readonly</code><span>alignment</span><a href="#alignment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">alignment</span><span class="tsd-signature-symbol">?:</span> <br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"center"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"left"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"right"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"start"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"end"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"both"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"mediumKashida"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"distribute"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"numTab"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"highKashida"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"lowKashida"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"thaiDistribute"</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L42">file/table/table-properties/table-properties.ts:42</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">Optional</code> <code class="tsd-tag">Readonly</code><span>borders</span><a href="#borders" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#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/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L38">file/table/table-properties/table-properties.ts:38</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="cellMargin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code> <code class="tsd-tag">Readonly</code><span>cell<wbr/>Margin</span><a href="#cellMargin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">cell<wbr/>Margin</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/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L43">file/table/table-properties/table-properties.ts:43</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">Optional</code> <code class="tsd-tag">Readonly</code><span>float</span><a href="#float" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#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/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L39">file/table/table-properties/table-properties.ts:39</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">Optional</code> <code class="tsd-tag">Readonly</code><span>indent</span><a href="#indent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#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/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L36">file/table/table-properties/table-properties.ts:36</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">Optional</code> <code class="tsd-tag">Readonly</code><span>layout</span><a href="#layout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#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">"fixed"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"autofit"</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L37">file/table/table-properties/table-properties.ts:37</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="shading" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code> <code class="tsd-tag">Readonly</code><span>shading</span><a href="#shading" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">shading</span><span class="tsd-signature-symbol">?:</span> <a href="IShadingAttributesProperties.html" class="tsd-signature-type tsd-kind-interface">IShadingAttributesProperties</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L40">file/table/table-properties/table-properties.ts:40</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">Optional</code> <code class="tsd-tag">Readonly</code><span>style</span><a href="#style" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#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/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L41">file/table/table-properties/table-properties.ts:41</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">Optional</code> <code class="tsd-tag">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="../assets/icons.svg#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/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L44">file/table/table-properties/table-properties.ts:44</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">Optional</code> <code class="tsd-tag">Readonly</code><span>width</span><a href="#width" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#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/5f4ff94e261d740de81fa8f3fa11ff2d08a0eeba/src/file/table/table-properties/table-properties.ts#L35">file/table/table-properties/table-properties.ts:35</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#alignment" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>alignment</span></a><a href="#borders" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>borders</span></a><a href="#cellMargin" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cell<wbr/>Margin</span></a><a href="#float" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>float</span></a><a href="#indent" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>indent</span></a><a href="#layout" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>layout</span></a><a href="#shading" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>shading</span></a><a href="#style" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style</span></a><a href="#visuallyRightToLeft" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visually<wbr/>Right<wbr/>To<wbr/>Left</span></a><a href="#width" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>width</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>docx</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|