Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages
This commit is contained in:
@ -0,0 +1,229 @@
|
||||
<!doctype html>
|
||||
<html class="default no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>FooterReferenceType | docx</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../assets/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="tsd-page-toolbar">
|
||||
<div class="container">
|
||||
<div class="table-wrap">
|
||||
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
||||
<input id="tsd-search-field" type="text" />
|
||||
</div>
|
||||
<ul class="results">
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">docx</a>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<div id="tsd-filter">
|
||||
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
||||
<div class="tsd-filter-group">
|
||||
<div class="tsd-select" id="tsd-filter-visibility">
|
||||
<span class="tsd-select-label">All</span>
|
||||
<ul class="tsd-select-list">
|
||||
<li data-value="public">Public</li>
|
||||
<li data-value="protected">Public/Protected</li>
|
||||
<li data-value="private" class="selected">All</li>
|
||||
</ul>
|
||||
</div>
|
||||
<input type="checkbox" id="tsd-filter-inherited" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
||||
<input type="checkbox" id="tsd-filter-externals" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
||||
<input type="checkbox" id="tsd-filter-only-exported" />
|
||||
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tsd-page-title">
|
||||
<div class="container">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li>
|
||||
<a href="../globals.html">Globals</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../modules/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.html">"file/document/body/section-properties/footer-reference/footer-reference-attributes"</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html">FooterReferenceType</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Enumeration FooterReferenceType</h1>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container container-main">
|
||||
<div class="row">
|
||||
<div class="col-8 col-content">
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<h2>Index</h2>
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<div class="tsd-index-content">
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Enumeration members</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#default" class="tsd-kind-icon">DEFAULT</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#even" class="tsd-kind-icon">EVEN</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#first" class="tsd-kind-icon">FIRST</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Enumeration members</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="default" class="tsd-anchor"></a>
|
||||
<h3>DEFAULT</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">DEFAULT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "default"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/footer-reference/footer-reference-attributes.ts#L4">file/document/body/section-properties/footer-reference/footer-reference-attributes.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="even" class="tsd-anchor"></a>
|
||||
<h3>EVEN</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">EVEN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "even"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/footer-reference/footer-reference-attributes.ts#L6">file/document/body/section-properties/footer-reference/footer-reference-attributes.ts:6</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="first" class="tsd-anchor"></a>
|
||||
<h3>FIRST</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">FIRST<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "first"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/footer-reference/footer-reference-attributes.ts#L5">file/document/body/section-properties/footer-reference/footer-reference-attributes.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
<nav class="tsd-navigation primary">
|
||||
<ul>
|
||||
<li class="globals ">
|
||||
<a href="../globals.html"><em>Globals</em></a>
|
||||
</li>
|
||||
<li class="current tsd-kind-external-module">
|
||||
<a href="../modules/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.html">"file/document/body/section-<wbr>properties/footer-<wbr>reference/footer-<wbr>reference-<wbr>attributes"</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul class="before-current">
|
||||
</ul>
|
||||
<ul class="current">
|
||||
<li class="current tsd-kind-enum tsd-parent-kind-external-module">
|
||||
<a href="_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html" class="tsd-kind-icon">Footer<wbr>Reference<wbr>Type</a>
|
||||
<ul>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#default" class="tsd-kind-icon">DEFAULT</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#even" class="tsd-kind-icon">EVEN</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#first" class="tsd-kind-icon">FIRST</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="after-current">
|
||||
<li class=" tsd-kind-class tsd-parent-kind-external-module">
|
||||
<a href="../classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html" class="tsd-kind-icon">Footer<wbr>Reference<wbr>Attributes</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
|
||||
<a href="../interfaces/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.ifooterreferenceattributes.html" class="tsd-kind-icon">IFooter<wbr>Reference<wbr>Attributes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="with-border-bottom">
|
||||
<div class="container">
|
||||
<h2>Legend</h2>
|
||||
<div class="tsd-legend-group">
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
||||
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
||||
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
||||
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
||||
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
||||
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
||||
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
||||
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
||||
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
||||
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,229 @@
|
||||
<!doctype html>
|
||||
<html class="default no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>HeaderReferenceType | docx</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../assets/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="tsd-page-toolbar">
|
||||
<div class="container">
|
||||
<div class="table-wrap">
|
||||
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
||||
<input id="tsd-search-field" type="text" />
|
||||
</div>
|
||||
<ul class="results">
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">docx</a>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<div id="tsd-filter">
|
||||
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
||||
<div class="tsd-filter-group">
|
||||
<div class="tsd-select" id="tsd-filter-visibility">
|
||||
<span class="tsd-select-label">All</span>
|
||||
<ul class="tsd-select-list">
|
||||
<li data-value="public">Public</li>
|
||||
<li data-value="protected">Public/Protected</li>
|
||||
<li data-value="private" class="selected">All</li>
|
||||
</ul>
|
||||
</div>
|
||||
<input type="checkbox" id="tsd-filter-inherited" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
||||
<input type="checkbox" id="tsd-filter-externals" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
||||
<input type="checkbox" id="tsd-filter-only-exported" />
|
||||
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tsd-page-title">
|
||||
<div class="container">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li>
|
||||
<a href="../globals.html">Globals</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../modules/_file_document_body_section_properties_header_reference_header_reference_attributes_.html">"file/document/body/section-properties/header-reference/header-reference-attributes"</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html">HeaderReferenceType</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Enumeration HeaderReferenceType</h1>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container container-main">
|
||||
<div class="row">
|
||||
<div class="col-8 col-content">
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<h2>Index</h2>
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<div class="tsd-index-content">
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Enumeration members</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#default" class="tsd-kind-icon">DEFAULT</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#even" class="tsd-kind-icon">EVEN</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#first" class="tsd-kind-icon">FIRST</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Enumeration members</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="default" class="tsd-anchor"></a>
|
||||
<h3>DEFAULT</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">DEFAULT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "default"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/header-reference/header-reference-attributes.ts#L4">file/document/body/section-properties/header-reference/header-reference-attributes.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="even" class="tsd-anchor"></a>
|
||||
<h3>EVEN</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">EVEN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "even"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/header-reference/header-reference-attributes.ts#L6">file/document/body/section-properties/header-reference/header-reference-attributes.ts:6</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="first" class="tsd-anchor"></a>
|
||||
<h3>FIRST</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">FIRST<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "first"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/header-reference/header-reference-attributes.ts#L5">file/document/body/section-properties/header-reference/header-reference-attributes.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
<nav class="tsd-navigation primary">
|
||||
<ul>
|
||||
<li class="globals ">
|
||||
<a href="../globals.html"><em>Globals</em></a>
|
||||
</li>
|
||||
<li class="current tsd-kind-external-module">
|
||||
<a href="../modules/_file_document_body_section_properties_header_reference_header_reference_attributes_.html">"file/document/body/section-<wbr>properties/header-<wbr>reference/header-<wbr>reference-<wbr>attributes"</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul class="before-current">
|
||||
</ul>
|
||||
<ul class="current">
|
||||
<li class="current tsd-kind-enum tsd-parent-kind-external-module">
|
||||
<a href="_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html" class="tsd-kind-icon">Header<wbr>Reference<wbr>Type</a>
|
||||
<ul>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#default" class="tsd-kind-icon">DEFAULT</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#even" class="tsd-kind-icon">EVEN</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#first" class="tsd-kind-icon">FIRST</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="after-current">
|
||||
<li class=" tsd-kind-class tsd-parent-kind-external-module">
|
||||
<a href="../classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html" class="tsd-kind-icon">Header<wbr>Reference<wbr>Attributes</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
|
||||
<a href="../interfaces/_file_document_body_section_properties_header_reference_header_reference_attributes_.iheaderreferenceattributes.html" class="tsd-kind-icon">IHeader<wbr>Reference<wbr>Attributes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="with-border-bottom">
|
||||
<div class="container">
|
||||
<h2>Legend</h2>
|
||||
<div class="tsd-legend-group">
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
||||
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
||||
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
||||
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
||||
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
||||
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
||||
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
||||
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
||||
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
||||
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,358 @@
|
||||
<!doctype html>
|
||||
<html class="default no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>PageNumberFormat | docx</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../assets/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="tsd-page-toolbar">
|
||||
<div class="container">
|
||||
<div class="table-wrap">
|
||||
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
||||
<input id="tsd-search-field" type="text" />
|
||||
</div>
|
||||
<ul class="results">
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">docx</a>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<div id="tsd-filter">
|
||||
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
||||
<div class="tsd-filter-group">
|
||||
<div class="tsd-select" id="tsd-filter-visibility">
|
||||
<span class="tsd-select-label">All</span>
|
||||
<ul class="tsd-select-list">
|
||||
<li data-value="public">Public</li>
|
||||
<li data-value="protected">Public/Protected</li>
|
||||
<li data-value="private" class="selected">All</li>
|
||||
</ul>
|
||||
</div>
|
||||
<input type="checkbox" id="tsd-filter-inherited" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
||||
<input type="checkbox" id="tsd-filter-externals" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
||||
<input type="checkbox" id="tsd-filter-only-exported" />
|
||||
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tsd-page-title">
|
||||
<div class="container">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li>
|
||||
<a href="../globals.html">Globals</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../modules/_file_document_body_section_properties_page_number_page_number_.html">"file/document/body/section-properties/page-number/page-number"</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html">PageNumberFormat</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Enumeration PageNumberFormat</h1>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container container-main">
|
||||
<div class="row">
|
||||
<div class="col-8 col-content">
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<h2>Index</h2>
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<div class="tsd-index-content">
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Enumeration members</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#cardinal_text" class="tsd-kind-icon">CARDINAL_<wbr>TEXT</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal" class="tsd-kind-icon">DECIMAL</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_circle" class="tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>CIRCLE</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_full_stop" class="tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>FULL_<wbr>STOP</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_paren" class="tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>PAREN</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_zero" class="tsd-kind-icon">DECIMAL_<wbr>ZERO</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#lower_letter" class="tsd-kind-icon">LOWER_<wbr>LETTER</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#lower_roman" class="tsd-kind-icon">LOWER_<wbr>ROMAN</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#none" class="tsd-kind-icon">NONE</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#ordinal_text" class="tsd-kind-icon">ORDINAL_<wbr>TEXT</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#upper_letter" class="tsd-kind-icon">UPPER_<wbr>LETTER</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#upper_roman" class="tsd-kind-icon">UPPER_<wbr>ROMAN</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Enumeration members</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="cardinal_text" class="tsd-anchor"></a>
|
||||
<h3>CARDINAL_<wbr>TEXT</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">CARDINAL_<wbr>TEXT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "cardinalText"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L5">file/document/body/section-properties/page-number/page-number.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="decimal" class="tsd-anchor"></a>
|
||||
<h3>DECIMAL</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">DECIMAL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "decimal"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L6">file/document/body/section-properties/page-number/page-number.ts:6</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="decimal_enclosed_circle" class="tsd-anchor"></a>
|
||||
<h3>DECIMAL_<wbr>ENCLOSED_<wbr>CIRCLE</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>CIRCLE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "decimalEnclosedCircle"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L7">file/document/body/section-properties/page-number/page-number.ts:7</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="decimal_enclosed_full_stop" class="tsd-anchor"></a>
|
||||
<h3>DECIMAL_<wbr>ENCLOSED_<wbr>FULL_<wbr>STOP</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>FULL_<wbr>STOP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "decimalEnclosedFullstop"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L8">file/document/body/section-properties/page-number/page-number.ts:8</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="decimal_enclosed_paren" class="tsd-anchor"></a>
|
||||
<h3>DECIMAL_<wbr>ENCLOSED_<wbr>PAREN</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>PAREN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "decimalEnclosedParen"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L9">file/document/body/section-properties/page-number/page-number.ts:9</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="decimal_zero" class="tsd-anchor"></a>
|
||||
<h3>DECIMAL_<wbr>ZERO</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">DECIMAL_<wbr>ZERO<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "decimalZero"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L10">file/document/body/section-properties/page-number/page-number.ts:10</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="lower_letter" class="tsd-anchor"></a>
|
||||
<h3>LOWER_<wbr>LETTER</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">LOWER_<wbr>LETTER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "lowerLetter"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L11">file/document/body/section-properties/page-number/page-number.ts:11</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="lower_roman" class="tsd-anchor"></a>
|
||||
<h3>LOWER_<wbr>ROMAN</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">LOWER_<wbr>ROMAN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "lowerRoman"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L12">file/document/body/section-properties/page-number/page-number.ts:12</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="none" class="tsd-anchor"></a>
|
||||
<h3>NONE</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">NONE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "none"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L13">file/document/body/section-properties/page-number/page-number.ts:13</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="ordinal_text" class="tsd-anchor"></a>
|
||||
<h3>ORDINAL_<wbr>TEXT</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">ORDINAL_<wbr>TEXT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "ordinalText"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L14">file/document/body/section-properties/page-number/page-number.ts:14</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="upper_letter" class="tsd-anchor"></a>
|
||||
<h3>UPPER_<wbr>LETTER</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">UPPER_<wbr>LETTER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "upperLetter"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L15">file/document/body/section-properties/page-number/page-number.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="upper_roman" class="tsd-anchor"></a>
|
||||
<h3>UPPER_<wbr>ROMAN</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">UPPER_<wbr>ROMAN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "upperRoman"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-number/page-number.ts#L16">file/document/body/section-properties/page-number/page-number.ts:16</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
<nav class="tsd-navigation primary">
|
||||
<ul>
|
||||
<li class="globals ">
|
||||
<a href="../globals.html"><em>Globals</em></a>
|
||||
</li>
|
||||
<li class="current tsd-kind-external-module">
|
||||
<a href="../modules/_file_document_body_section_properties_page_number_page_number_.html">"file/document/body/section-<wbr>properties/page-<wbr>number/page-<wbr>number"</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul class="before-current">
|
||||
</ul>
|
||||
<ul class="current">
|
||||
<li class="current tsd-kind-enum tsd-parent-kind-external-module">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html" class="tsd-kind-icon">Page<wbr>Number<wbr>Format</a>
|
||||
<ul>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#cardinal_text" class="tsd-kind-icon">CARDINAL_<wbr>TEXT</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal" class="tsd-kind-icon">DECIMAL</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_circle" class="tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>CIRCLE</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_full_stop" class="tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>FULL_<wbr>STOP</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_paren" class="tsd-kind-icon">DECIMAL_<wbr>ENCLOSED_<wbr>PAREN</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_zero" class="tsd-kind-icon">DECIMAL_<wbr>ZERO</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#lower_letter" class="tsd-kind-icon">LOWER_<wbr>LETTER</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#lower_roman" class="tsd-kind-icon">LOWER_<wbr>ROMAN</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#none" class="tsd-kind-icon">NONE</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#ordinal_text" class="tsd-kind-icon">ORDINAL_<wbr>TEXT</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#upper_letter" class="tsd-kind-icon">UPPER_<wbr>LETTER</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#upper_roman" class="tsd-kind-icon">UPPER_<wbr>ROMAN</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="after-current">
|
||||
<li class=" tsd-kind-class tsd-parent-kind-external-module">
|
||||
<a href="../classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html" class="tsd-kind-icon">Page<wbr>Number<wbr>Type</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-class tsd-parent-kind-external-module">
|
||||
<a href="../classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html" class="tsd-kind-icon">Page<wbr>Number<wbr>Type<wbr>Attributes</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
|
||||
<a href="../interfaces/_file_document_body_section_properties_page_number_page_number_.ipagenumbertypeattributes.html" class="tsd-kind-icon">IPage<wbr>Number<wbr>Type<wbr>Attributes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="with-border-bottom">
|
||||
<div class="container">
|
||||
<h2>Legend</h2>
|
||||
<div class="tsd-legend-group">
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
||||
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
||||
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
||||
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
||||
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
||||
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
||||
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
||||
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
||||
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
||||
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,215 @@
|
||||
<!doctype html>
|
||||
<html class="default no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>PageOrientation | docx</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../assets/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="tsd-page-toolbar">
|
||||
<div class="container">
|
||||
<div class="table-wrap">
|
||||
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
||||
<input id="tsd-search-field" type="text" />
|
||||
</div>
|
||||
<ul class="results">
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">docx</a>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<div id="tsd-filter">
|
||||
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
||||
<div class="tsd-filter-group">
|
||||
<div class="tsd-select" id="tsd-filter-visibility">
|
||||
<span class="tsd-select-label">All</span>
|
||||
<ul class="tsd-select-list">
|
||||
<li data-value="public">Public</li>
|
||||
<li data-value="protected">Public/Protected</li>
|
||||
<li data-value="private" class="selected">All</li>
|
||||
</ul>
|
||||
</div>
|
||||
<input type="checkbox" id="tsd-filter-inherited" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
||||
<input type="checkbox" id="tsd-filter-externals" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
||||
<input type="checkbox" id="tsd-filter-only-exported" />
|
||||
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tsd-page-title">
|
||||
<div class="container">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li>
|
||||
<a href="../globals.html">Globals</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../modules/_file_document_body_section_properties_page_size_page_size_attributes_.html">"file/document/body/section-properties/page-size/page-size-attributes"</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html">PageOrientation</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Enumeration PageOrientation</h1>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container container-main">
|
||||
<div class="row">
|
||||
<div class="col-8 col-content">
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<h2>Index</h2>
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<div class="tsd-index-content">
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Enumeration members</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html#landscape" class="tsd-kind-icon">LANDSCAPE</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html#portrait" class="tsd-kind-icon">PORTRAIT</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Enumeration members</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="landscape" class="tsd-anchor"></a>
|
||||
<h3>LANDSCAPE</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">LANDSCAPE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "landscape"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-size/page-size-attributes.ts#L5">file/document/body/section-properties/page-size/page-size-attributes.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="portrait" class="tsd-anchor"></a>
|
||||
<h3>PORTRAIT</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">PORTRAIT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "portrait"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/document/body/section-properties/page-size/page-size-attributes.ts#L4">file/document/body/section-properties/page-size/page-size-attributes.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
<nav class="tsd-navigation primary">
|
||||
<ul>
|
||||
<li class="globals ">
|
||||
<a href="../globals.html"><em>Globals</em></a>
|
||||
</li>
|
||||
<li class="current tsd-kind-external-module">
|
||||
<a href="../modules/_file_document_body_section_properties_page_size_page_size_attributes_.html">"file/document/body/section-<wbr>properties/page-<wbr>size/page-<wbr>size-<wbr>attributes"</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul class="before-current">
|
||||
</ul>
|
||||
<ul class="current">
|
||||
<li class="current tsd-kind-enum tsd-parent-kind-external-module">
|
||||
<a href="_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html" class="tsd-kind-icon">Page<wbr>Orientation</a>
|
||||
<ul>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html#landscape" class="tsd-kind-icon">LANDSCAPE</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html#portrait" class="tsd-kind-icon">PORTRAIT</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="after-current">
|
||||
<li class=" tsd-kind-class tsd-parent-kind-external-module">
|
||||
<a href="../classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html" class="tsd-kind-icon">Page<wbr>Size<wbr>Attributes</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
|
||||
<a href="../interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html" class="tsd-kind-icon">IPage<wbr>Size<wbr>Attributes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="with-border-bottom">
|
||||
<div class="container">
|
||||
<h2>Legend</h2>
|
||||
<div class="tsd-legend-group">
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
||||
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
||||
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
||||
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
||||
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
||||
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
||||
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
||||
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
||||
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
||||
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
||||
</body>
|
||||
</html>
|
@ -91,7 +91,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">FLOATING<span class="tsd-signature-symbol">:</span> </div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/drawing.ts#L10">file/drawing/drawing.ts:10</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/drawing.ts#L10">file/drawing/drawing.ts:10</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -101,7 +101,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">INLINE<span class="tsd-signature-symbol">:</span> </div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/drawing.ts#L9">file/drawing/drawing.ts:9</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/drawing.ts#L9">file/drawing/drawing.ts:9</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
@ -94,7 +94,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">CENTER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "center"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L26">file/drawing/floating/floating-position.ts:26</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L26">file/drawing/floating/floating-position.ts:26</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -104,7 +104,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">INSIDE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "inside"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L27">file/drawing/floating/floating-position.ts:27</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L27">file/drawing/floating/floating-position.ts:27</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -114,7 +114,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">LEFT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "left"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L28">file/drawing/floating/floating-position.ts:28</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L28">file/drawing/floating/floating-position.ts:28</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -124,7 +124,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">OUTSIDE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "outside"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L29">file/drawing/floating/floating-position.ts:29</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L29">file/drawing/floating/floating-position.ts:29</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -134,7 +134,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">RIGHT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "right"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L30">file/drawing/floating/floating-position.ts:30</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L30">file/drawing/floating/floating-position.ts:30</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
@ -97,7 +97,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">CHARACTER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "character"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L4">file/drawing/floating/floating-position.ts:4</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L4">file/drawing/floating/floating-position.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -107,7 +107,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">COLUMN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "column"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L5">file/drawing/floating/floating-position.ts:5</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L5">file/drawing/floating/floating-position.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -117,7 +117,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">INSIDE_<wbr>MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "insideMargin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L6">file/drawing/floating/floating-position.ts:6</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L6">file/drawing/floating/floating-position.ts:6</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -127,7 +127,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">LEFT_<wbr>MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "leftMargin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L7">file/drawing/floating/floating-position.ts:7</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L7">file/drawing/floating/floating-position.ts:7</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -137,7 +137,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "margin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L8">file/drawing/floating/floating-position.ts:8</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L8">file/drawing/floating/floating-position.ts:8</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -147,7 +147,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">OUTSIDE_<wbr>MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "outsideMargin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L9">file/drawing/floating/floating-position.ts:9</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L9">file/drawing/floating/floating-position.ts:9</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -157,7 +157,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">PAGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "page"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L10">file/drawing/floating/floating-position.ts:10</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L10">file/drawing/floating/floating-position.ts:10</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -167,7 +167,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">RIGHT_<wbr>MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "rightMargin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L11">file/drawing/floating/floating-position.ts:11</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L11">file/drawing/floating/floating-position.ts:11</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
@ -94,7 +94,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">BOTTOM<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "bottom"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L34">file/drawing/floating/floating-position.ts:34</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L34">file/drawing/floating/floating-position.ts:34</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -104,7 +104,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">CENTER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "center"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L35">file/drawing/floating/floating-position.ts:35</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L35">file/drawing/floating/floating-position.ts:35</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -114,7 +114,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">INSIDE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "inside"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L36">file/drawing/floating/floating-position.ts:36</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L36">file/drawing/floating/floating-position.ts:36</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -124,7 +124,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">OUTSIDE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "outside"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L37">file/drawing/floating/floating-position.ts:37</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L37">file/drawing/floating/floating-position.ts:37</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -134,7 +134,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">TOP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "top"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L38">file/drawing/floating/floating-position.ts:38</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L38">file/drawing/floating/floating-position.ts:38</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
@ -97,7 +97,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">BOTTOM_<wbr>MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "bottomMargin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L15">file/drawing/floating/floating-position.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L15">file/drawing/floating/floating-position.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -107,7 +107,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">INSIDE_<wbr>MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "insideMargin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L16">file/drawing/floating/floating-position.ts:16</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L16">file/drawing/floating/floating-position.ts:16</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -117,7 +117,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">LINE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "line"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L17">file/drawing/floating/floating-position.ts:17</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L17">file/drawing/floating/floating-position.ts:17</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -127,7 +127,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "margin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L18">file/drawing/floating/floating-position.ts:18</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L18">file/drawing/floating/floating-position.ts:18</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -137,7 +137,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">OUTSIDE_<wbr>MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "outsideMargin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L19">file/drawing/floating/floating-position.ts:19</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L19">file/drawing/floating/floating-position.ts:19</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -147,7 +147,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">PAGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "page"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L20">file/drawing/floating/floating-position.ts:20</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L20">file/drawing/floating/floating-position.ts:20</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -157,7 +157,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">PARAGRAPH<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "paragraph"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L21">file/drawing/floating/floating-position.ts:21</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L21">file/drawing/floating/floating-position.ts:21</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -167,7 +167,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">TOP_<wbr>MARGIN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "topMargin"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/floating/floating-position.ts#L22">file/drawing/floating/floating-position.ts:22</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/floating/floating-position.ts#L22">file/drawing/floating/floating-position.ts:22</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
@ -93,7 +93,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">NONE<span class="tsd-signature-symbol">:</span> </div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/text-wrap/text-wrapping.ts#L5">file/drawing/text-wrap/text-wrapping.ts:5</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/text-wrap/text-wrapping.ts#L5">file/drawing/text-wrap/text-wrapping.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -103,7 +103,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">SQUARE<span class="tsd-signature-symbol">:</span> </div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/text-wrap/text-wrapping.ts#L6">file/drawing/text-wrap/text-wrapping.ts:6</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/text-wrap/text-wrapping.ts#L6">file/drawing/text-wrap/text-wrapping.ts:6</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -113,7 +113,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">TIGHT<span class="tsd-signature-symbol">:</span> </div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/text-wrap/text-wrapping.ts#L7">file/drawing/text-wrap/text-wrapping.ts:7</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/text-wrap/text-wrapping.ts#L7">file/drawing/text-wrap/text-wrapping.ts:7</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -123,7 +123,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">TOP_<wbr>AND_<wbr>BOTTOM<span class="tsd-signature-symbol">:</span> </div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/text-wrap/text-wrapping.ts#L8">file/drawing/text-wrap/text-wrapping.ts:8</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/text-wrap/text-wrapping.ts#L8">file/drawing/text-wrap/text-wrapping.ts:8</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
@ -93,7 +93,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">BOTH_<wbr>SIDES<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "bothSides"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/text-wrap/text-wrapping.ts#L12">file/drawing/text-wrap/text-wrapping.ts:12</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/text-wrap/text-wrapping.ts#L12">file/drawing/text-wrap/text-wrapping.ts:12</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -103,7 +103,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">LARGEST<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "largest"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/text-wrap/text-wrapping.ts#L15">file/drawing/text-wrap/text-wrapping.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/text-wrap/text-wrapping.ts#L15">file/drawing/text-wrap/text-wrapping.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -113,7 +113,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">LEFT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "left"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/text-wrap/text-wrapping.ts#L13">file/drawing/text-wrap/text-wrapping.ts:13</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/text-wrap/text-wrapping.ts#L13">file/drawing/text-wrap/text-wrapping.ts:13</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -123,7 +123,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">RIGHT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "right"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/drawing/text-wrap/text-wrapping.ts#L14">file/drawing/text-wrap/text-wrapping.ts:14</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/drawing/text-wrap/text-wrapping.ts#L14">file/drawing/text-wrap/text-wrapping.ts:14</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
212
enums/_file_footnotes_footnote_footnote_.footnotetype.html
Normal file
212
enums/_file_footnotes_footnote_footnote_.footnotetype.html
Normal file
@ -0,0 +1,212 @@
|
||||
<!doctype html>
|
||||
<html class="default no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>FootnoteType | docx</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../assets/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="tsd-page-toolbar">
|
||||
<div class="container">
|
||||
<div class="table-wrap">
|
||||
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
||||
<input id="tsd-search-field" type="text" />
|
||||
</div>
|
||||
<ul class="results">
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">docx</a>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<div id="tsd-filter">
|
||||
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
||||
<div class="tsd-filter-group">
|
||||
<div class="tsd-select" id="tsd-filter-visibility">
|
||||
<span class="tsd-select-label">All</span>
|
||||
<ul class="tsd-select-list">
|
||||
<li data-value="public">Public</li>
|
||||
<li data-value="protected">Public/Protected</li>
|
||||
<li data-value="private" class="selected">All</li>
|
||||
</ul>
|
||||
</div>
|
||||
<input type="checkbox" id="tsd-filter-inherited" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
||||
<input type="checkbox" id="tsd-filter-externals" checked />
|
||||
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
||||
<input type="checkbox" id="tsd-filter-only-exported" />
|
||||
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tsd-page-title">
|
||||
<div class="container">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li>
|
||||
<a href="../globals.html">Globals</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../modules/_file_footnotes_footnote_footnote_.html">"file/footnotes/footnote/footnote"</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="_file_footnotes_footnote_footnote_.footnotetype.html">FootnoteType</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Enumeration FootnoteType</h1>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container container-main">
|
||||
<div class="row">
|
||||
<div class="col-8 col-content">
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<h2>Index</h2>
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<div class="tsd-index-content">
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Enumeration members</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_footnotes_footnote_footnote_.footnotetype.html#continuation_seperator" class="tsd-kind-icon">CONTINUATION_<wbr>SEPERATOR</a></li>
|
||||
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_file_footnotes_footnote_footnote_.footnotetype.html#seperator" class="tsd-kind-icon">SEPERATOR</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Enumeration members</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="continuation_seperator" class="tsd-anchor"></a>
|
||||
<h3>CONTINUATION_<wbr>SEPERATOR</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">CONTINUATION_<wbr>SEPERATOR<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "continuationSeparator"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/footnotes/footnote/footnote.ts#L8">file/footnotes/footnote/footnote.ts:8</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a name="seperator" class="tsd-anchor"></a>
|
||||
<h3>SEPERATOR</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">SEPERATOR<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "separator"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/footnotes/footnote/footnote.ts#L7">file/footnotes/footnote/footnote.ts:7</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
<nav class="tsd-navigation primary">
|
||||
<ul>
|
||||
<li class="globals ">
|
||||
<a href="../globals.html"><em>Globals</em></a>
|
||||
</li>
|
||||
<li class="current tsd-kind-external-module">
|
||||
<a href="../modules/_file_footnotes_footnote_footnote_.html">"file/footnotes/footnote/footnote"</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul class="before-current">
|
||||
</ul>
|
||||
<ul class="current">
|
||||
<li class="current tsd-kind-enum tsd-parent-kind-external-module">
|
||||
<a href="_file_footnotes_footnote_footnote_.footnotetype.html" class="tsd-kind-icon">Footnote<wbr>Type</a>
|
||||
<ul>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_footnotes_footnote_footnote_.footnotetype.html#continuation_seperator" class="tsd-kind-icon">CONTINUATION_<wbr>SEPERATOR</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
||||
<a href="_file_footnotes_footnote_footnote_.footnotetype.html#seperator" class="tsd-kind-icon">SEPERATOR</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="after-current">
|
||||
<li class=" tsd-kind-class tsd-parent-kind-external-module">
|
||||
<a href="../classes/_file_footnotes_footnote_footnote_.footnote.html" class="tsd-kind-icon">Footnote</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="with-border-bottom">
|
||||
<div class="container">
|
||||
<h2>Legend</h2>
|
||||
<div class="tsd-legend-group">
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
||||
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
||||
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
||||
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
||||
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
||||
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
||||
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
||||
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
||||
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
||||
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
||||
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
||||
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/js/main.js"></script>
|
||||
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
||||
</body>
|
||||
</html>
|
@ -116,7 +116,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DASHED<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "dashed"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L6">file/table/table-cell.ts:6</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L6">file/table/table-cell.ts:6</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -126,7 +126,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DASH_<wbr>DOT_<wbr>STROKED<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "dashDotStroked"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L5">file/table/table-cell.ts:5</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L5">file/table/table-cell.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -136,7 +136,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DASH_<wbr>SMALL_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "dashSmallGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L7">file/table/table-cell.ts:7</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L7">file/table/table-cell.ts:7</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -146,7 +146,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DOTTED<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "dotted"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L10">file/table/table-cell.ts:10</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L10">file/table/table-cell.ts:10</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -156,7 +156,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DOT_<wbr>DASH<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "dotDash"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L8">file/table/table-cell.ts:8</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L8">file/table/table-cell.ts:8</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -166,7 +166,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DOT_<wbr>DOT_<wbr>DASH<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "dotDotDash"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L9">file/table/table-cell.ts:9</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L9">file/table/table-cell.ts:9</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -176,7 +176,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DOUBLE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "double"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L11">file/table/table-cell.ts:11</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L11">file/table/table-cell.ts:11</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -186,7 +186,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DOUBLE_<wbr>WAVE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "doubleWave"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L12">file/table/table-cell.ts:12</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L12">file/table/table-cell.ts:12</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -196,7 +196,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">INSET<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "inset"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L13">file/table/table-cell.ts:13</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L13">file/table/table-cell.ts:13</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -206,7 +206,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">NIL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "nil"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L14">file/table/table-cell.ts:14</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L14">file/table/table-cell.ts:14</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -216,7 +216,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">NONE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "none"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L15">file/table/table-cell.ts:15</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L15">file/table/table-cell.ts:15</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -226,7 +226,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">OUTSET<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "outset"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L16">file/table/table-cell.ts:16</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L16">file/table/table-cell.ts:16</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -236,7 +236,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">SINGLE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "single"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L4">file/table/table-cell.ts:4</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L4">file/table/table-cell.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -246,7 +246,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THICK<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thick"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L17">file/table/table-cell.ts:17</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L17">file/table/table-cell.ts:17</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -256,7 +256,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THICK_<wbr>THIN_<wbr>LARGE_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thickThinLargeGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L18">file/table/table-cell.ts:18</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L18">file/table/table-cell.ts:18</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -266,7 +266,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THICK_<wbr>THIN_<wbr>MEDIUM_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thickThinMediumGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L19">file/table/table-cell.ts:19</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L19">file/table/table-cell.ts:19</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -276,7 +276,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THICK_<wbr>THIN_<wbr>SMALL_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thickThinSmallGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L20">file/table/table-cell.ts:20</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L20">file/table/table-cell.ts:20</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -286,7 +286,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THIN_<wbr>THICK_<wbr>LARGE_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thinThickLargeGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L21">file/table/table-cell.ts:21</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L21">file/table/table-cell.ts:21</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -296,7 +296,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THIN_<wbr>THICK_<wbr>MEDIUM_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thinThickMediumGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L22">file/table/table-cell.ts:22</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L22">file/table/table-cell.ts:22</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -306,7 +306,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THIN_<wbr>THICK_<wbr>SMALL_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thinThickSmallGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L23">file/table/table-cell.ts:23</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L23">file/table/table-cell.ts:23</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -316,7 +316,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THIN_<wbr>THICK_<wbr>THIN_<wbr>LARGE_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thinThickThinLargeGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L24">file/table/table-cell.ts:24</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L24">file/table/table-cell.ts:24</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -326,7 +326,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THIN_<wbr>THICK_<wbr>THIN_<wbr>MEDIUM_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thinThickThinMediumGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L25">file/table/table-cell.ts:25</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L25">file/table/table-cell.ts:25</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -336,7 +336,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THIN_<wbr>THICK_<wbr>THIN_<wbr>SMALL_<wbr>GAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "thinThickThinSmallGap"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L26">file/table/table-cell.ts:26</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L26">file/table/table-cell.ts:26</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -346,7 +346,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THREE_<wbr><wbr>D_EMBOSS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "threeDEmboss"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L27">file/table/table-cell.ts:27</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L27">file/table/table-cell.ts:27</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -356,7 +356,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">THREE_<wbr><wbr>D_ENGRAVE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "threeDEngrave"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L28">file/table/table-cell.ts:28</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L28">file/table/table-cell.ts:28</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -366,7 +366,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">TRIPLE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "triple"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L29">file/table/table-cell.ts:29</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L29">file/table/table-cell.ts:29</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -376,7 +376,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">WAVE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "wave"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L30">file/table/table-cell.ts:30</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L30">file/table/table-cell.ts:30</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
@ -92,7 +92,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">BOTTOM<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "bottom"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L154">file/table/table-cell.ts:154</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L154">file/table/table-cell.ts:154</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -102,7 +102,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">CENTER<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "center"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L155">file/table/table-cell.ts:155</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L155">file/table/table-cell.ts:155</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@ -112,7 +112,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">TOP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "top"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L156">file/table/table-cell.ts:156</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L156">file/table/table-cell.ts:156</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
@ -98,7 +98,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">CONTINUE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "continue"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L127">file/table/table-cell.ts:127</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L127">file/table/table-cell.ts:127</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@ -113,7 +113,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">RESTART<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "restart"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L131">file/table/table-cell.ts:131</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L131">file/table/table-cell.ts:131</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
|
@ -93,7 +93,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">AUTO<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "auto"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L180">file/table/table-cell.ts:180</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L180">file/table/table-cell.ts:180</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@ -108,7 +108,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">DXA<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "dxa"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L182">file/table/table-cell.ts:182</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L182">file/table/table-cell.ts:182</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@ -123,7 +123,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">NIL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "nil"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L184">file/table/table-cell.ts:184</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L184">file/table/table-cell.ts:184</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@ -138,7 +138,7 @@
|
||||
<div class="tsd-signature tsd-kind-icon">PERCENTAGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "pct"</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/5f6d177/src/file/table/table-cell.ts#L186">file/table/table-cell.ts:186</a></li>
|
||||
<li>Defined in <a href="https://github.com/dolanmiu/docx/blob/4b06baa/src/file/table/table-cell.ts#L186">file/table/table-cell.ts:186</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
|
Reference in New Issue
Block a user