Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -130,7 +130,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Overrides <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#constructor">constructor</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/default-styles.ts#L99">file/styles/style/default-styles.ts:99</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/default-styles.ts#L99">file/styles/style/default-styles.ts:99</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="hyperlinkstyle.html" class="tsd-signature-type">HyperlinkStyle</a></h4>
|
||||
@ -151,7 +151,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/a54c271/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/b52a4ad/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>
|
||||
@ -172,7 +172,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/a54c271/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/b52a4ad/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>
|
||||
@ -196,7 +196,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#addrunproperty">addRunProperty</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L23">file/styles/style/character-style.ts:23</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L23">file/styles/style/character-style.ts:23</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -220,7 +220,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#basedon">basedOn</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L18">file/styles/style/character-style.ts:18</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L18">file/styles/style/character-style.ts:18</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -244,7 +244,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#bold">bold</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L32">file/styles/style/character-style.ts:32</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L32">file/styles/style/character-style.ts:32</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="characterstyle.html" class="tsd-signature-type">CharacterStyle</a></h4>
|
||||
@ -262,7 +262,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#color">color</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L28">file/styles/style/character-style.ts:28</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L28">file/styles/style/character-style.ts:28</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -286,7 +286,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/a54c271/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/b52a4ad/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>
|
||||
@ -304,7 +304,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#highlight">highlight</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L62">file/styles/style/character-style.ts:62</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L62">file/styles/style/character-style.ts:62</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -328,7 +328,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#italics">italics</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L36">file/styles/style/character-style.ts:36</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L36">file/styles/style/character-style.ts:36</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="characterstyle.html" class="tsd-signature-type">CharacterStyle</a></h4>
|
||||
@ -346,7 +346,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#link">link</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L52">file/styles/style/character-style.ts:52</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L52">file/styles/style/character-style.ts:52</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -371,7 +371,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/a54c271/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/b52a4ad/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>
|
||||
@ -392,7 +392,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="style.html">Style</a>.<a href="style.html#push">push</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/style.ts#L29">file/styles/style/style.ts:29</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/style.ts#L29">file/styles/style/style.ts:29</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -416,7 +416,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#semihidden">semiHidden</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L57">file/styles/style/character-style.ts:57</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L57">file/styles/style/character-style.ts:57</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="characterstyle.html" class="tsd-signature-type">CharacterStyle</a></h4>
|
||||
@ -434,7 +434,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#shadow">shadow</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L66">file/styles/style/character-style.ts:66</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L66">file/styles/style/character-style.ts:66</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -464,7 +464,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#size">size</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L48">file/styles/style/character-style.ts:48</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L48">file/styles/style/character-style.ts:48</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -488,7 +488,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#superscript">superScript</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L44">file/styles/style/character-style.ts:44</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L44">file/styles/style/character-style.ts:44</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="characterstyle.html" class="tsd-signature-type">CharacterStyle</a></h4>
|
||||
@ -506,7 +506,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="characterstyle.html">CharacterStyle</a>.<a href="characterstyle.html#underline">underline</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/a54c271/src/file/styles/style/character-style.ts#L40">file/styles/style/character-style.ts:40</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/b52a4ad/src/file/styles/style/character-style.ts#L40">file/styles/style/character-style.ts:40</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
|
Reference in New Issue
Block a user