Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -81,10 +81,10 @@
|
||||
<h2>Index</h2>
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<div class="tsd-index-content">
|
||||
<section class="tsd-index-section tsd-is-inherited tsd-is-external">
|
||||
<section class="tsd-index-section tsd-is-external">
|
||||
<h3>Constructors</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="basetablecellmargin.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="basetablecellmargin.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section tsd-is-inherited tsd-is-external">
|
||||
@ -105,21 +105,20 @@
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-external">
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-external">
|
||||
<h2>Constructors</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
|
||||
<a name="constructor" class="tsd-anchor"></a>
|
||||
<h3>constructor</h3>
|
||||
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Base<wbr>Table<wbr>Cell<wbr>Margin<span class="tsd-signature-symbol">(</span>rootKey<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="basetablecellmargin.html" class="tsd-signature-type">BaseTableCellMargin</a></li>
|
||||
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Base<wbr>Table<wbr>Cell<wbr>Margin<span class="tsd-signature-symbol">(</span>rootKey<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">: </span><a href="../interfaces/ibasetablecellmarginoptions.html" class="tsd-signature-type">IBaseTableCellMarginOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="basetablecellmargin.html" class="tsd-signature-type">BaseTableCellMargin</a></li>
|
||||
</ul>
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="datecomponent.html">DateComponent</a>.<a href="datecomponent.html#constructor">constructor</a></p>
|
||||
<p>Overrides <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#constructor">constructor</a></p>
|
||||
<p>Overrides <a href="datecomponent.html">DateComponent</a>.<a href="datecomponent.html#constructor">constructor</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/xml-components/xml-component.ts#L9">src/file/xml-components/xml-component.ts:9</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/table/table-properties/table-cell-margin.ts#L14">src/file/table/table-properties/table-cell-margin.ts:14</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -127,6 +126,9 @@
|
||||
<li>
|
||||
<h5>rootKey: <span class="tsd-signature-type">string</span></h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5>options: <a href="../interfaces/ibasetablecellmarginoptions.html" class="tsd-signature-type">IBaseTableCellMarginOptions</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="basetablecellmargin.html" class="tsd-signature-type">BaseTableCellMargin</a></h4>
|
||||
</li>
|
||||
@ -146,7 +148,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#isdeleted">IsDeleted</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/xml-components/base.ts#L15">src/file/xml-components/base.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/xml-components/base.ts#L15">src/file/xml-components/base.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
||||
@ -167,7 +169,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#addchildelement">addChildElement</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/xml-components/xml-component.ts#L43">src/file/xml-components/xml-component.ts:43</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/xml-components/xml-component.ts#L43">src/file/xml-components/xml-component.ts:43</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -191,7 +193,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#delete">delete</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/xml-components/xml-component.ts#L49">src/file/xml-components/xml-component.ts:49</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/xml-components/xml-component.ts#L49">src/file/xml-components/xml-component.ts:49</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
||||
@ -210,7 +212,7 @@
|
||||
<p>Inherited from <a href="tablegrid.html">TableGrid</a>.<a href="tablegrid.html#prepforxml">prepForXml</a></p>
|
||||
<p>Overrides <a href="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/xml-components/xml-component.ts#L16">src/file/xml-components/xml-component.ts:16</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/xml-components/xml-component.ts#L16">src/file/xml-components/xml-component.ts:16</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -233,7 +235,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/31269c8/src/file/table/table-properties/table-cell-margin.ts#L10">src/file/table/table-properties/table-cell-margin.ts:10</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/2f732e7/src/file/table/table-properties/table-cell-margin.ts#L26">src/file/table/table-properties/table-cell-margin.ts:26</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -266,7 +268,7 @@
|
||||
<li class="current tsd-kind-class tsd-is-external">
|
||||
<a href="basetablecellmargin.html" class="tsd-kind-icon">Base<wbr>Table<wbr>Cell<wbr>Margin</a>
|
||||
<ul>
|
||||
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
|
||||
<a href="basetablecellmargin.html#constructor" class="tsd-kind-icon">constructor</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
|
Reference in New Issue
Block a user