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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-05-16 18:53:57 +00:00
parent 386ca8f53d
commit 5711016921
331 changed files with 30838 additions and 2098 deletions

View File

@ -95,14 +95,28 @@
<section class="tsd-index-section tsd-is-inherited tsd-is-private-protected">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_file_table_table_.tablecellproperties.html#deleted" class="tsd-kind-icon">deleted</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_file_table_table_.tablecellproperties.html#root" class="tsd-kind-icon">root</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="_file_table_table_.tablecellproperties.html#rootkey" class="tsd-kind-icon">root<wbr>Key</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-inherited">
<section class="tsd-index-section ">
<h3>Accessors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-get-signature tsd-parent-kind-class"><a href="_file_table_table_.tablecellproperties.html#borders" class="tsd-kind-icon">borders</a></li>
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="_file_table_table_.tablecellproperties.html#isdeleted" class="tsd-kind-icon">is<wbr>Deleted</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_file_table_table_.tablecellproperties.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_table_table_.tablecellproperties.html#addgridspan" class="tsd-kind-icon">add<wbr>Grid<wbr>Span</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_table_table_.tablecellproperties.html#addverticalmerge" class="tsd-kind-icon">add<wbr>Vertical<wbr>Merge</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_file_table_table_.tablecellproperties.html#delete" class="tsd-kind-icon">delete</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited"><a href="_file_table_table_.tablecellproperties.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_table_table_.tablecellproperties.html#setverticalalign" class="tsd-kind-icon">set<wbr>Vertical<wbr>Align</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_file_table_table_.tablecellproperties.html#setwidth" class="tsd-kind-icon">set<wbr>Width</a></li>
</ul>
</section>
</div>
@ -121,7 +135,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/table/table.ts#L117">file/table/table.ts:117</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/table/table.ts#L128">file/table/table.ts:128</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></h4>
@ -131,6 +145,17 @@
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-private-protected">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="deleted" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> deleted</h3>
<div class="tsd-signature tsd-kind-icon">deleted<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#deleted">deleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/base.ts#L5">file/xml-components/base.ts:5</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="root" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> root</h3>
@ -138,7 +163,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#root">root</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/xml-components/xml-component.ts#L6">file/xml-components/xml-component.ts:6</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/xml-component.ts#L6">file/xml-components/xml-component.ts:6</a></li>
</ul>
</aside>
</section>
@ -149,13 +174,139 @@
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#rootkey">rootKey</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/xml-components/base.ts#L4">file/xml-components/base.ts:4</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/base.ts#L4">file/xml-components/base.ts:4</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<section class="tsd-panel-group tsd-member-group ">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class">
<a name="borders" class="tsd-anchor"></a>
<h3>borders</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> borders<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_table_table_cell_.tablecellborders.html" class="tsd-signature-type">TableCellBorders</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/b4f07f5/src/file/table/table.ts#L135">file/table/table.ts:135</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="_file_table_table_cell_.tablecellborders.html" class="tsd-signature-type">TableCellBorders</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a name="isdeleted" class="tsd-anchor"></a>
<h3>is<wbr>Deleted</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isDeleted<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#isdeleted">isDeleted</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/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>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addchildelement" class="tsd-anchor"></a>
<h3>add<wbr>Child<wbr>Element</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">add<wbr>Child<wbr>Element<span class="tsd-signature-symbol">(</span>child<span class="tsd-signature-symbol">: </span><a href="_file_xml_components_xml_component_.xmlcomponent.html" class="tsd-signature-type">XmlComponent</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_xml_components_xml_component_.xmlcomponent.html" class="tsd-signature-type">XmlComponent</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#addchildelement">addChildElement</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/xml-component.ts#L34">file/xml-components/xml-component.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>child: <a href="_file_xml_components_xml_component_.xmlcomponent.html" class="tsd-signature-type">XmlComponent</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_file_xml_components_xml_component_.xmlcomponent.html" class="tsd-signature-type">XmlComponent</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="addgridspan" class="tsd-anchor"></a>
<h3>add<wbr>Grid<wbr>Span</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">add<wbr>Grid<wbr>Span<span class="tsd-signature-symbol">(</span>cellSpan<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</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/b4f07f5/src/file/table/table.ts#L139">file/table/table.ts:139</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>cellSpan: <span class="tsd-signature-type">number</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="addverticalmerge" class="tsd-anchor"></a>
<h3>add<wbr>Vertical<wbr>Merge</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">add<wbr>Vertical<wbr>Merge<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="../enums/_file_table_table_cell_.vmergetype.html" class="tsd-signature-type">VMergeType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</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/b4f07f5/src/file/table/table.ts#L145">file/table/table.ts:145</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>type: <a href="../enums/_file_table_table_cell_.vmergetype.html" class="tsd-signature-type">VMergeType</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="delete" class="tsd-anchor"></a>
<h3>delete</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">delete<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#delete">delete</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/xml-component.ts#L40">file/xml-components/xml-component.ts:40</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<a name="prepforxml" class="tsd-anchor"></a>
<h3>prep<wbr>For<wbr>Xml</h3>
@ -168,13 +319,62 @@
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#prepforxml">prepForXml</a></p>
<p>Overrides <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#prepforxml">prepForXml</a></p>
<ul>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4d7bdc2/src/file/xml-components/xml-component.ts#L13">file/xml-components/xml-component.ts:13</a></li>
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b4f07f5/src/file/xml-components/xml-component.ts#L13">file/xml-components/xml-component.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="setverticalalign" class="tsd-anchor"></a>
<h3>set<wbr>Vertical<wbr>Align</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">set<wbr>Vertical<wbr>Align<span class="tsd-signature-symbol">(</span>vAlignType<span class="tsd-signature-symbol">: </span><a href="../enums/_file_table_table_cell_.verticalalign.html" class="tsd-signature-type">VerticalAlign</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</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/b4f07f5/src/file/table/table.ts#L151">file/table/table.ts:151</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>vAlignType: <a href="../enums/_file_table_table_cell_.verticalalign.html" class="tsd-signature-type">VerticalAlign</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="setwidth" class="tsd-anchor"></a>
<h3>set<wbr>Width</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">set<wbr>Width<span class="tsd-signature-symbol">(</span>width<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span>, type<span class="tsd-signature-symbol">: </span><a href="../enums/_file_table_table_cell_.widthtype.html" class="tsd-signature-type">WidthType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</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/b4f07f5/src/file/table/table.ts#L157">file/table/table.ts:157</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>width: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
</li>
<li>
<h5>type: <a href="../enums/_file_table_table_cell_.widthtype.html" class="tsd-signature-type">WidthType</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_file_table_table_.tablecellproperties.html" class="tsd-signature-type">TableCellProperties</a></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
@ -204,15 +404,42 @@
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="_file_table_table_.tablecellproperties.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_file_table_table_.tablecellproperties.html#deleted" class="tsd-kind-icon">deleted</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_file_table_table_.tablecellproperties.html#root" class="tsd-kind-icon">root</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="_file_table_table_.tablecellproperties.html#rootkey" class="tsd-kind-icon">root<wbr>Key</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="_file_table_table_.tablecellproperties.html#borders" class="tsd-kind-icon">borders</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="_file_table_table_.tablecellproperties.html#isdeleted" class="tsd-kind-icon">is<wbr>Deleted</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_file_table_table_.tablecellproperties.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_table_table_.tablecellproperties.html#addgridspan" class="tsd-kind-icon">add<wbr>Grid<wbr>Span</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_table_table_.tablecellproperties.html#addverticalmerge" class="tsd-kind-icon">add<wbr>Vertical<wbr>Merge</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_file_table_table_.tablecellproperties.html#delete" class="tsd-kind-icon">delete</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited">
<a href="_file_table_table_.tablecellproperties.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_table_table_.tablecellproperties.html#setverticalalign" class="tsd-kind-icon">set<wbr>Vertical<wbr>Align</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_file_table_table_.tablecellproperties.html#setwidth" class="tsd-kind-icon">set<wbr>Width</a>
</li>
</ul>
</li>
</ul>