</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="countby"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>count<wbr/>By</span><ahref="#countby"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">countBy</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span></div><divclass="tsd-comment tsd-typography"><p>Specifies the line number increments to be displayed in the current document.</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/document/body/section-properties/properties/line-number.ts#L58">file/document/body/section-properties/properties/line-number.ts:58</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="distance"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>distance</span><ahref="#distance"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">distance</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span><spanclass="tsd-signature-symbol">|</span><ahref="PositiveUniversalMeasure.html"class="tsd-signature-type tsd-kind-type-alias">PositiveUniversalMeasure</a></div><divclass="tsd-comment tsd-typography"><p>Specifies the distance between the text margin and the edge of any line numbers appearing in that section.</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/document/body/section-properties/properties/line-number.ts#L105">file/document/body/section-properties/properties/line-number.ts:105</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="restart"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>restart</span><ahref="#restart"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">restart</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-keyword">typeof</span><ahref="../variables/LineNumberRestartFormat.html"class="tsd-signature-type tsd-kind-variable">LineNumberRestartFormat</a><spanclass="tsd-signature-symbol">[</span><spanclass="tsd-signature-keyword">keyof</span><spanclass="tsd-signature-keyword">typeof</span><ahref="../variables/LineNumberRestartFormat.html"class="tsd-signature-type tsd-kind-variable">LineNumberRestartFormat</a><spanclass="tsd-signature-symbol">]</span></div><divclass="tsd-comment tsd-typography"><h2id="line-numbering-restart-setting"class="tsd-anchor-link">Line Numbering Restart Setting<ahref="#line-numbering-restart-setting"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h2><p>Specifies when the line numbering in this section shall be reset to the line number specified by the <code>start</code> attribute's value.</p>
<p>The value of <code>newPage</code> specifies that the line numbers shall restart at the top of each page to the value specified by the <code>start</code> attribute. In this case, <code>newPage</code> is the default, so this value could have been omitted entirely.</p>
<p>The possible values for this attribute are defined by the ST_LineNumberRestart simple type (§2.18.54).</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/document/body/section-properties/properties/line-number.ts#L95">file/document/body/section-properties/properties/line-number.ts:95</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><h3class="tsd-anchor-link"id="start"><codeclass="tsd-tag">Optional</code><codeclass="tsd-tag">Readonly</code><span>start</span><ahref="#start"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">start</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span></div><divclass="tsd-comment tsd-typography"><h2id="line-numbering-starting-value"class="tsd-anchor-link">Line Numbering Starting Value<ahref="#line-numbering-starting-value"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h2><p>Specifies the starting value used for the first line whenever the line numbering is restarted by use of the <code>restart</code> attribute.</p>