Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2021-03-20 00:01:19 +00:00
parent 63c399b66b
commit be607b576d
299 changed files with 2098 additions and 2085 deletions

View File

@ -80,9 +80,9 @@
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ipagenumbertypeattributes.html#pagenumberformattype" class="tsd-kind-icon">page<wbr>Number<wbr>Format<wbr>Type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ipagenumbertypeattributes.html#pagenumberseparator" class="tsd-kind-icon">page<wbr>Number<wbr>Separator</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ipagenumbertypeattributes.html#pagenumberstart" class="tsd-kind-icon">page<wbr>Number<wbr>Start</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ipagenumbertypeattributes.html#formattype" class="tsd-kind-icon">format<wbr>Type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ipagenumbertypeattributes.html#separator" class="tsd-kind-icon">separator</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ipagenumbertypeattributes.html#start" class="tsd-kind-icon">start</a></li>
</ul>
</section>
</div>
@ -91,32 +91,32 @@
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="pagenumberformattype" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> page<wbr>Number<wbr>Format<wbr>Type</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Number<wbr>Format<wbr>Type<span class="tsd-signature-symbol">:</span> <a href="../enums/pagenumberformat.html" class="tsd-signature-type" data-tsd-kind="Enumeration">PageNumberFormat</a></div>
<a name="formattype" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> format<wbr>Type</h3>
<div class="tsd-signature tsd-kind-icon">format<wbr>Type<span class="tsd-signature-symbol">:</span> <a href="../enums/pagenumberformat.html" class="tsd-signature-type" data-tsd-kind="Enumeration">PageNumberFormat</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4783812/src/file/document/body/section-properties/page-number/page-number.ts#L30">src/file/document/body/section-properties/page-number/page-number.ts:30</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f41e19c/src/file/document/body/section-properties/page-number/page-number.ts#L30">src/file/document/body/section-properties/page-number/page-number.ts:30</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="pagenumberseparator" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> page<wbr>Number<wbr>Separator</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Number<wbr>Separator<span class="tsd-signature-symbol">:</span> <a href="../enums/pagenumberseparator.html" class="tsd-signature-type" data-tsd-kind="Enumeration">PageNumberSeparator</a></div>
<a name="separator" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> separator</h3>
<div class="tsd-signature tsd-kind-icon">separator<span class="tsd-signature-symbol">:</span> <a href="../enums/pagenumberseparator.html" class="tsd-signature-type" data-tsd-kind="Enumeration">PageNumberSeparator</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4783812/src/file/document/body/section-properties/page-number/page-number.ts#L31">src/file/document/body/section-properties/page-number/page-number.ts:31</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f41e19c/src/file/document/body/section-properties/page-number/page-number.ts#L31">src/file/document/body/section-properties/page-number/page-number.ts:31</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="pagenumberstart" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> page<wbr>Number<wbr>Start</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Number<wbr>Start<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<a name="start" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> start</h3>
<div class="tsd-signature tsd-kind-icon">start<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4783812/src/file/document/body/section-properties/page-number/page-number.ts#L29">src/file/document/body/section-properties/page-number/page-number.ts:29</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f41e19c/src/file/document/body/section-properties/page-number/page-number.ts#L29">src/file/document/body/section-properties/page-number/page-number.ts:29</a></li>
</ul>
</aside>
</section>
@ -138,13 +138,13 @@
<a href="ipagenumbertypeattributes.html" class="tsd-kind-icon">IPage<wbr>Number<wbr>Type<wbr>Attributes</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="ipagenumbertypeattributes.html#pagenumberformattype" class="tsd-kind-icon">page<wbr>Number<wbr>Format<wbr>Type</a>
<a href="ipagenumbertypeattributes.html#formattype" class="tsd-kind-icon">format<wbr>Type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="ipagenumbertypeattributes.html#pagenumberseparator" class="tsd-kind-icon">page<wbr>Number<wbr>Separator</a>
<a href="ipagenumbertypeattributes.html#separator" class="tsd-kind-icon">separator</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="ipagenumbertypeattributes.html#pagenumberstart" class="tsd-kind-icon">page<wbr>Number<wbr>Start</a>
<a href="ipagenumbertypeattributes.html#start" class="tsd-kind-icon">start</a>
</li>
</ul>
</li>