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

This commit is contained in:
Deployment Bot (from Travis CI)
2021-03-01 03:43:37 +00:00
parent 09d6233e4b
commit cb3e883dc9
602 changed files with 6132 additions and 5644 deletions

View File

@ -91,13 +91,13 @@
<a name="format" class="tsd-anchor"></a>
<h3>format</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">(</span>input<span class="tsd-signature-symbol">: </span><a href="basexmlcomponent.html" class="tsd-signature-type">BaseXmlComponent</a>, file<span class="tsd-signature-symbol">?: </span><a href="file.html" class="tsd-signature-type">File</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></li>
<li class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">(</span>input<span class="tsd-signature-symbol">: </span><a href="basexmlcomponent.html" class="tsd-signature-type">BaseXmlComponent</a>, file<span class="tsd-signature-symbol">?: </span><a href="../interfaces/iviewwrapper.html" class="tsd-signature-type">IViewWrapper</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</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/60664a2/src/export/formatter.ts#L5">src/export/formatter.ts:5</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/cdd22ef/src/export/formatter.ts#L5">src/export/formatter.ts:5</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -106,7 +106,7 @@
<h5>input: <a href="basexmlcomponent.html" class="tsd-signature-type">BaseXmlComponent</a></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> file: <a href="file.html" class="tsd-signature-type">File</a></h5>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> file: <a href="../interfaces/iviewwrapper.html" class="tsd-signature-type">IViewWrapper</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></h4>