Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -129,7 +129,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Overrides <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#constructor">constructor</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/52e8fe5/src/file/relationships/relationships.ts#L5">file/relationships/relationships.ts:5</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49cc8a2/src/file/relationships/relationships.ts#L5">file/relationships/relationships.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <a href="_file_relationships_relationships_.relationships.html" class="tsd-signature-type">Relationships</a></h4>
|
||||
@ -146,7 +146,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#root">root</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/52e8fe5/src/file/xml-components/xml-component.ts#L6">file/xml-components/xml-component.ts:6</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49cc8a2/src/file/xml-components/xml-component.ts#L6">file/xml-components/xml-component.ts:6</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -157,7 +157,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#rootkey">rootKey</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/52e8fe5/src/file/xml-components/base.ts#L4">file/xml-components/base.ts:4</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49cc8a2/src/file/xml-components/base.ts#L4">file/xml-components/base.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -174,7 +174,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/52e8fe5/src/file/relationships/relationships.ts#L26">file/relationships/relationships.ts:26</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49cc8a2/src/file/relationships/relationships.ts#L26">file/relationships/relationships.ts:26</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
||||
@ -194,7 +194,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/52e8fe5/src/file/relationships/relationships.ts#L15">file/relationships/relationships.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49cc8a2/src/file/relationships/relationships.ts#L15">file/relationships/relationships.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -211,13 +211,13 @@
|
||||
<a name="createrelationship" class="tsd-anchor"></a>
|
||||
<h3>create<wbr>Relationship</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
||||
<li class="tsd-signature tsd-kind-icon">create<wbr>Relationship<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, type<span class="tsd-signature-symbol">: </span><a href="../modules/_file_relationships_relationship_relationship_.html#relationshiptype" class="tsd-signature-type">RelationshipType</a>, target<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="_file_relationships_relationship_relationship_.relationship.html" class="tsd-signature-type">Relationship</a></li>
|
||||
<li class="tsd-signature tsd-kind-icon">create<wbr>Relationship<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, type<span class="tsd-signature-symbol">: </span><a href="../modules/_file_relationships_relationship_relationship_.html#relationshiptype" class="tsd-signature-type">RelationshipType</a>, target<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, targetMode<span class="tsd-signature-symbol">?: </span><a href="../modules/_file_relationships_relationship_relationship_.html#targetmodetype" class="tsd-signature-type">TargetModeType</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_file_relationships_relationship_relationship_.relationship.html" class="tsd-signature-type">Relationship</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/52e8fe5/src/file/relationships/relationships.ts#L19">file/relationships/relationships.ts:19</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/49cc8a2/src/file/relationships/relationships.ts#L19">file/relationships/relationships.ts:19</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@ -231,6 +231,9 @@
|
||||
<li>
|
||||
<h5>target: <span class="tsd-signature-type">string</span></h5>
|
||||
</li>
|
||||
<li>
|
||||
<h5><span class="tsd-flag ts-flagOptional">Optional</span> targetMode: <a href="../modules/_file_relationships_relationship_relationship_.html#targetmodetype" class="tsd-signature-type">TargetModeType</a></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <a href="_file_relationships_relationship_relationship_.relationship.html" class="tsd-signature-type">Relationship</a></h4>
|
||||
</li>
|
||||
@ -248,7 +251,7 @@
|
||||
<p>Inherited from <a href="_file_xml_components_xml_component_.xmlcomponent.html">XmlComponent</a>.<a href="_file_xml_components_xml_component_.xmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<p>Overrides <a href="_file_xml_components_base_.basexmlcomponent.html">BaseXmlComponent</a>.<a href="_file_xml_components_base_.basexmlcomponent.html#prepforxml">prepForXml</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/52e8fe5/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/49cc8a2/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/_file_xml_components_xmlable_object_.ixmlableobject.html" class="tsd-signature-type">IXmlableObject</a></h4>
|
||||
|
Reference in New Issue
Block a user