Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -88,14 +88,6 @@
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="sectionproperties.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Properties</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><a href="sectionproperties.html#leftmargin" class="tsd-kind-icon">left<wbr>Margin</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><a href="sectionproperties.html#rightmargin" class="tsd-kind-icon">right<wbr>Margin</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><a href="sectionproperties.html#width" class="tsd-kind-icon">width</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Accessors</h3>
|
||||
<ul class="tsd-index-list">
|
||||
@ -119,20 +111,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">
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Section<wbr>Properties<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">?: </span><a href="../modules.html#sectionpropertiesoptions" class="tsd-signature-type" data-tsd-kind="Type alias">SectionPropertiesOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="sectionproperties.html" class="tsd-signature-type" data-tsd-kind="Class">SectionProperties</a></li>
|
||||
<li class="tsd-signature tsd-kind-icon">new <wbr>Section<wbr>Properties<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">?: </span><a href="../interfaces/isectionpropertiesoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ISectionPropertiesOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="sectionproperties.html" class="tsd-signature-type" data-tsd-kind="Class">SectionProperties</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/4783812/src/file/document/body/section-properties/section-properties.ts#L66">src/file/document/body/section-properties/section-properties.ts:66</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f41e19c/src/file/document/body/section-properties/section-properties.ts#L54">src/file/document/body/section-properties/section-properties.ts:54</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>__namedParameters: <a href="../modules.html#sectionpropertiesoptions" class="tsd-signature-type" data-tsd-kind="Type alias">SectionPropertiesOptions</a><span class="tsd-signature-symbol"> = ...</span></h5>
|
||||
<h5>__namedParameters: <a href="../interfaces/isectionpropertiesoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ISectionPropertiesOptions</a><span class="tsd-signature-symbol"> = ...</span></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="sectionproperties.html" class="tsd-signature-type" data-tsd-kind="Class">SectionProperties</a></h4>
|
||||
@ -140,39 +132,6 @@
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
||||
<a name="leftmargin" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> left<wbr>Margin</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">left<wbr>Margin<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4783812/src/file/document/body/section-properties/section-properties.ts#L66">src/file/document/body/section-properties/section-properties.ts:66</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
||||
<a name="rightmargin" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> right<wbr>Margin</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">right<wbr>Margin<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4783812/src/file/document/body/section-properties/section-properties.ts#L65">src/file/document/body/section-properties/section-properties.ts:65</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
||||
<a name="width" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> width</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4783812/src/file/document/body/section-properties/section-properties.ts#L64">src/file/document/body/section-properties/section-properties.ts:64</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Accessors</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
||||
@ -185,7 +144,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4783812/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f41e19c/src/file/xml-components/base.ts#L21">src/file/xml-components/base.ts:21</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
||||
@ -206,7 +165,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/4783812/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f41e19c/src/file/xml-components/xml-component.ts#L42">src/file/xml-components/xml-component.ts:42</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -230,7 +189,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/4783812/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f41e19c/src/file/xml-components/xml-component.ts#L48">src/file/xml-components/xml-component.ts:48</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
||||
@ -248,7 +207,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="xmlcomponent.html">XmlComponent</a>.<a href="xmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4783812/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/f41e19c/src/file/xml-components/xml-component.ts#L15">src/file/xml-components/xml-component.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -281,15 +240,6 @@
|
||||
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
||||
<a href="sectionproperties.html#constructor" class="tsd-kind-icon">constructor</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class">
|
||||
<a href="sectionproperties.html#leftmargin" class="tsd-kind-icon">left<wbr>Margin</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class">
|
||||
<a href="sectionproperties.html#rightmargin" class="tsd-kind-icon">right<wbr>Margin</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class">
|
||||
<a href="sectionproperties.html#width" class="tsd-kind-icon">width</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
|
||||
<a href="sectionproperties.html#isdeleted" class="tsd-kind-icon">Is<wbr>Deleted</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user