</div></section></div></details></section></section><detailsclass="tsd-panel-group tsd-member-group tsd-accordion"open><summaryclass="tsd-accordion-summary"data-key="section-Properties"><svgwidth="20"height="20"viewBox="0 0 24 24"fill="none"aria-hidden="true"><usehref="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="alignment"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>alignment</span><ahref="#alignment"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">alignment</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-keyword">typeof</span><ahref="../variables/AlignmentType.html"class="tsd-signature-type tsd-kind-variable">AlignmentType</a><spanclass="tsd-signature-symbol">[</span><spanclass="tsd-signature-keyword">keyof</span><spanclass="tsd-signature-keyword">typeof</span><ahref="../variables/AlignmentType.html"class="tsd-signature-type tsd-kind-variable">AlignmentType</a><spanclass="tsd-signature-symbol">]</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L22">file/paragraph/properties.ts:22</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="contextualspacing"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>contextual<wbr/>Spacing</span><ahref="#contextualspacing"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">contextualSpacing</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">boolean</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L24">file/paragraph/properties.ts:24</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="indent"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>indent</span><ahref="#indent"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">indent</span><spanclass="tsd-signature-symbol">?:</span><ahref="IIndentAttributesProperties.html"class="tsd-signature-type tsd-kind-type-alias">IIndentAttributesProperties</a></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L27">file/paragraph/properties.ts:27</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="keeplines"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>keep<wbr/>Lines</span><ahref="#keeplines"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">keepLines</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">boolean</span></div><divclass="tsd-comment tsd-typography"><p>Specifies that all lines of the paragraph are to be kept on a single page when possible.</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L36">file/paragraph/properties.ts:36</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="keepnext"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>keep<wbr/>Next</span><ahref="#keepnext"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">keepNext</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">boolean</span></div><divclass="tsd-comment tsd-typography"><p>Specifies that the paragraph (or at least part of it) should be rendered on the same page as the next paragraph when possible. If multiple paragraphs are to be kept together but they exceed a page, then the set of paragraphs begin on a new page and page breaks are used thereafter as needed.</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L32">file/paragraph/properties.ts:32</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="lefttabstop"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>left<wbr/>Tab<wbr/>Stop</span><ahref="#lefttabstop"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">leftTabStop</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L26">file/paragraph/properties.ts:26</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="outlinelevel"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>outline<wbr/>Level</span><ahref="#outlinelevel"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">outlineLevel</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L37">file/paragraph/properties.ts:37</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="righttabstop"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>right<wbr/>Tab<wbr/>Stop</span><ahref="#righttabstop"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">rightTabStop</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L25">file/paragraph/properties.ts:25</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="spacing"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>spacing</span><ahref="#spacing"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">spacing</span><spanclass="tsd-signature-symbol">?:</span><ahref="ISpacingProperties.html"class="tsd-signature-type tsd-kind-type-alias">ISpacingProperties</a></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95df79dc358076e91ab68a85af7b549f54f1/src/file/paragraph/properties.ts#L28">file/paragraph/properties.ts:28</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="thematicbreak"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>thematic<wbr/>Break</span><ahref="#thematicbreak"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">thematicBreak</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">boolean</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/dolanmiu/docx/blob/b1bb95