Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -67,6 +67,9 @@
|
||||
<section class="tsd-panel tsd-hierarchy">
|
||||
<h3>Hierarchy</h3>
|
||||
<ul class="tsd-hierarchy">
|
||||
<li>
|
||||
<a href="xmlcomponent.html" class="tsd-signature-type">XmlComponent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="ignoreifemptyxmlcomponent.html" class="tsd-signature-type">IgnoreIfEmptyXmlComponent</a>
|
||||
<ul class="tsd-hierarchy">
|
||||
@ -90,18 +93,18 @@
|
||||
<section class="tsd-index-section tsd-is-inherited tsd-is-external">
|
||||
<h3>Accessors</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
|
||||
<li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section tsd-is-external">
|
||||
<h3>Methods</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="tablecellmargin.html#addbottommargin" class="tsd-kind-icon">add<wbr>Bottom<wbr>Margin</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="tablecellmargin.html#addleftmargin" class="tsd-kind-icon">add<wbr>Left<wbr>Margin</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="tablecellmargin.html#addrightmargin" class="tsd-kind-icon">add<wbr>Right<wbr>Margin</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="tablecellmargin.html#addtopmargin" class="tsd-kind-icon">add<wbr>Top<wbr>Margin</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#delete" class="tsd-kind-icon">delete</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#delete" class="tsd-kind-icon">delete</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="tablecellmargin.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
@ -114,16 +117,24 @@
|
||||
<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-external">
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Table<wbr>Cell<wbr>Margin<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tablecellmargin.html" class="tsd-signature-type">TableCellMargin</a></li>
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Table<wbr>Cell<wbr>Margin<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tablecellmargin.html" class="tsd-signature-type">TableCellMargin</a></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#constructor">constructor</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b0f8f8d/src/file/table/table-properties/table-cell-margin.ts#L20">file/table/table-properties/table-cell-margin.ts:20</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/table/table-cell/cell-margin/table-cell-margins.ts#L13">file/table/table-cell/cell-margin/table-cell-margins.ts:13</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>__namedParameters: <span class="tsd-signature-type">object</span></h5>
|
||||
<ul class="tsd-parameters">
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="tablecellmargin.html" class="tsd-signature-type">TableCellMargin</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
@ -131,18 +142,19 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-external">
|
||||
<h2>Accessors</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<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 tsd-is-external">
|
||||
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<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="basexmlcomponent.html">BaseXmlComponent</a>.<a href="basexmlcomponent.html#isdeleted">IsDeleted</a></p>
|
||||
<p>Overrides <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/b0f8f8d/src/file/xml-components/base.ts#L14">file/xml-components/base.ts:14</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/xml-components/base.ts#L14">file/xml-components/base.ts:14</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
||||
@ -162,7 +174,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b0f8f8d/src/file/table/table-properties/table-cell-margin.ts#L39">file/table/table-properties/table-cell-margin.ts:39</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/table/table-properties/table-cell-margin.ts#L39">file/table/table-properties/table-cell-margin.ts:39</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -178,18 +190,19 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<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 tsd-is-external">
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<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="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="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="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#addchildelement">addChildElement</a></p>
|
||||
<p>Overrides <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/b0f8f8d/src/file/xml-components/xml-component.ts#L43">file/xml-components/xml-component.ts:43</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/xml-components/xml-component.ts#L43">file/xml-components/xml-component.ts:43</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -212,7 +225,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b0f8f8d/src/file/table/table-properties/table-cell-margin.ts#L32">file/table/table-properties/table-cell-margin.ts:32</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/table/table-properties/table-cell-margin.ts#L32">file/table/table-properties/table-cell-margin.ts:32</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -238,7 +251,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b0f8f8d/src/file/table/table-properties/table-cell-margin.ts#L46">file/table/table-properties/table-cell-margin.ts:46</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/table/table-properties/table-cell-margin.ts#L46">file/table/table-properties/table-cell-margin.ts:46</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -264,7 +277,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b0f8f8d/src/file/table/table-properties/table-cell-margin.ts#L25">file/table/table-properties/table-cell-margin.ts:25</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/table/table-properties/table-cell-margin.ts#L25">file/table/table-properties/table-cell-margin.ts:25</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -280,18 +293,19 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<a name="delete" class="tsd-anchor"></a>
|
||||
<h3>delete</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<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="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#delete">delete</a></p>
|
||||
<p>Overrides <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/b0f8f8d/src/file/xml-components/xml-component.ts#L49">file/xml-components/xml-component.ts:49</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/xml-components/xml-component.ts#L49">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>
|
||||
@ -307,10 +321,10 @@
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="ignoreifemptyxmlcomponent.html">IgnoreIfEmptyXmlComponent</a>.<a href="ignoreifemptyxmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<p>Overrides <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.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/b0f8f8d/src/file/xml-components/xml-component.ts#L55">file/xml-components/xml-component.ts:55</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/90891cf/src/file/xml-components/xml-component.ts#L16">file/xml-components/xml-component.ts:16</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="../interfaces/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a>
|
||||
@ -340,13 +354,13 @@
|
||||
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
|
||||
<a href="tablecellmargin.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">
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<a href="tablecellmargin.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="tablecellmargin.html#addbottommargin" class="tsd-kind-icon">add<wbr>Bottom<wbr>Margin</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<a href="tablecellmargin.html#addchildelement" class="tsd-kind-icon">add<wbr>Child<wbr>Element</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
@ -358,7 +372,7 @@
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="tablecellmargin.html#addtopmargin" class="tsd-kind-icon">add<wbr>Top<wbr>Margin</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<a href="tablecellmargin.html#delete" class="tsd-kind-icon">delete</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
|
Reference in New Issue
Block a user