Files
docx-js/api/interfaces/ISectionPropertiesOptions.html
2024-10-10 23:34:16 +00:00

10 lines
26 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ISectionPropertiesOptions | 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="ISectionPropertiesOptions.html">ISectionPropertiesOptions</a></li></ul><h1>Interface ISectionPropertiesOptions</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ISectionPropertiesOptions</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="ISectionPropertiesOptions.html#column">column</a><span class="tsd-signature-symbol">?: </span><a href="../types/IColumnsAttributes.html" class="tsd-signature-type tsd-kind-type-alias">IColumnsAttributes</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ISectionPropertiesOptions.html#footerWrapperGroup">footerWrapperGroup</a><span class="tsd-signature-symbol">?: </span><a href="IHeaderFooterGroup.html" class="tsd-signature-type tsd-kind-interface">IHeaderFooterGroup</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/FooterWrapper.html" class="tsd-signature-type tsd-kind-class">FooterWrapper</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ISectionPropertiesOptions.html#grid">grid</a><span class="tsd-signature-symbol">?: </span><a href="IDocGridAttributesProperties.html" class="tsd-signature-type tsd-kind-interface">IDocGridAttributesProperties</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ISectionPropertiesOptions.html#headerWrapperGroup">headerWrapperGroup</a><span class="tsd-signature-symbol">?: </span><a href="IHeaderFooterGroup.html" class="tsd-signature-type tsd-kind-interface">IHeaderFooterGroup</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/HeaderWrapper.html" class="tsd-signature-type tsd-kind-class">HeaderWrapper</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ISectionPropertiesOptions.html#lineNumbers">lineNumbers</a><span class="tsd-signature-symbol">?: </span><a href="../types/ILineNumberAttributes.html" class="tsd-signature-type tsd-kind-type-alias">ILineNumberAttributes</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ISectionPropertiesOptions.html#page">page</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">borders</span><span class="tsd-signature-symbol">?: </span><a href="IPageBordersOptions.html" class="tsd-signature-type tsd-kind-interface">IPageBordersOptions</a><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">margin</span><span class="tsd-signature-symbol">?: </span><a href="../types/IPageMarginAttributes.html" class="tsd-signature-type tsd-kind-type-alias">IPageMarginAttributes</a><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">pageNumbers</span><span class="tsd-signature-symbol">?: </span><a href="IPageNumberTypeAttributes.html" class="tsd-signature-type tsd-kind-interface">IPageNumberTypeAttributes</a><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><a href="../types/IPageSizeAttributes.html" class="tsd-signature-type tsd-kind-type-alias">IPageSizeAttributes</a><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">textDirection</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">&quot;lrTb&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;tbRl&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ISectionPropertiesOptions.html#titlePage">titlePage</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="ISectionPropertiesOptions.html#type">type</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">&quot;continuous&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;nextPage&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;nextColumn&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;evenPage&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;oddPage&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ISectionPropertiesOptions.html#verticalAlign">verticalAlign</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">&quot;bottom&quot;</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;top&quot;</span><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/f1359a4/src/file/document/body/section-properties/section-properties.ts#L26">file/document/body/section-properties/section-properties.ts:26</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"><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="ISectionPropertiesOptions.html#column" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>column?</span></a>
<a href="ISectionPropertiesOptions.html#footerWrapperGroup" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>footer<wbr/>Wrapper<wbr/>Group?</span></a>
<a href="ISectionPropertiesOptions.html#grid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>grid?</span></a>
<a href="ISectionPropertiesOptions.html#headerWrapperGroup" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header<wbr/>Wrapper<wbr/>Group?</span></a>
<a href="ISectionPropertiesOptions.html#lineNumbers" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>line<wbr/>Numbers?</span></a>
<a href="ISectionPropertiesOptions.html#page" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>page?</span></a>
<a href="ISectionPropertiesOptions.html#titlePage" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title<wbr/>Page?</span></a>
<a href="ISectionPropertiesOptions.html#type" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type?</span></a>
<a href="ISectionPropertiesOptions.html#verticalAlign" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vertical<wbr/>Align?</span></a>
</div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member"><a id="column" 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</span><a href="#column" 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">column</span><span class="tsd-signature-symbol">?:</span> <a href="../types/IColumnsAttributes.html" class="tsd-signature-type tsd-kind-type-alias">IColumnsAttributes</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f1359a4/src/file/document/body/section-properties/section-properties.ts#L40">file/document/body/section-properties/section-properties.ts:40</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="footerWrapperGroup" 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>footer<wbr/>Wrapper<wbr/>Group</span><a href="#footerWrapperGroup" 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">footer<wbr/>Wrapper<wbr/>Group</span><span class="tsd-signature-symbol">?:</span> <a href="IHeaderFooterGroup.html" class="tsd-signature-type tsd-kind-interface">IHeaderFooterGroup</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/FooterWrapper.html" class="tsd-signature-type tsd-kind-class">FooterWrapper</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f1359a4/src/file/document/body/section-properties/section-properties.ts#L36">file/document/body/section-properties/section-properties.ts:36</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="grid" 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>grid</span><a href="#grid" 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">grid</span><span class="tsd-signature-symbol">?:</span> <a href="IDocGridAttributesProperties.html" class="tsd-signature-type tsd-kind-interface">IDocGridAttributesProperties</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f1359a4/src/file/document/body/section-properties/section-properties.ts#L34">file/document/body/section-properties/section-properties.ts:34</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="headerWrapperGroup" 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>header<wbr/>Wrapper<wbr/>Group</span><a href="#headerWrapperGroup" 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">header<wbr/>Wrapper<wbr/>Group</span><span class="tsd-signature-symbol">?:</span> <a href="IHeaderFooterGroup.html" class="tsd-signature-type tsd-kind-interface">IHeaderFooterGroup</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/HeaderWrapper.html" class="tsd-signature-type tsd-kind-class">HeaderWrapper</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f1359a4/src/file/document/body/section-properties/section-properties.ts#L35">file/document/body/section-properties/section-properties.ts:35</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="lineNumbers" 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>line<wbr/>Numbers</span><a href="#lineNumbers" 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">line<wbr/>Numbers</span><span class="tsd-signature-symbol">?:</span> <a href="../types/ILineNumberAttributes.html" class="tsd-signature-type tsd-kind-type-alias">ILineNumberAttributes</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f1359a4/src/file/document/body/section-properties/section-properties.ts#L37">file/document/body/section-properties/section-properties.ts:37</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="page" 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>page</span><a href="#page" 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">page</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">borders</span><span class="tsd-signature-symbol">?: </span><a href="IPageBordersOptions.html" class="tsd-signature-type tsd-kind-interface">IPageBordersOptions</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">margin</span><span class="tsd-signature-symbol">?: </span><a href="../types/IPageMarginAttributes.html" class="tsd-signature-type tsd-kind-type-alias">IPageMarginAttributes</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">pageNumbers</span><span class="tsd-signature-symbol">?: </span><a href="IPageNumberTypeAttributes.html" class="tsd-signature-type tsd-kind-interface">IPageNumberTypeAttributes</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><a href="../types/IPageSizeAttributes.html" class="tsd-signature-type tsd-kind-type-alias">IPageSizeAttributes</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">textDirection</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">&quot;lrTb&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;tbRl&quot;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">borders</span><span class="tsd-signature-symbol">?: </span><a href="IPageBordersOptions.html" class="tsd-signature-type tsd-kind-interface">IPageBordersOptions</a></h5></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">margin</span><span class="tsd-signature-symbol">?: </span><a href="../types/IPageMarginAttributes.html" class="tsd-signature-type tsd-kind-type-alias">IPageMarginAttributes</a></h5></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">page<wbr/>Numbers</span><span class="tsd-signature-symbol">?: </span><a href="IPageNumberTypeAttributes.html" class="tsd-signature-type tsd-kind-interface">IPageNumberTypeAttributes</a></h5></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">?: </span><a href="../types/IPageSizeAttributes.html" class="tsd-signature-type tsd-kind-type-alias">IPageSizeAttributes</a></h5></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">text<wbr/>Direction</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">&quot;lrTb&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;tbRl&quot;</span></h5></li></ul></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f1359a4/src/file/document/body/section-properties/section-properties.ts#L27">file/document/body/section-properties/section-properties.ts:27</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="titlePage" 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>title<wbr/>Page</span><a href="#titlePage" 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">title<wbr/>Page</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/f1359a4/src/file/document/body/section-properties/section-properties.ts#L38">file/document/body/section-properties/section-properties.ts:38</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="type" 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>type</span><a href="#type" 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">type</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;continuous&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;nextPage&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;nextColumn&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;evenPage&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;oddPage&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f1359a4/src/file/document/body/section-properties/section-properties.ts#L41">file/document/body/section-properties/section-properties.ts:41</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="verticalAlign" 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>vertical<wbr/>Align</span><a href="#verticalAlign" 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">vertical<wbr/>Align</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;bottom&quot;</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;top&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f1359a4/src/file/document/body/section-properties/section-properties.ts#L39">file/document/body/section-properties/section-properties.ts:39</a></li></ul></aside></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-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"><h4 class="uppercase">Member Visibility</h4><form><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></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><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-index-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"><a href="#column" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>column</span></a><a href="#footerWrapperGroup" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>footer<wbr/>Wrapper<wbr/>Group</span></a><a href="#grid" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>grid</span></a><a href="#headerWrapperGroup" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header<wbr/>Wrapper<wbr/>Group</span></a><a href="#lineNumbers" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>line<wbr/>Numbers</span></a><a href="#page" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>page</span></a><a href="#titlePage" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title<wbr/>Page</span></a><a href="#type" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type</span></a><a href="#verticalAlign" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>vertical<wbr/>Align</span></a></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><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div></body></html>