Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -98,27 +98,27 @@
|
||||
<div class="tsd-signature tsd-kind-icon">children<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol"><</span><a href="../classes/paragraph.html" class="tsd-signature-type">Paragraph</a><span class="tsd-signature-symbol"> | </span><a href="../classes/table.html" class="tsd-signature-type">Table</a><span class="tsd-signature-symbol"> | </span><a href="../classes/tableofcontents.html" class="tsd-signature-type">TableOfContents</a><span class="tsd-signature-symbol"> | </span><a href="../classes/hyperlinkref.html" class="tsd-signature-type">HyperlinkRef</a><span class="tsd-signature-symbol">></span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7d655cd/src/file/file.ts#L44">file/file.ts:44</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6e94bbb/src/file/file.ts#L44">src/file/file.ts:44</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
|
||||
<a name="footers" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagOptional">Optional</span> footers</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">footers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">object</span></div>
|
||||
<div class="tsd-signature tsd-kind-icon">footers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>default<span class="tsd-signature-symbol">?: </span><a href="../classes/footer.html" class="tsd-signature-type">Footer</a><span class="tsd-signature-symbol">; </span>even<span class="tsd-signature-symbol">?: </span><a href="../classes/footer.html" class="tsd-signature-type">Footer</a><span class="tsd-signature-symbol">; </span>first<span class="tsd-signature-symbol">?: </span><a href="../classes/footer.html" class="tsd-signature-type">Footer</a><span class="tsd-signature-symbol"> }</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7d655cd/src/file/file.ts#L36">file/file.ts:36</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6e94bbb/src/file/file.ts#L36">src/file/file.ts:36</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
|
||||
<a name="headers" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagOptional">Optional</span> headers</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">object</span></div>
|
||||
<div class="tsd-signature tsd-kind-icon">headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>default<span class="tsd-signature-symbol">?: </span><a href="../classes/header.html" class="tsd-signature-type">Header</a><span class="tsd-signature-symbol">; </span>even<span class="tsd-signature-symbol">?: </span><a href="../classes/header.html" class="tsd-signature-type">Header</a><span class="tsd-signature-symbol">; </span>first<span class="tsd-signature-symbol">?: </span><a href="../classes/header.html" class="tsd-signature-type">Header</a><span class="tsd-signature-symbol"> }</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7d655cd/src/file/file.ts#L31">file/file.ts:31</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6e94bbb/src/file/file.ts#L31">src/file/file.ts:31</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -128,7 +128,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">margins<span class="tsd-signature-symbol">:</span> <a href="ipagemarginattributes.html" class="tsd-signature-type">IPageMarginAttributes</a></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7d655cd/src/file/file.ts#L42">file/file.ts:42</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6e94bbb/src/file/file.ts#L42">src/file/file.ts:42</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -138,7 +138,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">properties<span class="tsd-signature-symbol">:</span> <a href="../globals.html#sectionpropertiesoptions" class="tsd-signature-type">SectionPropertiesOptions</a></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7d655cd/src/file/file.ts#L43">file/file.ts:43</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6e94bbb/src/file/file.ts#L43">src/file/file.ts:43</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -148,7 +148,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <a href="ipagesizeattributes.html" class="tsd-signature-type">IPageSizeAttributes</a></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/7d655cd/src/file/file.ts#L41">file/file.ts:41</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/6e94bbb/src/file/file.ts#L41">src/file/file.ts:41</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -208,6 +208,7 @@
|
||||
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
||||
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
||||
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
||||
@ -256,7 +257,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
|
Reference in New Issue
Block a user