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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-08-07 00:29:54 +00:00
parent f1585efab4
commit 811a251597
424 changed files with 5731 additions and 5686 deletions

View File

@ -98,12 +98,12 @@
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_header_wrapper_.headerwrapper.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_header_wrapper_.headerwrapper.html#addimage" class="tsd-kind-icon">add<wbr>Image</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_header_wrapper_.headerwrapper.html#addparagraph" class="tsd-kind-icon">add<wbr>Paragraph</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_header_wrapper_.headerwrapper.html#addtable" class="tsd-kind-icon">add<wbr>Table</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_header_wrapper_.headerwrapper.html#createimage" class="tsd-kind-icon">create<wbr>Image</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_header_wrapper_.headerwrapper.html#createparagraph" class="tsd-kind-icon">create<wbr>Paragraph</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_header_wrapper_.headerwrapper.html#createtable" class="tsd-kind-icon">create<wbr>Table</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_header_wrapper_.headerwrapper.html#insertimage" class="tsd-kind-icon">insert<wbr>Image</a></li>
</ul>
</section>
</div>
@ -121,7 +121,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L10">file/header-wrapper.ts:10</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L10">file/header-wrapper.ts:10</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -150,7 +150,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L54">file/header-wrapper.ts:54</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L54">file/header-wrapper.ts:54</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_header_header_.header.html" class="tsd-signature-type">Header</a></h4>
@ -167,7 +167,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L58">file/header-wrapper.ts:58</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L58">file/header-wrapper.ts:58</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_relationships_relationships_.relationships.html" class="tsd-signature-type">Relationships</a></h4>
@ -187,7 +187,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L35">file/header-wrapper.ts:35</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L35">file/header-wrapper.ts:35</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -200,6 +200,29 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="addimage" class="tsd-anchor"></a>
<h3>add<wbr>Image</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">add<wbr>Image<span class="tsd-signature-symbol">(</span>image<span class="tsd-signature-symbol">: </span><a href="_file_paragraph_image_.image.html" class="tsd-signature-type">Image</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_header_wrapper_.headerwrapper.html" class="tsd-signature-type">HeaderWrapper</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L49">file/header-wrapper.ts:49</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>image: <a href="_file_paragraph_image_.image.html" class="tsd-signature-type">Image</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_file_header_wrapper_.headerwrapper.html" class="tsd-signature-type">HeaderWrapper</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="addparagraph" class="tsd-anchor"></a>
<h3>add<wbr>Paragraph</h3>
@ -210,7 +233,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L17">file/header-wrapper.ts:17</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L17">file/header-wrapper.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -233,7 +256,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L27">file/header-wrapper.ts:27</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L27">file/header-wrapper.ts:27</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -256,7 +279,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L39">file/header-wrapper.ts:39</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L39">file/header-wrapper.ts:39</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -279,7 +302,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L21">file/header-wrapper.ts:21</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L21">file/header-wrapper.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -302,7 +325,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L31">file/header-wrapper.ts:31</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/12c8cb9/src/file/header-wrapper.ts#L31">file/header-wrapper.ts:31</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -318,29 +341,6 @@
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="insertimage" class="tsd-anchor"></a>
<h3>insert<wbr>Image</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">insert<wbr>Image<span class="tsd-signature-symbol">(</span>image<span class="tsd-signature-symbol">: </span><a href="_file_paragraph_image_.image.html" class="tsd-signature-type">Image</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_header_wrapper_.headerwrapper.html" class="tsd-signature-type">HeaderWrapper</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/ca8f331/src/file/header-wrapper.ts#L49">file/header-wrapper.ts:49</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>image: <a href="_file_paragraph_image_.image.html" class="tsd-signature-type">Image</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_file_header_wrapper_.headerwrapper.html" class="tsd-signature-type">HeaderWrapper</a></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
@ -373,6 +373,9 @@
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_header_wrapper_.headerwrapper.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_header_wrapper_.headerwrapper.html#addimage" class="tsd-kind-icon">add<wbr>Image</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_header_wrapper_.headerwrapper.html#addparagraph" class="tsd-kind-icon">add<wbr>Paragraph</a>
</li>
@ -388,9 +391,6 @@
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_header_wrapper_.headerwrapper.html#createtable" class="tsd-kind-icon">create<wbr>Table</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_header_wrapper_.headerwrapper.html#insertimage" class="tsd-kind-icon">insert<wbr>Image</a>
</li>
</ul>
</li>
</ul>