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

This commit is contained in:
Deployment Bot (from Travis CI)
2021-06-01 00:16:45 +00:00
parent 812e8111db
commit 1a00270fa8
309 changed files with 6827 additions and 16546 deletions

View File

@ -80,10 +80,10 @@
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iborderoptions.html#bottom" class="tsd-kind-icon">bottom</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iborderoptions.html#left" class="tsd-kind-icon">left</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iborderoptions.html#right" class="tsd-kind-icon">right</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iborderoptions.html#top" class="tsd-kind-icon">top</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iborderoptions.html#color" class="tsd-kind-icon">color</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iborderoptions.html#size" class="tsd-kind-icon">size</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iborderoptions.html#space" class="tsd-kind-icon">space</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="iborderoptions.html#style" class="tsd-kind-icon">style</a></li>
</ul>
</section>
</div>
@ -92,42 +92,57 @@
<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="bottom" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> bottom</h3>
<div class="tsd-signature tsd-kind-icon">bottom<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IBorderPropertyOptions</span></div>
<a name="color" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> color</h3>
<div class="tsd-signature tsd-kind-icon">color<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/7f24abd/src/file/paragraph/formatting/border.ts#L14">src/file/paragraph/formatting/border.ts:14</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/border/border.ts#L28">src/file/border/border.ts:28</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Border color, in hex (eg &#39;FF00AA&#39;)</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="left" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> left</h3>
<div class="tsd-signature tsd-kind-icon">left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IBorderPropertyOptions</span></div>
<a name="size" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> size</h3>
<div class="tsd-signature tsd-kind-icon">size<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/7f24abd/src/file/paragraph/formatting/border.ts#L15">src/file/paragraph/formatting/border.ts:15</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/border/border.ts#L30">src/file/border/border.ts:30</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Size of the border in 1/8 pt</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="right" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> right</h3>
<div class="tsd-signature tsd-kind-icon">right<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IBorderPropertyOptions</span></div>
<a name="space" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> space</h3>
<div class="tsd-signature tsd-kind-icon">space<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/7f24abd/src/file/paragraph/formatting/border.ts#L16">src/file/paragraph/formatting/border.ts:16</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/border/border.ts#L32">src/file/border/border.ts:32</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Spacing offset. Values are specified in pt</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="top" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> top</h3>
<div class="tsd-signature tsd-kind-icon">top<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IBorderPropertyOptions</span></div>
<a name="style" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> style</h3>
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="../enums/borderstyle.html" class="tsd-signature-type" data-tsd-kind="Enumeration">BorderStyle</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7f24abd/src/file/paragraph/formatting/border.ts#L13">src/file/paragraph/formatting/border.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/de145e0/src/file/border/border.ts#L26">src/file/border/border.ts:26</a></li>
</ul>
</aside>
</section>
@ -149,16 +164,16 @@
<a href="iborderoptions.html" class="tsd-kind-icon">IBorder<wbr>Options</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iborderoptions.html#bottom" class="tsd-kind-icon">bottom</a>
<a href="iborderoptions.html#color" class="tsd-kind-icon">color</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iborderoptions.html#left" class="tsd-kind-icon">left</a>
<a href="iborderoptions.html#size" class="tsd-kind-icon">size</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iborderoptions.html#right" class="tsd-kind-icon">right</a>
<a href="iborderoptions.html#space" class="tsd-kind-icon">space</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="iborderoptions.html#top" class="tsd-kind-icon">top</a>
<a href="iborderoptions.html#style" class="tsd-kind-icon">style</a>
</li>
</ul>
</li>