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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-10-22 23:50:33 +00:00
parent 446ad9051a
commit 17ca0fe4e1
354 changed files with 6514 additions and 2991 deletions

View File

@ -120,7 +120,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/3f80b05/src/file/table/table.ts#L135">file/table/table.ts:135</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/1eed844/src/file/table/table.ts#L135">file/table/table.ts:135</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="tablecell.html" class="tsd-signature-type">TableCell</a></h4>
@ -140,7 +140,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/3f80b05/src/file/table/table.ts#L164">file/table/table.ts:164</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/1eed844/src/file/table/table.ts#L168">file/table/table.ts:168</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></h4>
@ -158,7 +158,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#isdeleted">IsDeleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/3f80b05/src/file/xml-components/base.ts#L13">file/xml-components/base.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/1eed844/src/file/xml-components/base.ts#L13">file/xml-components/base.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
@ -179,7 +179,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/3f80b05/src/file/xml-components/xml-component.ts#L33">file/xml-components/xml-component.ts:33</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/1eed844/src/file/xml-components/xml-component.ts#L33">file/xml-components/xml-component.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -202,7 +202,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/3f80b05/src/file/table/table.ts#L143">file/table/table.ts:143</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/1eed844/src/file/table/table.ts#L143">file/table/table.ts:143</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -225,7 +225,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/3f80b05/src/file/table/table.ts#L158">file/table/table.ts:158</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/1eed844/src/file/table/table.ts#L162">file/table/table.ts:162</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@ -249,7 +249,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/3f80b05/src/file/xml-components/xml-component.ts#L39">file/xml-components/xml-component.ts:39</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/1eed844/src/file/xml-components/xml-component.ts#L39">file/xml-components/xml-component.ts:39</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@ -260,17 +260,20 @@
<a name="prepforxml" class="tsd-anchor"></a>
<h3>prep<wbr>For<wbr>Xml</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<li class="tsd-signature tsd-kind-icon">prep<wbr>For<wbr>Xml<span class="tsd-signature-symbol">(</span><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">prep<wbr>For<wbr>Xml<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/3f80b05/src/file/table/table.ts#L148">file/table/table.ts:148</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/1eed844/src/file/table/table.ts#L148">file/table/table.ts:148</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></h4>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a>
<span class="tsd-signature-symbol"> | </span>
<span class="tsd-signature-type">undefined</span>
</h4>
</li>
</ul>
</section>