Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -124,20 +124,20 @@
|
||||
<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>Tab<wbr>Stop<span class="tsd-signature-symbol">(</span>tab<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Tab</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tabstop.html" class="tsd-signature-type">TabStop</a></li>
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Tab<wbr>Stop<span class="tsd-signature-symbol">(</span>tab<span class="tsd-signature-symbol">: </span><a href="tabstopitem.html" class="tsd-signature-type">TabStopItem</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tabstop.html" class="tsd-signature-type">TabStop</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/90f3da7/src/file/paragraph/formatting/tab-stop.ts#L4">file/paragraph/formatting/tab-stop.ts:4</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/00a20b7/src/file/paragraph/formatting/tab-stop.ts#L4">file/paragraph/formatting/tab-stop.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>tab: <span class="tsd-signature-type">Tab</span></h5>
|
||||
<h5>tab: <a href="tabstopitem.html" class="tsd-signature-type">TabStopItem</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="tabstop.html" class="tsd-signature-type">TabStop</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/90f3da7/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/00a20b7/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/90f3da7/src/file/xml-components/xml-component.ts#L34">file/xml-components/xml-component.ts:34</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/00a20b7/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>
|
||||
@ -203,7 +203,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/90f3da7/src/file/xml-components/xml-component.ts#L40">file/xml-components/xml-component.ts:40</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/00a20b7/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>
|
||||
@ -222,7 +222,7 @@
|
||||
<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/90f3da7/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/00a20b7/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/ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></h4>
|
||||
|
Reference in New Issue
Block a user