Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -96,14 +96,9 @@
|
||||
<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="paragraph.html#addbookmark" class="tsd-kind-icon">add<wbr>Bookmark</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="paragraph.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="paragraph.html#addhyperlink" class="tsd-kind-icon">add<wbr>Hyper<wbr>Link</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#addrun" class="tsd-kind-icon">add<wbr>Run</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#addruntofront" class="tsd-kind-icon">add<wbr>Run<wbr>ToFront</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#addsequentialidentifier" class="tsd-kind-icon">add<wbr>Sequential<wbr>Identifier</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="paragraph.html#delete" class="tsd-kind-icon">delete</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#pagebreak" class="tsd-kind-icon">page<wbr>Break</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="paragraph.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="paragraph.html#referencefootnote" class="tsd-kind-icon">reference<wbr>Footnote</a></li>
|
||||
</ul>
|
||||
@ -124,7 +119,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/5d401df/src/file/paragraph/paragraph.ts#L60">file/paragraph/paragraph.ts:60</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/fefefdd/src/file/paragraph/paragraph.ts#L52">file/paragraph/paragraph.ts:52</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -151,7 +146,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/5d401df/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/fefefdd/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>
|
||||
@ -161,29 +156,6 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-external">
|
||||
<h2>Methods</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="addbookmark" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Bookmark</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">add<wbr>Bookmark<span class="tsd-signature-symbol">(</span>bookmark<span class="tsd-signature-symbol">: </span><a href="bookmark.html" class="tsd-signature-type">Bookmark</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</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/5d401df/src/file/paragraph/paragraph.ts#L184">file/paragraph/paragraph.ts:184</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>bookmark: <a href="bookmark.html" class="tsd-signature-type">Bookmark</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a name="addchildelement" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Child<wbr>Element</h3>
|
||||
@ -195,7 +167,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/5d401df/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/fefefdd/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>
|
||||
@ -208,52 +180,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="addhyperlink" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Hyper<wbr>Link</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">add<wbr>Hyper<wbr>Link<span class="tsd-signature-symbol">(</span>hyperlink<span class="tsd-signature-symbol">: </span><a href="hyperlink.html" class="tsd-signature-type">Hyperlink</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</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/5d401df/src/file/paragraph/paragraph.ts#L179">file/paragraph/paragraph.ts:179</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>hyperlink: <a href="hyperlink.html" class="tsd-signature-type">Hyperlink</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="addrun" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Run</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">add<wbr>Run<span class="tsd-signature-symbol">(</span>run<span class="tsd-signature-symbol">: </span><a href="run.html" class="tsd-signature-type">Run</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</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/5d401df/src/file/paragraph/paragraph.ts#L174">file/paragraph/paragraph.ts:174</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>run: <a href="run.html" class="tsd-signature-type">Run</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="addruntofront" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Run<wbr>ToFront</h3>
|
||||
@ -264,7 +190,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5d401df/src/file/paragraph/paragraph.ts#L202">file/paragraph/paragraph.ts:202</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/fefefdd/src/file/paragraph/paragraph.ts#L166">file/paragraph/paragraph.ts:166</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -277,29 +203,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="addsequentialidentifier" class="tsd-anchor"></a>
|
||||
<h3>add<wbr>Sequential<wbr>Identifier</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">add<wbr>Sequential<wbr>Identifier<span class="tsd-signature-symbol">(</span>identifier<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="paragraph.html" class="tsd-signature-type">Paragraph</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/5d401df/src/file/paragraph/paragraph.ts#L207">file/paragraph/paragraph.ts:207</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>identifier: <span class="tsd-signature-type">string</span></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a name="delete" class="tsd-anchor"></a>
|
||||
<h3>delete</h3>
|
||||
@ -311,30 +214,13 @@
|
||||
<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/5d401df/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/fefefdd/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>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="pagebreak" class="tsd-anchor"></a>
|
||||
<h3>page<wbr>Break</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<li class="tsd-signature tsd-kind-icon">page<wbr>Break<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="paragraph.html" class="tsd-signature-type">Paragraph</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/5d401df/src/file/paragraph/paragraph.ts#L192">file/paragraph/paragraph.ts:192</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="paragraph.html" class="tsd-signature-type">Paragraph</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<a name="prepforxml" class="tsd-anchor"></a>
|
||||
<h3>prep<wbr>For<wbr>Xml</h3>
|
||||
@ -347,7 +233,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/5d401df/src/file/xml-components/xml-component.ts#L16">file/xml-components/xml-component.ts:16</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/fefefdd/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>
|
||||
@ -367,7 +253,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5d401df/src/file/paragraph/paragraph.ts#L197">file/paragraph/paragraph.ts:197</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/fefefdd/src/file/paragraph/paragraph.ts#L161">file/paragraph/paragraph.ts:161</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -403,30 +289,15 @@
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="paragraph.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="paragraph.html#addbookmark" class="tsd-kind-icon">add<wbr>Bookmark</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="paragraph.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="paragraph.html#addhyperlink" class="tsd-kind-icon">add<wbr>Hyper<wbr>Link</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#addrun" class="tsd-kind-icon">add<wbr>Run</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#addruntofront" class="tsd-kind-icon">add<wbr>Run<wbr>ToFront</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#addsequentialidentifier" class="tsd-kind-icon">add<wbr>Sequential<wbr>Identifier</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
||||
<a href="paragraph.html#delete" class="tsd-kind-icon">delete</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="paragraph.html#pagebreak" class="tsd-kind-icon">page<wbr>Break</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external">
|
||||
<a href="paragraph.html#prepforxml" class="tsd-kind-icon">prep<wbr>For<wbr>Xml</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user