diff --git a/README.md b/README.md index 64a6a85225..6e06856207 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ const doc = new Document({ ], }), ], - }]; + }], }); // Used to export the file into a .docx file diff --git a/_coverpage.md b/_coverpage.md index 330479a04f..ae27b1a3fb 100644 --- a/_coverpage.md +++ b/_coverpage.md @@ -4,7 +4,7 @@ - Simple, declarative API - 60+ usage examples -- Battle tested, mature, 98%+ coverage +- Battle tested, mature, 99%+ coverage [GitHub](https://github.com/dolanmiu/docx) [Get Started](#Welcome) diff --git a/_sidebar.md b/_sidebar.md index 7fa4e9f745..356f64239a 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -15,6 +15,7 @@ * [Image](usage/images.md) * [Headers & Footers](usage/headers-and-footers.md) * [Bullet Points](usage/bullet-points.md) + * [Hyperlinks](usage/hyperlinks.md) * [Numbering](usage/numbering.md) * [Tables](usage/tables.md) * [Tab Stops](usage/tab-stops.md) diff --git a/api/.nojekyll b/api/.nojekyll new file mode 100644 index 0000000000..e2ac6616ad --- /dev/null +++ b/api/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/api/assets/css/main.css b/api/assets/css/main.css deleted file mode 100644 index 46571c27c3..0000000000 --- a/api/assets/css/main.css +++ /dev/null @@ -1,2660 +0,0 @@ -:root { - --color-background: #fdfdfd; - --color-text: #222; - --color-text-aside: #707070; - --color-link: #4da6ff; - --color-menu-divider: #eee; - --color-menu-divider-focus: #000; - --color-menu-label: #707070; - --color-panel: #fff; - --color-panel-divider: #eee; - --color-comment-tag: #707070; - --color-comment-tag-text: #fff; - --color-code-background: rgba(0, 0, 0, 0.04); - --color-ts: #9600ff; - --color-ts-interface: #647f1b; - --color-ts-enum: #937210; - --color-ts-class: #0672de; - --color-ts-private: #707070; - --color-toolbar: #fff; - --color-toolbar-text: #333; -} - -/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ -/* ========================================================================== - * * HTML5 display definitions - * * ========================================================================== */ -/** - * * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ -article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { - display: block; -} - -/** - * * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ -audio, canvas, video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -/** - * * Prevent modern browsers from displaying `audio` without controls. - * * Remove excess height in iOS 5 devices. */ -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. - * * Known issue: no IE 6 support. */ -[hidden] { - display: none; -} - -/* ========================================================================== - * * Base - * * ========================================================================== */ -/** - * * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using - * * `em` units. - * * 2. Prevent iOS text size adjust after orientation change, without disabling - * * user zoom. */ -html { - font-size: 100%; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - font-family: sans-serif; -} - -/** - * * Address `font-family` inconsistency between `textarea` and other form - * * elements. */ -button, input, select, textarea { - font-family: sans-serif; -} - -/** - * * Address margins handled incorrectly in IE 6/7. */ -body { - margin: 0; -} - -/* ========================================================================== - * * Links - * * ========================================================================== */ -/** - * * Address `outline` inconsistency between Chrome and other browsers. */ -a:focus { - outline: thin dotted; -} -a:active, a:hover { - outline: 0; -} - -/** - * * Improve readability when focused and also mouse hovered in all browsers. */ -/* ========================================================================== - * * Typography - * * ========================================================================== */ -/** - * * Address font sizes and margins set differently in IE 6/7. - * * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, - * * and Chrome. */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -h2 { - font-size: 1.5em; - margin: 0.83em 0; -} - -h3 { - font-size: 1.17em; - margin: 1em 0; -} - -h4, .tsd-index-panel h3 { - font-size: 1em; - margin: 1.33em 0; -} - -h5 { - font-size: 0.83em; - margin: 1.67em 0; -} - -h6 { - font-size: 0.67em; - margin: 2.33em 0; -} - -/** - * * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ -b, strong { - font-weight: bold; -} - -blockquote { - margin: 1em 40px; -} - -/** - * * Address styling not present in Safari 5 and Chrome. */ -dfn { - font-style: italic; -} - -/** - * * Address differences between Firefox and other browsers. - * * Known issue: no IE 6/7 normalization. */ -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -/** - * * Address styling not present in IE 6/7/8/9. */ -mark { - background: #ff0; - color: #000; -} - -/** - * * Address margins set differently in IE 6/7. */ -p, pre { - margin: 1em 0; -} - -/** - * * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ -code, kbd, pre, samp { - font-family: monospace, serif; - _font-family: "courier new", monospace; - font-size: 1em; -} - -/** - * * Improve readability of pre-formatted text in all browsers. */ -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -/** - * * Address CSS quotes not supported in IE 6/7. */ -q { - quotes: none; -} -q:before, q:after { - content: ""; - content: none; -} - -/** - * * Address `quotes` property not supported in Safari 4. */ -/** - * * Address inconsistent and variable font size in all browsers. */ -small { - font-size: 80%; -} - -/** - * * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ -sub { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -/* ========================================================================== - * * Lists - * * ========================================================================== */ -/** - * * Address margins set differently in IE 6/7. */ -dl, menu, ol, ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -/** - * * Address paddings set differently in IE 6/7. */ -menu, ol, ul { - padding: 0 0 0 40px; -} - -/** - * * Correct list images handled incorrectly in IE 7. */ -nav ul, nav ol { - list-style: none; - list-style-image: none; -} - -/* ========================================================================== - * * Embedded content - * * ========================================================================== */ -/** - * * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. - * * 2. Improve image quality when scaled in IE 7. */ -img { - border: 0; - /* 1 */ - -ms-interpolation-mode: bicubic; -} - -/* 2 */ -/** - * * Correct overflow displayed oddly in IE 9. */ -svg:not(:root) { - overflow: hidden; -} - -/* ========================================================================== - * * Figures - * * ========================================================================== */ -/** - * * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ -figure, form { - margin: 0; -} - -/* ========================================================================== - * * Forms - * * ========================================================================== */ -/** - * * Correct margin displayed oddly in IE 6/7. */ -/** - * * Define consistent border, margin, and padding. */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/** - * * 1. Correct color not being inherited in IE 6/7/8/9. - * * 2. Correct text not wrapping in Firefox 3. - * * 3. Correct alignment displayed oddly in IE 6/7. */ -legend { - border: 0; - /* 1 */ - padding: 0; - white-space: normal; - /* 2 */ - *margin-left: -7px; -} - -/* 3 */ -/** - * * 1. Correct font size not being inherited in all browsers. - * * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, - * * and Chrome. - * * 3. Improve appearance and consistency in all browsers. */ -button, input, select, textarea { - font-size: 100%; - /* 1 */ - margin: 0; - /* 2 */ - vertical-align: baseline; - /* 3 */ - *vertical-align: middle; -} - -/* 3 */ -/** - * * Address Firefox 3+ setting `line-height` on `input` using `!important` in - * * the UA stylesheet. */ -button, input { - line-height: normal; -} - -/** - * * Address inconsistent `text-transform` inheritance for `button` and `select`. - * * All other form control elements do not inherit `text-transform` values. - * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. - * * Correct `select` style inheritance in Firefox 4+ and Opera. */ -button, select { - text-transform: none; -} - -/** - * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * * and `video` controls. - * * 2. Correct inability to style clickable `input` types in iOS. - * * 3. Improve usability and consistency of cursor style between image-type - * * `input` and others. - * * 4. Remove inner spacing in IE 7 without affecting normal text inputs. - * * Known issue: inner spacing remains in IE 6. */ -button, html input[type=button] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; -} - -/* 4 */ -input[type=reset], input[type=submit] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; -} - -/* 4 */ -/** - * * Re-set default cursor for disabled elements. */ -button[disabled], html input[disabled] { - cursor: default; -} - -/** - * * 1. Address box sizing set to content-box in IE 8/9. - * * 2. Remove excess padding in IE 8/9. - * * 3. Remove excess padding in IE 7. - * * Known issue: excess padding remains in IE 6. */ -input { - /* 3 */ -} -input[type=checkbox], input[type=radio] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ - *height: 13px; - /* 3 */ - *width: 13px; -} -input[type=search] { - -webkit-appearance: textfield; - /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - /* 2 */ - box-sizing: content-box; -} -input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * * (include `-moz` to future-proof). */ -/** - * * Remove inner padding and search cancel button in Safari 5 and Chrome - * * on OS X. */ -/** - * * Remove inner padding and border in Firefox 3+. */ -button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * * 1. Remove default vertical scrollbar in IE 6/7/8/9. - * * 2. Improve readability and alignment in all browsers. */ -textarea { - overflow: auto; - /* 1 */ - vertical-align: top; -} - -/* 2 */ -/* ========================================================================== - * * Tables - * * ========================================================================== */ -/** - * * Remove most spacing between table cells. */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -.col > :first-child > :first-child, -.col-11 > :first-child > :first-child, -.col-10 > :first-child > :first-child, -.col-9 > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-7 > :first-child > :first-child, -.col-6 > :first-child > :first-child, -.col-5 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -.col-3 > :first-child > :first-child, -.col-2 > :first-child > :first-child, -.col-1 > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -.col > :first-child > :first-child > :first-child, -.col-11 > :first-child > :first-child > :first-child, -.col-10 > :first-child > :first-child > :first-child, -.col-9 > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-7 > :first-child > :first-child > :first-child, -.col-6 > :first-child > :first-child > :first-child, -.col-5 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child, -.col-3 > :first-child > :first-child > :first-child, -.col-2 > :first-child > :first-child > :first-child, -.col-1 > :first-child > :first-child > :first-child { - margin-top: 0; -} -ul.tsd-descriptions > li > :last-child, .tsd-panel > :last-child, .col > :last-child, .col-11 > :last-child, .col-10 > :last-child, .col-9 > :last-child, .col-8 > :last-child, .col-7 > :last-child, .col-6 > :last-child, .col-5 > :last-child, .col-4 > :last-child, .col-3 > :last-child, .col-2 > :last-child, .col-1 > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -.col > :last-child > :last-child, -.col-11 > :last-child > :last-child, -.col-10 > :last-child > :last-child, -.col-9 > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-7 > :last-child > :last-child, -.col-6 > :last-child > :last-child, -.col-5 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -.col-3 > :last-child > :last-child, -.col-2 > :last-child > :last-child, -.col-1 > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -.col > :last-child > :last-child > :last-child, -.col-11 > :last-child > :last-child > :last-child, -.col-10 > :last-child > :last-child > :last-child, -.col-9 > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-7 > :last-child > :last-child > :last-child, -.col-6 > :last-child > :last-child > :last-child, -.col-5 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child, -.col-3 > :last-child > :last-child > :last-child, -.col-2 > :last-child > :last-child > :last-child, -.col-1 > :last-child > :last-child > :last-child { - margin-bottom: 0; -} - -.container { - max-width: 1200px; - margin: 0 auto; - padding: 0 40px; -} -@media (max-width: 640px) { - .container { - padding: 0 20px; - } -} - -.container-main { - padding-bottom: 200px; -} - -.row { - display: flex; - position: relative; - margin: 0 -10px; -} -.row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; -} - -.col, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { - box-sizing: border-box; - float: left; - padding: 0 10px; -} - -.col-1 { - width: 8.3333333333%; -} - -.offset-1 { - margin-left: 8.3333333333%; -} - -.col-2 { - width: 16.6666666667%; -} - -.offset-2 { - margin-left: 16.6666666667%; -} - -.col-3 { - width: 25%; -} - -.offset-3 { - margin-left: 25%; -} - -.col-4 { - width: 33.3333333333%; -} - -.offset-4 { - margin-left: 33.3333333333%; -} - -.col-5 { - width: 41.6666666667%; -} - -.offset-5 { - margin-left: 41.6666666667%; -} - -.col-6 { - width: 50%; -} - -.offset-6 { - margin-left: 50%; -} - -.col-7 { - width: 58.3333333333%; -} - -.offset-7 { - margin-left: 58.3333333333%; -} - -.col-8 { - width: 66.6666666667%; -} - -.offset-8 { - margin-left: 66.6666666667%; -} - -.col-9 { - width: 75%; -} - -.offset-9 { - margin-left: 75%; -} - -.col-10 { - width: 83.3333333333%; -} - -.offset-10 { - margin-left: 83.3333333333%; -} - -.col-11 { - width: 91.6666666667%; -} - -.offset-11 { - margin-left: 91.6666666667%; -} - -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; -} -.tsd-kind-icon:before { - content: ""; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(../images/icons.png); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(../images/icons@2x.png); - background-size: 238px 204px; - } -} - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; -} - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; -} -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; -} -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; -} - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; -} -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; -} -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; -} - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; -} - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; -} -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; -} -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; -} - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -85px; -} - -.tsd-kind-namespace > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; -} -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; -} -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; -} - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; -} -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; -} -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; -} - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; -} -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; -} -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; -} - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; -} -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; -} -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; -} - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -187px; -} - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; -} -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; -} -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -17px; -} - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; -} -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; -} -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -34px; -} - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; -} -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; -} -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -51px; -} - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; -} -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; -} -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -119px; -} - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; -} -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; -} -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -136px; -} - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; -} -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; -} -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; -} -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -153px; -} - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -187px; -} - -@keyframes fade-in { - from { - opacity: 0; - } - to { - opacity: 1; - } -} -@keyframes fade-out { - from { - opacity: 1; - visibility: visible; - } - to { - opacity: 0; - } -} -@keyframes fade-in-delayed { - 0% { - opacity: 0; - } - 33% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes fade-out-delayed { - 0% { - opacity: 1; - visibility: visible; - } - 66% { - opacity: 0; - } - 100% { - opacity: 0; - } -} -@keyframes shift-to-left { - from { - transform: translate(0, 0); - } - to { - transform: translate(-25%, 0); - } -} -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-in-from-right { - from { - transform: translate(100%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-out-to-right { - from { - transform: translate(0, 0); - visibility: visible; - } - to { - transform: translate(100%, 0); - } -} -body { - background: var(--color-background); - font-family: "Segoe UI", sans-serif; - font-size: 16px; - color: var(--color-text); -} - -a { - color: var(--color-link); - text-decoration: none; -} -a:hover { - text-decoration: underline; -} - -code, pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 14px; - background-color: var(--color-code-background); -} - -pre { - padding: 10px; -} -pre code { - padding: 0; - font-size: 100%; - background-color: transparent; -} - -blockquote { - margin: 1em 0; - padding-left: 1em; - border-left: 4px solid gray; -} - -.tsd-typography { - line-height: 1.333em; -} -.tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 { - font-size: 1em; - margin: 0; -} -.tsd-typography h5, .tsd-typography h6 { - font-weight: normal; -} -.tsd-typography p, .tsd-typography ul, .tsd-typography ol { - margin: 1em 0; -} - -@media (min-width: 901px) and (max-width: 1024px) { - html.default .col-content { - width: 72%; - } - html.default .col-menu { - width: 28%; - } - html.default .tsd-navigation { - padding-left: 10px; - } -} -@media (max-width: 900px) { - html.default .col-content { - float: none; - width: 100%; - } - html.default .col-menu { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - width: 100%; - padding: 20px 20px 0 0; - max-width: 450px; - visibility: hidden; - background-color: var(--color-panel); - transform: translate(100%, 0); - } - html.default .col-menu > *:last-child { - padding-bottom: 20px; - } - html.default .overlay { - content: ""; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; - } - html.default.to-has-menu .overlay { - animation: fade-in 0.4s; - } - html.default.to-has-menu header, -html.default.to-has-menu footer, -html.default.to-has-menu .col-content { - animation: shift-to-left 0.4s; - } - html.default.to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - html.default.from-has-menu .overlay { - animation: fade-out 0.4s; - } - html.default.from-has-menu header, -html.default.from-has-menu footer, -html.default.from-has-menu .col-content { - animation: unshift-to-left 0.4s; - } - html.default.from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - html.default.has-menu body { - overflow: hidden; - } - html.default.has-menu .overlay { - visibility: visible; - } - html.default.has-menu header, -html.default.has-menu footer, -html.default.has-menu .col-content { - transform: translate(-25%, 0); - } - html.default.has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); - } -} - -.tsd-page-title { - padding: 70px 0 20px 0; - margin: 0 0 40px 0; - background: var(--color-panel); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); -} -.tsd-page-title h1 { - margin: 0; -} - -.tsd-breadcrumb { - margin: 0; - padding: 0; - color: var(--color-text-aside); -} -.tsd-breadcrumb a { - color: var(--color-text-aside); - text-decoration: none; -} -.tsd-breadcrumb a:hover { - text-decoration: underline; -} -.tsd-breadcrumb li { - display: inline; -} -.tsd-breadcrumb li:after { - content: " / "; -} - -html.minimal .container { - margin: 0; -} -html.minimal .container-main { - padding-top: 50px; - padding-bottom: 0; -} -html.minimal .content-wrap { - padding-left: 300px; -} -html.minimal .tsd-navigation { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - box-sizing: border-box; - z-index: 1; - left: 0; - top: 40px; - bottom: 0; - width: 300px; - padding: 20px; - margin: 0; -} -html.minimal .tsd-member .tsd-member { - margin-left: 0; -} -html.minimal .tsd-page-toolbar { - position: fixed; - z-index: 2; -} -html.minimal #tsd-filter .tsd-filter-group { - right: 0; - transform: none; -} -html.minimal footer { - background-color: transparent; -} -html.minimal footer .container { - padding: 0; -} -html.minimal .tsd-generator { - padding: 0; -} -@media (max-width: 900px) { - html.minimal .tsd-navigation { - display: none; - } - html.minimal .content-wrap { - padding-left: 0; - } -} - -dl.tsd-comment-tags { - overflow: hidden; -} -dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid var(--color-comment-tag); - color: var(--color-comment-tag); - font-size: 0.8em; - font-weight: normal; -} -dl.tsd-comment-tags dd { - margin: 0 0 10px 0; -} -dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after { - display: table; - content: " "; -} -dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after { - clear: both; -} -dl.tsd-comment-tags p { - margin: 0; -} - -.tsd-panel.tsd-comment .lead { - font-size: 1.1em; - line-height: 1.333em; - margin-bottom: 2em; -} -.tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; -} - -.toggle-protected .tsd-is-private { - display: none; -} - -.toggle-public .tsd-is-private, -.toggle-public .tsd-is-protected, -.toggle-public .tsd-is-private-protected { - display: none; -} - -.toggle-inherited .tsd-is-inherited { - display: none; -} - -.toggle-externals .tsd-is-external { - display: none; -} - -#tsd-filter { - position: relative; - display: inline-block; - height: 40px; - vertical-align: bottom; -} -.no-filter #tsd-filter { - display: none; -} -#tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; -} -#tsd-filter input { - display: none; -} -@media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: var(--color-panel); - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; - } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; - } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; - } - #tsd-filter label, -#tsd-filter .tsd-select { - display: block; - padding-right: 20px; - } -} - -footer { - border-top: 1px solid var(--color-panel-divider); - background-color: var(--color-panel); -} -footer.with-border-bottom { - border-bottom: 1px solid var(--color-panel-divider); -} -footer .tsd-legend-group { - font-size: 0; -} -footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; -} -@media (max-width: 900px) { - footer .tsd-legend { - width: 50%; - } -} - -.tsd-hierarchy { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-hierarchy .target { - font-weight: bold; -} - -.tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; -} -.tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; -} -.tsd-index-panel h3 { - margin: 0 -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 3; - -moz-column-count: 3; - -ms-column-count: 3; - -o-column-count: 3; - column-count: 3; - -webkit-column-gap: 20px; - -moz-column-gap: 20px; - -ms-column-gap: 20px; - -o-column-gap: 20px; - column-gap: 20px; - padding: 0; - list-style: none; - line-height: 1.333em; -} -@media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 1; - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; - } -} -@media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 2; - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; - } -} -.tsd-index-panel ul.tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; -} -.tsd-index-panel a, -.tsd-index-panel .tsd-parent-kind-module a { - color: var(--color-ts); -} -.tsd-index-panel .tsd-parent-kind-interface a { - color: var(--color-ts-interface); -} -.tsd-index-panel .tsd-parent-kind-enum a { - color: var(--color-ts-enum); -} -.tsd-index-panel .tsd-parent-kind-class a { - color: var(--color-ts-class); -} -.tsd-index-panel .tsd-kind-module a { - color: var(--color-ts); -} -.tsd-index-panel .tsd-kind-interface a { - color: var(--color-ts-interface); -} -.tsd-index-panel .tsd-kind-enum a { - color: var(--color-ts-enum); -} -.tsd-index-panel .tsd-kind-class a { - color: var(--color-ts-class); -} -.tsd-index-panel .tsd-is-private a { - color: var(--color-ts-private); -} - -.tsd-flag { - display: inline-block; - padding: 1px 5px; - border-radius: 4px; - color: var(--color-comment-tag-text); - background-color: var(--color-comment-tag); - text-indent: 0; - font-size: 14px; - font-weight: normal; -} - -.tsd-anchor { - position: absolute; - top: -100px; -} - -.tsd-member { - position: relative; -} -.tsd-member .tsd-anchor + h3 { - margin-top: 0; - margin-bottom: 0; - border-bottom: none; -} -.tsd-member a[data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member a[data-tsd-kind=Interface] { - color: var(--color-ts-interface); -} -.tsd-member a[data-tsd-kind=Enum] { - color: var(--color-ts-enum); -} -.tsd-member a[data-tsd-kind=Class] { - color: var(--color-ts-class); -} -.tsd-member a[data-tsd-kind=Private] { - color: var(--color-ts-private); -} - -.tsd-navigation { - margin: 0 0 0 40px; -} -.tsd-navigation a { - display: block; - padding-top: 2px; - padding-bottom: 2px; - border-left: 2px solid transparent; - color: var(--color-text); - text-decoration: none; - transition: border-left-color 0.1s; -} -.tsd-navigation a:hover { - text-decoration: underline; -} -.tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; -} -.tsd-navigation li { - padding: 0; -} - -.tsd-navigation.primary { - padding-bottom: 40px; -} -.tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; -} -.tsd-navigation.primary ul li a { - padding-left: 5px; -} -.tsd-navigation.primary ul li li a { - padding-left: 25px; -} -.tsd-navigation.primary ul li li li a { - padding-left: 45px; -} -.tsd-navigation.primary ul li li li li a { - padding-left: 65px; -} -.tsd-navigation.primary ul li li li li li a { - padding-left: 85px; -} -.tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; -} -.tsd-navigation.primary > ul { - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li { - border-top: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li.current > a { - font-weight: bold; -} -.tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: var(--color-menu-label); -} -.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a { - padding-top: 20px; -} - -.tsd-navigation.secondary { - max-height: calc(100vh - 1rem - 40px); - overflow: auto; - position: -webkit-sticky; - position: sticky; - top: calc(.5rem + 40px); - transition: 0.3s; -} -.tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: 0.5rem; -} -.tsd-navigation.secondary ul { - transition: opacity 0.2s; -} -.tsd-navigation.secondary ul li a { - padding-left: 25px; -} -.tsd-navigation.secondary ul li li a { - padding-left: 45px; -} -.tsd-navigation.secondary ul li li li a { - padding-left: 65px; -} -.tsd-navigation.secondary ul li li li li a { - padding-left: 85px; -} -.tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; -} -.tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; -} -.tsd-navigation.secondary ul.current a { - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.focus > a, -.tsd-navigation.secondary ul.current li.focus > a { - border-left-color: var(--color-menu-divider-focus); -} -.tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.current > a { - font-weight: bold; -} - -@media (min-width: 901px) { - .menu-sticky-wrap { - position: static; - } -} - -.tsd-panel { - margin: 20px 0; - padding: 20px; - background-color: var(--color-panel); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -.tsd-panel:empty { - display: none; -} -.tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: 0; -} -.tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; -} -.tsd-panel table th { - font-weight: bold; -} -.tsd-panel table th, .tsd-panel table td { - padding: 6px 13px; - border: 1px solid #ddd; -} -.tsd-panel table tr { - background-color: #fff; - border-top: 1px solid #ccc; -} -.tsd-panel table tr:nth-child(2n) { - background-color: #f8f8f8; -} - -.tsd-panel-group { - margin: 60px 0; -} -.tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; -} - -#tsd-search { - transition: background-color 0.2s; -} -#tsd-search .title { - position: relative; - z-index: 2; -} -#tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 40px; - height: 40px; -} -#tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: var(--color-text); -} -#tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; -} -#tsd-search .field input, -#tsd-search .title { - transition: opacity 0.2s; -} -#tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -#tsd-search .results li { - padding: 0 10px; - background-color: var(--color-background); -} -#tsd-search .results li:nth-child(even) { - background-color: var(--color-panel); -} -#tsd-search .results li.state { - display: none; -} -#tsd-search .results li.current, -#tsd-search .results li:hover { - background-color: var(--color-panel-divider); -} -#tsd-search .results a { - display: block; -} -#tsd-search .results a:before { - top: 10px; -} -#tsd-search .results span.parent { - color: var(--color-text-aside); - font-weight: normal; -} -#tsd-search.has-focus { - background-color: var(--color-panel-divider); -} -#tsd-search.has-focus .field input { - top: 0; - opacity: 1; -} -#tsd-search.has-focus .title { - z-index: 0; - opacity: 0; -} -#tsd-search.has-focus .results { - visibility: visible; -} -#tsd-search.loading .results li.state.loading { - display: block; -} -#tsd-search.failure .results li.state.failure { - display: block; -} - -.tsd-signature { - margin: 0 0 1em 0; - padding: 10px; - border: 1px solid var(--color-panel-divider); - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; - overflow-x: auto; -} -.tsd-signature.tsd-kind-icon { - padding-left: 30px; -} -.tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; -} -.tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; -} - -.tsd-signature-symbol { - color: var(--color-text-aside); - font-weight: normal; -} - -.tsd-signature-type { - font-style: italic; - font-weight: normal; -} - -.tsd-signatures { - padding: 0; - margin: 0 0 1em 0; - border: 1px solid var(--color-panel-divider); -} -.tsd-signatures .tsd-signature { - margin: 0; - border-width: 1px 0 0 0; - transition: background-color 0.1s; -} -.tsd-signatures .tsd-signature:first-child { - border-top-width: 0; -} -.tsd-signatures .tsd-signature.current { - background-color: var(--color-panel-divider); -} -.tsd-signatures.active > .tsd-signature { - cursor: pointer; -} -.tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; -} -.tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; -} - -ul.tsd-descriptions { - position: relative; - overflow: hidden; - padding: 0; - list-style: none; -} -ul.tsd-descriptions.active > .tsd-description { - display: none; -} -ul.tsd-descriptions.active > .tsd-description.current { - display: block; -} -ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; -} -ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; -} -ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} - -ul.tsd-parameters, -ul.tsd-type-parameters { - list-style: square; - margin: 0; - padding-left: 20px; -} -ul.tsd-parameters > li.tsd-parameter-signature, -ul.tsd-type-parameters > li.tsd-parameter-signature { - list-style: none; - margin-left: -20px; -} -ul.tsd-parameters h5, -ul.tsd-type-parameters h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} -ul.tsd-parameters .tsd-comment, -ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; -} - -.tsd-sources { - font-size: 14px; - color: var(--color-text-aside); - margin: 0 0 1em 0; -} -.tsd-sources a { - color: var(--color-text-aside); - text-decoration: underline; -} -.tsd-sources ul, .tsd-sources p { - margin: 0 !important; -} -.tsd-sources ul { - list-style: none; - padding: 0; -} - -.tsd-page-toolbar { - position: fixed; - z-index: 1; - top: 0; - left: 0; - width: 100%; - height: 40px; - color: var(--color-toolbar-text); - background: var(--color-toolbar); - border-bottom: 1px solid var(--color-panel-divider); - transition: transform 0.3s linear; -} -.tsd-page-toolbar a { - color: var(--color-toolbar-text); - text-decoration: none; -} -.tsd-page-toolbar a.title { - font-weight: bold; -} -.tsd-page-toolbar a.title:hover { - text-decoration: underline; -} -.tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; -} -.tsd-page-toolbar .table-cell { - display: table-cell; - position: relative; - white-space: nowrap; - line-height: 40px; -} -.tsd-page-toolbar .table-cell:first-child { - width: 100%; -} - -.tsd-page-toolbar--hide { - transform: translateY(-100%); -} - -.tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before { - content: ""; - display: inline-block; - width: 40px; - height: 40px; - margin: 0 -8px 0 0; - background-image: url(../images/widgets.png); - background-repeat: no-repeat; - text-indent: -1024px; - vertical-align: bottom; -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before { - background-image: url(../images/widgets@2x.png); - background-size: 320px 40px; - } -} - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.6; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-widget:hover { - opacity: 0.8; -} -.tsd-widget.active { - opacity: 1; - background-color: var(--color-panel-divider); -} -.tsd-widget.no-caption { - width: 40px; -} -.tsd-widget.no-caption:before { - margin: 0; -} -.tsd-widget.search:before { - background-position: 0 0; -} -.tsd-widget.menu:before { - background-position: -40px 0; -} -.tsd-widget.options:before { - background-position: -80px 0; -} -.tsd-widget.options, .tsd-widget.menu { - display: none; -} -@media (max-width: 900px) { - .tsd-widget.options, .tsd-widget.menu { - display: inline-block; - } -} -input[type=checkbox] + .tsd-widget:before { - background-position: -120px 0; -} -input[type=checkbox]:checked + .tsd-widget:before { - background-position: -160px 0; -} - -.tsd-select { - position: relative; - display: inline-block; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; -} -.tsd-select .tsd-select-label:before { - background-position: -240px 0; -} -.tsd-select.active .tsd-select-label { - opacity: 0.8; -} -.tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; -} -.tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; -} -.tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: var(--color-background); -} -.tsd-select .tsd-select-list li:before { - background-position: 40px 0; -} -.tsd-select .tsd-select-list li:nth-child(even) { - background-color: var(--color-panel); -} -.tsd-select .tsd-select-list li:hover { - background-color: var(--color-panel-divider); -} -.tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; -} -@media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; - } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; - } -} - -img { - max-width: 100%; -} diff --git a/api/assets/highlight.css b/api/assets/highlight.css new file mode 100644 index 0000000000..a13094d48b --- /dev/null +++ b/api/assets/highlight.css @@ -0,0 +1,22 @@ +:root { + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --code-background: var(--dark-code-background); +} } + +body.light { + --code-background: var(--light-code-background); +} + +body.dark { + --code-background: var(--dark-code-background); +} + +pre, code { background: var(--code-background); } diff --git a/api/assets/icons.css b/api/assets/icons.css new file mode 100644 index 0000000000..776a3562d6 --- /dev/null +++ b/api/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/api/assets/images/icons.png b/api/assets/icons.png similarity index 100% rename from api/assets/images/icons.png rename to api/assets/icons.png diff --git a/api/assets/images/icons@2x.png b/api/assets/icons@2x.png similarity index 100% rename from api/assets/images/icons@2x.png rename to api/assets/icons@2x.png diff --git a/api/assets/js/main.js b/api/assets/js/main.js deleted file mode 100644 index dc257a8681..0000000000 --- a/api/assets/js/main.js +++ /dev/null @@ -1,248 +0,0 @@ -/* - * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). - * This devtool is not neither made for production nor for readable output files. - * It uses "eval()" calls to create a separate source file in the browser devtools. - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) - * or disable the default devtool with "devtool: false". - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). - */ -/******/ (() => { // webpackBootstrap -/******/ var __webpack_modules__ = ({ - -/***/ "../node_modules/lunr/lunr.js": -/*!************************************!*\ - !*** ../node_modules/lunr/lunr.js ***! - \************************************/ -/***/ ((module, exports, __webpack_require__) => { - -eval("var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/**\n * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9\n * Copyright (C) 2020 Oliver Nightingale\n * @license MIT\n */\n\n;(function(){\n\n/**\n * A convenience function for configuring and constructing\n * a new lunr Index.\n *\n * A lunr.Builder instance is created and the pipeline setup\n * with a trimmer, stop word filter and stemmer.\n *\n * This builder object is yielded to the configuration function\n * that is passed as a parameter, allowing the list of fields\n * and other builder parameters to be customised.\n *\n * All documents _must_ be added within the passed config function.\n *\n * @example\n * var idx = lunr(function () {\n * this.field('title')\n * this.field('body')\n * this.ref('id')\n *\n * documents.forEach(function (doc) {\n * this.add(doc)\n * }, this)\n * })\n *\n * @see {@link lunr.Builder}\n * @see {@link lunr.Pipeline}\n * @see {@link lunr.trimmer}\n * @see {@link lunr.stopWordFilter}\n * @see {@link lunr.stemmer}\n * @namespace {function} lunr\n */\nvar lunr = function (config) {\n var builder = new lunr.Builder\n\n builder.pipeline.add(\n lunr.trimmer,\n lunr.stopWordFilter,\n lunr.stemmer\n )\n\n builder.searchPipeline.add(\n lunr.stemmer\n )\n\n config.call(builder, builder)\n return builder.build()\n}\n\nlunr.version = \"2.3.9\"\n/*!\n * lunr.utils\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A namespace containing utils for the rest of the lunr library\n * @namespace lunr.utils\n */\nlunr.utils = {}\n\n/**\n * Print a warning message to the console.\n *\n * @param {String} message The message to be printed.\n * @memberOf lunr.utils\n * @function\n */\nlunr.utils.warn = (function (global) {\n /* eslint-disable no-console */\n return function (message) {\n if (global.console && console.warn) {\n console.warn(message)\n }\n }\n /* eslint-enable no-console */\n})(this)\n\n/**\n * Convert an object to a string.\n *\n * In the case of `null` and `undefined` the function returns\n * the empty string, in all other cases the result of calling\n * `toString` on the passed object is returned.\n *\n * @param {Any} obj The object to convert to a string.\n * @return {String} string representation of the passed object.\n * @memberOf lunr.utils\n */\nlunr.utils.asString = function (obj) {\n if (obj === void 0 || obj === null) {\n return \"\"\n } else {\n return obj.toString()\n }\n}\n\n/**\n * Clones an object.\n *\n * Will create a copy of an existing object such that any mutations\n * on the copy cannot affect the original.\n *\n * Only shallow objects are supported, passing a nested object to this\n * function will cause a TypeError.\n *\n * Objects with primitives, and arrays of primitives are supported.\n *\n * @param {Object} obj The object to clone.\n * @return {Object} a clone of the passed object.\n * @throws {TypeError} when a nested object is passed.\n * @memberOf Utils\n */\nlunr.utils.clone = function (obj) {\n if (obj === null || obj === undefined) {\n return obj\n }\n\n var clone = Object.create(null),\n keys = Object.keys(obj)\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i],\n val = obj[key]\n\n if (Array.isArray(val)) {\n clone[key] = val.slice()\n continue\n }\n\n if (typeof val === 'string' ||\n typeof val === 'number' ||\n typeof val === 'boolean') {\n clone[key] = val\n continue\n }\n\n throw new TypeError(\"clone is not deep and does not support nested objects\")\n }\n\n return clone\n}\nlunr.FieldRef = function (docRef, fieldName, stringValue) {\n this.docRef = docRef\n this.fieldName = fieldName\n this._stringValue = stringValue\n}\n\nlunr.FieldRef.joiner = \"/\"\n\nlunr.FieldRef.fromString = function (s) {\n var n = s.indexOf(lunr.FieldRef.joiner)\n\n if (n === -1) {\n throw \"malformed field ref string\"\n }\n\n var fieldRef = s.slice(0, n),\n docRef = s.slice(n + 1)\n\n return new lunr.FieldRef (docRef, fieldRef, s)\n}\n\nlunr.FieldRef.prototype.toString = function () {\n if (this._stringValue == undefined) {\n this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef\n }\n\n return this._stringValue\n}\n/*!\n * lunr.Set\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A lunr set.\n *\n * @constructor\n */\nlunr.Set = function (elements) {\n this.elements = Object.create(null)\n\n if (elements) {\n this.length = elements.length\n\n for (var i = 0; i < this.length; i++) {\n this.elements[elements[i]] = true\n }\n } else {\n this.length = 0\n }\n}\n\n/**\n * A complete set that contains all elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.complete = {\n intersect: function (other) {\n return other\n },\n\n union: function () {\n return this\n },\n\n contains: function () {\n return true\n }\n}\n\n/**\n * An empty set that contains no elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.empty = {\n intersect: function () {\n return this\n },\n\n union: function (other) {\n return other\n },\n\n contains: function () {\n return false\n }\n}\n\n/**\n * Returns true if this set contains the specified object.\n *\n * @param {object} object - Object whose presence in this set is to be tested.\n * @returns {boolean} - True if this set contains the specified object.\n */\nlunr.Set.prototype.contains = function (object) {\n return !!this.elements[object]\n}\n\n/**\n * Returns a new set containing only the elements that are present in both\n * this set and the specified set.\n *\n * @param {lunr.Set} other - set to intersect with this set.\n * @returns {lunr.Set} a new set that is the intersection of this and the specified set.\n */\n\nlunr.Set.prototype.intersect = function (other) {\n var a, b, elements, intersection = []\n\n if (other === lunr.Set.complete) {\n return this\n }\n\n if (other === lunr.Set.empty) {\n return other\n }\n\n if (this.length < other.length) {\n a = this\n b = other\n } else {\n a = other\n b = this\n }\n\n elements = Object.keys(a.elements)\n\n for (var i = 0; i < elements.length; i++) {\n var element = elements[i]\n if (element in b.elements) {\n intersection.push(element)\n }\n }\n\n return new lunr.Set (intersection)\n}\n\n/**\n * Returns a new set combining the elements of this and the specified set.\n *\n * @param {lunr.Set} other - set to union with this set.\n * @return {lunr.Set} a new set that is the union of this and the specified set.\n */\n\nlunr.Set.prototype.union = function (other) {\n if (other === lunr.Set.complete) {\n return lunr.Set.complete\n }\n\n if (other === lunr.Set.empty) {\n return this\n }\n\n return new lunr.Set(Object.keys(this.elements).concat(Object.keys(other.elements)))\n}\n/**\n * A function to calculate the inverse document frequency for\n * a posting. This is shared between the builder and the index\n *\n * @private\n * @param {object} posting - The posting for a given term\n * @param {number} documentCount - The total number of documents.\n */\nlunr.idf = function (posting, documentCount) {\n var documentsWithTerm = 0\n\n for (var fieldName in posting) {\n if (fieldName == '_index') continue // Ignore the term index, its not a field\n documentsWithTerm += Object.keys(posting[fieldName]).length\n }\n\n var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5)\n\n return Math.log(1 + Math.abs(x))\n}\n\n/**\n * A token wraps a string representation of a token\n * as it is passed through the text processing pipeline.\n *\n * @constructor\n * @param {string} [str=''] - The string token being wrapped.\n * @param {object} [metadata={}] - Metadata associated with this token.\n */\nlunr.Token = function (str, metadata) {\n this.str = str || \"\"\n this.metadata = metadata || {}\n}\n\n/**\n * Returns the token string that is being wrapped by this object.\n *\n * @returns {string}\n */\nlunr.Token.prototype.toString = function () {\n return this.str\n}\n\n/**\n * A token update function is used when updating or optionally\n * when cloning a token.\n *\n * @callback lunr.Token~updateFunction\n * @param {string} str - The string representation of the token.\n * @param {Object} metadata - All metadata associated with this token.\n */\n\n/**\n * Applies the given function to the wrapped string token.\n *\n * @example\n * token.update(function (str, metadata) {\n * return str.toUpperCase()\n * })\n *\n * @param {lunr.Token~updateFunction} fn - A function to apply to the token string.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.update = function (fn) {\n this.str = fn(this.str, this.metadata)\n return this\n}\n\n/**\n * Creates a clone of this token. Optionally a function can be\n * applied to the cloned token.\n *\n * @param {lunr.Token~updateFunction} [fn] - An optional function to apply to the cloned token.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.clone = function (fn) {\n fn = fn || function (s) { return s }\n return new lunr.Token (fn(this.str, this.metadata), this.metadata)\n}\n/*!\n * lunr.tokenizer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A function for splitting a string into tokens ready to be inserted into\n * the search index. Uses `lunr.tokenizer.separator` to split strings, change\n * the value of this property to change how strings are split into tokens.\n *\n * This tokenizer will convert its parameter to a string by calling `toString` and\n * then will split this string on the character in `lunr.tokenizer.separator`.\n * Arrays will have their elements converted to strings and wrapped in a lunr.Token.\n *\n * Optional metadata can be passed to the tokenizer, this metadata will be cloned and\n * added as metadata to every token that is created from the object to be tokenized.\n *\n * @static\n * @param {?(string|object|object[])} obj - The object to convert into tokens\n * @param {?object} metadata - Optional metadata to associate with every token\n * @returns {lunr.Token[]}\n * @see {@link lunr.Pipeline}\n */\nlunr.tokenizer = function (obj, metadata) {\n if (obj == null || obj == undefined) {\n return []\n }\n\n if (Array.isArray(obj)) {\n return obj.map(function (t) {\n return new lunr.Token(\n lunr.utils.asString(t).toLowerCase(),\n lunr.utils.clone(metadata)\n )\n })\n }\n\n var str = obj.toString().toLowerCase(),\n len = str.length,\n tokens = []\n\n for (var sliceEnd = 0, sliceStart = 0; sliceEnd <= len; sliceEnd++) {\n var char = str.charAt(sliceEnd),\n sliceLength = sliceEnd - sliceStart\n\n if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {\n\n if (sliceLength > 0) {\n var tokenMetadata = lunr.utils.clone(metadata) || {}\n tokenMetadata[\"position\"] = [sliceStart, sliceLength]\n tokenMetadata[\"index\"] = tokens.length\n\n tokens.push(\n new lunr.Token (\n str.slice(sliceStart, sliceEnd),\n tokenMetadata\n )\n )\n }\n\n sliceStart = sliceEnd + 1\n }\n\n }\n\n return tokens\n}\n\n/**\n * The separator used to split a string into tokens. Override this property to change the behaviour of\n * `lunr.tokenizer` behaviour when tokenizing strings. By default this splits on whitespace and hyphens.\n *\n * @static\n * @see lunr.tokenizer\n */\nlunr.tokenizer.separator = /[\\s\\-]+/\n/*!\n * lunr.Pipeline\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Pipelines maintain an ordered list of functions to be applied to all\n * tokens in documents entering the search index and queries being ran against\n * the index.\n *\n * An instance of lunr.Index created with the lunr shortcut will contain a\n * pipeline with a stop word filter and an English language stemmer. Extra\n * functions can be added before or after either of these functions or these\n * default functions can be removed.\n *\n * When run the pipeline will call each function in turn, passing a token, the\n * index of that token in the original list of all tokens and finally a list of\n * all the original tokens.\n *\n * The output of functions in the pipeline will be passed to the next function\n * in the pipeline. To exclude a token from entering the index the function\n * should return undefined, the rest of the pipeline will not be called with\n * this token.\n *\n * For serialisation of pipelines to work, all functions used in an instance of\n * a pipeline should be registered with lunr.Pipeline. Registered functions can\n * then be loaded. If trying to load a serialised pipeline that uses functions\n * that are not registered an error will be thrown.\n *\n * If not planning on serialising the pipeline then registering pipeline functions\n * is not necessary.\n *\n * @constructor\n */\nlunr.Pipeline = function () {\n this._stack = []\n}\n\nlunr.Pipeline.registeredFunctions = Object.create(null)\n\n/**\n * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token\n * string as well as all known metadata. A pipeline function can mutate the token string\n * or mutate (or add) metadata for a given token.\n *\n * A pipeline function can indicate that the passed token should be discarded by returning\n * null, undefined or an empty string. This token will not be passed to any downstream pipeline\n * functions and will not be added to the index.\n *\n * Multiple tokens can be returned by returning an array of tokens. Each token will be passed\n * to any downstream pipeline functions and all will returned tokens will be added to the index.\n *\n * Any number of pipeline functions may be chained together using a lunr.Pipeline.\n *\n * @interface lunr.PipelineFunction\n * @param {lunr.Token} token - A token from the document being processed.\n * @param {number} i - The index of this token in the complete list of tokens for this document/field.\n * @param {lunr.Token[]} tokens - All tokens for this document/field.\n * @returns {(?lunr.Token|lunr.Token[])}\n */\n\n/**\n * Register a function with the pipeline.\n *\n * Functions that are used in the pipeline should be registered if the pipeline\n * needs to be serialised, or a serialised pipeline needs to be loaded.\n *\n * Registering a function does not add it to a pipeline, functions must still be\n * added to instances of the pipeline for them to be used when running a pipeline.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @param {String} label - The label to register this function with\n */\nlunr.Pipeline.registerFunction = function (fn, label) {\n if (label in this.registeredFunctions) {\n lunr.utils.warn('Overwriting existing registered function: ' + label)\n }\n\n fn.label = label\n lunr.Pipeline.registeredFunctions[fn.label] = fn\n}\n\n/**\n * Warns if the function is not registered as a Pipeline function.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @private\n */\nlunr.Pipeline.warnIfFunctionNotRegistered = function (fn) {\n var isRegistered = fn.label && (fn.label in this.registeredFunctions)\n\n if (!isRegistered) {\n lunr.utils.warn('Function is not registered with pipeline. This may cause problems when serialising the index.\\n', fn)\n }\n}\n\n/**\n * Loads a previously serialised pipeline.\n *\n * All functions to be loaded must already be registered with lunr.Pipeline.\n * If any function from the serialised data has not been registered then an\n * error will be thrown.\n *\n * @param {Object} serialised - The serialised pipeline to load.\n * @returns {lunr.Pipeline}\n */\nlunr.Pipeline.load = function (serialised) {\n var pipeline = new lunr.Pipeline\n\n serialised.forEach(function (fnName) {\n var fn = lunr.Pipeline.registeredFunctions[fnName]\n\n if (fn) {\n pipeline.add(fn)\n } else {\n throw new Error('Cannot load unregistered function: ' + fnName)\n }\n })\n\n return pipeline\n}\n\n/**\n * Adds new functions to the end of the pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction[]} functions - Any number of functions to add to the pipeline.\n */\nlunr.Pipeline.prototype.add = function () {\n var fns = Array.prototype.slice.call(arguments)\n\n fns.forEach(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n this._stack.push(fn)\n }, this)\n}\n\n/**\n * Adds a single function after a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.after = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n pos = pos + 1\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Adds a single function before a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.before = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Removes a function from the pipeline.\n *\n * @param {lunr.PipelineFunction} fn The function to remove from the pipeline.\n */\nlunr.Pipeline.prototype.remove = function (fn) {\n var pos = this._stack.indexOf(fn)\n if (pos == -1) {\n return\n }\n\n this._stack.splice(pos, 1)\n}\n\n/**\n * Runs the current list of functions that make up the pipeline against the\n * passed tokens.\n *\n * @param {Array} tokens The tokens to run through the pipeline.\n * @returns {Array}\n */\nlunr.Pipeline.prototype.run = function (tokens) {\n var stackLength = this._stack.length\n\n for (var i = 0; i < stackLength; i++) {\n var fn = this._stack[i]\n var memo = []\n\n for (var j = 0; j < tokens.length; j++) {\n var result = fn(tokens[j], j, tokens)\n\n if (result === null || result === void 0 || result === '') continue\n\n if (Array.isArray(result)) {\n for (var k = 0; k < result.length; k++) {\n memo.push(result[k])\n }\n } else {\n memo.push(result)\n }\n }\n\n tokens = memo\n }\n\n return tokens\n}\n\n/**\n * Convenience method for passing a string through a pipeline and getting\n * strings out. This method takes care of wrapping the passed string in a\n * token and mapping the resulting tokens back to strings.\n *\n * @param {string} str - The string to pass through the pipeline.\n * @param {?object} metadata - Optional metadata to associate with the token\n * passed to the pipeline.\n * @returns {string[]}\n */\nlunr.Pipeline.prototype.runString = function (str, metadata) {\n var token = new lunr.Token (str, metadata)\n\n return this.run([token]).map(function (t) {\n return t.toString()\n })\n}\n\n/**\n * Resets the pipeline by removing any existing processors.\n *\n */\nlunr.Pipeline.prototype.reset = function () {\n this._stack = []\n}\n\n/**\n * Returns a representation of the pipeline ready for serialisation.\n *\n * Logs a warning if the function has not been registered.\n *\n * @returns {Array}\n */\nlunr.Pipeline.prototype.toJSON = function () {\n return this._stack.map(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n\n return fn.label\n })\n}\n/*!\n * lunr.Vector\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A vector is used to construct the vector space of documents and queries. These\n * vectors support operations to determine the similarity between two documents or\n * a document and a query.\n *\n * Normally no parameters are required for initializing a vector, but in the case of\n * loading a previously dumped vector the raw elements can be provided to the constructor.\n *\n * For performance reasons vectors are implemented with a flat array, where an elements\n * index is immediately followed by its value. E.g. [index, value, index, value]. This\n * allows the underlying array to be as sparse as possible and still offer decent\n * performance when being used for vector calculations.\n *\n * @constructor\n * @param {Number[]} [elements] - The flat list of element index and element value pairs.\n */\nlunr.Vector = function (elements) {\n this._magnitude = 0\n this.elements = elements || []\n}\n\n\n/**\n * Calculates the position within the vector to insert a given index.\n *\n * This is used internally by insert and upsert. If there are duplicate indexes then\n * the position is returned as if the value for that index were to be updated, but it\n * is the callers responsibility to check whether there is a duplicate at that index\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @returns {Number}\n */\nlunr.Vector.prototype.positionForIndex = function (index) {\n // For an empty vector the tuple can be inserted at the beginning\n if (this.elements.length == 0) {\n return 0\n }\n\n var start = 0,\n end = this.elements.length / 2,\n sliceLength = end - start,\n pivotPoint = Math.floor(sliceLength / 2),\n pivotIndex = this.elements[pivotPoint * 2]\n\n while (sliceLength > 1) {\n if (pivotIndex < index) {\n start = pivotPoint\n }\n\n if (pivotIndex > index) {\n end = pivotPoint\n }\n\n if (pivotIndex == index) {\n break\n }\n\n sliceLength = end - start\n pivotPoint = start + Math.floor(sliceLength / 2)\n pivotIndex = this.elements[pivotPoint * 2]\n }\n\n if (pivotIndex == index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex > index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex < index) {\n return (pivotPoint + 1) * 2\n }\n}\n\n/**\n * Inserts an element at an index within the vector.\n *\n * Does not allow duplicates, will throw an error if there is already an entry\n * for this index.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n */\nlunr.Vector.prototype.insert = function (insertIdx, val) {\n this.upsert(insertIdx, val, function () {\n throw \"duplicate index\"\n })\n}\n\n/**\n * Inserts or updates an existing index within the vector.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n * @param {function} fn - A function that is called for updates, the existing value and the\n * requested value are passed as arguments\n */\nlunr.Vector.prototype.upsert = function (insertIdx, val, fn) {\n this._magnitude = 0\n var position = this.positionForIndex(insertIdx)\n\n if (this.elements[position] == insertIdx) {\n this.elements[position + 1] = fn(this.elements[position + 1], val)\n } else {\n this.elements.splice(position, 0, insertIdx, val)\n }\n}\n\n/**\n * Calculates the magnitude of this vector.\n *\n * @returns {Number}\n */\nlunr.Vector.prototype.magnitude = function () {\n if (this._magnitude) return this._magnitude\n\n var sumOfSquares = 0,\n elementsLength = this.elements.length\n\n for (var i = 1; i < elementsLength; i += 2) {\n var val = this.elements[i]\n sumOfSquares += val * val\n }\n\n return this._magnitude = Math.sqrt(sumOfSquares)\n}\n\n/**\n * Calculates the dot product of this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The vector to compute the dot product with.\n * @returns {Number}\n */\nlunr.Vector.prototype.dot = function (otherVector) {\n var dotProduct = 0,\n a = this.elements, b = otherVector.elements,\n aLen = a.length, bLen = b.length,\n aVal = 0, bVal = 0,\n i = 0, j = 0\n\n while (i < aLen && j < bLen) {\n aVal = a[i], bVal = b[j]\n if (aVal < bVal) {\n i += 2\n } else if (aVal > bVal) {\n j += 2\n } else if (aVal == bVal) {\n dotProduct += a[i + 1] * b[j + 1]\n i += 2\n j += 2\n }\n }\n\n return dotProduct\n}\n\n/**\n * Calculates the similarity between this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The other vector to calculate the\n * similarity with.\n * @returns {Number}\n */\nlunr.Vector.prototype.similarity = function (otherVector) {\n return this.dot(otherVector) / this.magnitude() || 0\n}\n\n/**\n * Converts the vector to an array of the elements within the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toArray = function () {\n var output = new Array (this.elements.length / 2)\n\n for (var i = 1, j = 0; i < this.elements.length; i += 2, j++) {\n output[j] = this.elements[i]\n }\n\n return output\n}\n\n/**\n * A JSON serializable representation of the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toJSON = function () {\n return this.elements\n}\n/* eslint-disable */\n/*!\n * lunr.stemmer\n * Copyright (C) 2020 Oliver Nightingale\n * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt\n */\n\n/**\n * lunr.stemmer is an english language stemmer, this is a JavaScript\n * implementation of the PorterStemmer taken from http://tartarus.org/~martin\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token - The string to stem\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n * @function\n */\nlunr.stemmer = (function(){\n var step2list = {\n \"ational\" : \"ate\",\n \"tional\" : \"tion\",\n \"enci\" : \"ence\",\n \"anci\" : \"ance\",\n \"izer\" : \"ize\",\n \"bli\" : \"ble\",\n \"alli\" : \"al\",\n \"entli\" : \"ent\",\n \"eli\" : \"e\",\n \"ousli\" : \"ous\",\n \"ization\" : \"ize\",\n \"ation\" : \"ate\",\n \"ator\" : \"ate\",\n \"alism\" : \"al\",\n \"iveness\" : \"ive\",\n \"fulness\" : \"ful\",\n \"ousness\" : \"ous\",\n \"aliti\" : \"al\",\n \"iviti\" : \"ive\",\n \"biliti\" : \"ble\",\n \"logi\" : \"log\"\n },\n\n step3list = {\n \"icate\" : \"ic\",\n \"ative\" : \"\",\n \"alize\" : \"al\",\n \"iciti\" : \"ic\",\n \"ical\" : \"ic\",\n \"ful\" : \"\",\n \"ness\" : \"\"\n },\n\n c = \"[^aeiou]\", // consonant\n v = \"[aeiouy]\", // vowel\n C = c + \"[^aeiouy]*\", // consonant sequence\n V = v + \"[aeiou]*\", // vowel sequence\n\n mgr0 = \"^(\" + C + \")?\" + V + C, // [C]VC... is m>0\n meq1 = \"^(\" + C + \")?\" + V + C + \"(\" + V + \")?$\", // [C]VC[V] is m=1\n mgr1 = \"^(\" + C + \")?\" + V + C + V + C, // [C]VCVC... is m>1\n s_v = \"^(\" + C + \")?\" + v; // vowel in stem\n\n var re_mgr0 = new RegExp(mgr0);\n var re_mgr1 = new RegExp(mgr1);\n var re_meq1 = new RegExp(meq1);\n var re_s_v = new RegExp(s_v);\n\n var re_1a = /^(.+?)(ss|i)es$/;\n var re2_1a = /^(.+?)([^s])s$/;\n var re_1b = /^(.+?)eed$/;\n var re2_1b = /^(.+?)(ed|ing)$/;\n var re_1b_2 = /.$/;\n var re2_1b_2 = /(at|bl|iz)$/;\n var re3_1b_2 = new RegExp(\"([^aeiouylsz])\\\\1$\");\n var re4_1b_2 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var re_1c = /^(.+?[^aeiou])y$/;\n var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;\n\n var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;\n\n var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;\n var re2_4 = /^(.+?)(s|t)(ion)$/;\n\n var re_5 = /^(.+?)e$/;\n var re_5_1 = /ll$/;\n var re3_5 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var porterStemmer = function porterStemmer(w) {\n var stem,\n suffix,\n firstch,\n re,\n re2,\n re3,\n re4;\n\n if (w.length < 3) { return w; }\n\n firstch = w.substr(0,1);\n if (firstch == \"y\") {\n w = firstch.toUpperCase() + w.substr(1);\n }\n\n // Step 1a\n re = re_1a\n re2 = re2_1a;\n\n if (re.test(w)) { w = w.replace(re,\"$1$2\"); }\n else if (re2.test(w)) { w = w.replace(re2,\"$1$2\"); }\n\n // Step 1b\n re = re_1b;\n re2 = re2_1b;\n if (re.test(w)) {\n var fp = re.exec(w);\n re = re_mgr0;\n if (re.test(fp[1])) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1];\n re2 = re_s_v;\n if (re2.test(stem)) {\n w = stem;\n re2 = re2_1b_2;\n re3 = re3_1b_2;\n re4 = re4_1b_2;\n if (re2.test(w)) { w = w + \"e\"; }\n else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,\"\"); }\n else if (re4.test(w)) { w = w + \"e\"; }\n }\n }\n\n // Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say)\n re = re_1c;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n w = stem + \"i\";\n }\n\n // Step 2\n re = re_2;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step2list[suffix];\n }\n }\n\n // Step 3\n re = re_3;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step3list[suffix];\n }\n }\n\n // Step 4\n re = re_4;\n re2 = re2_4;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n if (re.test(stem)) {\n w = stem;\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1] + fp[2];\n re2 = re_mgr1;\n if (re2.test(stem)) {\n w = stem;\n }\n }\n\n // Step 5\n re = re_5;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n re2 = re_meq1;\n re3 = re3_5;\n if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {\n w = stem;\n }\n }\n\n re = re_5_1;\n re2 = re_mgr1;\n if (re.test(w) && re2.test(w)) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n\n // and turn initial Y back to y\n\n if (firstch == \"y\") {\n w = firstch.toLowerCase() + w.substr(1);\n }\n\n return w;\n };\n\n return function (token) {\n return token.update(porterStemmer);\n }\n})();\n\nlunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')\n/*!\n * lunr.stopWordFilter\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.generateStopWordFilter builds a stopWordFilter function from the provided\n * list of stop words.\n *\n * The built in lunr.stopWordFilter is built using this generator and can be used\n * to generate custom stopWordFilters for applications or non English languages.\n *\n * @function\n * @param {Array} token The token to pass through the filter\n * @returns {lunr.PipelineFunction}\n * @see lunr.Pipeline\n * @see lunr.stopWordFilter\n */\nlunr.generateStopWordFilter = function (stopWords) {\n var words = stopWords.reduce(function (memo, stopWord) {\n memo[stopWord] = stopWord\n return memo\n }, {})\n\n return function (token) {\n if (token && words[token.toString()] !== token.toString()) return token\n }\n}\n\n/**\n * lunr.stopWordFilter is an English language stop word list filter, any words\n * contained in the list will not be passed through the filter.\n *\n * This is intended to be used in the Pipeline. If the token does not pass the\n * filter then undefined will be returned.\n *\n * @function\n * @implements {lunr.PipelineFunction}\n * @params {lunr.Token} token - A token to check for being a stop word.\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n */\nlunr.stopWordFilter = lunr.generateStopWordFilter([\n 'a',\n 'able',\n 'about',\n 'across',\n 'after',\n 'all',\n 'almost',\n 'also',\n 'am',\n 'among',\n 'an',\n 'and',\n 'any',\n 'are',\n 'as',\n 'at',\n 'be',\n 'because',\n 'been',\n 'but',\n 'by',\n 'can',\n 'cannot',\n 'could',\n 'dear',\n 'did',\n 'do',\n 'does',\n 'either',\n 'else',\n 'ever',\n 'every',\n 'for',\n 'from',\n 'get',\n 'got',\n 'had',\n 'has',\n 'have',\n 'he',\n 'her',\n 'hers',\n 'him',\n 'his',\n 'how',\n 'however',\n 'i',\n 'if',\n 'in',\n 'into',\n 'is',\n 'it',\n 'its',\n 'just',\n 'least',\n 'let',\n 'like',\n 'likely',\n 'may',\n 'me',\n 'might',\n 'most',\n 'must',\n 'my',\n 'neither',\n 'no',\n 'nor',\n 'not',\n 'of',\n 'off',\n 'often',\n 'on',\n 'only',\n 'or',\n 'other',\n 'our',\n 'own',\n 'rather',\n 'said',\n 'say',\n 'says',\n 'she',\n 'should',\n 'since',\n 'so',\n 'some',\n 'than',\n 'that',\n 'the',\n 'their',\n 'them',\n 'then',\n 'there',\n 'these',\n 'they',\n 'this',\n 'tis',\n 'to',\n 'too',\n 'twas',\n 'us',\n 'wants',\n 'was',\n 'we',\n 'were',\n 'what',\n 'when',\n 'where',\n 'which',\n 'while',\n 'who',\n 'whom',\n 'why',\n 'will',\n 'with',\n 'would',\n 'yet',\n 'you',\n 'your'\n])\n\nlunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter')\n/*!\n * lunr.trimmer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.trimmer is a pipeline function for trimming non word\n * characters from the beginning and end of tokens before they\n * enter the index.\n *\n * This implementation may not work correctly for non latin\n * characters and should either be removed or adapted for use\n * with languages with non-latin characters.\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token The token to pass through the filter\n * @returns {lunr.Token}\n * @see lunr.Pipeline\n */\nlunr.trimmer = function (token) {\n return token.update(function (s) {\n return s.replace(/^\\W+/, '').replace(/\\W+$/, '')\n })\n}\n\nlunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')\n/*!\n * lunr.TokenSet\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A token set is used to store the unique list of all tokens\n * within an index. Token sets are also used to represent an\n * incoming query to the index, this query token set and index\n * token set are then intersected to find which tokens to look\n * up in the inverted index.\n *\n * A token set can hold multiple tokens, as in the case of the\n * index token set, or it can hold a single token as in the\n * case of a simple query token set.\n *\n * Additionally token sets are used to perform wildcard matching.\n * Leading, contained and trailing wildcards are supported, and\n * from this edit distance matching can also be provided.\n *\n * Token sets are implemented as a minimal finite state automata,\n * where both common prefixes and suffixes are shared between tokens.\n * This helps to reduce the space used for storing the token set.\n *\n * @constructor\n */\nlunr.TokenSet = function () {\n this.final = false\n this.edges = {}\n this.id = lunr.TokenSet._nextId\n lunr.TokenSet._nextId += 1\n}\n\n/**\n * Keeps track of the next, auto increment, identifier to assign\n * to a new tokenSet.\n *\n * TokenSets require a unique identifier to be correctly minimised.\n *\n * @private\n */\nlunr.TokenSet._nextId = 1\n\n/**\n * Creates a TokenSet instance from the given sorted array of words.\n *\n * @param {String[]} arr - A sorted array of strings to create the set from.\n * @returns {lunr.TokenSet}\n * @throws Will throw an error if the input array is not sorted.\n */\nlunr.TokenSet.fromArray = function (arr) {\n var builder = new lunr.TokenSet.Builder\n\n for (var i = 0, len = arr.length; i < len; i++) {\n builder.insert(arr[i])\n }\n\n builder.finish()\n return builder.root\n}\n\n/**\n * Creates a token set from a query clause.\n *\n * @private\n * @param {Object} clause - A single clause from lunr.Query.\n * @param {string} clause.term - The query clause term.\n * @param {number} [clause.editDistance] - The optional edit distance for the term.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromClause = function (clause) {\n if ('editDistance' in clause) {\n return lunr.TokenSet.fromFuzzyString(clause.term, clause.editDistance)\n } else {\n return lunr.TokenSet.fromString(clause.term)\n }\n}\n\n/**\n * Creates a token set representing a single string with a specified\n * edit distance.\n *\n * Insertions, deletions, substitutions and transpositions are each\n * treated as an edit distance of 1.\n *\n * Increasing the allowed edit distance will have a dramatic impact\n * on the performance of both creating and intersecting these TokenSets.\n * It is advised to keep the edit distance less than 3.\n *\n * @param {string} str - The string to create the token set from.\n * @param {number} editDistance - The allowed edit distance to match.\n * @returns {lunr.Vector}\n */\nlunr.TokenSet.fromFuzzyString = function (str, editDistance) {\n var root = new lunr.TokenSet\n\n var stack = [{\n node: root,\n editsRemaining: editDistance,\n str: str\n }]\n\n while (stack.length) {\n var frame = stack.pop()\n\n // no edit\n if (frame.str.length > 0) {\n var char = frame.str.charAt(0),\n noEditNode\n\n if (char in frame.node.edges) {\n noEditNode = frame.node.edges[char]\n } else {\n noEditNode = new lunr.TokenSet\n frame.node.edges[char] = noEditNode\n }\n\n if (frame.str.length == 1) {\n noEditNode.final = true\n }\n\n stack.push({\n node: noEditNode,\n editsRemaining: frame.editsRemaining,\n str: frame.str.slice(1)\n })\n }\n\n if (frame.editsRemaining == 0) {\n continue\n }\n\n // insertion\n if (\"*\" in frame.node.edges) {\n var insertionNode = frame.node.edges[\"*\"]\n } else {\n var insertionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = insertionNode\n }\n\n if (frame.str.length == 0) {\n insertionNode.final = true\n }\n\n stack.push({\n node: insertionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str\n })\n\n // deletion\n // can only do a deletion if we have enough edits remaining\n // and if there are characters left to delete in the string\n if (frame.str.length > 1) {\n stack.push({\n node: frame.node,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // deletion\n // just removing the last character from the str\n if (frame.str.length == 1) {\n frame.node.final = true\n }\n\n // substitution\n // can only do a substitution if we have enough edits remaining\n // and if there are characters left to substitute\n if (frame.str.length >= 1) {\n if (\"*\" in frame.node.edges) {\n var substitutionNode = frame.node.edges[\"*\"]\n } else {\n var substitutionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = substitutionNode\n }\n\n if (frame.str.length == 1) {\n substitutionNode.final = true\n }\n\n stack.push({\n node: substitutionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // transposition\n // can only do a transposition if there are edits remaining\n // and there are enough characters to transpose\n if (frame.str.length > 1) {\n var charA = frame.str.charAt(0),\n charB = frame.str.charAt(1),\n transposeNode\n\n if (charB in frame.node.edges) {\n transposeNode = frame.node.edges[charB]\n } else {\n transposeNode = new lunr.TokenSet\n frame.node.edges[charB] = transposeNode\n }\n\n if (frame.str.length == 1) {\n transposeNode.final = true\n }\n\n stack.push({\n node: transposeNode,\n editsRemaining: frame.editsRemaining - 1,\n str: charA + frame.str.slice(2)\n })\n }\n }\n\n return root\n}\n\n/**\n * Creates a TokenSet from a string.\n *\n * The string may contain one or more wildcard characters (*)\n * that will allow wildcard matching when intersecting with\n * another TokenSet.\n *\n * @param {string} str - The string to create a TokenSet from.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromString = function (str) {\n var node = new lunr.TokenSet,\n root = node\n\n /*\n * Iterates through all characters within the passed string\n * appending a node for each character.\n *\n * When a wildcard character is found then a self\n * referencing edge is introduced to continually match\n * any number of any characters.\n */\n for (var i = 0, len = str.length; i < len; i++) {\n var char = str[i],\n final = (i == len - 1)\n\n if (char == \"*\") {\n node.edges[char] = node\n node.final = final\n\n } else {\n var next = new lunr.TokenSet\n next.final = final\n\n node.edges[char] = next\n node = next\n }\n }\n\n return root\n}\n\n/**\n * Converts this TokenSet into an array of strings\n * contained within the TokenSet.\n *\n * This is not intended to be used on a TokenSet that\n * contains wildcards, in these cases the results are\n * undefined and are likely to cause an infinite loop.\n *\n * @returns {string[]}\n */\nlunr.TokenSet.prototype.toArray = function () {\n var words = []\n\n var stack = [{\n prefix: \"\",\n node: this\n }]\n\n while (stack.length) {\n var frame = stack.pop(),\n edges = Object.keys(frame.node.edges),\n len = edges.length\n\n if (frame.node.final) {\n /* In Safari, at this point the prefix is sometimes corrupted, see:\n * https://github.com/olivernn/lunr.js/issues/279 Calling any\n * String.prototype method forces Safari to \"cast\" this string to what\n * it's supposed to be, fixing the bug. */\n frame.prefix.charAt(0)\n words.push(frame.prefix)\n }\n\n for (var i = 0; i < len; i++) {\n var edge = edges[i]\n\n stack.push({\n prefix: frame.prefix.concat(edge),\n node: frame.node.edges[edge]\n })\n }\n }\n\n return words\n}\n\n/**\n * Generates a string representation of a TokenSet.\n *\n * This is intended to allow TokenSets to be used as keys\n * in objects, largely to aid the construction and minimisation\n * of a TokenSet. As such it is not designed to be a human\n * friendly representation of the TokenSet.\n *\n * @returns {string}\n */\nlunr.TokenSet.prototype.toString = function () {\n // NOTE: Using Object.keys here as this.edges is very likely\n // to enter 'hash-mode' with many keys being added\n //\n // avoiding a for-in loop here as it leads to the function\n // being de-optimised (at least in V8). From some simple\n // benchmarks the performance is comparable, but allowing\n // V8 to optimize may mean easy performance wins in the future.\n\n if (this._str) {\n return this._str\n }\n\n var str = this.final ? '1' : '0',\n labels = Object.keys(this.edges).sort(),\n len = labels.length\n\n for (var i = 0; i < len; i++) {\n var label = labels[i],\n node = this.edges[label]\n\n str = str + label + node.id\n }\n\n return str\n}\n\n/**\n * Returns a new TokenSet that is the intersection of\n * this TokenSet and the passed TokenSet.\n *\n * This intersection will take into account any wildcards\n * contained within the TokenSet.\n *\n * @param {lunr.TokenSet} b - An other TokenSet to intersect with.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.prototype.intersect = function (b) {\n var output = new lunr.TokenSet,\n frame = undefined\n\n var stack = [{\n qNode: b,\n output: output,\n node: this\n }]\n\n while (stack.length) {\n frame = stack.pop()\n\n // NOTE: As with the #toString method, we are using\n // Object.keys and a for loop instead of a for-in loop\n // as both of these objects enter 'hash' mode, causing\n // the function to be de-optimised in V8\n var qEdges = Object.keys(frame.qNode.edges),\n qLen = qEdges.length,\n nEdges = Object.keys(frame.node.edges),\n nLen = nEdges.length\n\n for (var q = 0; q < qLen; q++) {\n var qEdge = qEdges[q]\n\n for (var n = 0; n < nLen; n++) {\n var nEdge = nEdges[n]\n\n if (nEdge == qEdge || qEdge == '*') {\n var node = frame.node.edges[nEdge],\n qNode = frame.qNode.edges[qEdge],\n final = node.final && qNode.final,\n next = undefined\n\n if (nEdge in frame.output.edges) {\n // an edge already exists for this character\n // no need to create a new node, just set the finality\n // bit unless this node is already final\n next = frame.output.edges[nEdge]\n next.final = next.final || final\n\n } else {\n // no edge exists yet, must create one\n // set the finality bit and insert it\n // into the output\n next = new lunr.TokenSet\n next.final = final\n frame.output.edges[nEdge] = next\n }\n\n stack.push({\n qNode: qNode,\n output: next,\n node: node\n })\n }\n }\n }\n }\n\n return output\n}\nlunr.TokenSet.Builder = function () {\n this.previousWord = \"\"\n this.root = new lunr.TokenSet\n this.uncheckedNodes = []\n this.minimizedNodes = {}\n}\n\nlunr.TokenSet.Builder.prototype.insert = function (word) {\n var node,\n commonPrefix = 0\n\n if (word < this.previousWord) {\n throw new Error (\"Out of order word insertion\")\n }\n\n for (var i = 0; i < word.length && i < this.previousWord.length; i++) {\n if (word[i] != this.previousWord[i]) break\n commonPrefix++\n }\n\n this.minimize(commonPrefix)\n\n if (this.uncheckedNodes.length == 0) {\n node = this.root\n } else {\n node = this.uncheckedNodes[this.uncheckedNodes.length - 1].child\n }\n\n for (var i = commonPrefix; i < word.length; i++) {\n var nextNode = new lunr.TokenSet,\n char = word[i]\n\n node.edges[char] = nextNode\n\n this.uncheckedNodes.push({\n parent: node,\n char: char,\n child: nextNode\n })\n\n node = nextNode\n }\n\n node.final = true\n this.previousWord = word\n}\n\nlunr.TokenSet.Builder.prototype.finish = function () {\n this.minimize(0)\n}\n\nlunr.TokenSet.Builder.prototype.minimize = function (downTo) {\n for (var i = this.uncheckedNodes.length - 1; i >= downTo; i--) {\n var node = this.uncheckedNodes[i],\n childKey = node.child.toString()\n\n if (childKey in this.minimizedNodes) {\n node.parent.edges[node.char] = this.minimizedNodes[childKey]\n } else {\n // Cache the key for this node since\n // we know it can't change anymore\n node.child._str = childKey\n\n this.minimizedNodes[childKey] = node.child\n }\n\n this.uncheckedNodes.pop()\n }\n}\n/*!\n * lunr.Index\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * An index contains the built index of all documents and provides a query interface\n * to the index.\n *\n * Usually instances of lunr.Index will not be created using this constructor, instead\n * lunr.Builder should be used to construct new indexes, or lunr.Index.load should be\n * used to load previously built and serialized indexes.\n *\n * @constructor\n * @param {Object} attrs - The attributes of the built search index.\n * @param {Object} attrs.invertedIndex - An index of term/field to document reference.\n * @param {Object} attrs.fieldVectors - Field vectors\n * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens.\n * @param {string[]} attrs.fields - The names of indexed document fields.\n * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms.\n */\nlunr.Index = function (attrs) {\n this.invertedIndex = attrs.invertedIndex\n this.fieldVectors = attrs.fieldVectors\n this.tokenSet = attrs.tokenSet\n this.fields = attrs.fields\n this.pipeline = attrs.pipeline\n}\n\n/**\n * A result contains details of a document matching a search query.\n * @typedef {Object} lunr.Index~Result\n * @property {string} ref - The reference of the document this result represents.\n * @property {number} score - A number between 0 and 1 representing how similar this document is to the query.\n * @property {lunr.MatchData} matchData - Contains metadata about this match including which term(s) caused the match.\n */\n\n/**\n * Although lunr provides the ability to create queries using lunr.Query, it also provides a simple\n * query language which itself is parsed into an instance of lunr.Query.\n *\n * For programmatically building queries it is advised to directly use lunr.Query, the query language\n * is best used for human entered text rather than program generated text.\n *\n * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported\n * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello'\n * or 'world', though those that contain both will rank higher in the results.\n *\n * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can\n * be inserted anywhere within the term, and more than one wildcard can exist in a single term. Adding\n * wildcards will increase the number of documents that will be found but can also have a negative\n * impact on query performance, especially with wildcards at the beginning of a term.\n *\n * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term\n * hello in the title field will match this query. Using a field not present in the index will lead\n * to an error being thrown.\n *\n * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term\n * boost will make documents matching that term score higher, e.g. `foo^5`. Edit distance is also supported\n * to provide fuzzy matching, e.g. 'hello~2' will match documents with hello with an edit distance of 2.\n * Avoid large values for edit distance to improve query performance.\n *\n * Each term also supports a presence modifier. By default a term's presence in document is optional, however\n * this can be changed to either required or prohibited. For a term's presence to be required in a document the\n * term should be prefixed with a '+', e.g. `+foo bar` is a search for documents that must contain 'foo' and\n * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not\n * appear in a document, e.g. `-foo bar` is a search for documents that do not contain 'foo' but may contain 'bar'.\n *\n * To escape special characters the backslash character '\\' can be used, this allows searches to include\n * characters that would normally be considered modifiers, e.g. `foo\\~2` will search for a term \"foo~2\" instead\n * of attempting to apply a boost of 2 to the search term \"foo\".\n *\n * @typedef {string} lunr.Index~QueryString\n * @example Simple single term query\n * hello\n * @example Multiple term query\n * hello world\n * @example term scoped to a field\n * title:hello\n * @example term with a boost of 10\n * hello^10\n * @example term with an edit distance of 2\n * hello~2\n * @example terms with presence modifiers\n * -foo +bar baz\n */\n\n/**\n * Performs a search against the index using lunr query syntax.\n *\n * Results will be returned sorted by their score, the most relevant results\n * will be returned first. For details on how the score is calculated, please see\n * the {@link https://lunrjs.com/guides/searching.html#scoring|guide}.\n *\n * For more programmatic querying use lunr.Index#query.\n *\n * @param {lunr.Index~QueryString} queryString - A string containing a lunr query.\n * @throws {lunr.QueryParseError} If the passed query string cannot be parsed.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.search = function (queryString) {\n return this.query(function (query) {\n var parser = new lunr.QueryParser(queryString, query)\n parser.parse()\n })\n}\n\n/**\n * A query builder callback provides a query object to be used to express\n * the query to perform on the index.\n *\n * @callback lunr.Index~queryBuilder\n * @param {lunr.Query} query - The query object to build up.\n * @this lunr.Query\n */\n\n/**\n * Performs a query against the index using the yielded lunr.Query object.\n *\n * If performing programmatic queries against the index, this method is preferred\n * over lunr.Index#search so as to avoid the additional query parsing overhead.\n *\n * A query object is yielded to the supplied function which should be used to\n * express the query to be run against the index.\n *\n * Note that although this function takes a callback parameter it is _not_ an\n * asynchronous operation, the callback is just yielded a query object to be\n * customized.\n *\n * @param {lunr.Index~queryBuilder} fn - A function that is used to build the query.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.query = function (fn) {\n // for each query clause\n // * process terms\n // * expand terms from token set\n // * find matching documents and metadata\n // * get document vectors\n // * score documents\n\n var query = new lunr.Query(this.fields),\n matchingFields = Object.create(null),\n queryVectors = Object.create(null),\n termFieldCache = Object.create(null),\n requiredMatches = Object.create(null),\n prohibitedMatches = Object.create(null)\n\n /*\n * To support field level boosts a query vector is created per\n * field. An empty vector is eagerly created to support negated\n * queries.\n */\n for (var i = 0; i < this.fields.length; i++) {\n queryVectors[this.fields[i]] = new lunr.Vector\n }\n\n fn.call(query, query)\n\n for (var i = 0; i < query.clauses.length; i++) {\n /*\n * Unless the pipeline has been disabled for this term, which is\n * the case for terms with wildcards, we need to pass the clause\n * term through the search pipeline. A pipeline returns an array\n * of processed terms. Pipeline functions may expand the passed\n * term, which means we may end up performing multiple index lookups\n * for a single query term.\n */\n var clause = query.clauses[i],\n terms = null,\n clauseMatches = lunr.Set.empty\n\n if (clause.usePipeline) {\n terms = this.pipeline.runString(clause.term, {\n fields: clause.fields\n })\n } else {\n terms = [clause.term]\n }\n\n for (var m = 0; m < terms.length; m++) {\n var term = terms[m]\n\n /*\n * Each term returned from the pipeline needs to use the same query\n * clause object, e.g. the same boost and or edit distance. The\n * simplest way to do this is to re-use the clause object but mutate\n * its term property.\n */\n clause.term = term\n\n /*\n * From the term in the clause we create a token set which will then\n * be used to intersect the indexes token set to get a list of terms\n * to lookup in the inverted index\n */\n var termTokenSet = lunr.TokenSet.fromClause(clause),\n expandedTerms = this.tokenSet.intersect(termTokenSet).toArray()\n\n /*\n * If a term marked as required does not exist in the tokenSet it is\n * impossible for the search to return any matches. We set all the field\n * scoped required matches set to empty and stop examining any further\n * clauses.\n */\n if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = lunr.Set.empty\n }\n\n break\n }\n\n for (var j = 0; j < expandedTerms.length; j++) {\n /*\n * For each term get the posting and termIndex, this is required for\n * building the query vector.\n */\n var expandedTerm = expandedTerms[j],\n posting = this.invertedIndex[expandedTerm],\n termIndex = posting._index\n\n for (var k = 0; k < clause.fields.length; k++) {\n /*\n * For each field that this query term is scoped by (by default\n * all fields are in scope) we need to get all the document refs\n * that have this term in that field.\n *\n * The posting is the entry in the invertedIndex for the matching\n * term from above.\n */\n var field = clause.fields[k],\n fieldPosting = posting[field],\n matchingDocumentRefs = Object.keys(fieldPosting),\n termField = expandedTerm + \"/\" + field,\n matchingDocumentsSet = new lunr.Set(matchingDocumentRefs)\n\n /*\n * if the presence of this term is required ensure that the matching\n * documents are added to the set of required matches for this clause.\n *\n */\n if (clause.presence == lunr.Query.presence.REQUIRED) {\n clauseMatches = clauseMatches.union(matchingDocumentsSet)\n\n if (requiredMatches[field] === undefined) {\n requiredMatches[field] = lunr.Set.complete\n }\n }\n\n /*\n * if the presence of this term is prohibited ensure that the matching\n * documents are added to the set of prohibited matches for this field,\n * creating that set if it does not yet exist.\n */\n if (clause.presence == lunr.Query.presence.PROHIBITED) {\n if (prohibitedMatches[field] === undefined) {\n prohibitedMatches[field] = lunr.Set.empty\n }\n\n prohibitedMatches[field] = prohibitedMatches[field].union(matchingDocumentsSet)\n\n /*\n * Prohibited matches should not be part of the query vector used for\n * similarity scoring and no metadata should be extracted so we continue\n * to the next field\n */\n continue\n }\n\n /*\n * The query field vector is populated using the termIndex found for\n * the term and a unit value with the appropriate boost applied.\n * Using upsert because there could already be an entry in the vector\n * for the term we are working with. In that case we just add the scores\n * together.\n */\n queryVectors[field].upsert(termIndex, clause.boost, function (a, b) { return a + b })\n\n /**\n * If we've already seen this term, field combo then we've already collected\n * the matching documents and metadata, no need to go through all that again\n */\n if (termFieldCache[termField]) {\n continue\n }\n\n for (var l = 0; l < matchingDocumentRefs.length; l++) {\n /*\n * All metadata for this term/field/document triple\n * are then extracted and collected into an instance\n * of lunr.MatchData ready to be returned in the query\n * results\n */\n var matchingDocumentRef = matchingDocumentRefs[l],\n matchingFieldRef = new lunr.FieldRef (matchingDocumentRef, field),\n metadata = fieldPosting[matchingDocumentRef],\n fieldMatch\n\n if ((fieldMatch = matchingFields[matchingFieldRef]) === undefined) {\n matchingFields[matchingFieldRef] = new lunr.MatchData (expandedTerm, field, metadata)\n } else {\n fieldMatch.add(expandedTerm, field, metadata)\n }\n\n }\n\n termFieldCache[termField] = true\n }\n }\n }\n\n /**\n * If the presence was required we need to update the requiredMatches field sets.\n * We do this after all fields for the term have collected their matches because\n * the clause terms presence is required in _any_ of the fields not _all_ of the\n * fields.\n */\n if (clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = requiredMatches[field].intersect(clauseMatches)\n }\n }\n }\n\n /**\n * Need to combine the field scoped required and prohibited\n * matching documents into a global set of required and prohibited\n * matches\n */\n var allRequiredMatches = lunr.Set.complete,\n allProhibitedMatches = lunr.Set.empty\n\n for (var i = 0; i < this.fields.length; i++) {\n var field = this.fields[i]\n\n if (requiredMatches[field]) {\n allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field])\n }\n\n if (prohibitedMatches[field]) {\n allProhibitedMatches = allProhibitedMatches.union(prohibitedMatches[field])\n }\n }\n\n var matchingFieldRefs = Object.keys(matchingFields),\n results = [],\n matches = Object.create(null)\n\n /*\n * If the query is negated (contains only prohibited terms)\n * we need to get _all_ fieldRefs currently existing in the\n * index. This is only done when we know that the query is\n * entirely prohibited terms to avoid any cost of getting all\n * fieldRefs unnecessarily.\n *\n * Additionally, blank MatchData must be created to correctly\n * populate the results.\n */\n if (query.isNegated()) {\n matchingFieldRefs = Object.keys(this.fieldVectors)\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n var matchingFieldRef = matchingFieldRefs[i]\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRef)\n matchingFields[matchingFieldRef] = new lunr.MatchData\n }\n }\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n /*\n * Currently we have document fields that match the query, but we\n * need to return documents. The matchData and scores are combined\n * from multiple fields belonging to the same document.\n *\n * Scores are calculated by field, using the query vectors created\n * above, and combined into a final document score using addition.\n */\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRefs[i]),\n docRef = fieldRef.docRef\n\n if (!allRequiredMatches.contains(docRef)) {\n continue\n }\n\n if (allProhibitedMatches.contains(docRef)) {\n continue\n }\n\n var fieldVector = this.fieldVectors[fieldRef],\n score = queryVectors[fieldRef.fieldName].similarity(fieldVector),\n docMatch\n\n if ((docMatch = matches[docRef]) !== undefined) {\n docMatch.score += score\n docMatch.matchData.combine(matchingFields[fieldRef])\n } else {\n var match = {\n ref: docRef,\n score: score,\n matchData: matchingFields[fieldRef]\n }\n matches[docRef] = match\n results.push(match)\n }\n }\n\n /*\n * Sort the results objects by score, highest first.\n */\n return results.sort(function (a, b) {\n return b.score - a.score\n })\n}\n\n/**\n * Prepares the index for JSON serialization.\n *\n * The schema for this JSON blob will be described in a\n * separate JSON schema file.\n *\n * @returns {Object}\n */\nlunr.Index.prototype.toJSON = function () {\n var invertedIndex = Object.keys(this.invertedIndex)\n .sort()\n .map(function (term) {\n return [term, this.invertedIndex[term]]\n }, this)\n\n var fieldVectors = Object.keys(this.fieldVectors)\n .map(function (ref) {\n return [ref, this.fieldVectors[ref].toJSON()]\n }, this)\n\n return {\n version: lunr.version,\n fields: this.fields,\n fieldVectors: fieldVectors,\n invertedIndex: invertedIndex,\n pipeline: this.pipeline.toJSON()\n }\n}\n\n/**\n * Loads a previously serialized lunr.Index\n *\n * @param {Object} serializedIndex - A previously serialized lunr.Index\n * @returns {lunr.Index}\n */\nlunr.Index.load = function (serializedIndex) {\n var attrs = {},\n fieldVectors = {},\n serializedVectors = serializedIndex.fieldVectors,\n invertedIndex = Object.create(null),\n serializedInvertedIndex = serializedIndex.invertedIndex,\n tokenSetBuilder = new lunr.TokenSet.Builder,\n pipeline = lunr.Pipeline.load(serializedIndex.pipeline)\n\n if (serializedIndex.version != lunr.version) {\n lunr.utils.warn(\"Version mismatch when loading serialised index. Current version of lunr '\" + lunr.version + \"' does not match serialized index '\" + serializedIndex.version + \"'\")\n }\n\n for (var i = 0; i < serializedVectors.length; i++) {\n var tuple = serializedVectors[i],\n ref = tuple[0],\n elements = tuple[1]\n\n fieldVectors[ref] = new lunr.Vector(elements)\n }\n\n for (var i = 0; i < serializedInvertedIndex.length; i++) {\n var tuple = serializedInvertedIndex[i],\n term = tuple[0],\n posting = tuple[1]\n\n tokenSetBuilder.insert(term)\n invertedIndex[term] = posting\n }\n\n tokenSetBuilder.finish()\n\n attrs.fields = serializedIndex.fields\n\n attrs.fieldVectors = fieldVectors\n attrs.invertedIndex = invertedIndex\n attrs.tokenSet = tokenSetBuilder.root\n attrs.pipeline = pipeline\n\n return new lunr.Index(attrs)\n}\n/*!\n * lunr.Builder\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Builder performs indexing on a set of documents and\n * returns instances of lunr.Index ready for querying.\n *\n * All configuration of the index is done via the builder, the\n * fields to index, the document reference, the text processing\n * pipeline and document scoring parameters are all set on the\n * builder before indexing.\n *\n * @constructor\n * @property {string} _ref - Internal reference to the document reference field.\n * @property {string[]} _fields - Internal reference to the document fields to index.\n * @property {object} invertedIndex - The inverted index maps terms to document fields.\n * @property {object} documentTermFrequencies - Keeps track of document term frequencies.\n * @property {object} documentLengths - Keeps track of the length of documents added to the index.\n * @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing.\n * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing.\n * @property {lunr.Pipeline} searchPipeline - A pipeline for processing search terms before querying the index.\n * @property {number} documentCount - Keeps track of the total number of documents indexed.\n * @property {number} _b - A parameter to control field length normalization, setting this to 0 disabled normalization, 1 fully normalizes field lengths, the default value is 0.75.\n * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2.\n * @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space.\n * @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index.\n */\nlunr.Builder = function () {\n this._ref = \"id\"\n this._fields = Object.create(null)\n this._documents = Object.create(null)\n this.invertedIndex = Object.create(null)\n this.fieldTermFrequencies = {}\n this.fieldLengths = {}\n this.tokenizer = lunr.tokenizer\n this.pipeline = new lunr.Pipeline\n this.searchPipeline = new lunr.Pipeline\n this.documentCount = 0\n this._b = 0.75\n this._k1 = 1.2\n this.termIndex = 0\n this.metadataWhitelist = []\n}\n\n/**\n * Sets the document field used as the document reference. Every document must have this field.\n * The type of this field in the document should be a string, if it is not a string it will be\n * coerced into a string by calling toString.\n *\n * The default ref is 'id'.\n *\n * The ref should _not_ be changed during indexing, it should be set before any documents are\n * added to the index. Changing it during indexing can lead to inconsistent results.\n *\n * @param {string} ref - The name of the reference field in the document.\n */\nlunr.Builder.prototype.ref = function (ref) {\n this._ref = ref\n}\n\n/**\n * A function that is used to extract a field from a document.\n *\n * Lunr expects a field to be at the top level of a document, if however the field\n * is deeply nested within a document an extractor function can be used to extract\n * the right field for indexing.\n *\n * @callback fieldExtractor\n * @param {object} doc - The document being added to the index.\n * @returns {?(string|object|object[])} obj - The object that will be indexed for this field.\n * @example Extracting a nested field\n * function (doc) { return doc.nested.field }\n */\n\n/**\n * Adds a field to the list of document fields that will be indexed. Every document being\n * indexed should have this field. Null values for this field in indexed documents will\n * not cause errors but will limit the chance of that document being retrieved by searches.\n *\n * All fields should be added before adding documents to the index. Adding fields after\n * a document has been indexed will have no effect on already indexed documents.\n *\n * Fields can be boosted at build time. This allows terms within that field to have more\n * importance when ranking search results. Use a field boost to specify that matches within\n * one field are more important than other fields.\n *\n * @param {string} fieldName - The name of a field to index in all documents.\n * @param {object} attributes - Optional attributes associated with this field.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this field.\n * @param {fieldExtractor} [attributes.extractor] - Function to extract a field from a document.\n * @throws {RangeError} fieldName cannot contain unsupported characters '/'\n */\nlunr.Builder.prototype.field = function (fieldName, attributes) {\n if (/\\//.test(fieldName)) {\n throw new RangeError (\"Field '\" + fieldName + \"' contains illegal character '/'\")\n }\n\n this._fields[fieldName] = attributes || {}\n}\n\n/**\n * A parameter to tune the amount of field length normalisation that is applied when\n * calculating relevance scores. A value of 0 will completely disable any normalisation\n * and a value of 1 will fully normalise field lengths. The default is 0.75. Values of b\n * will be clamped to the range 0 - 1.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.b = function (number) {\n if (number < 0) {\n this._b = 0\n } else if (number > 1) {\n this._b = 1\n } else {\n this._b = number\n }\n}\n\n/**\n * A parameter that controls the speed at which a rise in term frequency results in term\n * frequency saturation. The default value is 1.2. Setting this to a higher value will give\n * slower saturation levels, a lower value will result in quicker saturation.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.k1 = function (number) {\n this._k1 = number\n}\n\n/**\n * Adds a document to the index.\n *\n * Before adding fields to the index the index should have been fully setup, with the document\n * ref and all fields to index already having been specified.\n *\n * The document must have a field name as specified by the ref (by default this is 'id') and\n * it should have all fields defined for indexing, though null or undefined values will not\n * cause errors.\n *\n * Entire documents can be boosted at build time. Applying a boost to a document indicates that\n * this document should rank higher in search results than other documents.\n *\n * @param {object} doc - The document to add to the index.\n * @param {object} attributes - Optional attributes associated with this document.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this document.\n */\nlunr.Builder.prototype.add = function (doc, attributes) {\n var docRef = doc[this._ref],\n fields = Object.keys(this._fields)\n\n this._documents[docRef] = attributes || {}\n this.documentCount += 1\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i],\n extractor = this._fields[fieldName].extractor,\n field = extractor ? extractor(doc) : doc[fieldName],\n tokens = this.tokenizer(field, {\n fields: [fieldName]\n }),\n terms = this.pipeline.run(tokens),\n fieldRef = new lunr.FieldRef (docRef, fieldName),\n fieldTerms = Object.create(null)\n\n this.fieldTermFrequencies[fieldRef] = fieldTerms\n this.fieldLengths[fieldRef] = 0\n\n // store the length of this field for this document\n this.fieldLengths[fieldRef] += terms.length\n\n // calculate term frequencies for this field\n for (var j = 0; j < terms.length; j++) {\n var term = terms[j]\n\n if (fieldTerms[term] == undefined) {\n fieldTerms[term] = 0\n }\n\n fieldTerms[term] += 1\n\n // add to inverted index\n // create an initial posting if one doesn't exist\n if (this.invertedIndex[term] == undefined) {\n var posting = Object.create(null)\n posting[\"_index\"] = this.termIndex\n this.termIndex += 1\n\n for (var k = 0; k < fields.length; k++) {\n posting[fields[k]] = Object.create(null)\n }\n\n this.invertedIndex[term] = posting\n }\n\n // add an entry for this term/fieldName/docRef to the invertedIndex\n if (this.invertedIndex[term][fieldName][docRef] == undefined) {\n this.invertedIndex[term][fieldName][docRef] = Object.create(null)\n }\n\n // store all whitelisted metadata about this token in the\n // inverted index\n for (var l = 0; l < this.metadataWhitelist.length; l++) {\n var metadataKey = this.metadataWhitelist[l],\n metadata = term.metadata[metadataKey]\n\n if (this.invertedIndex[term][fieldName][docRef][metadataKey] == undefined) {\n this.invertedIndex[term][fieldName][docRef][metadataKey] = []\n }\n\n this.invertedIndex[term][fieldName][docRef][metadataKey].push(metadata)\n }\n }\n\n }\n}\n\n/**\n * Calculates the average document length for this index\n *\n * @private\n */\nlunr.Builder.prototype.calculateAverageFieldLengths = function () {\n\n var fieldRefs = Object.keys(this.fieldLengths),\n numberOfFields = fieldRefs.length,\n accumulator = {},\n documentsWithField = {}\n\n for (var i = 0; i < numberOfFields; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n field = fieldRef.fieldName\n\n documentsWithField[field] || (documentsWithField[field] = 0)\n documentsWithField[field] += 1\n\n accumulator[field] || (accumulator[field] = 0)\n accumulator[field] += this.fieldLengths[fieldRef]\n }\n\n var fields = Object.keys(this._fields)\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i]\n accumulator[fieldName] = accumulator[fieldName] / documentsWithField[fieldName]\n }\n\n this.averageFieldLength = accumulator\n}\n\n/**\n * Builds a vector space model of every document using lunr.Vector\n *\n * @private\n */\nlunr.Builder.prototype.createFieldVectors = function () {\n var fieldVectors = {},\n fieldRefs = Object.keys(this.fieldTermFrequencies),\n fieldRefsLength = fieldRefs.length,\n termIdfCache = Object.create(null)\n\n for (var i = 0; i < fieldRefsLength; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n fieldName = fieldRef.fieldName,\n fieldLength = this.fieldLengths[fieldRef],\n fieldVector = new lunr.Vector,\n termFrequencies = this.fieldTermFrequencies[fieldRef],\n terms = Object.keys(termFrequencies),\n termsLength = terms.length\n\n\n var fieldBoost = this._fields[fieldName].boost || 1,\n docBoost = this._documents[fieldRef.docRef].boost || 1\n\n for (var j = 0; j < termsLength; j++) {\n var term = terms[j],\n tf = termFrequencies[term],\n termIndex = this.invertedIndex[term]._index,\n idf, score, scoreWithPrecision\n\n if (termIdfCache[term] === undefined) {\n idf = lunr.idf(this.invertedIndex[term], this.documentCount)\n termIdfCache[term] = idf\n } else {\n idf = termIdfCache[term]\n }\n\n score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf)\n score *= fieldBoost\n score *= docBoost\n scoreWithPrecision = Math.round(score * 1000) / 1000\n // Converts 1.23456789 to 1.234.\n // Reducing the precision so that the vectors take up less\n // space when serialised. Doing it now so that they behave\n // the same before and after serialisation. Also, this is\n // the fastest approach to reducing a number's precision in\n // JavaScript.\n\n fieldVector.insert(termIndex, scoreWithPrecision)\n }\n\n fieldVectors[fieldRef] = fieldVector\n }\n\n this.fieldVectors = fieldVectors\n}\n\n/**\n * Creates a token set of all tokens in the index using lunr.TokenSet\n *\n * @private\n */\nlunr.Builder.prototype.createTokenSet = function () {\n this.tokenSet = lunr.TokenSet.fromArray(\n Object.keys(this.invertedIndex).sort()\n )\n}\n\n/**\n * Builds the index, creating an instance of lunr.Index.\n *\n * This completes the indexing process and should only be called\n * once all documents have been added to the index.\n *\n * @returns {lunr.Index}\n */\nlunr.Builder.prototype.build = function () {\n this.calculateAverageFieldLengths()\n this.createFieldVectors()\n this.createTokenSet()\n\n return new lunr.Index({\n invertedIndex: this.invertedIndex,\n fieldVectors: this.fieldVectors,\n tokenSet: this.tokenSet,\n fields: Object.keys(this._fields),\n pipeline: this.searchPipeline\n })\n}\n\n/**\n * Applies a plugin to the index builder.\n *\n * A plugin is a function that is called with the index builder as its context.\n * Plugins can be used to customise or extend the behaviour of the index\n * in some way. A plugin is just a function, that encapsulated the custom\n * behaviour that should be applied when building the index.\n *\n * The plugin function will be called with the index builder as its argument, additional\n * arguments can also be passed when calling use. The function will be called\n * with the index builder as its context.\n *\n * @param {Function} plugin The plugin to apply.\n */\nlunr.Builder.prototype.use = function (fn) {\n var args = Array.prototype.slice.call(arguments, 1)\n args.unshift(this)\n fn.apply(this, args)\n}\n/**\n * Contains and collects metadata about a matching document.\n * A single instance of lunr.MatchData is returned as part of every\n * lunr.Index~Result.\n *\n * @constructor\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n * @property {object} metadata - A cloned collection of metadata associated with this document.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData = function (term, field, metadata) {\n var clonedMetadata = Object.create(null),\n metadataKeys = Object.keys(metadata || {})\n\n // Cloning the metadata to prevent the original\n // being mutated during match data combination.\n // Metadata is kept in an array within the inverted\n // index so cloning the data can be done with\n // Array#slice\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n clonedMetadata[key] = metadata[key].slice()\n }\n\n this.metadata = Object.create(null)\n\n if (term !== undefined) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = clonedMetadata\n }\n}\n\n/**\n * An instance of lunr.MatchData will be created for every term that matches a\n * document. However only one instance is required in a lunr.Index~Result. This\n * method combines metadata from another instance of lunr.MatchData with this\n * objects metadata.\n *\n * @param {lunr.MatchData} otherMatchData - Another instance of match data to merge with this one.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData.prototype.combine = function (otherMatchData) {\n var terms = Object.keys(otherMatchData.metadata)\n\n for (var i = 0; i < terms.length; i++) {\n var term = terms[i],\n fields = Object.keys(otherMatchData.metadata[term])\n\n if (this.metadata[term] == undefined) {\n this.metadata[term] = Object.create(null)\n }\n\n for (var j = 0; j < fields.length; j++) {\n var field = fields[j],\n keys = Object.keys(otherMatchData.metadata[term][field])\n\n if (this.metadata[term][field] == undefined) {\n this.metadata[term][field] = Object.create(null)\n }\n\n for (var k = 0; k < keys.length; k++) {\n var key = keys[k]\n\n if (this.metadata[term][field][key] == undefined) {\n this.metadata[term][field][key] = otherMatchData.metadata[term][field][key]\n } else {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(otherMatchData.metadata[term][field][key])\n }\n\n }\n }\n }\n}\n\n/**\n * Add metadata for a term/field pair to this instance of match data.\n *\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n */\nlunr.MatchData.prototype.add = function (term, field, metadata) {\n if (!(term in this.metadata)) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = metadata\n return\n }\n\n if (!(field in this.metadata[term])) {\n this.metadata[term][field] = metadata\n return\n }\n\n var metadataKeys = Object.keys(metadata)\n\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n\n if (key in this.metadata[term][field]) {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(metadata[key])\n } else {\n this.metadata[term][field][key] = metadata[key]\n }\n }\n}\n/**\n * A lunr.Query provides a programmatic way of defining queries to be performed\n * against a {@link lunr.Index}.\n *\n * Prefer constructing a lunr.Query using the {@link lunr.Index#query} method\n * so the query object is pre-initialized with the right index fields.\n *\n * @constructor\n * @property {lunr.Query~Clause[]} clauses - An array of query clauses.\n * @property {string[]} allFields - An array of all available fields in a lunr.Index.\n */\nlunr.Query = function (allFields) {\n this.clauses = []\n this.allFields = allFields\n}\n\n/**\n * Constants for indicating what kind of automatic wildcard insertion will be used when constructing a query clause.\n *\n * This allows wildcards to be added to the beginning and end of a term without having to manually do any string\n * concatenation.\n *\n * The wildcard constants can be bitwise combined to select both leading and trailing wildcards.\n *\n * @constant\n * @default\n * @property {number} wildcard.NONE - The term will have no wildcards inserted, this is the default behaviour\n * @property {number} wildcard.LEADING - Prepend the term with a wildcard, unless a leading wildcard already exists\n * @property {number} wildcard.TRAILING - Append a wildcard to the term, unless a trailing wildcard already exists\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with trailing wildcard\n * query.term('foo', { wildcard: lunr.Query.wildcard.TRAILING })\n * @example query term with leading and trailing wildcard\n * query.term('foo', {\n * wildcard: lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING\n * })\n */\n\nlunr.Query.wildcard = new String (\"*\")\nlunr.Query.wildcard.NONE = 0\nlunr.Query.wildcard.LEADING = 1\nlunr.Query.wildcard.TRAILING = 2\n\n/**\n * Constants for indicating what kind of presence a term must have in matching documents.\n *\n * @constant\n * @enum {number}\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with required presence\n * query.term('foo', { presence: lunr.Query.presence.REQUIRED })\n */\nlunr.Query.presence = {\n /**\n * Term's presence in a document is optional, this is the default value.\n */\n OPTIONAL: 1,\n\n /**\n * Term's presence in a document is required, documents that do not contain\n * this term will not be returned.\n */\n REQUIRED: 2,\n\n /**\n * Term's presence in a document is prohibited, documents that do contain\n * this term will not be returned.\n */\n PROHIBITED: 3\n}\n\n/**\n * A single clause in a {@link lunr.Query} contains a term and details on how to\n * match that term against a {@link lunr.Index}.\n *\n * @typedef {Object} lunr.Query~Clause\n * @property {string[]} fields - The fields in an index this clause should be matched against.\n * @property {number} [boost=1] - Any boost that should be applied when matching this clause.\n * @property {number} [editDistance] - Whether the term should have fuzzy matching applied, and how fuzzy the match should be.\n * @property {boolean} [usePipeline] - Whether the term should be passed through the search pipeline.\n * @property {number} [wildcard=lunr.Query.wildcard.NONE] - Whether the term should have wildcards appended or prepended.\n * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents.\n */\n\n/**\n * Adds a {@link lunr.Query~Clause} to this query.\n *\n * Unless the clause contains the fields to be matched all fields will be matched. In addition\n * a default boost of 1 is applied to the clause.\n *\n * @param {lunr.Query~Clause} clause - The clause to add to this query.\n * @see lunr.Query~Clause\n * @returns {lunr.Query}\n */\nlunr.Query.prototype.clause = function (clause) {\n if (!('fields' in clause)) {\n clause.fields = this.allFields\n }\n\n if (!('boost' in clause)) {\n clause.boost = 1\n }\n\n if (!('usePipeline' in clause)) {\n clause.usePipeline = true\n }\n\n if (!('wildcard' in clause)) {\n clause.wildcard = lunr.Query.wildcard.NONE\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.LEADING) && (clause.term.charAt(0) != lunr.Query.wildcard)) {\n clause.term = \"*\" + clause.term\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.TRAILING) && (clause.term.slice(-1) != lunr.Query.wildcard)) {\n clause.term = \"\" + clause.term + \"*\"\n }\n\n if (!('presence' in clause)) {\n clause.presence = lunr.Query.presence.OPTIONAL\n }\n\n this.clauses.push(clause)\n\n return this\n}\n\n/**\n * A negated query is one in which every clause has a presence of\n * prohibited. These queries require some special processing to return\n * the expected results.\n *\n * @returns boolean\n */\nlunr.Query.prototype.isNegated = function () {\n for (var i = 0; i < this.clauses.length; i++) {\n if (this.clauses[i].presence != lunr.Query.presence.PROHIBITED) {\n return false\n }\n }\n\n return true\n}\n\n/**\n * Adds a term to the current query, under the covers this will create a {@link lunr.Query~Clause}\n * to the list of clauses that make up this query.\n *\n * The term is used as is, i.e. no tokenization will be performed by this method. Instead conversion\n * to a token or token-like string should be done before calling this method.\n *\n * The term will be converted to a string by calling `toString`. Multiple terms can be passed as an\n * array, each term in the array will share the same options.\n *\n * @param {object|object[]} term - The term(s) to add to the query.\n * @param {object} [options] - Any additional properties to add to the query clause.\n * @returns {lunr.Query}\n * @see lunr.Query#clause\n * @see lunr.Query~Clause\n * @example adding a single term to a query\n * query.term(\"foo\")\n * @example adding a single term to a query and specifying search fields, term boost and automatic trailing wildcard\n * query.term(\"foo\", {\n * fields: [\"title\"],\n * boost: 10,\n * wildcard: lunr.Query.wildcard.TRAILING\n * })\n * @example using lunr.tokenizer to convert a string to tokens before using them as terms\n * query.term(lunr.tokenizer(\"foo bar\"))\n */\nlunr.Query.prototype.term = function (term, options) {\n if (Array.isArray(term)) {\n term.forEach(function (t) { this.term(t, lunr.utils.clone(options)) }, this)\n return this\n }\n\n var clause = options || {}\n clause.term = term.toString()\n\n this.clause(clause)\n\n return this\n}\nlunr.QueryParseError = function (message, start, end) {\n this.name = \"QueryParseError\"\n this.message = message\n this.start = start\n this.end = end\n}\n\nlunr.QueryParseError.prototype = new Error\nlunr.QueryLexer = function (str) {\n this.lexemes = []\n this.str = str\n this.length = str.length\n this.pos = 0\n this.start = 0\n this.escapeCharPositions = []\n}\n\nlunr.QueryLexer.prototype.run = function () {\n var state = lunr.QueryLexer.lexText\n\n while (state) {\n state = state(this)\n }\n}\n\nlunr.QueryLexer.prototype.sliceString = function () {\n var subSlices = [],\n sliceStart = this.start,\n sliceEnd = this.pos\n\n for (var i = 0; i < this.escapeCharPositions.length; i++) {\n sliceEnd = this.escapeCharPositions[i]\n subSlices.push(this.str.slice(sliceStart, sliceEnd))\n sliceStart = sliceEnd + 1\n }\n\n subSlices.push(this.str.slice(sliceStart, this.pos))\n this.escapeCharPositions.length = 0\n\n return subSlices.join('')\n}\n\nlunr.QueryLexer.prototype.emit = function (type) {\n this.lexemes.push({\n type: type,\n str: this.sliceString(),\n start: this.start,\n end: this.pos\n })\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.escapeCharacter = function () {\n this.escapeCharPositions.push(this.pos - 1)\n this.pos += 1\n}\n\nlunr.QueryLexer.prototype.next = function () {\n if (this.pos >= this.length) {\n return lunr.QueryLexer.EOS\n }\n\n var char = this.str.charAt(this.pos)\n this.pos += 1\n return char\n}\n\nlunr.QueryLexer.prototype.width = function () {\n return this.pos - this.start\n}\n\nlunr.QueryLexer.prototype.ignore = function () {\n if (this.start == this.pos) {\n this.pos += 1\n }\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.backup = function () {\n this.pos -= 1\n}\n\nlunr.QueryLexer.prototype.acceptDigitRun = function () {\n var char, charCode\n\n do {\n char = this.next()\n charCode = char.charCodeAt(0)\n } while (charCode > 47 && charCode < 58)\n\n if (char != lunr.QueryLexer.EOS) {\n this.backup()\n }\n}\n\nlunr.QueryLexer.prototype.more = function () {\n return this.pos < this.length\n}\n\nlunr.QueryLexer.EOS = 'EOS'\nlunr.QueryLexer.FIELD = 'FIELD'\nlunr.QueryLexer.TERM = 'TERM'\nlunr.QueryLexer.EDIT_DISTANCE = 'EDIT_DISTANCE'\nlunr.QueryLexer.BOOST = 'BOOST'\nlunr.QueryLexer.PRESENCE = 'PRESENCE'\n\nlunr.QueryLexer.lexField = function (lexer) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.FIELD)\n lexer.ignore()\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexTerm = function (lexer) {\n if (lexer.width() > 1) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.TERM)\n }\n\n lexer.ignore()\n\n if (lexer.more()) {\n return lunr.QueryLexer.lexText\n }\n}\n\nlunr.QueryLexer.lexEditDistance = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.EDIT_DISTANCE)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexBoost = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.BOOST)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexEOS = function (lexer) {\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n}\n\n// This matches the separator used when tokenising fields\n// within a document. These should match otherwise it is\n// not possible to search for some tokens within a document.\n//\n// It is possible for the user to change the separator on the\n// tokenizer so it _might_ clash with any other of the special\n// characters already used within the search string, e.g. :.\n//\n// This means that it is possible to change the separator in\n// such a way that makes some words unsearchable using a search\n// string.\nlunr.QueryLexer.termSeparator = lunr.tokenizer.separator\n\nlunr.QueryLexer.lexText = function (lexer) {\n while (true) {\n var char = lexer.next()\n\n if (char == lunr.QueryLexer.EOS) {\n return lunr.QueryLexer.lexEOS\n }\n\n // Escape character is '\\'\n if (char.charCodeAt(0) == 92) {\n lexer.escapeCharacter()\n continue\n }\n\n if (char == \":\") {\n return lunr.QueryLexer.lexField\n }\n\n if (char == \"~\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexEditDistance\n }\n\n if (char == \"^\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexBoost\n }\n\n // \"+\" indicates term presence is required\n // checking for length to ensure that only\n // leading \"+\" are considered\n if (char == \"+\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n // \"-\" indicates term presence is prohibited\n // checking for length to ensure that only\n // leading \"-\" are considered\n if (char == \"-\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n if (char.match(lunr.QueryLexer.termSeparator)) {\n return lunr.QueryLexer.lexTerm\n }\n }\n}\n\nlunr.QueryParser = function (str, query) {\n this.lexer = new lunr.QueryLexer (str)\n this.query = query\n this.currentClause = {}\n this.lexemeIdx = 0\n}\n\nlunr.QueryParser.prototype.parse = function () {\n this.lexer.run()\n this.lexemes = this.lexer.lexemes\n\n var state = lunr.QueryParser.parseClause\n\n while (state) {\n state = state(this)\n }\n\n return this.query\n}\n\nlunr.QueryParser.prototype.peekLexeme = function () {\n return this.lexemes[this.lexemeIdx]\n}\n\nlunr.QueryParser.prototype.consumeLexeme = function () {\n var lexeme = this.peekLexeme()\n this.lexemeIdx += 1\n return lexeme\n}\n\nlunr.QueryParser.prototype.nextClause = function () {\n var completedClause = this.currentClause\n this.query.clause(completedClause)\n this.currentClause = {}\n}\n\nlunr.QueryParser.parseClause = function (parser) {\n var lexeme = parser.peekLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.type) {\n case lunr.QueryLexer.PRESENCE:\n return lunr.QueryParser.parsePresence\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expected either a field or a term, found \" + lexeme.type\n\n if (lexeme.str.length >= 1) {\n errorMessage += \" with value '\" + lexeme.str + \"'\"\n }\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n}\n\nlunr.QueryParser.parsePresence = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.str) {\n case \"-\":\n parser.currentClause.presence = lunr.Query.presence.PROHIBITED\n break\n case \"+\":\n parser.currentClause.presence = lunr.Query.presence.REQUIRED\n break\n default:\n var errorMessage = \"unrecognised presence operator'\" + lexeme.str + \"'\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term or field, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term or field, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseField = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n if (parser.query.allFields.indexOf(lexeme.str) == -1) {\n var possibleFields = parser.query.allFields.map(function (f) { return \"'\" + f + \"'\" }).join(', '),\n errorMessage = \"unrecognised field '\" + lexeme.str + \"', possible fields: \" + possibleFields\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.fields = [lexeme.str]\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseTerm = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n parser.currentClause.term = lexeme.str.toLowerCase()\n\n if (lexeme.str.indexOf(\"*\") != -1) {\n parser.currentClause.usePipeline = false\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseEditDistance = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var editDistance = parseInt(lexeme.str, 10)\n\n if (isNaN(editDistance)) {\n var errorMessage = \"edit distance must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.editDistance = editDistance\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseBoost = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var boost = parseInt(lexeme.str, 10)\n\n if (isNaN(boost)) {\n var errorMessage = \"boost must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.boost = boost\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\n /**\n * export the module via AMD, CommonJS or as a browser global\n * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js\n */\n ;(function (root, factory) {\n if (true) {\n // AMD. Register as an anonymous module.\n !(__WEBPACK_AMD_DEFINE_FACTORY__ = (factory),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?\n\t\t(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :\n\t\t__WEBPACK_AMD_DEFINE_FACTORY__),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__))\n } else {}\n }(this, function () {\n /**\n * Just return a value to define the module export.\n * This example returns an object, but the module\n * can return a function as the exported value.\n */\n return lunr\n }))\n})();\n\n\n//# sourceURL=webpack:///../node_modules/lunr/lunr.js?"); - -/***/ }), - -/***/ "./default/assets/css/main.sass": -/*!**************************************!*\ - !*** ./default/assets/css/main.sass ***! - \**************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack:///./default/assets/css/main.sass?"); - -/***/ }), - -/***/ "./default/assets/js/src/bootstrap.ts": -/*!********************************************!*\ - !*** ./default/assets/js/src/bootstrap.ts ***! - \********************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typedoc/Application */ \"./default/assets/js/src/typedoc/Application.ts\");\n/* harmony import */ var _typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./typedoc/components/MenuHighlight */ \"./default/assets/js/src/typedoc/components/MenuHighlight.ts\");\n/* harmony import */ var _typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./typedoc/components/Search */ \"./default/assets/js/src/typedoc/components/Search.ts\");\n/* harmony import */ var _typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./typedoc/components/Signature */ \"./default/assets/js/src/typedoc/components/Signature.ts\");\n/* harmony import */ var _typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./typedoc/components/Toggle */ \"./default/assets/js/src/typedoc/components/Toggle.ts\");\n/* harmony import */ var _typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./typedoc/components/Filter */ \"./default/assets/js/src/typedoc/components/Filter.ts\");\n/* harmony import */ var _css_main_sass__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../css/main.sass */ \"./default/assets/css/main.sass\");\n\n\n\n\n\n\n\n(0,_typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__.initSearch)();\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__.MenuHighlight, \".menu-highlight\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__.Signature, \".tsd-signatures\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__.Toggle, \"a[data-toggle]\");\nif (_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter.isSupported()) {\n (0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter, \"#tsd-filter\");\n}\nelse {\n document.documentElement.classList.add(\"no-filter\");\n}\nvar app = new _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.Application();\nObject.defineProperty(window, \"app\", { value: app });\n\n\n//# sourceURL=webpack:///./default/assets/js/src/bootstrap.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/Application.ts": -/*!******************************************************!*\ - !*** ./default/assets/js/src/typedoc/Application.ts ***! - \******************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"registerComponent\": () => /* binding */ registerComponent,\n/* harmony export */ \"Application\": () => /* binding */ Application\n/* harmony export */ });\n/**\n * List of all known components.\n */\nvar components = [];\n/**\n * Register a new component.\n */\nfunction registerComponent(constructor, selector) {\n components.push({\n selector: selector,\n constructor: constructor,\n });\n}\n/**\n * TypeDoc application class.\n */\nvar Application = /** @class */ (function () {\n /**\n * Create a new Application instance.\n */\n function Application() {\n this.createComponents(document.body);\n }\n /**\n * Create all components beneath the given jQuery element.\n */\n Application.prototype.createComponents = function (context) {\n components.forEach(function (c) {\n context.querySelectorAll(c.selector).forEach(function (el) {\n if (!el.dataset.hasInstance) {\n new c.constructor({ el: el });\n el.dataset.hasInstance = String(true);\n }\n });\n });\n };\n return Application;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Application.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/Component.ts": -/*!****************************************************!*\ - !*** ./default/assets/js/src/typedoc/Component.ts ***! - \****************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Component\": () => /* binding */ Component\n/* harmony export */ });\n/**\n * TypeDoc component class.\n */\nvar Component = /** @class */ (function () {\n function Component(options) {\n this.el = options.el;\n }\n return Component;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Component.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/EventTarget.ts": -/*!******************************************************!*\ - !*** ./default/assets/js/src/typedoc/EventTarget.ts ***! - \******************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"EventTarget\": () => /* binding */ EventTarget\n/* harmony export */ });\n/**\n * TypeDoc event target class.\n */\nvar EventTarget = /** @class */ (function () {\n function EventTarget() {\n this.listeners = {};\n }\n EventTarget.prototype.addEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n this.listeners[type] = [];\n }\n this.listeners[type].push(callback);\n };\n EventTarget.prototype.removeEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n return;\n }\n var stack = this.listeners[type];\n for (var i = 0, l = stack.length; i < l; i++) {\n if (stack[i] === callback) {\n stack.splice(i, 1);\n return;\n }\n }\n };\n EventTarget.prototype.dispatchEvent = function (event) {\n if (!(event.type in this.listeners)) {\n return true;\n }\n var stack = this.listeners[event.type].slice();\n for (var i = 0, l = stack.length; i < l; i++) {\n stack[i].call(this, event);\n }\n return !event.defaultPrevented;\n };\n return EventTarget;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/EventTarget.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Filter.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Filter.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Filter\": () => /* binding */ Filter\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar FilterItem = /** @class */ (function () {\n function FilterItem(key, value) {\n this.key = key;\n this.value = value;\n this.defaultValue = value;\n this.initialize();\n if (window.localStorage[this.key]) {\n this.setValue(this.fromLocalStorage(window.localStorage[this.key]));\n }\n }\n FilterItem.prototype.initialize = function () { };\n FilterItem.prototype.setValue = function (value) {\n if (this.value == value)\n return;\n var oldValue = this.value;\n this.value = value;\n window.localStorage[this.key] = this.toLocalStorage(value);\n this.handleValueChange(oldValue, value);\n };\n return FilterItem;\n}());\nvar FilterItemCheckbox = /** @class */ (function (_super) {\n __extends(FilterItemCheckbox, _super);\n function FilterItemCheckbox() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n FilterItemCheckbox.prototype.initialize = function () {\n var _this = this;\n var checkbox = document.querySelector(\"#tsd-filter-\" + this.key);\n if (!checkbox)\n return;\n this.checkbox = checkbox;\n this.checkbox.addEventListener(\"change\", function () {\n _this.setValue(_this.checkbox.checked);\n });\n };\n FilterItemCheckbox.prototype.handleValueChange = function (oldValue, newValue) {\n if (!this.checkbox)\n return;\n this.checkbox.checked = this.value;\n document.documentElement.classList.toggle(\"toggle-\" + this.key, this.value != this.defaultValue);\n };\n FilterItemCheckbox.prototype.fromLocalStorage = function (value) {\n return value == \"true\";\n };\n FilterItemCheckbox.prototype.toLocalStorage = function (value) {\n return value ? \"true\" : \"false\";\n };\n return FilterItemCheckbox;\n}(FilterItem));\nvar FilterItemSelect = /** @class */ (function (_super) {\n __extends(FilterItemSelect, _super);\n function FilterItemSelect() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n FilterItemSelect.prototype.initialize = function () {\n var _this = this;\n document.documentElement.classList.add(\"toggle-\" + this.key + this.value);\n var select = document.querySelector(\"#tsd-filter-\" + this.key);\n if (!select)\n return;\n this.select = select;\n var onActivate = function () {\n _this.select.classList.add(\"active\");\n };\n var onDeactivate = function () {\n _this.select.classList.remove(\"active\");\n };\n this.select.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, onActivate);\n this.select.addEventListener(\"mouseover\", onActivate);\n this.select.addEventListener(\"mouseleave\", onDeactivate);\n this.select.querySelectorAll(\"li\").forEach(function (el) {\n el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n select.classList.remove(\"active\");\n _this.setValue(e.target.dataset.value || \"\");\n });\n });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n if (_this.select.contains(e.target))\n return;\n _this.select.classList.remove(\"active\");\n });\n };\n FilterItemSelect.prototype.handleValueChange = function (oldValue, newValue) {\n this.select.querySelectorAll(\"li.selected\").forEach(function (el) {\n el.classList.remove(\"selected\");\n });\n var selected = this.select.querySelector('li[data-value=\"' + newValue + '\"]');\n var label = this.select.querySelector(\".tsd-select-label\");\n if (selected && label) {\n selected.classList.add(\"selected\");\n label.textContent = selected.textContent;\n }\n document.documentElement.classList.remove(\"toggle-\" + oldValue);\n document.documentElement.classList.add(\"toggle-\" + newValue);\n };\n FilterItemSelect.prototype.fromLocalStorage = function (value) {\n return value;\n };\n FilterItemSelect.prototype.toLocalStorage = function (value) {\n return value;\n };\n return FilterItemSelect;\n}(FilterItem));\nvar Filter = /** @class */ (function (_super) {\n __extends(Filter, _super);\n function Filter(options) {\n var _this = _super.call(this, options) || this;\n _this.optionVisibility = new FilterItemSelect(\"visibility\", \"private\");\n _this.optionInherited = new FilterItemCheckbox(\"inherited\", true);\n _this.optionExternals = new FilterItemCheckbox(\"externals\", true);\n return _this;\n }\n Filter.isSupported = function () {\n try {\n return typeof window.localStorage != \"undefined\";\n }\n catch (e) {\n return false;\n }\n };\n return Filter;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Filter.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/MenuHighlight.ts": -/*!*******************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/MenuHighlight.ts ***! - \*******************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"MenuHighlight\": () => /* binding */ MenuHighlight\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * Manages the sticky state of the navigation and moves the highlight\n * to the current navigation item.\n */\nvar MenuHighlight = /** @class */ (function (_super) {\n __extends(MenuHighlight, _super);\n /**\n * Create a new MenuHighlight instance.\n *\n * @param options Backbone view constructor options.\n */\n function MenuHighlight(options) {\n var _this = _super.call(this, options) || this;\n /**\n * List of all discovered anchors.\n */\n _this.anchors = [];\n /**\n * Index of the currently highlighted anchor.\n */\n _this.index = -1;\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"resize\", function () { return _this.onResize(); });\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"scroll\", function (e) { return _this.onScroll(e); });\n _this.createAnchors();\n return _this;\n }\n /**\n * Find all anchors on the current page.\n */\n MenuHighlight.prototype.createAnchors = function () {\n var _this = this;\n var base = window.location.href;\n if (base.indexOf(\"#\") != -1) {\n base = base.substr(0, base.indexOf(\"#\"));\n }\n this.el.querySelectorAll(\"a\").forEach(function (el) {\n var href = el.href;\n if (href.indexOf(\"#\") == -1)\n return;\n if (href.substr(0, base.length) != base)\n return;\n var hash = href.substr(href.indexOf(\"#\") + 1);\n var anchor = document.querySelector(\"a.tsd-anchor[name=\" + hash + \"]\");\n var link = el.parentNode;\n if (!anchor || !link)\n return;\n _this.anchors.push({\n link: link,\n anchor: anchor,\n position: 0,\n });\n });\n this.onResize();\n };\n /**\n * Triggered after the viewport was resized.\n */\n MenuHighlight.prototype.onResize = function () {\n var anchor;\n for (var index = 0, count = this.anchors.length; index < count; index++) {\n anchor = this.anchors[index];\n var rect = anchor.anchor.getBoundingClientRect();\n anchor.position = rect.top + document.body.scrollTop;\n }\n this.anchors.sort(function (a, b) {\n return a.position - b.position;\n });\n var event = new CustomEvent(\"scroll\", {\n detail: {\n scrollTop: _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.scrollTop,\n },\n });\n this.onScroll(event);\n };\n /**\n * Triggered after the viewport was scrolled.\n *\n * @param event The custom event with the current vertical scroll position.\n */\n MenuHighlight.prototype.onScroll = function (event) {\n var scrollTop = event.detail.scrollTop + 5;\n var anchors = this.anchors;\n var count = anchors.length - 1;\n var index = this.index;\n while (index > -1 && anchors[index].position > scrollTop) {\n index -= 1;\n }\n while (index < count && anchors[index + 1].position < scrollTop) {\n index += 1;\n }\n if (this.index != index) {\n if (this.index > -1)\n this.anchors[this.index].link.classList.remove(\"focus\");\n this.index = index;\n if (this.index > -1)\n this.anchors[this.index].link.classList.add(\"focus\");\n }\n };\n return MenuHighlight;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/MenuHighlight.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Search.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Search.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"initSearch\": () => /* binding */ initSearch\n/* harmony export */ });\n/* harmony import */ var _utils_debounce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/debounce */ \"./default/assets/js/src/typedoc/utils/debounce.ts\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lunr */ \"../node_modules/lunr/lunr.js\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lunr__WEBPACK_IMPORTED_MODULE_1__);\n\n\nfunction initSearch() {\n var searchEl = document.getElementById(\"tsd-search\");\n if (!searchEl)\n return;\n var searchScript = document.getElementById(\"search-script\");\n searchEl.classList.add(\"loading\");\n if (searchScript) {\n searchScript.addEventListener(\"error\", function () {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"failure\");\n });\n searchScript.addEventListener(\"load\", function () {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"ready\");\n });\n if (window.searchData) {\n searchEl.classList.remove(\"loading\");\n }\n }\n var field = document.querySelector(\"#tsd-search-field\");\n var results = document.querySelector(\".results\");\n if (!field || !results) {\n throw new Error(\"The input field or the result list wrapper was not found\");\n }\n var resultClicked = false;\n results.addEventListener(\"mousedown\", function () { return (resultClicked = true); });\n results.addEventListener(\"mouseup\", function () {\n resultClicked = false;\n searchEl.classList.remove(\"has-focus\");\n });\n field.addEventListener(\"focus\", function () { return searchEl.classList.add(\"has-focus\"); });\n field.addEventListener(\"blur\", function () {\n if (!resultClicked) {\n resultClicked = false;\n searchEl.classList.remove(\"has-focus\");\n }\n });\n var state = {\n base: searchEl.dataset.base + \"/\",\n };\n bindEvents(searchEl, results, field, state);\n}\nfunction bindEvents(searchEl, results, field, state) {\n field.addEventListener(\"input\", (0,_utils_debounce__WEBPACK_IMPORTED_MODULE_0__.debounce)(function () {\n updateResults(searchEl, results, field, state);\n }, 200));\n var preventPress = false;\n field.addEventListener(\"keydown\", function (e) {\n preventPress = true;\n if (e.key == \"Enter\") {\n gotoCurrentResult(results, field);\n }\n else if (e.key == \"Escape\") {\n field.blur();\n }\n else if (e.key == \"ArrowUp\") {\n setCurrentResult(results, -1);\n }\n else if (e.key === \"ArrowDown\") {\n setCurrentResult(results, 1);\n }\n else {\n preventPress = false;\n }\n });\n field.addEventListener(\"keypress\", function (e) {\n if (preventPress)\n e.preventDefault();\n });\n /**\n * Start searching by pressing slash.\n */\n document.body.addEventListener(\"keydown\", function (e) {\n if (e.altKey || e.ctrlKey || e.metaKey)\n return;\n if (!field.matches(\":focus\") && e.key === \"/\") {\n field.focus();\n e.preventDefault();\n }\n });\n}\nfunction checkIndex(state, searchEl) {\n if (state.index)\n return;\n if (window.searchData) {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"ready\");\n state.data = window.searchData;\n state.index = lunr__WEBPACK_IMPORTED_MODULE_1__.Index.load(window.searchData.index);\n }\n}\nfunction updateResults(searchEl, results, query, state) {\n checkIndex(state, searchEl);\n // Don't clear results if loading state is not ready,\n // because loading or error message can be removed.\n if (!state.index || !state.data)\n return;\n results.textContent = \"\";\n var searchText = query.value.trim();\n // Perform a wildcard search\n var res = state.index.search(\"*\" + searchText + \"*\");\n for (var i = 0, c = Math.min(10, res.length); i < c; i++) {\n var row = state.data.rows[Number(res[i].ref)];\n // Bold the matched part of the query in the search results\n var name_1 = boldMatches(row.name, searchText);\n if (row.parent) {\n name_1 = \"\" + boldMatches(row.parent, searchText) + \".\" + name_1;\n }\n var item = document.createElement(\"li\");\n item.classList.value = row.classes;\n var anchor = document.createElement(\"a\");\n anchor.href = state.base + row.url;\n anchor.classList.add(\"tsd-kind-icon\");\n anchor.innerHTML = name_1;\n item.append(anchor);\n results.appendChild(item);\n }\n}\n/**\n * Move the highlight within the result set.\n */\nfunction setCurrentResult(results, dir) {\n var current = results.querySelector(\".current\");\n if (!current) {\n current = results.querySelector(dir == 1 ? \"li:first-child\" : \"li:last-child\");\n if (current) {\n current.classList.add(\"current\");\n }\n }\n else {\n var rel = dir == 1\n ? current.nextElementSibling\n : current.previousElementSibling;\n if (rel) {\n current.classList.remove(\"current\");\n rel.classList.add(\"current\");\n }\n }\n}\n/**\n * Navigate to the highlighted result.\n */\nfunction gotoCurrentResult(results, field) {\n var current = results.querySelector(\".current\");\n if (!current) {\n current = results.querySelector(\"li:first-child\");\n }\n if (current) {\n var link = current.querySelector(\"a\");\n if (link) {\n window.location.href = link.href;\n }\n field.blur();\n }\n}\nfunction boldMatches(text, search) {\n if (search === \"\") {\n return text;\n }\n var lowerText = text.toLocaleLowerCase();\n var lowerSearch = search.toLocaleLowerCase();\n var parts = [];\n var lastIndex = 0;\n var index = lowerText.indexOf(lowerSearch);\n while (index != -1) {\n parts.push(escapeHtml(text.substring(lastIndex, index)), \"\" + escapeHtml(text.substring(index, index + lowerSearch.length)) + \"\");\n lastIndex = index + lowerSearch.length;\n index = lowerText.indexOf(lowerSearch, lastIndex);\n }\n parts.push(escapeHtml(text.substring(lastIndex)));\n return parts.join(\"\");\n}\nvar SPECIAL_HTML = {\n \"&\": \"&\",\n \"<\": \"<\",\n \">\": \">\",\n \"'\": \"'\",\n '\"': \""\",\n};\nfunction escapeHtml(text) {\n return text.replace(/[&<>\"'\"]/g, function (match) { return SPECIAL_HTML[match]; });\n}\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Search.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Signature.ts": -/*!***************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Signature.ts ***! - \***************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Signature\": () => /* binding */ Signature\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * Holds a signature and its description.\n */\nvar SignatureGroup = /** @class */ (function () {\n /**\n * Create a new SignatureGroup instance.\n *\n * @param signature The target signature.\n * @param description The description for the signature.\n */\n function SignatureGroup(signature, description) {\n this.signature = signature;\n this.description = description;\n }\n /**\n * Add the given class to all elements of the group.\n *\n * @param className The class name to add.\n */\n SignatureGroup.prototype.addClass = function (className) {\n this.signature.classList.add(className);\n this.description.classList.add(className);\n return this;\n };\n /**\n * Remove the given class from all elements of the group.\n *\n * @param className The class name to remove.\n */\n SignatureGroup.prototype.removeClass = function (className) {\n this.signature.classList.remove(className);\n this.description.classList.remove(className);\n return this;\n };\n return SignatureGroup;\n}());\n/**\n * Controls the tab like behaviour of methods and functions with multiple signatures.\n */\nvar Signature = /** @class */ (function (_super) {\n __extends(Signature, _super);\n /**\n * Create a new Signature instance.\n *\n * @param options Backbone view constructor options.\n */\n function Signature(options) {\n var _this = _super.call(this, options) || this;\n /**\n * List of found signature groups.\n */\n _this.groups = [];\n /**\n * The index of the currently displayed signature.\n */\n _this.index = -1;\n _this.createGroups();\n if (_this.container) {\n _this.el.classList.add(\"active\");\n Array.from(_this.el.children).forEach(function (signature) {\n signature.addEventListener(\"touchstart\", function (event) {\n return _this.onClick(event);\n });\n signature.addEventListener(\"click\", function (event) {\n return _this.onClick(event);\n });\n });\n _this.container.classList.add(\"active\");\n _this.setIndex(0);\n }\n return _this;\n }\n /**\n * Set the index of the active signature.\n *\n * @param index The index of the signature to activate.\n */\n Signature.prototype.setIndex = function (index) {\n if (index < 0)\n index = 0;\n if (index > this.groups.length - 1)\n index = this.groups.length - 1;\n if (this.index == index)\n return;\n var to = this.groups[index];\n if (this.index > -1) {\n var from_1 = this.groups[this.index];\n from_1.removeClass(\"current\").addClass(\"fade-out\");\n to.addClass(\"current\");\n to.addClass(\"fade-in\");\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n setTimeout(function () {\n from_1.removeClass(\"fade-out\");\n to.removeClass(\"fade-in\");\n }, 300);\n }\n else {\n to.addClass(\"current\");\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n }\n this.index = index;\n };\n /**\n * Find all signature/description groups.\n */\n Signature.prototype.createGroups = function () {\n var signatures = this.el.children;\n if (signatures.length < 2)\n return;\n this.container = this.el.nextElementSibling;\n var descriptions = this.container.children;\n this.groups = [];\n for (var index = 0; index < signatures.length; index++) {\n this.groups.push(new SignatureGroup(signatures[index], descriptions[index]));\n }\n };\n /**\n * Triggered when the user clicks onto a signature header.\n *\n * @param e The related event object.\n */\n Signature.prototype.onClick = function (e) {\n var _this = this;\n this.groups.forEach(function (group, index) {\n if (group.signature === e.currentTarget) {\n _this.setIndex(index);\n }\n });\n };\n return Signature;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Signature.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/components/Toggle.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/components/Toggle.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Toggle\": () => /* binding */ Toggle\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar Toggle = /** @class */ (function (_super) {\n __extends(Toggle, _super);\n function Toggle(options) {\n var _this = _super.call(this, options) || this;\n _this.className = _this.el.dataset.toggle || \"\";\n _this.el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) { return _this.onPointerUp(e); });\n _this.el.addEventListener(\"click\", function (e) { return e.preventDefault(); });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n return _this.onDocumentPointerDown(e);\n });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n return _this.onDocumentPointerUp(e);\n });\n return _this;\n }\n Toggle.prototype.setActive = function (value) {\n if (this.active == value)\n return;\n this.active = value;\n document.documentElement.classList.toggle(\"has-\" + this.className, value);\n this.el.classList.toggle(\"active\", value);\n var transition = (this.active ? \"to-has-\" : \"from-has-\") + this.className;\n document.documentElement.classList.add(transition);\n setTimeout(function () { return document.documentElement.classList.remove(transition); }, 500);\n };\n Toggle.prototype.onPointerUp = function (event) {\n if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n return;\n this.setActive(true);\n event.preventDefault();\n };\n Toggle.prototype.onDocumentPointerDown = function (e) {\n if (this.active) {\n if (e.target.closest(\".col-menu, .tsd-filter-group\")) {\n return;\n }\n this.setActive(false);\n }\n };\n Toggle.prototype.onDocumentPointerUp = function (e) {\n var _this = this;\n if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n return;\n if (this.active) {\n if (e.target.closest(\".col-menu\")) {\n var link = e.target.closest(\"a\");\n if (link) {\n var href = window.location.href;\n if (href.indexOf(\"#\") != -1) {\n href = href.substr(0, href.indexOf(\"#\"));\n }\n if (link.href.substr(0, href.length) == href) {\n setTimeout(function () { return _this.setActive(false); }, 250);\n }\n }\n }\n }\n };\n return Toggle;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Toggle.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/services/Viewport.ts": -/*!************************************************************!*\ - !*** ./default/assets/js/src/typedoc/services/Viewport.ts ***! - \************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Viewport\": () => /* binding */ Viewport\n/* harmony export */ });\n/* harmony import */ var _EventTarget__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../EventTarget */ \"./default/assets/js/src/typedoc/EventTarget.ts\");\n/* harmony import */ var _utils_trottle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/trottle */ \"./default/assets/js/src/typedoc/utils/trottle.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * A global service that monitors the window size and scroll position.\n */\nvar Viewport = /** @class */ (function (_super) {\n __extends(Viewport, _super);\n /**\n * Create new Viewport instance.\n */\n function Viewport() {\n var _this = _super.call(this) || this;\n /**\n * The current scroll position.\n */\n _this.scrollTop = 0;\n /**\n * The previous scrollTop.\n */\n _this.lastY = 0;\n /**\n * The width of the window.\n */\n _this.width = 0;\n /**\n * The height of the window.\n */\n _this.height = 0;\n /**\n * Boolean indicating whether the toolbar is shown.\n */\n _this.showToolbar = true;\n _this.toolbar = (document.querySelector(\".tsd-page-toolbar\"));\n _this.secondaryNav = (document.querySelector(\".tsd-navigation.secondary\"));\n window.addEventListener(\"scroll\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onScroll(); }, 10));\n window.addEventListener(\"resize\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onResize(); }, 10));\n _this.onResize();\n _this.onScroll();\n return _this;\n }\n /**\n * Trigger a resize event.\n */\n Viewport.prototype.triggerResize = function () {\n var event = new CustomEvent(\"resize\", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the size of the window has changed.\n */\n Viewport.prototype.onResize = function () {\n this.width = window.innerWidth || 0;\n this.height = window.innerHeight || 0;\n var event = new CustomEvent(\"resize\", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the user scrolled the viewport.\n */\n Viewport.prototype.onScroll = function () {\n this.scrollTop = window.scrollY || 0;\n var event = new CustomEvent(\"scroll\", {\n detail: {\n scrollTop: this.scrollTop,\n },\n });\n this.dispatchEvent(event);\n this.hideShowToolbar();\n };\n /**\n * Handle hiding/showing of the toolbar.\n */\n Viewport.prototype.hideShowToolbar = function () {\n var isShown = this.showToolbar;\n this.showToolbar = this.lastY >= this.scrollTop || this.scrollTop <= 0;\n if (isShown !== this.showToolbar) {\n this.toolbar.classList.toggle(\"tsd-page-toolbar--hide\");\n this.secondaryNav.classList.toggle(\"tsd-navigation--toolbar-hide\");\n }\n this.lastY = this.scrollTop;\n };\n Viewport.instance = new Viewport();\n return Viewport;\n}(_EventTarget__WEBPACK_IMPORTED_MODULE_0__.EventTarget));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/services/Viewport.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/debounce.ts": -/*!*********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/debounce.ts ***! - \*********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"debounce\": () => /* binding */ debounce\n/* harmony export */ });\nvar debounce = function (fn, wait) {\n if (wait === void 0) { wait = 100; }\n var timeout;\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n clearTimeout(timeout);\n timeout = setTimeout(function () { return fn(args); }, wait);\n };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/debounce.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/pointer.ts": -/*!********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/pointer.ts ***! - \********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"pointerDown\": () => /* binding */ pointerDown,\n/* harmony export */ \"pointerMove\": () => /* binding */ pointerMove,\n/* harmony export */ \"pointerUp\": () => /* binding */ pointerUp,\n/* harmony export */ \"pointerDownPosition\": () => /* binding */ pointerDownPosition,\n/* harmony export */ \"preventNextClick\": () => /* binding */ preventNextClick,\n/* harmony export */ \"isPointerDown\": () => /* binding */ isPointerDown,\n/* harmony export */ \"isPointerTouch\": () => /* binding */ isPointerTouch,\n/* harmony export */ \"hasPointerMoved\": () => /* binding */ hasPointerMoved,\n/* harmony export */ \"isMobile\": () => /* binding */ isMobile\n/* harmony export */ });\n/**\n * Event name of the pointer down event.\n */\nvar pointerDown = \"mousedown\";\n/**\n * Event name of the pointer move event.\n */\nvar pointerMove = \"mousemove\";\n/**\n * Event name of the pointer up event.\n */\nvar pointerUp = \"mouseup\";\n/**\n * Position the pointer was pressed at.\n */\nvar pointerDownPosition = { x: 0, y: 0 };\n/**\n * Should the next click on the document be supressed?\n */\nvar preventNextClick = false;\n/**\n * Is the pointer down?\n */\nvar isPointerDown = false;\n/**\n * Is the pointer a touch point?\n */\nvar isPointerTouch = false;\n/**\n * Did the pointer move since the last down event?\n */\nvar hasPointerMoved = false;\n/**\n * Is the user agent a mobile agent?\n */\nvar isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);\ndocument.documentElement.classList.add(isMobile ? \"is-mobile\" : \"not-mobile\");\nif (isMobile && \"ontouchstart\" in document.documentElement) {\n isPointerTouch = true;\n pointerDown = \"touchstart\";\n pointerMove = \"touchmove\";\n pointerUp = \"touchend\";\n}\ndocument.addEventListener(pointerDown, function (e) {\n isPointerDown = true;\n hasPointerMoved = false;\n var t = pointerDown == \"touchstart\"\n ? e.targetTouches[0]\n : e;\n pointerDownPosition.y = t.pageY || 0;\n pointerDownPosition.x = t.pageX || 0;\n});\ndocument.addEventListener(pointerMove, function (e) {\n if (!isPointerDown)\n return;\n if (!hasPointerMoved) {\n var t = pointerDown == \"touchstart\"\n ? e.targetTouches[0]\n : e;\n var x = pointerDownPosition.x - (t.pageX || 0);\n var y = pointerDownPosition.y - (t.pageY || 0);\n hasPointerMoved = Math.sqrt(x * x + y * y) > 10;\n }\n});\ndocument.addEventListener(pointerUp, function () {\n isPointerDown = false;\n});\ndocument.addEventListener(\"click\", function (e) {\n if (preventNextClick) {\n e.preventDefault();\n e.stopImmediatePropagation();\n preventNextClick = false;\n }\n});\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/pointer.ts?"); - -/***/ }), - -/***/ "./default/assets/js/src/typedoc/utils/trottle.ts": -/*!********************************************************!*\ - !*** ./default/assets/js/src/typedoc/utils/trottle.ts ***! - \********************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"throttle\": () => /* binding */ throttle\n/* harmony export */ });\nvar throttle = function (fn, wait) {\n if (wait === void 0) { wait = 100; }\n var time = Date.now();\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n if (time + wait - Date.now() < 0) {\n fn.apply(void 0, args);\n time = Date.now();\n }\n };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/trottle.ts?"); - -/***/ }) - -/******/ }); -/************************************************************************/ -/******/ // The module cache -/******/ var __webpack_module_cache__ = {}; -/******/ -/******/ // The require function -/******/ function __webpack_require__(moduleId) { -/******/ // Check if module is in cache -/******/ if(__webpack_module_cache__[moduleId]) { -/******/ return __webpack_module_cache__[moduleId].exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = __webpack_module_cache__[moduleId] = { -/******/ // no module.id needed -/******/ // no module.loaded needed -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/************************************************************************/ -/******/ /* webpack/runtime/compat get default export */ -/******/ (() => { -/******/ // getDefaultExport function for compatibility with non-harmony modules -/******/ __webpack_require__.n = (module) => { -/******/ var getter = module && module.__esModule ? -/******/ () => module['default'] : -/******/ () => module; -/******/ __webpack_require__.d(getter, { a: getter }); -/******/ return getter; -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/define property getters */ -/******/ (() => { -/******/ // define getter functions for harmony exports -/******/ __webpack_require__.d = (exports, definition) => { -/******/ for(var key in definition) { -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); -/******/ } -/******/ } -/******/ }; -/******/ })(); -/******/ -/******/ /* webpack/runtime/hasOwnProperty shorthand */ -/******/ (() => { -/******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) -/******/ })(); -/******/ -/******/ /* webpack/runtime/make namespace object */ -/******/ (() => { -/******/ // define __esModule on exports -/******/ __webpack_require__.r = (exports) => { -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { -/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); -/******/ } -/******/ Object.defineProperty(exports, '__esModule', { value: true }); -/******/ }; -/******/ })(); -/******/ -/************************************************************************/ -/******/ // startup -/******/ // Load entry module -/******/ __webpack_require__("./default/assets/js/src/bootstrap.ts"); -/******/ // This entry module used 'exports' so it can't be inlined -/******/ })() -; \ No newline at end of file diff --git a/api/assets/js/search.js b/api/assets/js/search.js deleted file mode 100644 index d7680ce1f3..0000000000 --- a/api/assets/js/search.js +++ /dev/null @@ -1 +0,0 @@ -window.searchData = {"kinds":{"4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":128,"name":"Document","url":"classes/document.html","classes":"tsd-kind-class"},{"id":1,"kind":512,"name":"constructor","url":"classes/document.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Document"},{"id":2,"kind":262144,"name":"Document","url":"classes/document.html#document-1","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":3,"kind":262144,"name":"Styles","url":"classes/document.html#styles","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":4,"kind":262144,"name":"CoreProperties","url":"classes/document.html#coreproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":5,"kind":262144,"name":"Numbering","url":"classes/document.html#numbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":6,"kind":262144,"name":"Media","url":"classes/document.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":7,"kind":262144,"name":"FileRelationships","url":"classes/document.html#filerelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":8,"kind":262144,"name":"Headers","url":"classes/document.html#headers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":9,"kind":262144,"name":"Footers","url":"classes/document.html#footers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":10,"kind":262144,"name":"ContentTypes","url":"classes/document.html#contenttypes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":11,"kind":262144,"name":"CustomProperties","url":"classes/document.html#customproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":12,"kind":262144,"name":"AppProperties","url":"classes/document.html#appproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":13,"kind":262144,"name":"FootNotes","url":"classes/document.html#footnotes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":14,"kind":262144,"name":"Settings","url":"classes/document.html#settings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":15,"kind":4,"name":"AlignmentType","url":"enums/alignmenttype.html","classes":"tsd-kind-enum"},{"id":16,"kind":16,"name":"START","url":"enums/alignmenttype.html#start","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":17,"kind":16,"name":"END","url":"enums/alignmenttype.html#end","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":18,"kind":16,"name":"CENTER","url":"enums/alignmenttype.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":19,"kind":16,"name":"BOTH","url":"enums/alignmenttype.html#both","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":20,"kind":16,"name":"JUSTIFIED","url":"enums/alignmenttype.html#justified","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":21,"kind":16,"name":"DISTRIBUTE","url":"enums/alignmenttype.html#distribute","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":22,"kind":16,"name":"LEFT","url":"enums/alignmenttype.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":23,"kind":16,"name":"RIGHT","url":"enums/alignmenttype.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":24,"kind":128,"name":"AlignmentAttributes","url":"classes/alignmentattributes.html","classes":"tsd-kind-class"},{"id":25,"kind":512,"name":"constructor","url":"classes/alignmentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":26,"kind":2048,"name":"prepForXml","url":"classes/alignmentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":27,"kind":2048,"name":"set","url":"classes/alignmentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":28,"kind":128,"name":"Alignment","url":"classes/alignment.html","classes":"tsd-kind-class"},{"id":29,"kind":512,"name":"constructor","url":"classes/alignment.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Alignment"},{"id":30,"kind":2048,"name":"prepForXml","url":"classes/alignment.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":31,"kind":2048,"name":"addChildElement","url":"classes/alignment.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":32,"kind":256,"name":"IBordersOptions","url":"interfaces/ibordersoptions.html","classes":"tsd-kind-interface"},{"id":33,"kind":1024,"name":"top","url":"interfaces/ibordersoptions.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":34,"kind":1024,"name":"bottom","url":"interfaces/ibordersoptions.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":35,"kind":1024,"name":"left","url":"interfaces/ibordersoptions.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":36,"kind":1024,"name":"right","url":"interfaces/ibordersoptions.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":37,"kind":128,"name":"Border","url":"classes/border.html","classes":"tsd-kind-class"},{"id":38,"kind":512,"name":"constructor","url":"classes/border.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Border"},{"id":39,"kind":2048,"name":"prepForXml","url":"classes/border.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":40,"kind":2048,"name":"addChildElement","url":"classes/border.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":41,"kind":128,"name":"ThematicBreak","url":"classes/thematicbreak.html","classes":"tsd-kind-class"},{"id":42,"kind":512,"name":"constructor","url":"classes/thematicbreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ThematicBreak"},{"id":43,"kind":2048,"name":"prepForXml","url":"classes/thematicbreak.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":44,"kind":2048,"name":"addChildElement","url":"classes/thematicbreak.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":45,"kind":256,"name":"IIndentAttributesProperties","url":"interfaces/iindentattributesproperties.html","classes":"tsd-kind-interface"},{"id":46,"kind":1024,"name":"start","url":"interfaces/iindentattributesproperties.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":47,"kind":1024,"name":"end","url":"interfaces/iindentattributesproperties.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":48,"kind":1024,"name":"left","url":"interfaces/iindentattributesproperties.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":49,"kind":1024,"name":"right","url":"interfaces/iindentattributesproperties.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":50,"kind":1024,"name":"hanging","url":"interfaces/iindentattributesproperties.html#hanging","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":51,"kind":1024,"name":"firstLine","url":"interfaces/iindentattributesproperties.html#firstline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":52,"kind":128,"name":"Indent","url":"classes/indent.html","classes":"tsd-kind-class"},{"id":53,"kind":512,"name":"constructor","url":"classes/indent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Indent"},{"id":54,"kind":2048,"name":"prepForXml","url":"classes/indent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":55,"kind":2048,"name":"addChildElement","url":"classes/indent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":56,"kind":128,"name":"PageBreak","url":"classes/pagebreak.html","classes":"tsd-kind-class"},{"id":57,"kind":512,"name":"constructor","url":"classes/pagebreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBreak"},{"id":58,"kind":2048,"name":"prepForXml","url":"classes/pagebreak.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":59,"kind":2048,"name":"addChildElement","url":"classes/pagebreak.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":60,"kind":128,"name":"PageBreakBefore","url":"classes/pagebreakbefore.html","classes":"tsd-kind-class"},{"id":61,"kind":512,"name":"constructor","url":"classes/pagebreakbefore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBreakBefore"},{"id":62,"kind":2048,"name":"prepForXml","url":"classes/pagebreakbefore.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":63,"kind":2048,"name":"addChildElement","url":"classes/pagebreakbefore.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":64,"kind":4,"name":"LineRuleType","url":"enums/lineruletype.html","classes":"tsd-kind-enum"},{"id":65,"kind":16,"name":"AT_LEAST","url":"enums/lineruletype.html#at_least","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":66,"kind":16,"name":"EXACTLY","url":"enums/lineruletype.html#exactly","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":67,"kind":16,"name":"AUTO","url":"enums/lineruletype.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":68,"kind":256,"name":"ISpacingProperties","url":"interfaces/ispacingproperties.html","classes":"tsd-kind-interface"},{"id":69,"kind":1024,"name":"after","url":"interfaces/ispacingproperties.html#after","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":70,"kind":1024,"name":"before","url":"interfaces/ispacingproperties.html#before","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":71,"kind":1024,"name":"line","url":"interfaces/ispacingproperties.html#line","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":72,"kind":1024,"name":"lineRule","url":"interfaces/ispacingproperties.html#linerule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":73,"kind":1024,"name":"beforeAutoSpacing","url":"interfaces/ispacingproperties.html#beforeautospacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":74,"kind":1024,"name":"afterAutoSpacing","url":"interfaces/ispacingproperties.html#afterautospacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":75,"kind":128,"name":"Spacing","url":"classes/spacing.html","classes":"tsd-kind-class"},{"id":76,"kind":512,"name":"constructor","url":"classes/spacing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Spacing"},{"id":77,"kind":2048,"name":"prepForXml","url":"classes/spacing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":78,"kind":2048,"name":"addChildElement","url":"classes/spacing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":79,"kind":4,"name":"HeadingLevel","url":"enums/headinglevel.html","classes":"tsd-kind-enum"},{"id":80,"kind":16,"name":"HEADING_1","url":"enums/headinglevel.html#heading_1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":81,"kind":16,"name":"HEADING_2","url":"enums/headinglevel.html#heading_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":82,"kind":16,"name":"HEADING_3","url":"enums/headinglevel.html#heading_3","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":83,"kind":16,"name":"HEADING_4","url":"enums/headinglevel.html#heading_4","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":84,"kind":16,"name":"HEADING_5","url":"enums/headinglevel.html#heading_5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":85,"kind":16,"name":"HEADING_6","url":"enums/headinglevel.html#heading_6","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":86,"kind":16,"name":"TITLE","url":"enums/headinglevel.html#title","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":87,"kind":128,"name":"Style","url":"classes/style.html","classes":"tsd-kind-class"},{"id":88,"kind":512,"name":"constructor","url":"classes/style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Style"},{"id":89,"kind":2048,"name":"prepForXml","url":"classes/style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":90,"kind":2048,"name":"addChildElement","url":"classes/style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":91,"kind":128,"name":"TabStop","url":"classes/tabstop.html","classes":"tsd-kind-class"},{"id":92,"kind":512,"name":"constructor","url":"classes/tabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TabStop"},{"id":93,"kind":2048,"name":"prepForXml","url":"classes/tabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":94,"kind":2048,"name":"addChildElement","url":"classes/tabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":95,"kind":4,"name":"TabStopType","url":"enums/tabstoptype.html","classes":"tsd-kind-enum"},{"id":96,"kind":16,"name":"LEFT","url":"enums/tabstoptype.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":97,"kind":16,"name":"RIGHT","url":"enums/tabstoptype.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":98,"kind":16,"name":"CENTER","url":"enums/tabstoptype.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":99,"kind":16,"name":"BAR","url":"enums/tabstoptype.html#bar","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":100,"kind":16,"name":"CLEAR","url":"enums/tabstoptype.html#clear","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":101,"kind":16,"name":"DECIMAL","url":"enums/tabstoptype.html#decimal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":102,"kind":16,"name":"END","url":"enums/tabstoptype.html#end","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":103,"kind":16,"name":"NUM","url":"enums/tabstoptype.html#num","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":104,"kind":16,"name":"START","url":"enums/tabstoptype.html#start","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":105,"kind":4,"name":"LeaderType","url":"enums/leadertype.html","classes":"tsd-kind-enum"},{"id":106,"kind":16,"name":"DOT","url":"enums/leadertype.html#dot","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":107,"kind":16,"name":"HYPHEN","url":"enums/leadertype.html#hyphen","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":108,"kind":16,"name":"MIDDLE_DOT","url":"enums/leadertype.html#middle_dot","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":109,"kind":16,"name":"NONE","url":"enums/leadertype.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":110,"kind":16,"name":"UNDERSCORE","url":"enums/leadertype.html#underscore","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":111,"kind":4,"name":"TabStopPosition","url":"enums/tabstopposition.html","classes":"tsd-kind-enum"},{"id":112,"kind":16,"name":"MAX","url":"enums/tabstopposition.html#max","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopPosition"},{"id":113,"kind":128,"name":"TabAttributes","url":"classes/tabattributes.html","classes":"tsd-kind-class"},{"id":114,"kind":512,"name":"constructor","url":"classes/tabattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":115,"kind":2048,"name":"prepForXml","url":"classes/tabattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":116,"kind":2048,"name":"set","url":"classes/tabattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":117,"kind":128,"name":"TabStopItem","url":"classes/tabstopitem.html","classes":"tsd-kind-class"},{"id":118,"kind":512,"name":"constructor","url":"classes/tabstopitem.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TabStopItem"},{"id":119,"kind":2048,"name":"prepForXml","url":"classes/tabstopitem.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":120,"kind":2048,"name":"addChildElement","url":"classes/tabstopitem.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":121,"kind":128,"name":"NumberProperties","url":"classes/numberproperties.html","classes":"tsd-kind-class"},{"id":122,"kind":512,"name":"constructor","url":"classes/numberproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NumberProperties"},{"id":123,"kind":2048,"name":"prepForXml","url":"classes/numberproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":124,"kind":2048,"name":"addChildElement","url":"classes/numberproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":125,"kind":4194304,"name":"ParagraphChild","url":"modules.html#paragraphchild","classes":"tsd-kind-type-alias"},{"id":126,"kind":256,"name":"IParagraphOptions","url":"interfaces/iparagraphoptions.html","classes":"tsd-kind-interface"},{"id":127,"kind":1024,"name":"text","url":"interfaces/iparagraphoptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":128,"kind":1024,"name":"children","url":"interfaces/iparagraphoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":129,"kind":1024,"name":"border","url":"interfaces/iparagraphoptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":130,"kind":1024,"name":"heading","url":"interfaces/iparagraphoptions.html#heading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":131,"kind":1024,"name":"bidirectional","url":"interfaces/iparagraphoptions.html#bidirectional","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":132,"kind":1024,"name":"pageBreakBefore","url":"interfaces/iparagraphoptions.html#pagebreakbefore","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":133,"kind":1024,"name":"tabStops","url":"interfaces/iparagraphoptions.html#tabstops","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":134,"kind":1024,"name":"style","url":"interfaces/iparagraphoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":135,"kind":1024,"name":"bullet","url":"interfaces/iparagraphoptions.html#bullet","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":136,"kind":65536,"name":"__type","url":"interfaces/iparagraphoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":137,"kind":1024,"name":"level","url":"interfaces/iparagraphoptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":138,"kind":1024,"name":"numbering","url":"interfaces/iparagraphoptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":139,"kind":65536,"name":"__type","url":"interfaces/iparagraphoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":140,"kind":1024,"name":"reference","url":"interfaces/iparagraphoptions.html#__type-1.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":141,"kind":1024,"name":"level","url":"interfaces/iparagraphoptions.html#__type-1.level-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":142,"kind":1024,"name":"instance","url":"interfaces/iparagraphoptions.html#__type-1.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":143,"kind":1024,"name":"custom","url":"interfaces/iparagraphoptions.html#__type-1.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":144,"kind":1024,"name":"shading","url":"interfaces/iparagraphoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":145,"kind":1024,"name":"widowControl","url":"interfaces/iparagraphoptions.html#widowcontrol","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":146,"kind":1024,"name":"frame","url":"interfaces/iparagraphoptions.html#frame","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":147,"kind":1024,"name":"alignment","url":"interfaces/iparagraphoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":148,"kind":1024,"name":"thematicBreak","url":"interfaces/iparagraphoptions.html#thematicbreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":149,"kind":1024,"name":"contextualSpacing","url":"interfaces/iparagraphoptions.html#contextualspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":150,"kind":1024,"name":"rightTabStop","url":"interfaces/iparagraphoptions.html#righttabstop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":151,"kind":1024,"name":"leftTabStop","url":"interfaces/iparagraphoptions.html#lefttabstop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":152,"kind":1024,"name":"indent","url":"interfaces/iparagraphoptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":153,"kind":1024,"name":"spacing","url":"interfaces/iparagraphoptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":154,"kind":1024,"name":"keepNext","url":"interfaces/iparagraphoptions.html#keepnext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":155,"kind":1024,"name":"keepLines","url":"interfaces/iparagraphoptions.html#keeplines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":156,"kind":1024,"name":"outlineLevel","url":"interfaces/iparagraphoptions.html#outlinelevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":157,"kind":128,"name":"Paragraph","url":"classes/paragraph.html","classes":"tsd-kind-class"},{"id":158,"kind":512,"name":"constructor","url":"classes/paragraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Paragraph"},{"id":159,"kind":2048,"name":"prepForXml","url":"classes/paragraph.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Paragraph"},{"id":160,"kind":2048,"name":"addRunToFront","url":"classes/paragraph.html#addruntofront","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Paragraph"},{"id":161,"kind":2048,"name":"addChildElement","url":"classes/paragraph.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Paragraph"},{"id":162,"kind":256,"name":"IParagraphStylePropertiesOptions","url":"interfaces/iparagraphstylepropertiesoptions.html","classes":"tsd-kind-interface"},{"id":163,"kind":1024,"name":"alignment","url":"interfaces/iparagraphstylepropertiesoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":164,"kind":1024,"name":"thematicBreak","url":"interfaces/iparagraphstylepropertiesoptions.html#thematicbreak","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":165,"kind":1024,"name":"contextualSpacing","url":"interfaces/iparagraphstylepropertiesoptions.html#contextualspacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":166,"kind":1024,"name":"rightTabStop","url":"interfaces/iparagraphstylepropertiesoptions.html#righttabstop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":167,"kind":1024,"name":"leftTabStop","url":"interfaces/iparagraphstylepropertiesoptions.html#lefttabstop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":168,"kind":1024,"name":"indent","url":"interfaces/iparagraphstylepropertiesoptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":169,"kind":1024,"name":"spacing","url":"interfaces/iparagraphstylepropertiesoptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":170,"kind":1024,"name":"keepNext","url":"interfaces/iparagraphstylepropertiesoptions.html#keepnext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":171,"kind":1024,"name":"keepLines","url":"interfaces/iparagraphstylepropertiesoptions.html#keeplines","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":172,"kind":1024,"name":"outlineLevel","url":"interfaces/iparagraphstylepropertiesoptions.html#outlinelevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":173,"kind":256,"name":"IParagraphPropertiesOptions","url":"interfaces/iparagraphpropertiesoptions.html","classes":"tsd-kind-interface"},{"id":174,"kind":1024,"name":"border","url":"interfaces/iparagraphpropertiesoptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":175,"kind":1024,"name":"heading","url":"interfaces/iparagraphpropertiesoptions.html#heading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":176,"kind":1024,"name":"bidirectional","url":"interfaces/iparagraphpropertiesoptions.html#bidirectional","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":177,"kind":1024,"name":"pageBreakBefore","url":"interfaces/iparagraphpropertiesoptions.html#pagebreakbefore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":178,"kind":1024,"name":"tabStops","url":"interfaces/iparagraphpropertiesoptions.html#tabstops","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":179,"kind":1024,"name":"style","url":"interfaces/iparagraphpropertiesoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":180,"kind":1024,"name":"bullet","url":"interfaces/iparagraphpropertiesoptions.html#bullet","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":181,"kind":65536,"name":"__type","url":"interfaces/iparagraphpropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":182,"kind":1024,"name":"level","url":"interfaces/iparagraphpropertiesoptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":183,"kind":1024,"name":"numbering","url":"interfaces/iparagraphpropertiesoptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":184,"kind":65536,"name":"__type","url":"interfaces/iparagraphpropertiesoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":185,"kind":1024,"name":"reference","url":"interfaces/iparagraphpropertiesoptions.html#__type-1.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":186,"kind":1024,"name":"level","url":"interfaces/iparagraphpropertiesoptions.html#__type-1.level-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":187,"kind":1024,"name":"instance","url":"interfaces/iparagraphpropertiesoptions.html#__type-1.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":188,"kind":1024,"name":"custom","url":"interfaces/iparagraphpropertiesoptions.html#__type-1.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":189,"kind":1024,"name":"shading","url":"interfaces/iparagraphpropertiesoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":190,"kind":1024,"name":"widowControl","url":"interfaces/iparagraphpropertiesoptions.html#widowcontrol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":191,"kind":1024,"name":"frame","url":"interfaces/iparagraphpropertiesoptions.html#frame","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":192,"kind":1024,"name":"alignment","url":"interfaces/iparagraphpropertiesoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":193,"kind":1024,"name":"thematicBreak","url":"interfaces/iparagraphpropertiesoptions.html#thematicbreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":194,"kind":1024,"name":"contextualSpacing","url":"interfaces/iparagraphpropertiesoptions.html#contextualspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":195,"kind":1024,"name":"rightTabStop","url":"interfaces/iparagraphpropertiesoptions.html#righttabstop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":196,"kind":1024,"name":"leftTabStop","url":"interfaces/iparagraphpropertiesoptions.html#lefttabstop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":197,"kind":1024,"name":"indent","url":"interfaces/iparagraphpropertiesoptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":198,"kind":1024,"name":"spacing","url":"interfaces/iparagraphpropertiesoptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":199,"kind":1024,"name":"keepNext","url":"interfaces/iparagraphpropertiesoptions.html#keepnext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":200,"kind":1024,"name":"keepLines","url":"interfaces/iparagraphpropertiesoptions.html#keeplines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":201,"kind":1024,"name":"outlineLevel","url":"interfaces/iparagraphpropertiesoptions.html#outlinelevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":202,"kind":128,"name":"ParagraphProperties","url":"classes/paragraphproperties.html","classes":"tsd-kind-class"},{"id":203,"kind":512,"name":"constructor","url":"classes/paragraphproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphProperties"},{"id":204,"kind":2048,"name":"push","url":"classes/paragraphproperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ParagraphProperties"},{"id":205,"kind":2048,"name":"prepForXml","url":"classes/paragraphproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphProperties"},{"id":206,"kind":2048,"name":"addChildElement","url":"classes/paragraphproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphProperties"},{"id":207,"kind":256,"name":"IRunOptions","url":"interfaces/irunoptions.html","classes":"tsd-kind-interface"},{"id":208,"kind":1024,"name":"children","url":"interfaces/irunoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":209,"kind":1024,"name":"break","url":"interfaces/irunoptions.html#break","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":210,"kind":1024,"name":"text","url":"interfaces/irunoptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":211,"kind":1024,"name":"style","url":"interfaces/irunoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":212,"kind":1024,"name":"bold","url":"interfaces/irunoptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":213,"kind":1024,"name":"boldComplexScript","url":"interfaces/irunoptions.html#boldcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":214,"kind":1024,"name":"italics","url":"interfaces/irunoptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":215,"kind":1024,"name":"italicsComplexScript","url":"interfaces/irunoptions.html#italicscomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":216,"kind":1024,"name":"underline","url":"interfaces/irunoptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":217,"kind":65536,"name":"__type","url":"interfaces/irunoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":218,"kind":1024,"name":"color","url":"interfaces/irunoptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":219,"kind":1024,"name":"type","url":"interfaces/irunoptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":220,"kind":1024,"name":"emphasisMark","url":"interfaces/irunoptions.html#emphasismark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":221,"kind":65536,"name":"__type","url":"interfaces/irunoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":222,"kind":1024,"name":"type","url":"interfaces/irunoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":223,"kind":1024,"name":"color","url":"interfaces/irunoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":224,"kind":1024,"name":"size","url":"interfaces/irunoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":225,"kind":1024,"name":"sizeComplexScript","url":"interfaces/irunoptions.html#sizecomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":226,"kind":1024,"name":"rightToLeft","url":"interfaces/irunoptions.html#righttoleft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":227,"kind":1024,"name":"smallCaps","url":"interfaces/irunoptions.html#smallcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":228,"kind":1024,"name":"allCaps","url":"interfaces/irunoptions.html#allcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":229,"kind":1024,"name":"strike","url":"interfaces/irunoptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":230,"kind":1024,"name":"doubleStrike","url":"interfaces/irunoptions.html#doublestrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":231,"kind":1024,"name":"subScript","url":"interfaces/irunoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":232,"kind":1024,"name":"superScript","url":"interfaces/irunoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":233,"kind":1024,"name":"font","url":"interfaces/irunoptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":234,"kind":1024,"name":"highlight","url":"interfaces/irunoptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":235,"kind":1024,"name":"highlightComplexScript","url":"interfaces/irunoptions.html#highlightcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":236,"kind":1024,"name":"characterSpacing","url":"interfaces/irunoptions.html#characterspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":237,"kind":1024,"name":"shading","url":"interfaces/irunoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":238,"kind":1024,"name":"emboss","url":"interfaces/irunoptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":239,"kind":1024,"name":"imprint","url":"interfaces/irunoptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":240,"kind":4,"name":"PageNumber","url":"enums/pagenumber.html","classes":"tsd-kind-enum"},{"id":241,"kind":16,"name":"CURRENT","url":"enums/pagenumber.html#current","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":242,"kind":16,"name":"TOTAL_PAGES","url":"enums/pagenumber.html#total_pages","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":243,"kind":16,"name":"TOTAL_PAGES_IN_SECTION","url":"enums/pagenumber.html#total_pages_in_section","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":244,"kind":128,"name":"Run","url":"classes/run.html","classes":"tsd-kind-class"},{"id":245,"kind":512,"name":"constructor","url":"classes/run.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Run"},{"id":246,"kind":2048,"name":"prepForXml","url":"classes/run.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":247,"kind":2048,"name":"addChildElement","url":"classes/run.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":248,"kind":256,"name":"IRunStylePropertiesOptions","url":"interfaces/irunstylepropertiesoptions.html","classes":"tsd-kind-interface"},{"id":249,"kind":1024,"name":"bold","url":"interfaces/irunstylepropertiesoptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":250,"kind":1024,"name":"boldComplexScript","url":"interfaces/irunstylepropertiesoptions.html#boldcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":251,"kind":1024,"name":"italics","url":"interfaces/irunstylepropertiesoptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":252,"kind":1024,"name":"italicsComplexScript","url":"interfaces/irunstylepropertiesoptions.html#italicscomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":253,"kind":1024,"name":"underline","url":"interfaces/irunstylepropertiesoptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":254,"kind":65536,"name":"__type","url":"interfaces/irunstylepropertiesoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":255,"kind":1024,"name":"color","url":"interfaces/irunstylepropertiesoptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":256,"kind":1024,"name":"type","url":"interfaces/irunstylepropertiesoptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":257,"kind":1024,"name":"emphasisMark","url":"interfaces/irunstylepropertiesoptions.html#emphasismark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":258,"kind":65536,"name":"__type","url":"interfaces/irunstylepropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":259,"kind":1024,"name":"type","url":"interfaces/irunstylepropertiesoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":260,"kind":1024,"name":"color","url":"interfaces/irunstylepropertiesoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":261,"kind":1024,"name":"size","url":"interfaces/irunstylepropertiesoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":262,"kind":1024,"name":"sizeComplexScript","url":"interfaces/irunstylepropertiesoptions.html#sizecomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":263,"kind":1024,"name":"rightToLeft","url":"interfaces/irunstylepropertiesoptions.html#righttoleft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":264,"kind":1024,"name":"smallCaps","url":"interfaces/irunstylepropertiesoptions.html#smallcaps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":265,"kind":1024,"name":"allCaps","url":"interfaces/irunstylepropertiesoptions.html#allcaps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":266,"kind":1024,"name":"strike","url":"interfaces/irunstylepropertiesoptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":267,"kind":1024,"name":"doubleStrike","url":"interfaces/irunstylepropertiesoptions.html#doublestrike","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":268,"kind":1024,"name":"subScript","url":"interfaces/irunstylepropertiesoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":269,"kind":1024,"name":"superScript","url":"interfaces/irunstylepropertiesoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":270,"kind":1024,"name":"font","url":"interfaces/irunstylepropertiesoptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":271,"kind":1024,"name":"highlight","url":"interfaces/irunstylepropertiesoptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":272,"kind":1024,"name":"highlightComplexScript","url":"interfaces/irunstylepropertiesoptions.html#highlightcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":273,"kind":1024,"name":"characterSpacing","url":"interfaces/irunstylepropertiesoptions.html#characterspacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":274,"kind":1024,"name":"shading","url":"interfaces/irunstylepropertiesoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":275,"kind":1024,"name":"emboss","url":"interfaces/irunstylepropertiesoptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":276,"kind":1024,"name":"imprint","url":"interfaces/irunstylepropertiesoptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":277,"kind":256,"name":"IRunPropertiesOptions","url":"interfaces/irunpropertiesoptions.html","classes":"tsd-kind-interface"},{"id":278,"kind":1024,"name":"style","url":"interfaces/irunpropertiesoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":279,"kind":1024,"name":"bold","url":"interfaces/irunpropertiesoptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":280,"kind":1024,"name":"boldComplexScript","url":"interfaces/irunpropertiesoptions.html#boldcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":281,"kind":1024,"name":"italics","url":"interfaces/irunpropertiesoptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":282,"kind":1024,"name":"italicsComplexScript","url":"interfaces/irunpropertiesoptions.html#italicscomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":283,"kind":1024,"name":"underline","url":"interfaces/irunpropertiesoptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":284,"kind":65536,"name":"__type","url":"interfaces/irunpropertiesoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":285,"kind":1024,"name":"color","url":"interfaces/irunpropertiesoptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":286,"kind":1024,"name":"type","url":"interfaces/irunpropertiesoptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":287,"kind":1024,"name":"emphasisMark","url":"interfaces/irunpropertiesoptions.html#emphasismark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":288,"kind":65536,"name":"__type","url":"interfaces/irunpropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":289,"kind":1024,"name":"type","url":"interfaces/irunpropertiesoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":290,"kind":1024,"name":"color","url":"interfaces/irunpropertiesoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":291,"kind":1024,"name":"size","url":"interfaces/irunpropertiesoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":292,"kind":1024,"name":"sizeComplexScript","url":"interfaces/irunpropertiesoptions.html#sizecomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":293,"kind":1024,"name":"rightToLeft","url":"interfaces/irunpropertiesoptions.html#righttoleft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":294,"kind":1024,"name":"smallCaps","url":"interfaces/irunpropertiesoptions.html#smallcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":295,"kind":1024,"name":"allCaps","url":"interfaces/irunpropertiesoptions.html#allcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":296,"kind":1024,"name":"strike","url":"interfaces/irunpropertiesoptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":297,"kind":1024,"name":"doubleStrike","url":"interfaces/irunpropertiesoptions.html#doublestrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":298,"kind":1024,"name":"subScript","url":"interfaces/irunpropertiesoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":299,"kind":1024,"name":"superScript","url":"interfaces/irunpropertiesoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":300,"kind":1024,"name":"font","url":"interfaces/irunpropertiesoptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":301,"kind":1024,"name":"highlight","url":"interfaces/irunpropertiesoptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":302,"kind":1024,"name":"highlightComplexScript","url":"interfaces/irunpropertiesoptions.html#highlightcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":303,"kind":1024,"name":"characterSpacing","url":"interfaces/irunpropertiesoptions.html#characterspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":304,"kind":1024,"name":"shading","url":"interfaces/irunpropertiesoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":305,"kind":1024,"name":"emboss","url":"interfaces/irunpropertiesoptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":306,"kind":1024,"name":"imprint","url":"interfaces/irunpropertiesoptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":307,"kind":128,"name":"RunProperties","url":"classes/runproperties.html","classes":"tsd-kind-class"},{"id":308,"kind":512,"name":"constructor","url":"classes/runproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunProperties"},{"id":309,"kind":2048,"name":"push","url":"classes/runproperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RunProperties"},{"id":310,"kind":2048,"name":"prepForXml","url":"classes/runproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":311,"kind":2048,"name":"addChildElement","url":"classes/runproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":312,"kind":128,"name":"TextRun","url":"classes/textrun.html","classes":"tsd-kind-class"},{"id":313,"kind":512,"name":"constructor","url":"classes/textrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TextRun"},{"id":314,"kind":2048,"name":"prepForXml","url":"classes/textrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":315,"kind":2048,"name":"addChildElement","url":"classes/textrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":316,"kind":256,"name":"ISymbolRunOptions","url":"interfaces/isymbolrunoptions.html","classes":"tsd-kind-interface"},{"id":317,"kind":1024,"name":"char","url":"interfaces/isymbolrunoptions.html#char","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":318,"kind":1024,"name":"symbolfont","url":"interfaces/isymbolrunoptions.html#symbolfont","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":319,"kind":1024,"name":"children","url":"interfaces/isymbolrunoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":320,"kind":1024,"name":"break","url":"interfaces/isymbolrunoptions.html#break","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":321,"kind":1024,"name":"text","url":"interfaces/isymbolrunoptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":322,"kind":1024,"name":"style","url":"interfaces/isymbolrunoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":323,"kind":1024,"name":"bold","url":"interfaces/isymbolrunoptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":324,"kind":1024,"name":"boldComplexScript","url":"interfaces/isymbolrunoptions.html#boldcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":325,"kind":1024,"name":"italics","url":"interfaces/isymbolrunoptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":326,"kind":1024,"name":"italicsComplexScript","url":"interfaces/isymbolrunoptions.html#italicscomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":327,"kind":1024,"name":"underline","url":"interfaces/isymbolrunoptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":328,"kind":65536,"name":"__type","url":"interfaces/isymbolrunoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":329,"kind":1024,"name":"color","url":"interfaces/isymbolrunoptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":330,"kind":1024,"name":"type","url":"interfaces/isymbolrunoptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":331,"kind":1024,"name":"emphasisMark","url":"interfaces/isymbolrunoptions.html#emphasismark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":332,"kind":65536,"name":"__type","url":"interfaces/isymbolrunoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":333,"kind":1024,"name":"type","url":"interfaces/isymbolrunoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":334,"kind":1024,"name":"color","url":"interfaces/isymbolrunoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":335,"kind":1024,"name":"size","url":"interfaces/isymbolrunoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":336,"kind":1024,"name":"sizeComplexScript","url":"interfaces/isymbolrunoptions.html#sizecomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":337,"kind":1024,"name":"rightToLeft","url":"interfaces/isymbolrunoptions.html#righttoleft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":338,"kind":1024,"name":"smallCaps","url":"interfaces/isymbolrunoptions.html#smallcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":339,"kind":1024,"name":"allCaps","url":"interfaces/isymbolrunoptions.html#allcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":340,"kind":1024,"name":"strike","url":"interfaces/isymbolrunoptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":341,"kind":1024,"name":"doubleStrike","url":"interfaces/isymbolrunoptions.html#doublestrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":342,"kind":1024,"name":"subScript","url":"interfaces/isymbolrunoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":343,"kind":1024,"name":"superScript","url":"interfaces/isymbolrunoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":344,"kind":1024,"name":"font","url":"interfaces/isymbolrunoptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":345,"kind":1024,"name":"highlight","url":"interfaces/isymbolrunoptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":346,"kind":1024,"name":"highlightComplexScript","url":"interfaces/isymbolrunoptions.html#highlightcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":347,"kind":1024,"name":"characterSpacing","url":"interfaces/isymbolrunoptions.html#characterspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":348,"kind":1024,"name":"shading","url":"interfaces/isymbolrunoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":349,"kind":1024,"name":"emboss","url":"interfaces/isymbolrunoptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":350,"kind":1024,"name":"imprint","url":"interfaces/isymbolrunoptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":351,"kind":128,"name":"SymbolRun","url":"classes/symbolrun.html","classes":"tsd-kind-class"},{"id":352,"kind":512,"name":"constructor","url":"classes/symbolrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SymbolRun"},{"id":353,"kind":2048,"name":"prepForXml","url":"classes/symbolrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":354,"kind":2048,"name":"addChildElement","url":"classes/symbolrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":355,"kind":256,"name":"IImageOptions","url":"interfaces/iimageoptions.html","classes":"tsd-kind-interface"},{"id":356,"kind":1024,"name":"data","url":"interfaces/iimageoptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":357,"kind":1024,"name":"transformation","url":"interfaces/iimageoptions.html#transformation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":358,"kind":1024,"name":"floating","url":"interfaces/iimageoptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":359,"kind":128,"name":"ImageRun","url":"classes/imagerun.html","classes":"tsd-kind-class"},{"id":360,"kind":512,"name":"constructor","url":"classes/imagerun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImageRun"},{"id":361,"kind":2048,"name":"prepForXml","url":"classes/imagerun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImageRun"},{"id":362,"kind":2048,"name":"addChildElement","url":"classes/imagerun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageRun"},{"id":363,"kind":256,"name":"IFontAttributesProperties","url":"interfaces/ifontattributesproperties.html","classes":"tsd-kind-interface"},{"id":364,"kind":1024,"name":"ascii","url":"interfaces/ifontattributesproperties.html#ascii","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":365,"kind":1024,"name":"cs","url":"interfaces/ifontattributesproperties.html#cs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":366,"kind":1024,"name":"eastAsia","url":"interfaces/ifontattributesproperties.html#eastasia","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":367,"kind":1024,"name":"hAnsi","url":"interfaces/ifontattributesproperties.html#hansi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":368,"kind":1024,"name":"hint","url":"interfaces/ifontattributesproperties.html#hint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":369,"kind":128,"name":"RunFonts","url":"classes/runfonts.html","classes":"tsd-kind-class"},{"id":370,"kind":512,"name":"constructor","url":"classes/runfonts.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunFonts"},{"id":371,"kind":2048,"name":"prepForXml","url":"classes/runfonts.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":372,"kind":2048,"name":"addChildElement","url":"classes/runfonts.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":373,"kind":128,"name":"SequentialIdentifier","url":"classes/sequentialidentifier.html","classes":"tsd-kind-class"},{"id":374,"kind":512,"name":"constructor","url":"classes/sequentialidentifier.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SequentialIdentifier"},{"id":375,"kind":2048,"name":"prepForXml","url":"classes/sequentialidentifier.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":376,"kind":2048,"name":"addChildElement","url":"classes/sequentialidentifier.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":377,"kind":4,"name":"UnderlineType","url":"enums/underlinetype.html","classes":"tsd-kind-enum"},{"id":378,"kind":16,"name":"SINGLE","url":"enums/underlinetype.html#single","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":379,"kind":16,"name":"WORDS","url":"enums/underlinetype.html#words","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":380,"kind":16,"name":"DOUBLE","url":"enums/underlinetype.html#double","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":381,"kind":16,"name":"THICK","url":"enums/underlinetype.html#thick","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":382,"kind":16,"name":"DOTTED","url":"enums/underlinetype.html#dotted","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":383,"kind":16,"name":"DOTTEDHEAVY","url":"enums/underlinetype.html#dottedheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":384,"kind":16,"name":"DASH","url":"enums/underlinetype.html#dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":385,"kind":16,"name":"DASHEDHEAVY","url":"enums/underlinetype.html#dashedheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":386,"kind":16,"name":"DASHLONG","url":"enums/underlinetype.html#dashlong","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":387,"kind":16,"name":"DASHLONGHEAVY","url":"enums/underlinetype.html#dashlongheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":388,"kind":16,"name":"DOTDASH","url":"enums/underlinetype.html#dotdash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":389,"kind":16,"name":"DASHDOTHEAVY","url":"enums/underlinetype.html#dashdotheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":390,"kind":16,"name":"DOTDOTDASH","url":"enums/underlinetype.html#dotdotdash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":391,"kind":16,"name":"DASHDOTDOTHEAVY","url":"enums/underlinetype.html#dashdotdotheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":392,"kind":16,"name":"WAVE","url":"enums/underlinetype.html#wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":393,"kind":16,"name":"WAVYHEAVY","url":"enums/underlinetype.html#wavyheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":394,"kind":16,"name":"WAVYDOUBLE","url":"enums/underlinetype.html#wavydouble","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":395,"kind":128,"name":"Underline","url":"classes/underline.html","classes":"tsd-kind-class"},{"id":396,"kind":512,"name":"constructor","url":"classes/underline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Underline"},{"id":397,"kind":2048,"name":"prepForXml","url":"classes/underline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":398,"kind":2048,"name":"addChildElement","url":"classes/underline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":399,"kind":4,"name":"EmphasisMarkType","url":"enums/emphasismarktype.html","classes":"tsd-kind-enum"},{"id":400,"kind":16,"name":"DOT","url":"enums/emphasismarktype.html#dot","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"EmphasisMarkType"},{"id":401,"kind":128,"name":"BaseEmphasisMark","url":"classes/baseemphasismark.html","classes":"tsd-kind-class"},{"id":402,"kind":2048,"name":"prepForXml","url":"classes/baseemphasismark.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":403,"kind":2048,"name":"addChildElement","url":"classes/baseemphasismark.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":404,"kind":128,"name":"EmphasisMark","url":"classes/emphasismark.html","classes":"tsd-kind-class"},{"id":405,"kind":512,"name":"constructor","url":"classes/emphasismark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"EmphasisMark"},{"id":406,"kind":2048,"name":"prepForXml","url":"classes/emphasismark.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":407,"kind":2048,"name":"addChildElement","url":"classes/emphasismark.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":408,"kind":128,"name":"DotEmphasisMark","url":"classes/dotemphasismark.html","classes":"tsd-kind-class"},{"id":409,"kind":512,"name":"constructor","url":"classes/dotemphasismark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DotEmphasisMark"},{"id":410,"kind":2048,"name":"prepForXml","url":"classes/dotemphasismark.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":411,"kind":2048,"name":"addChildElement","url":"classes/dotemphasismark.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":412,"kind":128,"name":"Tab","url":"classes/tab.html","classes":"tsd-kind-class"},{"id":413,"kind":512,"name":"constructor","url":"classes/tab.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Tab"},{"id":414,"kind":2048,"name":"prepForXml","url":"classes/tab.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":415,"kind":2048,"name":"addChildElement","url":"classes/tab.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":416,"kind":128,"name":"SimpleField","url":"classes/simplefield.html","classes":"tsd-kind-class"},{"id":417,"kind":512,"name":"constructor","url":"classes/simplefield.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimpleField"},{"id":418,"kind":2048,"name":"prepForXml","url":"classes/simplefield.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleField"},{"id":419,"kind":2048,"name":"addChildElement","url":"classes/simplefield.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleField"},{"id":420,"kind":128,"name":"SimpleMailMergeField","url":"classes/simplemailmergefield.html","classes":"tsd-kind-class"},{"id":421,"kind":512,"name":"constructor","url":"classes/simplemailmergefield.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimpleMailMergeField"},{"id":422,"kind":2048,"name":"prepForXml","url":"classes/simplemailmergefield.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleMailMergeField"},{"id":423,"kind":2048,"name":"addChildElement","url":"classes/simplemailmergefield.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleMailMergeField"},{"id":424,"kind":4,"name":"HyperlinkType","url":"enums/hyperlinktype.html","classes":"tsd-kind-enum"},{"id":425,"kind":16,"name":"INTERNAL","url":"enums/hyperlinktype.html#internal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HyperlinkType"},{"id":426,"kind":16,"name":"EXTERNAL","url":"enums/hyperlinktype.html#external","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HyperlinkType"},{"id":427,"kind":128,"name":"ConcreteHyperlink","url":"classes/concretehyperlink.html","classes":"tsd-kind-class"},{"id":428,"kind":512,"name":"constructor","url":"classes/concretehyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConcreteHyperlink"},{"id":429,"kind":1024,"name":"linkId","url":"classes/concretehyperlink.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteHyperlink"},{"id":430,"kind":2048,"name":"prepForXml","url":"classes/concretehyperlink.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":431,"kind":2048,"name":"addChildElement","url":"classes/concretehyperlink.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":432,"kind":128,"name":"InternalHyperlink","url":"classes/internalhyperlink.html","classes":"tsd-kind-class"},{"id":433,"kind":512,"name":"constructor","url":"classes/internalhyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InternalHyperlink"},{"id":434,"kind":1024,"name":"linkId","url":"classes/internalhyperlink.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":435,"kind":2048,"name":"prepForXml","url":"classes/internalhyperlink.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":436,"kind":2048,"name":"addChildElement","url":"classes/internalhyperlink.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":437,"kind":128,"name":"ExternalHyperlink","url":"classes/externalhyperlink.html","classes":"tsd-kind-class"},{"id":438,"kind":512,"name":"constructor","url":"classes/externalhyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":439,"kind":1024,"name":"options","url":"classes/externalhyperlink.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":440,"kind":65536,"name":"__type","url":"classes/externalhyperlink.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":441,"kind":1024,"name":"child","url":"classes/externalhyperlink.html#__type.child","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ExternalHyperlink.__type"},{"id":442,"kind":1024,"name":"link","url":"classes/externalhyperlink.html#__type.link","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ExternalHyperlink.__type"},{"id":443,"kind":128,"name":"Bookmark","url":"classes/bookmark.html","classes":"tsd-kind-class"},{"id":444,"kind":512,"name":"constructor","url":"classes/bookmark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Bookmark"},{"id":445,"kind":1024,"name":"start","url":"classes/bookmark.html#start","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":446,"kind":1024,"name":"children","url":"classes/bookmark.html#children","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":447,"kind":1024,"name":"end","url":"classes/bookmark.html#end","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":448,"kind":128,"name":"BookmarkStart","url":"classes/bookmarkstart.html","classes":"tsd-kind-class"},{"id":449,"kind":512,"name":"constructor","url":"classes/bookmarkstart.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BookmarkStart"},{"id":450,"kind":2048,"name":"prepForXml","url":"classes/bookmarkstart.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":451,"kind":2048,"name":"addChildElement","url":"classes/bookmarkstart.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":452,"kind":128,"name":"BookmarkEnd","url":"classes/bookmarkend.html","classes":"tsd-kind-class"},{"id":453,"kind":512,"name":"constructor","url":"classes/bookmarkend.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BookmarkEnd"},{"id":454,"kind":2048,"name":"prepForXml","url":"classes/bookmarkend.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":455,"kind":2048,"name":"addChildElement","url":"classes/bookmarkend.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":456,"kind":128,"name":"OutlineLevel","url":"classes/outlinelevel.html","classes":"tsd-kind-class"},{"id":457,"kind":512,"name":"constructor","url":"classes/outlinelevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OutlineLevel"},{"id":458,"kind":1024,"name":"level","url":"classes/outlinelevel.html#level","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutlineLevel"},{"id":459,"kind":2048,"name":"prepForXml","url":"classes/outlinelevel.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":460,"kind":2048,"name":"addChildElement","url":"classes/outlinelevel.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":461,"kind":256,"name":"IMathOptions","url":"interfaces/imathoptions.html","classes":"tsd-kind-interface"},{"id":462,"kind":1024,"name":"children","url":"interfaces/imathoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathOptions"},{"id":463,"kind":128,"name":"Math","url":"classes/math.html","classes":"tsd-kind-class"},{"id":464,"kind":512,"name":"constructor","url":"classes/math.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Math"},{"id":465,"kind":2048,"name":"prepForXml","url":"classes/math.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":466,"kind":2048,"name":"addChildElement","url":"classes/math.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":467,"kind":128,"name":"MathRun","url":"classes/mathrun.html","classes":"tsd-kind-class"},{"id":468,"kind":512,"name":"constructor","url":"classes/mathrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRun"},{"id":469,"kind":2048,"name":"prepForXml","url":"classes/mathrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":470,"kind":2048,"name":"addChildElement","url":"classes/mathrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":471,"kind":256,"name":"IMathFractionOptions","url":"interfaces/imathfractionoptions.html","classes":"tsd-kind-interface"},{"id":472,"kind":1024,"name":"numerator","url":"interfaces/imathfractionoptions.html#numerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFractionOptions"},{"id":473,"kind":1024,"name":"denominator","url":"interfaces/imathfractionoptions.html#denominator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFractionOptions"},{"id":474,"kind":128,"name":"MathFraction","url":"classes/mathfraction.html","classes":"tsd-kind-class"},{"id":475,"kind":512,"name":"constructor","url":"classes/mathfraction.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFraction"},{"id":476,"kind":2048,"name":"prepForXml","url":"classes/mathfraction.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":477,"kind":2048,"name":"addChildElement","url":"classes/mathfraction.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":478,"kind":128,"name":"MathDenominator","url":"classes/mathdenominator.html","classes":"tsd-kind-class"},{"id":479,"kind":512,"name":"constructor","url":"classes/mathdenominator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathDenominator"},{"id":480,"kind":2048,"name":"prepForXml","url":"classes/mathdenominator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":481,"kind":2048,"name":"addChildElement","url":"classes/mathdenominator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":482,"kind":128,"name":"MathNumerator","url":"classes/mathnumerator.html","classes":"tsd-kind-class"},{"id":483,"kind":512,"name":"constructor","url":"classes/mathnumerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathNumerator"},{"id":484,"kind":2048,"name":"prepForXml","url":"classes/mathnumerator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":485,"kind":2048,"name":"addChildElement","url":"classes/mathnumerator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":486,"kind":128,"name":"MathAccentCharacter","url":"classes/mathaccentcharacter.html","classes":"tsd-kind-class"},{"id":487,"kind":512,"name":"constructor","url":"classes/mathaccentcharacter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathAccentCharacter"},{"id":488,"kind":2048,"name":"prepForXml","url":"classes/mathaccentcharacter.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":489,"kind":2048,"name":"addChildElement","url":"classes/mathaccentcharacter.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":490,"kind":128,"name":"MathBase","url":"classes/mathbase.html","classes":"tsd-kind-class"},{"id":491,"kind":512,"name":"constructor","url":"classes/mathbase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathBase"},{"id":492,"kind":2048,"name":"prepForXml","url":"classes/mathbase.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":493,"kind":2048,"name":"addChildElement","url":"classes/mathbase.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":494,"kind":128,"name":"MathLimitLocation","url":"classes/mathlimitlocation.html","classes":"tsd-kind-class"},{"id":495,"kind":512,"name":"constructor","url":"classes/mathlimitlocation.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathLimitLocation"},{"id":496,"kind":2048,"name":"prepForXml","url":"classes/mathlimitlocation.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":497,"kind":2048,"name":"addChildElement","url":"classes/mathlimitlocation.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":498,"kind":128,"name":"MathNArayProperties","url":"classes/mathnarayproperties.html","classes":"tsd-kind-class"},{"id":499,"kind":512,"name":"constructor","url":"classes/mathnarayproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathNArayProperties"},{"id":500,"kind":2048,"name":"prepForXml","url":"classes/mathnarayproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":501,"kind":2048,"name":"addChildElement","url":"classes/mathnarayproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":502,"kind":128,"name":"MathSubScriptElement","url":"classes/mathsubscriptelement.html","classes":"tsd-kind-class"},{"id":503,"kind":512,"name":"constructor","url":"classes/mathsubscriptelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScriptElement"},{"id":504,"kind":2048,"name":"prepForXml","url":"classes/mathsubscriptelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":505,"kind":2048,"name":"addChildElement","url":"classes/mathsubscriptelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":506,"kind":256,"name":"IMathSumOptions","url":"interfaces/imathsumoptions.html","classes":"tsd-kind-interface"},{"id":507,"kind":1024,"name":"children","url":"interfaces/imathsumoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":508,"kind":1024,"name":"subScript","url":"interfaces/imathsumoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":509,"kind":1024,"name":"superScript","url":"interfaces/imathsumoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":510,"kind":128,"name":"MathSum","url":"classes/mathsum.html","classes":"tsd-kind-class"},{"id":511,"kind":512,"name":"constructor","url":"classes/mathsum.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSum"},{"id":512,"kind":2048,"name":"prepForXml","url":"classes/mathsum.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":513,"kind":2048,"name":"addChildElement","url":"classes/mathsum.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":514,"kind":128,"name":"MathSuperScriptElement","url":"classes/mathsuperscriptelement.html","classes":"tsd-kind-class"},{"id":515,"kind":512,"name":"constructor","url":"classes/mathsuperscriptelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScriptElement"},{"id":516,"kind":2048,"name":"prepForXml","url":"classes/mathsuperscriptelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":517,"kind":2048,"name":"addChildElement","url":"classes/mathsuperscriptelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":518,"kind":256,"name":"IMathSuperScriptOptions","url":"interfaces/imathsuperscriptoptions.html","classes":"tsd-kind-interface"},{"id":519,"kind":1024,"name":"children","url":"interfaces/imathsuperscriptoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSuperScriptOptions"},{"id":520,"kind":1024,"name":"superScript","url":"interfaces/imathsuperscriptoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSuperScriptOptions"},{"id":521,"kind":128,"name":"MathSuperScript","url":"classes/mathsuperscript.html","classes":"tsd-kind-class"},{"id":522,"kind":512,"name":"constructor","url":"classes/mathsuperscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScript"},{"id":523,"kind":2048,"name":"prepForXml","url":"classes/mathsuperscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":524,"kind":2048,"name":"addChildElement","url":"classes/mathsuperscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":525,"kind":128,"name":"MathSuperScriptProperties","url":"classes/mathsuperscriptproperties.html","classes":"tsd-kind-class"},{"id":526,"kind":512,"name":"constructor","url":"classes/mathsuperscriptproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScriptProperties"},{"id":527,"kind":2048,"name":"prepForXml","url":"classes/mathsuperscriptproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":528,"kind":2048,"name":"addChildElement","url":"classes/mathsuperscriptproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":529,"kind":256,"name":"IMathSubScriptOptions","url":"interfaces/imathsubscriptoptions.html","classes":"tsd-kind-interface"},{"id":530,"kind":1024,"name":"children","url":"interfaces/imathsubscriptoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubScriptOptions"},{"id":531,"kind":1024,"name":"subScript","url":"interfaces/imathsubscriptoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubScriptOptions"},{"id":532,"kind":128,"name":"MathSubScript","url":"classes/mathsubscript.html","classes":"tsd-kind-class"},{"id":533,"kind":512,"name":"constructor","url":"classes/mathsubscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScript"},{"id":534,"kind":2048,"name":"prepForXml","url":"classes/mathsubscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":535,"kind":2048,"name":"addChildElement","url":"classes/mathsubscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":536,"kind":128,"name":"MathSubScriptProperties","url":"classes/mathsubscriptproperties.html","classes":"tsd-kind-class"},{"id":537,"kind":512,"name":"constructor","url":"classes/mathsubscriptproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScriptProperties"},{"id":538,"kind":2048,"name":"prepForXml","url":"classes/mathsubscriptproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":539,"kind":2048,"name":"addChildElement","url":"classes/mathsubscriptproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":540,"kind":256,"name":"IMathSubSuperScriptOptions","url":"interfaces/imathsubsuperscriptoptions.html","classes":"tsd-kind-interface"},{"id":541,"kind":1024,"name":"children","url":"interfaces/imathsubsuperscriptoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":542,"kind":1024,"name":"subScript","url":"interfaces/imathsubsuperscriptoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":543,"kind":1024,"name":"superScript","url":"interfaces/imathsubsuperscriptoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":544,"kind":128,"name":"MathSubSuperScript","url":"classes/mathsubsuperscript.html","classes":"tsd-kind-class"},{"id":545,"kind":512,"name":"constructor","url":"classes/mathsubsuperscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubSuperScript"},{"id":546,"kind":2048,"name":"prepForXml","url":"classes/mathsubsuperscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":547,"kind":2048,"name":"addChildElement","url":"classes/mathsubsuperscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":548,"kind":128,"name":"MathSubSuperScriptProperties","url":"classes/mathsubsuperscriptproperties.html","classes":"tsd-kind-class"},{"id":549,"kind":512,"name":"constructor","url":"classes/mathsubsuperscriptproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubSuperScriptProperties"},{"id":550,"kind":2048,"name":"prepForXml","url":"classes/mathsubsuperscriptproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":551,"kind":2048,"name":"addChildElement","url":"classes/mathsubsuperscriptproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":552,"kind":256,"name":"IMathPreSubSuperScriptOptions","url":"interfaces/imathpresubsuperscriptoptions.html","classes":"tsd-kind-interface"},{"id":553,"kind":1024,"name":"children","url":"interfaces/imathpresubsuperscriptoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":554,"kind":1024,"name":"subScript","url":"interfaces/imathpresubsuperscriptoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":555,"kind":1024,"name":"superScript","url":"interfaces/imathpresubsuperscriptoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":556,"kind":128,"name":"MathPreSubSuperScript","url":"classes/mathpresubsuperscript.html","classes":"tsd-kind-class"},{"id":557,"kind":512,"name":"constructor","url":"classes/mathpresubsuperscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathPreSubSuperScript"},{"id":558,"kind":2048,"name":"prepForXml","url":"classes/mathpresubsuperscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":559,"kind":2048,"name":"addChildElement","url":"classes/mathpresubsuperscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":560,"kind":128,"name":"MathPreSubSuperScriptProperties","url":"classes/mathpresubsuperscriptproperties.html","classes":"tsd-kind-class"},{"id":561,"kind":512,"name":"constructor","url":"classes/mathpresubsuperscriptproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathPreSubSuperScriptProperties"},{"id":562,"kind":2048,"name":"prepForXml","url":"classes/mathpresubsuperscriptproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":563,"kind":2048,"name":"addChildElement","url":"classes/mathpresubsuperscriptproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":564,"kind":4194304,"name":"MathComponent","url":"modules.html#mathcomponent","classes":"tsd-kind-type-alias"},{"id":565,"kind":128,"name":"MathDegree","url":"classes/mathdegree.html","classes":"tsd-kind-class"},{"id":566,"kind":512,"name":"constructor","url":"classes/mathdegree.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathDegree"},{"id":567,"kind":2048,"name":"prepForXml","url":"classes/mathdegree.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":568,"kind":2048,"name":"addChildElement","url":"classes/mathdegree.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":569,"kind":256,"name":"IMathRadicalOptions","url":"interfaces/imathradicaloptions.html","classes":"tsd-kind-interface"},{"id":570,"kind":1024,"name":"children","url":"interfaces/imathradicaloptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathRadicalOptions"},{"id":571,"kind":1024,"name":"degree","url":"interfaces/imathradicaloptions.html#degree","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathRadicalOptions"},{"id":572,"kind":128,"name":"MathRadical","url":"classes/mathradical.html","classes":"tsd-kind-class"},{"id":573,"kind":512,"name":"constructor","url":"classes/mathradical.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRadical"},{"id":574,"kind":2048,"name":"prepForXml","url":"classes/mathradical.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":575,"kind":2048,"name":"addChildElement","url":"classes/mathradical.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":576,"kind":128,"name":"MathRadicalProperties","url":"classes/mathradicalproperties.html","classes":"tsd-kind-class"},{"id":577,"kind":512,"name":"constructor","url":"classes/mathradicalproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRadicalProperties"},{"id":578,"kind":2048,"name":"prepForXml","url":"classes/mathradicalproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":579,"kind":2048,"name":"addChildElement","url":"classes/mathradicalproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":580,"kind":256,"name":"IMathFunctionOptions","url":"interfaces/imathfunctionoptions.html","classes":"tsd-kind-interface"},{"id":581,"kind":1024,"name":"children","url":"interfaces/imathfunctionoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFunctionOptions"},{"id":582,"kind":1024,"name":"name","url":"interfaces/imathfunctionoptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFunctionOptions"},{"id":583,"kind":128,"name":"MathFunction","url":"classes/mathfunction.html","classes":"tsd-kind-class"},{"id":584,"kind":512,"name":"constructor","url":"classes/mathfunction.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunction"},{"id":585,"kind":2048,"name":"prepForXml","url":"classes/mathfunction.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":586,"kind":2048,"name":"addChildElement","url":"classes/mathfunction.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":587,"kind":128,"name":"MathFunctionName","url":"classes/mathfunctionname.html","classes":"tsd-kind-class"},{"id":588,"kind":512,"name":"constructor","url":"classes/mathfunctionname.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunctionName"},{"id":589,"kind":2048,"name":"prepForXml","url":"classes/mathfunctionname.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":590,"kind":2048,"name":"addChildElement","url":"classes/mathfunctionname.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":591,"kind":128,"name":"MathFunctionProperties","url":"classes/mathfunctionproperties.html","classes":"tsd-kind-class"},{"id":592,"kind":512,"name":"constructor","url":"classes/mathfunctionproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunctionProperties"},{"id":593,"kind":2048,"name":"prepForXml","url":"classes/mathfunctionproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":594,"kind":2048,"name":"addChildElement","url":"classes/mathfunctionproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":595,"kind":128,"name":"MathRoundBrackets","url":"classes/mathroundbrackets.html","classes":"tsd-kind-class"},{"id":596,"kind":512,"name":"constructor","url":"classes/mathroundbrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRoundBrackets"},{"id":597,"kind":2048,"name":"prepForXml","url":"classes/mathroundbrackets.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":598,"kind":2048,"name":"addChildElement","url":"classes/mathroundbrackets.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":599,"kind":128,"name":"MathSquareBrackets","url":"classes/mathsquarebrackets.html","classes":"tsd-kind-class"},{"id":600,"kind":512,"name":"constructor","url":"classes/mathsquarebrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSquareBrackets"},{"id":601,"kind":2048,"name":"prepForXml","url":"classes/mathsquarebrackets.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":602,"kind":2048,"name":"addChildElement","url":"classes/mathsquarebrackets.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":603,"kind":128,"name":"MathCurlyBrackets","url":"classes/mathcurlybrackets.html","classes":"tsd-kind-class"},{"id":604,"kind":512,"name":"constructor","url":"classes/mathcurlybrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathCurlyBrackets"},{"id":605,"kind":2048,"name":"prepForXml","url":"classes/mathcurlybrackets.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":606,"kind":2048,"name":"addChildElement","url":"classes/mathcurlybrackets.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":607,"kind":128,"name":"MathAngledBrackets","url":"classes/mathangledbrackets.html","classes":"tsd-kind-class"},{"id":608,"kind":512,"name":"constructor","url":"classes/mathangledbrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathAngledBrackets"},{"id":609,"kind":2048,"name":"prepForXml","url":"classes/mathangledbrackets.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":610,"kind":2048,"name":"addChildElement","url":"classes/mathangledbrackets.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":611,"kind":4,"name":"DropCapType","url":"enums/dropcaptype.html","classes":"tsd-kind-enum"},{"id":612,"kind":16,"name":"NONE","url":"enums/dropcaptype.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":613,"kind":16,"name":"DROP","url":"enums/dropcaptype.html#drop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":614,"kind":16,"name":"MARGIN","url":"enums/dropcaptype.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":615,"kind":4,"name":"FrameAnchorType","url":"enums/frameanchortype.html","classes":"tsd-kind-enum"},{"id":616,"kind":16,"name":"MARGIN","url":"enums/frameanchortype.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":617,"kind":16,"name":"PAGE","url":"enums/frameanchortype.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":618,"kind":16,"name":"TEXT","url":"enums/frameanchortype.html#text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":619,"kind":4,"name":"FrameWrap","url":"enums/framewrap.html","classes":"tsd-kind-enum"},{"id":620,"kind":16,"name":"AROUND","url":"enums/framewrap.html#around","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":621,"kind":16,"name":"AUTO","url":"enums/framewrap.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":622,"kind":16,"name":"NONE","url":"enums/framewrap.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":623,"kind":16,"name":"NOT_BESIDE","url":"enums/framewrap.html#not_beside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":624,"kind":16,"name":"THROUGH","url":"enums/framewrap.html#through","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":625,"kind":16,"name":"TIGHT","url":"enums/framewrap.html#tight","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":626,"kind":256,"name":"IFrameOptions","url":"interfaces/iframeoptions.html","classes":"tsd-kind-interface"},{"id":627,"kind":1024,"name":"anchorLock","url":"interfaces/iframeoptions.html#anchorlock","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":628,"kind":1024,"name":"dropCap","url":"interfaces/iframeoptions.html#dropcap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":629,"kind":1024,"name":"width","url":"interfaces/iframeoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":630,"kind":1024,"name":"height","url":"interfaces/iframeoptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":631,"kind":1024,"name":"position","url":"interfaces/iframeoptions.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":632,"kind":65536,"name":"__type","url":"interfaces/iframeoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":633,"kind":1024,"name":"x","url":"interfaces/iframeoptions.html#__type-2.x-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":634,"kind":1024,"name":"y","url":"interfaces/iframeoptions.html#__type-2.y-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":635,"kind":1024,"name":"wrap","url":"interfaces/iframeoptions.html#wrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":636,"kind":1024,"name":"lines","url":"interfaces/iframeoptions.html#lines","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":637,"kind":1024,"name":"anchor","url":"interfaces/iframeoptions.html#anchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":638,"kind":65536,"name":"__type","url":"interfaces/iframeoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":639,"kind":1024,"name":"horizontal","url":"interfaces/iframeoptions.html#__type-1.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":640,"kind":1024,"name":"vertical","url":"interfaces/iframeoptions.html#__type-1.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":641,"kind":1024,"name":"space","url":"interfaces/iframeoptions.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":642,"kind":65536,"name":"__type","url":"interfaces/iframeoptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":643,"kind":1024,"name":"horizontal","url":"interfaces/iframeoptions.html#__type-3.horizontal-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":644,"kind":1024,"name":"vertical","url":"interfaces/iframeoptions.html#__type-3.vertical-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":645,"kind":1024,"name":"rule","url":"interfaces/iframeoptions.html#rule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":646,"kind":1024,"name":"alignment","url":"interfaces/iframeoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":647,"kind":65536,"name":"__type","url":"interfaces/iframeoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":648,"kind":1024,"name":"x","url":"interfaces/iframeoptions.html#__type.x","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":649,"kind":1024,"name":"y","url":"interfaces/iframeoptions.html#__type.y","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":650,"kind":128,"name":"FramePropertiesAttributes","url":"classes/framepropertiesattributes.html","classes":"tsd-kind-class"},{"id":651,"kind":512,"name":"constructor","url":"classes/framepropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":652,"kind":2048,"name":"prepForXml","url":"classes/framepropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":653,"kind":2048,"name":"set","url":"classes/framepropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":654,"kind":128,"name":"FrameProperties","url":"classes/frameproperties.html","classes":"tsd-kind-class"},{"id":655,"kind":512,"name":"constructor","url":"classes/frameproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FrameProperties"},{"id":656,"kind":2048,"name":"prepForXml","url":"classes/frameproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":657,"kind":2048,"name":"addChildElement","url":"classes/frameproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":658,"kind":256,"name":"ITableOptions","url":"interfaces/itableoptions.html","classes":"tsd-kind-interface"},{"id":659,"kind":1024,"name":"rows","url":"interfaces/itableoptions.html#rows","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":660,"kind":1024,"name":"width","url":"interfaces/itableoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":661,"kind":1024,"name":"columnWidths","url":"interfaces/itableoptions.html#columnwidths","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":662,"kind":1024,"name":"margins","url":"interfaces/itableoptions.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":663,"kind":1024,"name":"indent","url":"interfaces/itableoptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":664,"kind":1024,"name":"float","url":"interfaces/itableoptions.html#float","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":665,"kind":1024,"name":"layout","url":"interfaces/itableoptions.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":666,"kind":1024,"name":"style","url":"interfaces/itableoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":667,"kind":1024,"name":"borders","url":"interfaces/itableoptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":668,"kind":1024,"name":"alignment","url":"interfaces/itableoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":669,"kind":1024,"name":"visuallyRightToLeft","url":"interfaces/itableoptions.html#visuallyrighttoleft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":670,"kind":128,"name":"Table","url":"classes/table.html","classes":"tsd-kind-class"},{"id":671,"kind":512,"name":"constructor","url":"classes/table.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Table"},{"id":672,"kind":2048,"name":"prepForXml","url":"classes/table.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":673,"kind":2048,"name":"addChildElement","url":"classes/table.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":674,"kind":256,"name":"ITableCellOptions","url":"interfaces/itablecelloptions.html","classes":"tsd-kind-interface"},{"id":675,"kind":1024,"name":"children","url":"interfaces/itablecelloptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":676,"kind":1024,"name":"shading","url":"interfaces/itablecelloptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":677,"kind":1024,"name":"margins","url":"interfaces/itablecelloptions.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":678,"kind":1024,"name":"verticalAlign","url":"interfaces/itablecelloptions.html#verticalalign","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":679,"kind":1024,"name":"textDirection","url":"interfaces/itablecelloptions.html#textdirection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":680,"kind":1024,"name":"verticalMerge","url":"interfaces/itablecelloptions.html#verticalmerge","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":681,"kind":1024,"name":"width","url":"interfaces/itablecelloptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":682,"kind":1024,"name":"columnSpan","url":"interfaces/itablecelloptions.html#columnspan","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":683,"kind":1024,"name":"rowSpan","url":"interfaces/itablecelloptions.html#rowspan","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":684,"kind":1024,"name":"borders","url":"interfaces/itablecelloptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":685,"kind":128,"name":"TableCell","url":"classes/tablecell.html","classes":"tsd-kind-class"},{"id":686,"kind":512,"name":"constructor","url":"classes/tablecell.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCell"},{"id":687,"kind":1024,"name":"options","url":"classes/tablecell.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"TableCell"},{"id":688,"kind":2048,"name":"prepForXml","url":"classes/tablecell.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"TableCell"},{"id":689,"kind":2048,"name":"addChildElement","url":"classes/tablecell.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCell"},{"id":690,"kind":256,"name":"ITableCellBorders","url":"interfaces/itablecellborders.html","classes":"tsd-kind-interface"},{"id":691,"kind":1024,"name":"top","url":"interfaces/itablecellborders.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":692,"kind":1024,"name":"start","url":"interfaces/itablecellborders.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":693,"kind":1024,"name":"left","url":"interfaces/itablecellborders.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":694,"kind":1024,"name":"bottom","url":"interfaces/itablecellborders.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":695,"kind":1024,"name":"end","url":"interfaces/itablecellborders.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":696,"kind":1024,"name":"right","url":"interfaces/itablecellborders.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":697,"kind":128,"name":"TableCellBorders","url":"classes/tablecellborders.html","classes":"tsd-kind-class"},{"id":698,"kind":512,"name":"constructor","url":"classes/tablecellborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCellBorders"},{"id":699,"kind":2048,"name":"prepForXml","url":"classes/tablecellborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":700,"kind":2048,"name":"addChildElement","url":"classes/tablecellborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":701,"kind":128,"name":"GridSpan","url":"classes/gridspan.html","classes":"tsd-kind-class"},{"id":702,"kind":512,"name":"constructor","url":"classes/gridspan.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GridSpan"},{"id":703,"kind":2048,"name":"prepForXml","url":"classes/gridspan.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":704,"kind":2048,"name":"addChildElement","url":"classes/gridspan.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":705,"kind":4,"name":"VerticalMergeType","url":"enums/verticalmergetype.html","classes":"tsd-kind-enum"},{"id":706,"kind":16,"name":"CONTINUE","url":"enums/verticalmergetype.html#continue","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalMergeType"},{"id":707,"kind":16,"name":"RESTART","url":"enums/verticalmergetype.html#restart","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalMergeType"},{"id":708,"kind":128,"name":"VerticalMerge","url":"classes/verticalmerge.html","classes":"tsd-kind-class"},{"id":709,"kind":512,"name":"constructor","url":"classes/verticalmerge.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalMerge"},{"id":710,"kind":2048,"name":"prepForXml","url":"classes/verticalmerge.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":711,"kind":2048,"name":"addChildElement","url":"classes/verticalmerge.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":712,"kind":4,"name":"TextDirection","url":"enums/textdirection.html","classes":"tsd-kind-enum"},{"id":713,"kind":16,"name":"BOTTOM_TO_TOP_LEFT_TO_RIGHT","url":"enums/textdirection.html#bottom_to_top_left_to_right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextDirection"},{"id":714,"kind":16,"name":"LEFT_TO_RIGHT_TOP_TO_BOTTOM","url":"enums/textdirection.html#left_to_right_top_to_bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextDirection"},{"id":715,"kind":16,"name":"TOP_TO_BOTTOM_RIGHT_TO_LEFT","url":"enums/textdirection.html#top_to_bottom_right_to_left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextDirection"},{"id":716,"kind":128,"name":"TDirection","url":"classes/tdirection.html","classes":"tsd-kind-class"},{"id":717,"kind":512,"name":"constructor","url":"classes/tdirection.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TDirection"},{"id":718,"kind":2048,"name":"prepForXml","url":"classes/tdirection.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":719,"kind":2048,"name":"addChildElement","url":"classes/tdirection.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":720,"kind":256,"name":"ITablePropertiesOptions","url":"interfaces/itablepropertiesoptions.html","classes":"tsd-kind-interface"},{"id":721,"kind":1024,"name":"width","url":"interfaces/itablepropertiesoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":722,"kind":1024,"name":"indent","url":"interfaces/itablepropertiesoptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":723,"kind":1024,"name":"layout","url":"interfaces/itablepropertiesoptions.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":724,"kind":1024,"name":"borders","url":"interfaces/itablepropertiesoptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":725,"kind":1024,"name":"float","url":"interfaces/itablepropertiesoptions.html#float","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":726,"kind":1024,"name":"shading","url":"interfaces/itablepropertiesoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":727,"kind":1024,"name":"style","url":"interfaces/itablepropertiesoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":728,"kind":1024,"name":"alignment","url":"interfaces/itablepropertiesoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":729,"kind":1024,"name":"cellMargin","url":"interfaces/itablepropertiesoptions.html#cellmargin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":730,"kind":1024,"name":"visuallyRightToLeft","url":"interfaces/itablepropertiesoptions.html#visuallyrighttoleft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":731,"kind":128,"name":"TableProperties","url":"classes/tableproperties.html","classes":"tsd-kind-class"},{"id":732,"kind":512,"name":"constructor","url":"classes/tableproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableProperties"},{"id":733,"kind":2048,"name":"prepForXml","url":"classes/tableproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":734,"kind":2048,"name":"addChildElement","url":"classes/tableproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":735,"kind":4,"name":"TableAnchorType","url":"enums/tableanchortype.html","classes":"tsd-kind-enum"},{"id":736,"kind":16,"name":"MARGIN","url":"enums/tableanchortype.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":737,"kind":16,"name":"PAGE","url":"enums/tableanchortype.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":738,"kind":16,"name":"TEXT","url":"enums/tableanchortype.html#text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":739,"kind":4,"name":"RelativeHorizontalPosition","url":"enums/relativehorizontalposition.html","classes":"tsd-kind-enum"},{"id":740,"kind":16,"name":"CENTER","url":"enums/relativehorizontalposition.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":741,"kind":16,"name":"INSIDE","url":"enums/relativehorizontalposition.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":742,"kind":16,"name":"LEFT","url":"enums/relativehorizontalposition.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":743,"kind":16,"name":"OUTSIDE","url":"enums/relativehorizontalposition.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":744,"kind":16,"name":"RIGHT","url":"enums/relativehorizontalposition.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":745,"kind":4,"name":"RelativeVerticalPosition","url":"enums/relativeverticalposition.html","classes":"tsd-kind-enum"},{"id":746,"kind":16,"name":"CENTER","url":"enums/relativeverticalposition.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":747,"kind":16,"name":"INSIDE","url":"enums/relativeverticalposition.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":748,"kind":16,"name":"BOTTOM","url":"enums/relativeverticalposition.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":749,"kind":16,"name":"OUTSIDE","url":"enums/relativeverticalposition.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":750,"kind":16,"name":"INLINE","url":"enums/relativeverticalposition.html#inline","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":751,"kind":16,"name":"TOP","url":"enums/relativeverticalposition.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":752,"kind":256,"name":"ITableFloatOptions","url":"interfaces/itablefloatoptions.html","classes":"tsd-kind-interface"},{"id":753,"kind":1024,"name":"horizontalAnchor","url":"interfaces/itablefloatoptions.html#horizontalanchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":754,"kind":1024,"name":"absoluteHorizontalPosition","url":"interfaces/itablefloatoptions.html#absolutehorizontalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":755,"kind":1024,"name":"relativeHorizontalPosition","url":"interfaces/itablefloatoptions.html#relativehorizontalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":756,"kind":1024,"name":"verticalAnchor","url":"interfaces/itablefloatoptions.html#verticalanchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":757,"kind":1024,"name":"absoluteVerticalPosition","url":"interfaces/itablefloatoptions.html#absoluteverticalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":758,"kind":1024,"name":"relativeVerticalPosition","url":"interfaces/itablefloatoptions.html#relativeverticalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":759,"kind":1024,"name":"bottomFromText","url":"interfaces/itablefloatoptions.html#bottomfromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":760,"kind":1024,"name":"topFromText","url":"interfaces/itablefloatoptions.html#topfromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":761,"kind":1024,"name":"leftFromText","url":"interfaces/itablefloatoptions.html#leftfromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":762,"kind":1024,"name":"rightFromText","url":"interfaces/itablefloatoptions.html#rightfromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":763,"kind":1024,"name":"overlap","url":"interfaces/itablefloatoptions.html#overlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":764,"kind":128,"name":"TableFloatOptionsAttributes","url":"classes/tablefloatoptionsattributes.html","classes":"tsd-kind-class"},{"id":765,"kind":512,"name":"constructor","url":"classes/tablefloatoptionsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":766,"kind":2048,"name":"prepForXml","url":"classes/tablefloatoptionsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":767,"kind":2048,"name":"set","url":"classes/tablefloatoptionsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":768,"kind":128,"name":"TableFloatProperties","url":"classes/tablefloatproperties.html","classes":"tsd-kind-class"},{"id":769,"kind":512,"name":"constructor","url":"classes/tablefloatproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableFloatProperties"},{"id":770,"kind":2048,"name":"prepForXml","url":"classes/tablefloatproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":771,"kind":2048,"name":"addChildElement","url":"classes/tablefloatproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":772,"kind":4,"name":"TableLayoutType","url":"enums/tablelayouttype.html","classes":"tsd-kind-enum"},{"id":773,"kind":16,"name":"AUTOFIT","url":"enums/tablelayouttype.html#autofit","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableLayoutType"},{"id":774,"kind":16,"name":"FIXED","url":"enums/tablelayouttype.html#fixed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableLayoutType"},{"id":775,"kind":128,"name":"TableLayout","url":"classes/tablelayout.html","classes":"tsd-kind-class"},{"id":776,"kind":512,"name":"constructor","url":"classes/tablelayout.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableLayout"},{"id":777,"kind":2048,"name":"prepForXml","url":"classes/tablelayout.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":778,"kind":2048,"name":"addChildElement","url":"classes/tablelayout.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":779,"kind":256,"name":"ITableBordersOptions","url":"interfaces/itablebordersoptions.html","classes":"tsd-kind-interface"},{"id":780,"kind":1024,"name":"top","url":"interfaces/itablebordersoptions.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":781,"kind":1024,"name":"bottom","url":"interfaces/itablebordersoptions.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":782,"kind":1024,"name":"left","url":"interfaces/itablebordersoptions.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":783,"kind":1024,"name":"right","url":"interfaces/itablebordersoptions.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":784,"kind":1024,"name":"insideHorizontal","url":"interfaces/itablebordersoptions.html#insidehorizontal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":785,"kind":1024,"name":"insideVertical","url":"interfaces/itablebordersoptions.html#insidevertical","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":786,"kind":128,"name":"TableBorders","url":"classes/tableborders.html","classes":"tsd-kind-class"},{"id":787,"kind":1024,"name":"NONE","url":"classes/tableborders.html#none","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"TableBorders"},{"id":788,"kind":65536,"name":"__type","url":"classes/tableborders.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"TableBorders"},{"id":789,"kind":1024,"name":"top","url":"classes/tableborders.html#__type.top","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":790,"kind":65536,"name":"__type","url":"classes/tableborders.html#__type.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":791,"kind":1024,"name":"style","url":"classes/tableborders.html#__type.__type-6.style-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":792,"kind":1024,"name":"size","url":"classes/tableborders.html#__type.__type-6.size-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":793,"kind":1024,"name":"color","url":"classes/tableborders.html#__type.__type-6.color-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":794,"kind":1024,"name":"bottom","url":"classes/tableborders.html#__type.bottom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":795,"kind":65536,"name":"__type","url":"classes/tableborders.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":796,"kind":1024,"name":"style","url":"classes/tableborders.html#__type.__type-1.style","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":797,"kind":1024,"name":"size","url":"classes/tableborders.html#__type.__type-1.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":798,"kind":1024,"name":"color","url":"classes/tableborders.html#__type.__type-1.color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":799,"kind":1024,"name":"left","url":"classes/tableborders.html#__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":800,"kind":65536,"name":"__type","url":"classes/tableborders.html#__type.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":801,"kind":1024,"name":"style","url":"classes/tableborders.html#__type.__type-4.style-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":802,"kind":1024,"name":"size","url":"classes/tableborders.html#__type.__type-4.size-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":803,"kind":1024,"name":"color","url":"classes/tableborders.html#__type.__type-4.color-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":804,"kind":1024,"name":"right","url":"classes/tableborders.html#__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":805,"kind":65536,"name":"__type","url":"classes/tableborders.html#__type.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":806,"kind":1024,"name":"style","url":"classes/tableborders.html#__type.__type-5.style-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":807,"kind":1024,"name":"size","url":"classes/tableborders.html#__type.__type-5.size-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":808,"kind":1024,"name":"color","url":"classes/tableborders.html#__type.__type-5.color-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":809,"kind":1024,"name":"insideHorizontal","url":"classes/tableborders.html#__type.insidehorizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":810,"kind":65536,"name":"__type","url":"classes/tableborders.html#__type.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":811,"kind":1024,"name":"style","url":"classes/tableborders.html#__type.__type-2.style-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":812,"kind":1024,"name":"size","url":"classes/tableborders.html#__type.__type-2.size-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":813,"kind":1024,"name":"color","url":"classes/tableborders.html#__type.__type-2.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":814,"kind":1024,"name":"insideVertical","url":"classes/tableborders.html#__type.insidevertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":815,"kind":65536,"name":"__type","url":"classes/tableborders.html#__type.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":816,"kind":1024,"name":"style","url":"classes/tableborders.html#__type.__type-3.style-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":817,"kind":1024,"name":"size","url":"classes/tableborders.html#__type.__type-3.size-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":818,"kind":1024,"name":"color","url":"classes/tableborders.html#__type.__type-3.color-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":819,"kind":512,"name":"constructor","url":"classes/tableborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableBorders"},{"id":820,"kind":2048,"name":"prepForXml","url":"classes/tableborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":821,"kind":2048,"name":"addChildElement","url":"classes/tableborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":822,"kind":4,"name":"OverlapType","url":"enums/overlaptype.html","classes":"tsd-kind-enum"},{"id":823,"kind":16,"name":"NEVER","url":"enums/overlaptype.html#never","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"OverlapType"},{"id":824,"kind":16,"name":"OVERLAP","url":"enums/overlaptype.html#overlap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"OverlapType"},{"id":825,"kind":128,"name":"TableOverlap","url":"classes/tableoverlap.html","classes":"tsd-kind-class"},{"id":826,"kind":512,"name":"constructor","url":"classes/tableoverlap.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableOverlap"},{"id":827,"kind":2048,"name":"prepForXml","url":"classes/tableoverlap.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":828,"kind":2048,"name":"addChildElement","url":"classes/tableoverlap.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":829,"kind":256,"name":"ITableRowOptions","url":"interfaces/itablerowoptions.html","classes":"tsd-kind-interface"},{"id":830,"kind":1024,"name":"children","url":"interfaces/itablerowoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":831,"kind":1024,"name":"cantSplit","url":"interfaces/itablerowoptions.html#cantsplit","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":832,"kind":1024,"name":"tableHeader","url":"interfaces/itablerowoptions.html#tableheader","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":833,"kind":1024,"name":"height","url":"interfaces/itablerowoptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":834,"kind":65536,"name":"__type","url":"interfaces/itablerowoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":835,"kind":1024,"name":"value","url":"interfaces/itablerowoptions.html#__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowOptions.__type"},{"id":836,"kind":1024,"name":"rule","url":"interfaces/itablerowoptions.html#__type.rule","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowOptions.__type"},{"id":837,"kind":128,"name":"TableRow","url":"classes/tablerow.html","classes":"tsd-kind-class"},{"id":838,"kind":512,"name":"constructor","url":"classes/tablerow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRow"},{"id":839,"kind":262144,"name":"CellCount","url":"classes/tablerow.html#cellcount","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"TableRow"},{"id":840,"kind":262144,"name":"cells","url":"classes/tablerow.html#cells","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"TableRow"},{"id":841,"kind":2048,"name":"addCellToIndex","url":"classes/tablerow.html#addcelltoindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":842,"kind":2048,"name":"addCellToColumnIndex","url":"classes/tablerow.html#addcelltocolumnindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":843,"kind":2048,"name":"rootIndexToColumnIndex","url":"classes/tablerow.html#rootindextocolumnindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":844,"kind":2048,"name":"columnIndexToRootIndex","url":"classes/tablerow.html#columnindextorootindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":845,"kind":2048,"name":"prepForXml","url":"classes/tablerow.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":846,"kind":2048,"name":"addChildElement","url":"classes/tablerow.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":847,"kind":256,"name":"ITableRowPropertiesOptions","url":"interfaces/itablerowpropertiesoptions.html","classes":"tsd-kind-interface"},{"id":848,"kind":1024,"name":"cantSplit","url":"interfaces/itablerowpropertiesoptions.html#cantsplit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":849,"kind":1024,"name":"tableHeader","url":"interfaces/itablerowpropertiesoptions.html#tableheader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":850,"kind":1024,"name":"height","url":"interfaces/itablerowpropertiesoptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":851,"kind":65536,"name":"__type","url":"interfaces/itablerowpropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":852,"kind":1024,"name":"value","url":"interfaces/itablerowpropertiesoptions.html#__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowPropertiesOptions.__type"},{"id":853,"kind":1024,"name":"rule","url":"interfaces/itablerowpropertiesoptions.html#__type.rule","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowPropertiesOptions.__type"},{"id":854,"kind":128,"name":"TableRowProperties","url":"classes/tablerowproperties.html","classes":"tsd-kind-class"},{"id":855,"kind":512,"name":"constructor","url":"classes/tablerowproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRowProperties"},{"id":856,"kind":2048,"name":"prepForXml","url":"classes/tablerowproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":857,"kind":2048,"name":"addChildElement","url":"classes/tablerowproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":858,"kind":4,"name":"HeightRule","url":"enums/heightrule.html","classes":"tsd-kind-enum"},{"id":859,"kind":16,"name":"AUTO","url":"enums/heightrule.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":860,"kind":16,"name":"ATLEAST","url":"enums/heightrule.html#atleast","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":861,"kind":16,"name":"EXACT","url":"enums/heightrule.html#exact","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":862,"kind":128,"name":"TableRowHeightAttributes","url":"classes/tablerowheightattributes.html","classes":"tsd-kind-class"},{"id":863,"kind":512,"name":"constructor","url":"classes/tablerowheightattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":864,"kind":2048,"name":"prepForXml","url":"classes/tablerowheightattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":865,"kind":2048,"name":"set","url":"classes/tablerowheightattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":866,"kind":128,"name":"TableRowHeight","url":"classes/tablerowheight.html","classes":"tsd-kind-class"},{"id":867,"kind":512,"name":"constructor","url":"classes/tablerowheight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRowHeight"},{"id":868,"kind":2048,"name":"prepForXml","url":"classes/tablerowheight.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":869,"kind":2048,"name":"addChildElement","url":"classes/tablerowheight.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":870,"kind":4,"name":"WidthType","url":"enums/widthtype.html","classes":"tsd-kind-enum"},{"id":871,"kind":16,"name":"AUTO","url":"enums/widthtype.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":872,"kind":16,"name":"DXA","url":"enums/widthtype.html#dxa","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":873,"kind":16,"name":"NIL","url":"enums/widthtype.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":874,"kind":16,"name":"PERCENTAGE","url":"enums/widthtype.html#percentage","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":875,"kind":256,"name":"ITableWidthProperties","url":"interfaces/itablewidthproperties.html","classes":"tsd-kind-interface"},{"id":876,"kind":1024,"name":"size","url":"interfaces/itablewidthproperties.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableWidthProperties"},{"id":877,"kind":1024,"name":"type","url":"interfaces/itablewidthproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableWidthProperties"},{"id":878,"kind":128,"name":"TableWidthElement","url":"classes/tablewidthelement.html","classes":"tsd-kind-class"},{"id":879,"kind":512,"name":"constructor","url":"classes/tablewidthelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableWidthElement"},{"id":880,"kind":2048,"name":"prepForXml","url":"classes/tablewidthelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableWidthElement"},{"id":881,"kind":2048,"name":"addChildElement","url":"classes/tablewidthelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableWidthElement"},{"id":882,"kind":256,"name":"ISectionOptions","url":"interfaces/isectionoptions.html","classes":"tsd-kind-interface"},{"id":883,"kind":1024,"name":"headers","url":"interfaces/isectionoptions.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":884,"kind":65536,"name":"__type","url":"interfaces/isectionoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":885,"kind":1024,"name":"default","url":"interfaces/isectionoptions.html#__type-1.default-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":886,"kind":1024,"name":"first","url":"interfaces/isectionoptions.html#__type-1.first-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":887,"kind":1024,"name":"even","url":"interfaces/isectionoptions.html#__type-1.even-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":888,"kind":1024,"name":"footers","url":"interfaces/isectionoptions.html#footers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":889,"kind":65536,"name":"__type","url":"interfaces/isectionoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":890,"kind":1024,"name":"default","url":"interfaces/isectionoptions.html#__type.default","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":891,"kind":1024,"name":"first","url":"interfaces/isectionoptions.html#__type.first","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":892,"kind":1024,"name":"even","url":"interfaces/isectionoptions.html#__type.even","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":893,"kind":1024,"name":"properties","url":"interfaces/isectionoptions.html#properties","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":894,"kind":1024,"name":"children","url":"interfaces/isectionoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":895,"kind":128,"name":"File","url":"classes/file.html","classes":"tsd-kind-class"},{"id":896,"kind":512,"name":"constructor","url":"classes/file.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"File"},{"id":897,"kind":262144,"name":"Document","url":"classes/file.html#document","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":898,"kind":262144,"name":"Styles","url":"classes/file.html#styles","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":899,"kind":262144,"name":"CoreProperties","url":"classes/file.html#coreproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":900,"kind":262144,"name":"Numbering","url":"classes/file.html#numbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":901,"kind":262144,"name":"Media","url":"classes/file.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":902,"kind":262144,"name":"FileRelationships","url":"classes/file.html#filerelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":903,"kind":262144,"name":"Headers","url":"classes/file.html#headers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":904,"kind":262144,"name":"Footers","url":"classes/file.html#footers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":905,"kind":262144,"name":"ContentTypes","url":"classes/file.html#contenttypes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":906,"kind":262144,"name":"CustomProperties","url":"classes/file.html#customproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":907,"kind":262144,"name":"AppProperties","url":"classes/file.html#appproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":908,"kind":262144,"name":"FootNotes","url":"classes/file.html#footnotes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":909,"kind":262144,"name":"Settings","url":"classes/file.html#settings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":910,"kind":256,"name":"IFileProperties","url":"interfaces/ifileproperties.html","classes":"tsd-kind-interface"},{"id":911,"kind":1024,"name":"template","url":"interfaces/ifileproperties.html#template","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFileProperties"},{"id":912,"kind":256,"name":"INumberingOptions","url":"interfaces/inumberingoptions.html","classes":"tsd-kind-interface"},{"id":913,"kind":1024,"name":"config","url":"interfaces/inumberingoptions.html#config","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"INumberingOptions"},{"id":914,"kind":128,"name":"Numbering","url":"classes/numbering.html","classes":"tsd-kind-class"},{"id":915,"kind":512,"name":"constructor","url":"classes/numbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Numbering"},{"id":916,"kind":2048,"name":"prepForXml","url":"classes/numbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Numbering"},{"id":917,"kind":2048,"name":"createConcreteNumberingInstance","url":"classes/numbering.html#createconcretenumberinginstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Numbering"},{"id":918,"kind":262144,"name":"ConcreteNumbering","url":"classes/numbering.html#concretenumbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Numbering"},{"id":919,"kind":2048,"name":"addChildElement","url":"classes/numbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Numbering"},{"id":920,"kind":128,"name":"AbstractNumbering","url":"classes/abstractnumbering.html","classes":"tsd-kind-class"},{"id":921,"kind":512,"name":"constructor","url":"classes/abstractnumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"AbstractNumbering"},{"id":922,"kind":1024,"name":"id","url":"classes/abstractnumbering.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AbstractNumbering"},{"id":923,"kind":2048,"name":"prepForXml","url":"classes/abstractnumbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":924,"kind":2048,"name":"addChildElement","url":"classes/abstractnumbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":925,"kind":4,"name":"LevelFormat","url":"enums/levelformat.html","classes":"tsd-kind-enum"},{"id":926,"kind":16,"name":"BULLET","url":"enums/levelformat.html#bullet","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":927,"kind":16,"name":"CARDINAL_TEXT","url":"enums/levelformat.html#cardinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":928,"kind":16,"name":"CHICAGO","url":"enums/levelformat.html#chicago","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":929,"kind":16,"name":"DECIMAL","url":"enums/levelformat.html#decimal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":930,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE","url":"enums/levelformat.html#decimal_enclosed_circle","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":931,"kind":16,"name":"DECIMAL_ENCLOSED_FULLSTOP","url":"enums/levelformat.html#decimal_enclosed_fullstop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":932,"kind":16,"name":"DECIMAL_ENCLOSED_PARENTHESES","url":"enums/levelformat.html#decimal_enclosed_parentheses","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":933,"kind":16,"name":"DECIMAL_ZERO","url":"enums/levelformat.html#decimal_zero","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":934,"kind":16,"name":"LOWER_LETTER","url":"enums/levelformat.html#lower_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":935,"kind":16,"name":"LOWER_ROMAN","url":"enums/levelformat.html#lower_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":936,"kind":16,"name":"NONE","url":"enums/levelformat.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":937,"kind":16,"name":"ORDINAL_TEXT","url":"enums/levelformat.html#ordinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":938,"kind":16,"name":"UPPER_LETTER","url":"enums/levelformat.html#upper_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":939,"kind":16,"name":"UPPER_ROMAN","url":"enums/levelformat.html#upper_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":940,"kind":4,"name":"LevelSuffix","url":"enums/levelsuffix.html","classes":"tsd-kind-enum"},{"id":941,"kind":16,"name":"NOTHING","url":"enums/levelsuffix.html#nothing","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":942,"kind":16,"name":"SPACE","url":"enums/levelsuffix.html#space","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":943,"kind":16,"name":"TAB","url":"enums/levelsuffix.html#tab","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":944,"kind":256,"name":"ILevelsOptions","url":"interfaces/ilevelsoptions.html","classes":"tsd-kind-interface"},{"id":945,"kind":1024,"name":"level","url":"interfaces/ilevelsoptions.html#level","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":946,"kind":1024,"name":"format","url":"interfaces/ilevelsoptions.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":947,"kind":1024,"name":"text","url":"interfaces/ilevelsoptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":948,"kind":1024,"name":"alignment","url":"interfaces/ilevelsoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":949,"kind":1024,"name":"start","url":"interfaces/ilevelsoptions.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":950,"kind":1024,"name":"suffix","url":"interfaces/ilevelsoptions.html#suffix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":951,"kind":1024,"name":"style","url":"interfaces/ilevelsoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":952,"kind":65536,"name":"__type","url":"interfaces/ilevelsoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":953,"kind":1024,"name":"run","url":"interfaces/ilevelsoptions.html#__type.run","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ILevelsOptions.__type"},{"id":954,"kind":1024,"name":"paragraph","url":"interfaces/ilevelsoptions.html#__type.paragraph","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ILevelsOptions.__type"},{"id":955,"kind":128,"name":"LevelBase","url":"classes/levelbase.html","classes":"tsd-kind-class"},{"id":956,"kind":512,"name":"constructor","url":"classes/levelbase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LevelBase"},{"id":957,"kind":2048,"name":"prepForXml","url":"classes/levelbase.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":958,"kind":2048,"name":"addChildElement","url":"classes/levelbase.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":959,"kind":128,"name":"Level","url":"classes/level.html","classes":"tsd-kind-class"},{"id":960,"kind":512,"name":"constructor","url":"classes/level.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Level"},{"id":961,"kind":2048,"name":"prepForXml","url":"classes/level.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":962,"kind":2048,"name":"addChildElement","url":"classes/level.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":963,"kind":128,"name":"LevelForOverride","url":"classes/levelforoverride.html","classes":"tsd-kind-class"},{"id":964,"kind":512,"name":"constructor","url":"classes/levelforoverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":965,"kind":2048,"name":"prepForXml","url":"classes/levelforoverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":966,"kind":2048,"name":"addChildElement","url":"classes/levelforoverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":967,"kind":256,"name":"IConcreteNumberingOptions","url":"interfaces/iconcretenumberingoptions.html","classes":"tsd-kind-interface"},{"id":968,"kind":1024,"name":"numId","url":"interfaces/iconcretenumberingoptions.html#numid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":969,"kind":1024,"name":"abstractNumId","url":"interfaces/iconcretenumberingoptions.html#abstractnumid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":970,"kind":1024,"name":"reference","url":"interfaces/iconcretenumberingoptions.html#reference","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":971,"kind":1024,"name":"instance","url":"interfaces/iconcretenumberingoptions.html#instance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":972,"kind":1024,"name":"overrideLevel","url":"interfaces/iconcretenumberingoptions.html#overridelevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":973,"kind":65536,"name":"__type","url":"interfaces/iconcretenumberingoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":974,"kind":1024,"name":"num","url":"interfaces/iconcretenumberingoptions.html#__type.num","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IConcreteNumberingOptions.__type"},{"id":975,"kind":1024,"name":"start","url":"interfaces/iconcretenumberingoptions.html#__type.start","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IConcreteNumberingOptions.__type"},{"id":976,"kind":128,"name":"ConcreteNumbering","url":"classes/concretenumbering.html","classes":"tsd-kind-class"},{"id":977,"kind":512,"name":"constructor","url":"classes/concretenumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConcreteNumbering"},{"id":978,"kind":1024,"name":"numId","url":"classes/concretenumbering.html#numid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":979,"kind":1024,"name":"reference","url":"classes/concretenumbering.html#reference","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":980,"kind":1024,"name":"instance","url":"classes/concretenumbering.html#instance","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":981,"kind":2048,"name":"prepForXml","url":"classes/concretenumbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":982,"kind":2048,"name":"addChildElement","url":"classes/concretenumbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":983,"kind":128,"name":"LevelOverride","url":"classes/leveloverride.html","classes":"tsd-kind-class"},{"id":984,"kind":512,"name":"constructor","url":"classes/leveloverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LevelOverride"},{"id":985,"kind":2048,"name":"prepForXml","url":"classes/leveloverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":986,"kind":2048,"name":"addChildElement","url":"classes/leveloverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":987,"kind":256,"name":"IMediaTransformation","url":"interfaces/imediatransformation.html","classes":"tsd-kind-interface"},{"id":988,"kind":1024,"name":"width","url":"interfaces/imediatransformation.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":989,"kind":1024,"name":"height","url":"interfaces/imediatransformation.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":990,"kind":1024,"name":"flip","url":"interfaces/imediatransformation.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":991,"kind":65536,"name":"__type","url":"interfaces/imediatransformation.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":992,"kind":1024,"name":"vertical","url":"interfaces/imediatransformation.html#__type.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaTransformation.__type"},{"id":993,"kind":1024,"name":"horizontal","url":"interfaces/imediatransformation.html#__type.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaTransformation.__type"},{"id":994,"kind":1024,"name":"rotation","url":"interfaces/imediatransformation.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":995,"kind":128,"name":"Media","url":"classes/media.html","classes":"tsd-kind-class"},{"id":996,"kind":512,"name":"constructor","url":"classes/media.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Media"},{"id":997,"kind":2048,"name":"addMedia","url":"classes/media.html#addmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Media"},{"id":998,"kind":2048,"name":"addImage","url":"classes/media.html#addimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Media"},{"id":999,"kind":262144,"name":"Array","url":"classes/media.html#array","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Media"},{"id":1000,"kind":256,"name":"IMediaDataTransformation","url":"interfaces/imediadatatransformation.html","classes":"tsd-kind-interface"},{"id":1001,"kind":1024,"name":"pixels","url":"interfaces/imediadatatransformation.html#pixels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1002,"kind":65536,"name":"__type","url":"interfaces/imediadatatransformation.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1003,"kind":1024,"name":"x","url":"interfaces/imediadatatransformation.html#__type-2.x-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1004,"kind":1024,"name":"y","url":"interfaces/imediadatatransformation.html#__type-2.y-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1005,"kind":1024,"name":"emus","url":"interfaces/imediadatatransformation.html#emus","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1006,"kind":65536,"name":"__type","url":"interfaces/imediadatatransformation.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1007,"kind":1024,"name":"x","url":"interfaces/imediadatatransformation.html#__type.x","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1008,"kind":1024,"name":"y","url":"interfaces/imediadatatransformation.html#__type.y","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1009,"kind":1024,"name":"flip","url":"interfaces/imediadatatransformation.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1010,"kind":65536,"name":"__type","url":"interfaces/imediadatatransformation.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1011,"kind":1024,"name":"vertical","url":"interfaces/imediadatatransformation.html#__type-1.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1012,"kind":1024,"name":"horizontal","url":"interfaces/imediadatatransformation.html#__type-1.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1013,"kind":1024,"name":"rotation","url":"interfaces/imediadatatransformation.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1014,"kind":256,"name":"IMediaData","url":"interfaces/imediadata.html","classes":"tsd-kind-interface"},{"id":1015,"kind":1024,"name":"stream","url":"interfaces/imediadata.html#stream","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1016,"kind":1024,"name":"fileName","url":"interfaces/imediadata.html#filename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1017,"kind":1024,"name":"transformation","url":"interfaces/imediadata.html#transformation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1018,"kind":256,"name":"IDistance","url":"interfaces/idistance.html","classes":"tsd-kind-interface"},{"id":1019,"kind":1024,"name":"distT","url":"interfaces/idistance.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1020,"kind":1024,"name":"distB","url":"interfaces/idistance.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1021,"kind":1024,"name":"distL","url":"interfaces/idistance.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1022,"kind":1024,"name":"distR","url":"interfaces/idistance.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1023,"kind":256,"name":"IDrawingOptions","url":"interfaces/idrawingoptions.html","classes":"tsd-kind-interface"},{"id":1024,"kind":1024,"name":"floating","url":"interfaces/idrawingoptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDrawingOptions"},{"id":1025,"kind":128,"name":"Drawing","url":"classes/drawing.html","classes":"tsd-kind-class"},{"id":1026,"kind":512,"name":"constructor","url":"classes/drawing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Drawing"},{"id":1027,"kind":2048,"name":"prepForXml","url":"classes/drawing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1028,"kind":2048,"name":"addChildElement","url":"classes/drawing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1029,"kind":4,"name":"TextWrappingType","url":"enums/textwrappingtype.html","classes":"tsd-kind-enum"},{"id":1030,"kind":16,"name":"NONE","url":"enums/textwrappingtype.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1031,"kind":16,"name":"SQUARE","url":"enums/textwrappingtype.html#square","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1032,"kind":16,"name":"TIGHT","url":"enums/textwrappingtype.html#tight","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1033,"kind":16,"name":"TOP_AND_BOTTOM","url":"enums/textwrappingtype.html#top_and_bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1034,"kind":4,"name":"TextWrappingSide","url":"enums/textwrappingside.html","classes":"tsd-kind-enum"},{"id":1035,"kind":16,"name":"BOTH_SIDES","url":"enums/textwrappingside.html#both_sides","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1036,"kind":16,"name":"LEFT","url":"enums/textwrappingside.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1037,"kind":16,"name":"RIGHT","url":"enums/textwrappingside.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1038,"kind":16,"name":"LARGEST","url":"enums/textwrappingside.html#largest","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1039,"kind":256,"name":"ITextWrapping","url":"interfaces/itextwrapping.html","classes":"tsd-kind-interface"},{"id":1040,"kind":1024,"name":"type","url":"interfaces/itextwrapping.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1041,"kind":1024,"name":"side","url":"interfaces/itextwrapping.html#side","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1042,"kind":1024,"name":"margins","url":"interfaces/itextwrapping.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1043,"kind":128,"name":"WrapNone","url":"classes/wrapnone.html","classes":"tsd-kind-class"},{"id":1044,"kind":512,"name":"constructor","url":"classes/wrapnone.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapNone"},{"id":1045,"kind":2048,"name":"prepForXml","url":"classes/wrapnone.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1046,"kind":2048,"name":"addChildElement","url":"classes/wrapnone.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1047,"kind":128,"name":"WrapSquare","url":"classes/wrapsquare.html","classes":"tsd-kind-class"},{"id":1048,"kind":512,"name":"constructor","url":"classes/wrapsquare.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapSquare"},{"id":1049,"kind":2048,"name":"prepForXml","url":"classes/wrapsquare.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1050,"kind":2048,"name":"addChildElement","url":"classes/wrapsquare.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1051,"kind":128,"name":"WrapTight","url":"classes/wraptight.html","classes":"tsd-kind-class"},{"id":1052,"kind":512,"name":"constructor","url":"classes/wraptight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapTight"},{"id":1053,"kind":2048,"name":"prepForXml","url":"classes/wraptight.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1054,"kind":2048,"name":"addChildElement","url":"classes/wraptight.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1055,"kind":128,"name":"WrapTopAndBottom","url":"classes/wraptopandbottom.html","classes":"tsd-kind-class"},{"id":1056,"kind":512,"name":"constructor","url":"classes/wraptopandbottom.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapTopAndBottom"},{"id":1057,"kind":2048,"name":"prepForXml","url":"classes/wraptopandbottom.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1058,"kind":2048,"name":"addChildElement","url":"classes/wraptopandbottom.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1059,"kind":4,"name":"HorizontalPositionRelativeFrom","url":"enums/horizontalpositionrelativefrom.html","classes":"tsd-kind-enum"},{"id":1060,"kind":16,"name":"CHARACTER","url":"enums/horizontalpositionrelativefrom.html#character","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1061,"kind":16,"name":"COLUMN","url":"enums/horizontalpositionrelativefrom.html#column","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1062,"kind":16,"name":"INSIDE_MARGIN","url":"enums/horizontalpositionrelativefrom.html#inside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1063,"kind":16,"name":"LEFT_MARGIN","url":"enums/horizontalpositionrelativefrom.html#left_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1064,"kind":16,"name":"MARGIN","url":"enums/horizontalpositionrelativefrom.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1065,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/horizontalpositionrelativefrom.html#outside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1066,"kind":16,"name":"PAGE","url":"enums/horizontalpositionrelativefrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1067,"kind":16,"name":"RIGHT_MARGIN","url":"enums/horizontalpositionrelativefrom.html#right_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1068,"kind":4,"name":"VerticalPositionRelativeFrom","url":"enums/verticalpositionrelativefrom.html","classes":"tsd-kind-enum"},{"id":1069,"kind":16,"name":"BOTTOM_MARGIN","url":"enums/verticalpositionrelativefrom.html#bottom_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1070,"kind":16,"name":"INSIDE_MARGIN","url":"enums/verticalpositionrelativefrom.html#inside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1071,"kind":16,"name":"LINE","url":"enums/verticalpositionrelativefrom.html#line","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1072,"kind":16,"name":"MARGIN","url":"enums/verticalpositionrelativefrom.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1073,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/verticalpositionrelativefrom.html#outside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1074,"kind":16,"name":"PAGE","url":"enums/verticalpositionrelativefrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1075,"kind":16,"name":"PARAGRAPH","url":"enums/verticalpositionrelativefrom.html#paragraph","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1076,"kind":16,"name":"TOP_MARGIN","url":"enums/verticalpositionrelativefrom.html#top_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1077,"kind":256,"name":"IHorizontalPositionOptions","url":"interfaces/ihorizontalpositionoptions.html","classes":"tsd-kind-interface"},{"id":1078,"kind":1024,"name":"relative","url":"interfaces/ihorizontalpositionoptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1079,"kind":1024,"name":"align","url":"interfaces/ihorizontalpositionoptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1080,"kind":1024,"name":"offset","url":"interfaces/ihorizontalpositionoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1081,"kind":256,"name":"IVerticalPositionOptions","url":"interfaces/iverticalpositionoptions.html","classes":"tsd-kind-interface"},{"id":1082,"kind":1024,"name":"relative","url":"interfaces/iverticalpositionoptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1083,"kind":1024,"name":"align","url":"interfaces/iverticalpositionoptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1084,"kind":1024,"name":"offset","url":"interfaces/iverticalpositionoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1085,"kind":256,"name":"IMargins","url":"interfaces/imargins.html","classes":"tsd-kind-interface"},{"id":1086,"kind":1024,"name":"left","url":"interfaces/imargins.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1087,"kind":1024,"name":"bottom","url":"interfaces/imargins.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1088,"kind":1024,"name":"top","url":"interfaces/imargins.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1089,"kind":1024,"name":"right","url":"interfaces/imargins.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1090,"kind":256,"name":"IFloating","url":"interfaces/ifloating.html","classes":"tsd-kind-interface"},{"id":1091,"kind":1024,"name":"horizontalPosition","url":"interfaces/ifloating.html#horizontalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1092,"kind":1024,"name":"verticalPosition","url":"interfaces/ifloating.html#verticalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1093,"kind":1024,"name":"allowOverlap","url":"interfaces/ifloating.html#allowoverlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1094,"kind":1024,"name":"lockAnchor","url":"interfaces/ifloating.html#lockanchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1095,"kind":1024,"name":"behindDocument","url":"interfaces/ifloating.html#behinddocument","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1096,"kind":1024,"name":"layoutInCell","url":"interfaces/ifloating.html#layoutincell","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1097,"kind":1024,"name":"margins","url":"interfaces/ifloating.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1098,"kind":1024,"name":"wrap","url":"interfaces/ifloating.html#wrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1099,"kind":1024,"name":"zIndex","url":"interfaces/ifloating.html#zindex","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1100,"kind":128,"name":"SimplePos","url":"classes/simplepos.html","classes":"tsd-kind-class"},{"id":1101,"kind":512,"name":"constructor","url":"classes/simplepos.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimplePos"},{"id":1102,"kind":2048,"name":"prepForXml","url":"classes/simplepos.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1103,"kind":2048,"name":"addChildElement","url":"classes/simplepos.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1104,"kind":128,"name":"HorizontalPosition","url":"classes/horizontalposition.html","classes":"tsd-kind-class"},{"id":1105,"kind":512,"name":"constructor","url":"classes/horizontalposition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HorizontalPosition"},{"id":1106,"kind":2048,"name":"prepForXml","url":"classes/horizontalposition.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1107,"kind":2048,"name":"addChildElement","url":"classes/horizontalposition.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1108,"kind":128,"name":"VerticalPosition","url":"classes/verticalposition.html","classes":"tsd-kind-class"},{"id":1109,"kind":512,"name":"constructor","url":"classes/verticalposition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalPosition"},{"id":1110,"kind":2048,"name":"prepForXml","url":"classes/verticalposition.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1111,"kind":2048,"name":"addChildElement","url":"classes/verticalposition.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1112,"kind":256,"name":"IDocumentOptions","url":"interfaces/idocumentoptions.html","classes":"tsd-kind-interface"},{"id":1113,"kind":1024,"name":"background","url":"interfaces/idocumentoptions.html#background","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentOptions"},{"id":1114,"kind":256,"name":"IDocumentAttributesProperties","url":"interfaces/idocumentattributesproperties.html","classes":"tsd-kind-interface"},{"id":1115,"kind":1024,"name":"wpc","url":"interfaces/idocumentattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1116,"kind":1024,"name":"mc","url":"interfaces/idocumentattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1117,"kind":1024,"name":"o","url":"interfaces/idocumentattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1118,"kind":1024,"name":"r","url":"interfaces/idocumentattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1119,"kind":1024,"name":"m","url":"interfaces/idocumentattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1120,"kind":1024,"name":"v","url":"interfaces/idocumentattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1121,"kind":1024,"name":"wp14","url":"interfaces/idocumentattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1122,"kind":1024,"name":"wp","url":"interfaces/idocumentattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1123,"kind":1024,"name":"w10","url":"interfaces/idocumentattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1124,"kind":1024,"name":"w","url":"interfaces/idocumentattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1125,"kind":1024,"name":"w14","url":"interfaces/idocumentattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1126,"kind":1024,"name":"w15","url":"interfaces/idocumentattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1127,"kind":1024,"name":"wpg","url":"interfaces/idocumentattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1128,"kind":1024,"name":"wpi","url":"interfaces/idocumentattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1129,"kind":1024,"name":"wne","url":"interfaces/idocumentattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1130,"kind":1024,"name":"wps","url":"interfaces/idocumentattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1131,"kind":1024,"name":"Ignorable","url":"interfaces/idocumentattributesproperties.html#ignorable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1132,"kind":1024,"name":"cp","url":"interfaces/idocumentattributesproperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1133,"kind":1024,"name":"dc","url":"interfaces/idocumentattributesproperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1134,"kind":1024,"name":"dcterms","url":"interfaces/idocumentattributesproperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1135,"kind":1024,"name":"dcmitype","url":"interfaces/idocumentattributesproperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1136,"kind":1024,"name":"xsi","url":"interfaces/idocumentattributesproperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1137,"kind":1024,"name":"type","url":"interfaces/idocumentattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1138,"kind":128,"name":"DocumentAttributes","url":"classes/documentattributes.html","classes":"tsd-kind-class"},{"id":1139,"kind":512,"name":"constructor","url":"classes/documentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1140,"kind":2048,"name":"prepForXml","url":"classes/documentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1141,"kind":2048,"name":"set","url":"classes/documentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1142,"kind":128,"name":"Body","url":"classes/body.html","classes":"tsd-kind-class"},{"id":1143,"kind":512,"name":"constructor","url":"classes/body.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Body"},{"id":1144,"kind":2048,"name":"addSection","url":"classes/body.html#addsection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1145,"kind":2048,"name":"prepForXml","url":"classes/body.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Body"},{"id":1146,"kind":2048,"name":"push","url":"classes/body.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1147,"kind":2048,"name":"addChildElement","url":"classes/body.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Body"},{"id":1148,"kind":256,"name":"IHeaderFooterGroup","url":"interfaces/iheaderfootergroup.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1149,"kind":1024,"name":"default","url":"interfaces/iheaderfootergroup.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1150,"kind":1024,"name":"first","url":"interfaces/iheaderfootergroup.html#first","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1151,"kind":1024,"name":"even","url":"interfaces/iheaderfootergroup.html#even","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1152,"kind":256,"name":"ISectionPropertiesOptions","url":"interfaces/isectionpropertiesoptions.html","classes":"tsd-kind-interface"},{"id":1153,"kind":1024,"name":"page","url":"interfaces/isectionpropertiesoptions.html#page","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1154,"kind":65536,"name":"__type","url":"interfaces/isectionpropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1155,"kind":1024,"name":"size","url":"interfaces/isectionpropertiesoptions.html#__type.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1156,"kind":1024,"name":"margin","url":"interfaces/isectionpropertiesoptions.html#__type.margin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1157,"kind":1024,"name":"pageNumbers","url":"interfaces/isectionpropertiesoptions.html#__type.pagenumbers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1158,"kind":1024,"name":"borders","url":"interfaces/isectionpropertiesoptions.html#__type.borders","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1159,"kind":1024,"name":"grid","url":"interfaces/isectionpropertiesoptions.html#grid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1160,"kind":1024,"name":"headerWrapperGroup","url":"interfaces/isectionpropertiesoptions.html#headerwrappergroup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1161,"kind":1024,"name":"footerWrapperGroup","url":"interfaces/isectionpropertiesoptions.html#footerwrappergroup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1162,"kind":1024,"name":"lineNumbers","url":"interfaces/isectionpropertiesoptions.html#linenumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1163,"kind":1024,"name":"titlePage","url":"interfaces/isectionpropertiesoptions.html#titlepage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1164,"kind":1024,"name":"verticalAlign","url":"interfaces/isectionpropertiesoptions.html#verticalalign","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1165,"kind":1024,"name":"column","url":"interfaces/isectionpropertiesoptions.html#column","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1166,"kind":1024,"name":"type","url":"interfaces/isectionpropertiesoptions.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1167,"kind":32,"name":"sectionMarginDefaults","url":"modules.html#sectionmargindefaults","classes":"tsd-kind-variable"},{"id":1168,"kind":65536,"name":"__type","url":"modules.html#sectionmargindefaults.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"sectionMarginDefaults"},{"id":1169,"kind":1024,"name":"TOP","url":"modules.html#sectionmargindefaults.__type.top","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1170,"kind":1024,"name":"RIGHT","url":"modules.html#sectionmargindefaults.__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1171,"kind":1024,"name":"BOTTOM","url":"modules.html#sectionmargindefaults.__type.bottom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1172,"kind":1024,"name":"LEFT","url":"modules.html#sectionmargindefaults.__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1173,"kind":1024,"name":"HEADER","url":"modules.html#sectionmargindefaults.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1174,"kind":1024,"name":"FOOTER","url":"modules.html#sectionmargindefaults.__type.footer","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1175,"kind":1024,"name":"GUTTER","url":"modules.html#sectionmargindefaults.__type.gutter","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1176,"kind":32,"name":"sectionPageSizeDefaults","url":"modules.html#sectionpagesizedefaults","classes":"tsd-kind-variable"},{"id":1177,"kind":65536,"name":"__type","url":"modules.html#sectionpagesizedefaults.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"sectionPageSizeDefaults"},{"id":1178,"kind":1024,"name":"WIDTH","url":"modules.html#sectionpagesizedefaults.__type.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1179,"kind":1024,"name":"HEIGHT","url":"modules.html#sectionpagesizedefaults.__type.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1180,"kind":1024,"name":"ORIENTATION","url":"modules.html#sectionpagesizedefaults.__type.orientation","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1181,"kind":128,"name":"SectionProperties","url":"classes/sectionproperties.html","classes":"tsd-kind-class"},{"id":1182,"kind":512,"name":"constructor","url":"classes/sectionproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SectionProperties"},{"id":1183,"kind":2048,"name":"prepForXml","url":"classes/sectionproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1184,"kind":2048,"name":"addChildElement","url":"classes/sectionproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1185,"kind":256,"name":"IColumnsAttributes","url":"interfaces/icolumnsattributes.html","classes":"tsd-kind-interface"},{"id":1186,"kind":1024,"name":"space","url":"interfaces/icolumnsattributes.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1187,"kind":1024,"name":"count","url":"interfaces/icolumnsattributes.html#count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1188,"kind":1024,"name":"separate","url":"interfaces/icolumnsattributes.html#separate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1189,"kind":1024,"name":"equalWidth","url":"interfaces/icolumnsattributes.html#equalwidth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1190,"kind":128,"name":"ColumnsAttributes","url":"classes/columnsattributes.html","classes":"tsd-kind-class"},{"id":1191,"kind":512,"name":"constructor","url":"classes/columnsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1192,"kind":2048,"name":"prepForXml","url":"classes/columnsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1193,"kind":2048,"name":"set","url":"classes/columnsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1194,"kind":128,"name":"Columns","url":"classes/columns.html","classes":"tsd-kind-class"},{"id":1195,"kind":512,"name":"constructor","url":"classes/columns.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Columns"},{"id":1196,"kind":2048,"name":"prepForXml","url":"classes/columns.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Columns"},{"id":1197,"kind":2048,"name":"addChildElement","url":"classes/columns.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Columns"},{"id":1198,"kind":256,"name":"IDocGridAttributesProperties","url":"interfaces/idocgridattributesproperties.html","classes":"tsd-kind-interface"},{"id":1199,"kind":1024,"name":"linePitch","url":"interfaces/idocgridattributesproperties.html#linepitch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocGridAttributesProperties"},{"id":1200,"kind":128,"name":"DocGridAttributes","url":"classes/docgridattributes.html","classes":"tsd-kind-class"},{"id":1201,"kind":512,"name":"constructor","url":"classes/docgridattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1202,"kind":2048,"name":"prepForXml","url":"classes/docgridattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1203,"kind":2048,"name":"set","url":"classes/docgridattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1204,"kind":128,"name":"DocumentGrid","url":"classes/documentgrid.html","classes":"tsd-kind-class"},{"id":1205,"kind":512,"name":"constructor","url":"classes/documentgrid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentGrid"},{"id":1206,"kind":2048,"name":"prepForXml","url":"classes/documentgrid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentGrid"},{"id":1207,"kind":2048,"name":"addChildElement","url":"classes/documentgrid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentGrid"},{"id":1208,"kind":4,"name":"PageOrientation","url":"enums/pageorientation.html","classes":"tsd-kind-enum"},{"id":1209,"kind":16,"name":"PORTRAIT","url":"enums/pageorientation.html#portrait","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageOrientation"},{"id":1210,"kind":16,"name":"LANDSCAPE","url":"enums/pageorientation.html#landscape","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageOrientation"},{"id":1211,"kind":256,"name":"IPageSizeAttributes","url":"interfaces/ipagesizeattributes.html","classes":"tsd-kind-interface"},{"id":1212,"kind":1024,"name":"width","url":"interfaces/ipagesizeattributes.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1213,"kind":1024,"name":"height","url":"interfaces/ipagesizeattributes.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1214,"kind":1024,"name":"orientation","url":"interfaces/ipagesizeattributes.html#orientation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1215,"kind":128,"name":"PageSizeAttributes","url":"classes/pagesizeattributes.html","classes":"tsd-kind-class"},{"id":1216,"kind":512,"name":"constructor","url":"classes/pagesizeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1217,"kind":2048,"name":"prepForXml","url":"classes/pagesizeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1218,"kind":2048,"name":"set","url":"classes/pagesizeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1219,"kind":128,"name":"PageSize","url":"classes/pagesize.html","classes":"tsd-kind-class"},{"id":1220,"kind":512,"name":"constructor","url":"classes/pagesize.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageSize"},{"id":1221,"kind":2048,"name":"prepForXml","url":"classes/pagesize.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1222,"kind":2048,"name":"addChildElement","url":"classes/pagesize.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1223,"kind":4,"name":"PageNumberSeparator","url":"enums/pagenumberseparator.html","classes":"tsd-kind-enum"},{"id":1224,"kind":16,"name":"HYPHEN","url":"enums/pagenumberseparator.html#hyphen","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1225,"kind":16,"name":"PERIOD","url":"enums/pagenumberseparator.html#period","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1226,"kind":16,"name":"COLON","url":"enums/pagenumberseparator.html#colon","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1227,"kind":16,"name":"EM_DASH","url":"enums/pagenumberseparator.html#em_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1228,"kind":16,"name":"EN_DASH","url":"enums/pagenumberseparator.html#en_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1229,"kind":256,"name":"IPageNumberTypeAttributes","url":"interfaces/ipagenumbertypeattributes.html","classes":"tsd-kind-interface"},{"id":1230,"kind":1024,"name":"start","url":"interfaces/ipagenumbertypeattributes.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1231,"kind":1024,"name":"formatType","url":"interfaces/ipagenumbertypeattributes.html#formattype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1232,"kind":1024,"name":"separator","url":"interfaces/ipagenumbertypeattributes.html#separator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1233,"kind":128,"name":"PageNumberTypeAttributes","url":"classes/pagenumbertypeattributes.html","classes":"tsd-kind-class"},{"id":1234,"kind":512,"name":"constructor","url":"classes/pagenumbertypeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1235,"kind":2048,"name":"prepForXml","url":"classes/pagenumbertypeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1236,"kind":2048,"name":"set","url":"classes/pagenumbertypeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1237,"kind":128,"name":"PageNumberType","url":"classes/pagenumbertype.html","classes":"tsd-kind-class"},{"id":1238,"kind":512,"name":"constructor","url":"classes/pagenumbertype.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageNumberType"},{"id":1239,"kind":2048,"name":"prepForXml","url":"classes/pagenumbertype.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1240,"kind":2048,"name":"addChildElement","url":"classes/pagenumbertype.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1241,"kind":4,"name":"PageBorderDisplay","url":"enums/pageborderdisplay.html","classes":"tsd-kind-enum"},{"id":1242,"kind":16,"name":"ALL_PAGES","url":"enums/pageborderdisplay.html#all_pages","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1243,"kind":16,"name":"FIRST_PAGE","url":"enums/pageborderdisplay.html#first_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1244,"kind":16,"name":"NOT_FIRST_PAGE","url":"enums/pageborderdisplay.html#not_first_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1245,"kind":4,"name":"PageBorderOffsetFrom","url":"enums/pageborderoffsetfrom.html","classes":"tsd-kind-enum"},{"id":1246,"kind":16,"name":"PAGE","url":"enums/pageborderoffsetfrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderOffsetFrom"},{"id":1247,"kind":16,"name":"TEXT","url":"enums/pageborderoffsetfrom.html#text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderOffsetFrom"},{"id":1248,"kind":4,"name":"PageBorderZOrder","url":"enums/pageborderzorder.html","classes":"tsd-kind-enum"},{"id":1249,"kind":16,"name":"BACK","url":"enums/pageborderzorder.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderZOrder"},{"id":1250,"kind":16,"name":"FRONT","url":"enums/pageborderzorder.html#front","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderZOrder"},{"id":1251,"kind":256,"name":"IPageBorderAttributes","url":"interfaces/ipageborderattributes.html","classes":"tsd-kind-interface"},{"id":1252,"kind":1024,"name":"display","url":"interfaces/ipageborderattributes.html#display","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1253,"kind":1024,"name":"offsetFrom","url":"interfaces/ipageborderattributes.html#offsetfrom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1254,"kind":1024,"name":"zOrder","url":"interfaces/ipageborderattributes.html#zorder","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1255,"kind":256,"name":"IPageBordersOptions","url":"interfaces/ipagebordersoptions.html","classes":"tsd-kind-interface"},{"id":1256,"kind":1024,"name":"pageBorders","url":"interfaces/ipagebordersoptions.html#pageborders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1257,"kind":1024,"name":"pageBorderTop","url":"interfaces/ipagebordersoptions.html#pagebordertop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1258,"kind":1024,"name":"pageBorderRight","url":"interfaces/ipagebordersoptions.html#pageborderright","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1259,"kind":1024,"name":"pageBorderBottom","url":"interfaces/ipagebordersoptions.html#pageborderbottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1260,"kind":1024,"name":"pageBorderLeft","url":"interfaces/ipagebordersoptions.html#pageborderleft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1261,"kind":128,"name":"PageBorders","url":"classes/pageborders.html","classes":"tsd-kind-class"},{"id":1262,"kind":512,"name":"constructor","url":"classes/pageborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBorders"},{"id":1263,"kind":2048,"name":"prepForXml","url":"classes/pageborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1264,"kind":2048,"name":"addChildElement","url":"classes/pageborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1265,"kind":256,"name":"IPageMarginAttributes","url":"interfaces/ipagemarginattributes.html","classes":"tsd-kind-interface"},{"id":1266,"kind":1024,"name":"top","url":"interfaces/ipagemarginattributes.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1267,"kind":1024,"name":"right","url":"interfaces/ipagemarginattributes.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1268,"kind":1024,"name":"bottom","url":"interfaces/ipagemarginattributes.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1269,"kind":1024,"name":"left","url":"interfaces/ipagemarginattributes.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1270,"kind":1024,"name":"header","url":"interfaces/ipagemarginattributes.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1271,"kind":1024,"name":"footer","url":"interfaces/ipagemarginattributes.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1272,"kind":1024,"name":"gutter","url":"interfaces/ipagemarginattributes.html#gutter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1273,"kind":128,"name":"PageMarginAttributes","url":"classes/pagemarginattributes.html","classes":"tsd-kind-class"},{"id":1274,"kind":512,"name":"constructor","url":"classes/pagemarginattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1275,"kind":2048,"name":"prepForXml","url":"classes/pagemarginattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1276,"kind":2048,"name":"set","url":"classes/pagemarginattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1277,"kind":128,"name":"PageMargin","url":"classes/pagemargin.html","classes":"tsd-kind-class"},{"id":1278,"kind":512,"name":"constructor","url":"classes/pagemargin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageMargin"},{"id":1279,"kind":2048,"name":"prepForXml","url":"classes/pagemargin.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMargin"},{"id":1280,"kind":2048,"name":"addChildElement","url":"classes/pagemargin.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMargin"},{"id":1281,"kind":4,"name":"LineNumberRestartFormat","url":"enums/linenumberrestartformat.html","classes":"tsd-kind-enum"},{"id":1282,"kind":16,"name":"NEW_PAGE","url":"enums/linenumberrestartformat.html#new_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1283,"kind":16,"name":"NEW_SECTION","url":"enums/linenumberrestartformat.html#new_section","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1284,"kind":16,"name":"CONTINUOUS","url":"enums/linenumberrestartformat.html#continuous","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1285,"kind":256,"name":"ILineNumberAttributes","url":"interfaces/ilinenumberattributes.html","classes":"tsd-kind-interface"},{"id":1286,"kind":1024,"name":"countBy","url":"interfaces/ilinenumberattributes.html#countby","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1287,"kind":1024,"name":"start","url":"interfaces/ilinenumberattributes.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1288,"kind":1024,"name":"restart","url":"interfaces/ilinenumberattributes.html#restart","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1289,"kind":1024,"name":"distance","url":"interfaces/ilinenumberattributes.html#distance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1290,"kind":128,"name":"LineNumberAttributes","url":"classes/linenumberattributes.html","classes":"tsd-kind-class"},{"id":1291,"kind":512,"name":"constructor","url":"classes/linenumberattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1292,"kind":2048,"name":"prepForXml","url":"classes/linenumberattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1293,"kind":2048,"name":"set","url":"classes/linenumberattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1294,"kind":128,"name":"LineNumberType","url":"classes/linenumbertype.html","classes":"tsd-kind-class"},{"id":1295,"kind":512,"name":"constructor","url":"classes/linenumbertype.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LineNumberType"},{"id":1296,"kind":2048,"name":"prepForXml","url":"classes/linenumbertype.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1297,"kind":2048,"name":"addChildElement","url":"classes/linenumbertype.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1298,"kind":4,"name":"SectionType","url":"enums/sectiontype.html","classes":"tsd-kind-enum"},{"id":1299,"kind":16,"name":"NEXT_PAGE","url":"enums/sectiontype.html#next_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1300,"kind":16,"name":"NEXT_COLUMN","url":"enums/sectiontype.html#next_column","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1301,"kind":16,"name":"CONTINUOUS","url":"enums/sectiontype.html#continuous","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1302,"kind":16,"name":"EVEN_PAGE","url":"enums/sectiontype.html#even_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1303,"kind":16,"name":"ODD_PAGE","url":"enums/sectiontype.html#odd_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1304,"kind":128,"name":"SectionTypeAttributes","url":"classes/sectiontypeattributes.html","classes":"tsd-kind-class"},{"id":1305,"kind":512,"name":"constructor","url":"classes/sectiontypeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1306,"kind":2048,"name":"prepForXml","url":"classes/sectiontypeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1307,"kind":2048,"name":"set","url":"classes/sectiontypeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1308,"kind":128,"name":"Type","url":"classes/type.html","classes":"tsd-kind-class"},{"id":1309,"kind":512,"name":"constructor","url":"classes/type.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Type"},{"id":1310,"kind":2048,"name":"prepForXml","url":"classes/type.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1311,"kind":2048,"name":"addChildElement","url":"classes/type.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1312,"kind":4,"name":"HeaderFooterReferenceType","url":"enums/headerfooterreferencetype.html","classes":"tsd-kind-enum"},{"id":1313,"kind":16,"name":"DEFAULT","url":"enums/headerfooterreferencetype.html#default","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1314,"kind":16,"name":"FIRST","url":"enums/headerfooterreferencetype.html#first","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1315,"kind":16,"name":"EVEN","url":"enums/headerfooterreferencetype.html#even","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1316,"kind":256,"name":"IHeaderFooterOptions","url":"interfaces/iheaderfooteroptions.html","classes":"tsd-kind-interface"},{"id":1317,"kind":1024,"name":"type","url":"interfaces/iheaderfooteroptions.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterOptions"},{"id":1318,"kind":1024,"name":"id","url":"interfaces/iheaderfooteroptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterOptions"},{"id":1319,"kind":4,"name":"HeaderFooterType","url":"enums/headerfootertype.html","classes":"tsd-kind-enum"},{"id":1320,"kind":16,"name":"HEADER","url":"enums/headerfootertype.html#header","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterType"},{"id":1321,"kind":16,"name":"FOOTER","url":"enums/headerfootertype.html#footer","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterType"},{"id":1322,"kind":128,"name":"HeaderFooterReference","url":"classes/headerfooterreference.html","classes":"tsd-kind-class"},{"id":1323,"kind":512,"name":"constructor","url":"classes/headerfooterreference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HeaderFooterReference"},{"id":1324,"kind":2048,"name":"prepForXml","url":"classes/headerfooterreference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderFooterReference"},{"id":1325,"kind":2048,"name":"addChildElement","url":"classes/headerfooterreference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderFooterReference"},{"id":1326,"kind":128,"name":"DocumentBackgroundAttributes","url":"classes/documentbackgroundattributes.html","classes":"tsd-kind-class"},{"id":1327,"kind":512,"name":"constructor","url":"classes/documentbackgroundattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1328,"kind":2048,"name":"prepForXml","url":"classes/documentbackgroundattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1329,"kind":2048,"name":"set","url":"classes/documentbackgroundattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1330,"kind":256,"name":"IDocumentBackgroundOptions","url":"interfaces/idocumentbackgroundoptions.html","classes":"tsd-kind-interface"},{"id":1331,"kind":1024,"name":"color","url":"interfaces/idocumentbackgroundoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1332,"kind":1024,"name":"themeColor","url":"interfaces/idocumentbackgroundoptions.html#themecolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1333,"kind":1024,"name":"themeShade","url":"interfaces/idocumentbackgroundoptions.html#themeshade","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1334,"kind":1024,"name":"themeTint","url":"interfaces/idocumentbackgroundoptions.html#themetint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1335,"kind":128,"name":"DocumentBackground","url":"classes/documentbackground.html","classes":"tsd-kind-class"},{"id":1336,"kind":512,"name":"constructor","url":"classes/documentbackground.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentBackground"},{"id":1337,"kind":2048,"name":"prepForXml","url":"classes/documentbackground.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1338,"kind":2048,"name":"addChildElement","url":"classes/documentbackground.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1339,"kind":256,"name":"IShadingAttributesProperties","url":"interfaces/ishadingattributesproperties.html","classes":"tsd-kind-interface"},{"id":1340,"kind":1024,"name":"fill","url":"interfaces/ishadingattributesproperties.html#fill","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1341,"kind":1024,"name":"color","url":"interfaces/ishadingattributesproperties.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1342,"kind":1024,"name":"type","url":"interfaces/ishadingattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1343,"kind":128,"name":"Shading","url":"classes/shading.html","classes":"tsd-kind-class"},{"id":1344,"kind":512,"name":"constructor","url":"classes/shading.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Shading"},{"id":1345,"kind":2048,"name":"prepForXml","url":"classes/shading.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Shading"},{"id":1346,"kind":2048,"name":"addChildElement","url":"classes/shading.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Shading"},{"id":1347,"kind":4,"name":"ShadingType","url":"enums/shadingtype.html","classes":"tsd-kind-enum"},{"id":1348,"kind":16,"name":"CLEAR","url":"enums/shadingtype.html#clear","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1349,"kind":16,"name":"DIAGONAL_CROSS","url":"enums/shadingtype.html#diagonal_cross","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1350,"kind":16,"name":"DIAGONAL_STRIPE","url":"enums/shadingtype.html#diagonal_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1351,"kind":16,"name":"HORIZONTAL_CROSS","url":"enums/shadingtype.html#horizontal_cross","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1352,"kind":16,"name":"HORIZONTAL_STRIPE","url":"enums/shadingtype.html#horizontal_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1353,"kind":16,"name":"NIL","url":"enums/shadingtype.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1354,"kind":16,"name":"PERCENT_5","url":"enums/shadingtype.html#percent_5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1355,"kind":16,"name":"PERCENT_10","url":"enums/shadingtype.html#percent_10","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1356,"kind":16,"name":"PERCENT_12","url":"enums/shadingtype.html#percent_12","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1357,"kind":16,"name":"PERCENT_15","url":"enums/shadingtype.html#percent_15","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1358,"kind":16,"name":"PERCENT_20","url":"enums/shadingtype.html#percent_20","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1359,"kind":16,"name":"PERCENT_25","url":"enums/shadingtype.html#percent_25","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1360,"kind":16,"name":"PERCENT_30","url":"enums/shadingtype.html#percent_30","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1361,"kind":16,"name":"PERCENT_35","url":"enums/shadingtype.html#percent_35","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1362,"kind":16,"name":"PERCENT_37","url":"enums/shadingtype.html#percent_37","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1363,"kind":16,"name":"PERCENT_40","url":"enums/shadingtype.html#percent_40","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1364,"kind":16,"name":"PERCENT_45","url":"enums/shadingtype.html#percent_45","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1365,"kind":16,"name":"PERCENT_50","url":"enums/shadingtype.html#percent_50","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1366,"kind":16,"name":"PERCENT_55","url":"enums/shadingtype.html#percent_55","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1367,"kind":16,"name":"PERCENT_60","url":"enums/shadingtype.html#percent_60","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1368,"kind":16,"name":"PERCENT_62","url":"enums/shadingtype.html#percent_62","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1369,"kind":16,"name":"PERCENT_65","url":"enums/shadingtype.html#percent_65","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1370,"kind":16,"name":"PERCENT_70","url":"enums/shadingtype.html#percent_70","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1371,"kind":16,"name":"PERCENT_75","url":"enums/shadingtype.html#percent_75","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1372,"kind":16,"name":"PERCENT_80","url":"enums/shadingtype.html#percent_80","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1373,"kind":16,"name":"PERCENT_85","url":"enums/shadingtype.html#percent_85","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1374,"kind":16,"name":"PERCENT_87","url":"enums/shadingtype.html#percent_87","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1375,"kind":16,"name":"PERCENT_90","url":"enums/shadingtype.html#percent_90","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1376,"kind":16,"name":"PERCENT_95","url":"enums/shadingtype.html#percent_95","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1377,"kind":16,"name":"REVERSE_DIAGONAL_STRIPE","url":"enums/shadingtype.html#reverse_diagonal_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1378,"kind":16,"name":"SOLID","url":"enums/shadingtype.html#solid","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1379,"kind":16,"name":"THIN_DIAGONAL_CROSS","url":"enums/shadingtype.html#thin_diagonal_cross","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1380,"kind":16,"name":"THIN_DIAGONAL_STRIPE","url":"enums/shadingtype.html#thin_diagonal_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1381,"kind":16,"name":"THIN_HORIZONTAL_CROSS","url":"enums/shadingtype.html#thin_horizontal_cross","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1382,"kind":16,"name":"THIN_REVERSE_DIAGONAL_STRIPE","url":"enums/shadingtype.html#thin_reverse_diagonal_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1383,"kind":16,"name":"THIN_VERTICAL_STRIPE","url":"enums/shadingtype.html#thin_vertical_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1384,"kind":16,"name":"VERTICAL_STRIPE","url":"enums/shadingtype.html#vertical_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1385,"kind":256,"name":"IStylesOptions","url":"interfaces/istylesoptions.html","classes":"tsd-kind-interface"},{"id":1386,"kind":1024,"name":"default","url":"interfaces/istylesoptions.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1387,"kind":1024,"name":"initialStyles","url":"interfaces/istylesoptions.html#initialstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1388,"kind":1024,"name":"paragraphStyles","url":"interfaces/istylesoptions.html#paragraphstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1389,"kind":1024,"name":"characterStyles","url":"interfaces/istylesoptions.html#characterstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1390,"kind":1024,"name":"importedStyles","url":"interfaces/istylesoptions.html#importedstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1391,"kind":128,"name":"Styles","url":"classes/styles.html","classes":"tsd-kind-class"},{"id":1392,"kind":512,"name":"constructor","url":"classes/styles.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Styles"},{"id":1393,"kind":2048,"name":"prepForXml","url":"classes/styles.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1394,"kind":2048,"name":"addChildElement","url":"classes/styles.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1395,"kind":256,"name":"IBaseCharacterStyleOptions","url":"interfaces/ibasecharacterstyleoptions.html","classes":"tsd-kind-interface"},{"id":1396,"kind":1024,"name":"run","url":"interfaces/ibasecharacterstyleoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseCharacterStyleOptions"},{"id":1397,"kind":1024,"name":"name","url":"interfaces/ibasecharacterstyleoptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1398,"kind":1024,"name":"basedOn","url":"interfaces/ibasecharacterstyleoptions.html#basedon","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1399,"kind":1024,"name":"next","url":"interfaces/ibasecharacterstyleoptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1400,"kind":1024,"name":"link","url":"interfaces/ibasecharacterstyleoptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1401,"kind":1024,"name":"uiPriority","url":"interfaces/ibasecharacterstyleoptions.html#uipriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1402,"kind":1024,"name":"semiHidden","url":"interfaces/ibasecharacterstyleoptions.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1403,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/ibasecharacterstyleoptions.html#unhidewhenused","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1404,"kind":1024,"name":"quickFormat","url":"interfaces/ibasecharacterstyleoptions.html#quickformat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1405,"kind":256,"name":"ICharacterStyleOptions","url":"interfaces/icharacterstyleoptions.html","classes":"tsd-kind-interface"},{"id":1406,"kind":1024,"name":"id","url":"interfaces/icharacterstyleoptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICharacterStyleOptions"},{"id":1407,"kind":1024,"name":"name","url":"interfaces/icharacterstyleoptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ICharacterStyleOptions"},{"id":1408,"kind":1024,"name":"run","url":"interfaces/icharacterstyleoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1409,"kind":1024,"name":"basedOn","url":"interfaces/icharacterstyleoptions.html#basedon","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1410,"kind":1024,"name":"next","url":"interfaces/icharacterstyleoptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1411,"kind":1024,"name":"link","url":"interfaces/icharacterstyleoptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1412,"kind":1024,"name":"uiPriority","url":"interfaces/icharacterstyleoptions.html#uipriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1413,"kind":1024,"name":"semiHidden","url":"interfaces/icharacterstyleoptions.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1414,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/icharacterstyleoptions.html#unhidewhenused","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1415,"kind":1024,"name":"quickFormat","url":"interfaces/icharacterstyleoptions.html#quickformat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1416,"kind":128,"name":"StyleForCharacter","url":"classes/styleforcharacter.html","classes":"tsd-kind-class"},{"id":1417,"kind":512,"name":"constructor","url":"classes/styleforcharacter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StyleForCharacter"},{"id":1418,"kind":2048,"name":"prepForXml","url":"classes/styleforcharacter.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1419,"kind":2048,"name":"addChildElement","url":"classes/styleforcharacter.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1420,"kind":256,"name":"IBaseParagraphStyleOptions","url":"interfaces/ibaseparagraphstyleoptions.html","classes":"tsd-kind-interface"},{"id":1421,"kind":1024,"name":"paragraph","url":"interfaces/ibaseparagraphstyleoptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1422,"kind":1024,"name":"run","url":"interfaces/ibaseparagraphstyleoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1423,"kind":1024,"name":"name","url":"interfaces/ibaseparagraphstyleoptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1424,"kind":1024,"name":"basedOn","url":"interfaces/ibaseparagraphstyleoptions.html#basedon","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1425,"kind":1024,"name":"next","url":"interfaces/ibaseparagraphstyleoptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1426,"kind":1024,"name":"link","url":"interfaces/ibaseparagraphstyleoptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1427,"kind":1024,"name":"uiPriority","url":"interfaces/ibaseparagraphstyleoptions.html#uipriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1428,"kind":1024,"name":"semiHidden","url":"interfaces/ibaseparagraphstyleoptions.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1429,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/ibaseparagraphstyleoptions.html#unhidewhenused","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1430,"kind":1024,"name":"quickFormat","url":"interfaces/ibaseparagraphstyleoptions.html#quickformat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1431,"kind":256,"name":"IParagraphStyleOptions","url":"interfaces/iparagraphstyleoptions.html","classes":"tsd-kind-interface"},{"id":1432,"kind":1024,"name":"id","url":"interfaces/iparagraphstyleoptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStyleOptions"},{"id":1433,"kind":1024,"name":"name","url":"interfaces/iparagraphstyleoptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"IParagraphStyleOptions"},{"id":1434,"kind":1024,"name":"paragraph","url":"interfaces/iparagraphstyleoptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1435,"kind":1024,"name":"run","url":"interfaces/iparagraphstyleoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1436,"kind":1024,"name":"basedOn","url":"interfaces/iparagraphstyleoptions.html#basedon","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1437,"kind":1024,"name":"next","url":"interfaces/iparagraphstyleoptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1438,"kind":1024,"name":"link","url":"interfaces/iparagraphstyleoptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1439,"kind":1024,"name":"uiPriority","url":"interfaces/iparagraphstyleoptions.html#uipriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1440,"kind":1024,"name":"semiHidden","url":"interfaces/iparagraphstyleoptions.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1441,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/iparagraphstyleoptions.html#unhidewhenused","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1442,"kind":1024,"name":"quickFormat","url":"interfaces/iparagraphstyleoptions.html#quickformat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1443,"kind":128,"name":"StyleForParagraph","url":"classes/styleforparagraph.html","classes":"tsd-kind-class"},{"id":1444,"kind":512,"name":"constructor","url":"classes/styleforparagraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StyleForParagraph"},{"id":1445,"kind":2048,"name":"prepForXml","url":"classes/styleforparagraph.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1446,"kind":2048,"name":"addChildElement","url":"classes/styleforparagraph.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1447,"kind":128,"name":"ParagraphPropertiesDefaults","url":"classes/paragraphpropertiesdefaults.html","classes":"tsd-kind-class"},{"id":1448,"kind":512,"name":"constructor","url":"classes/paragraphpropertiesdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphPropertiesDefaults"},{"id":1449,"kind":2048,"name":"prepForXml","url":"classes/paragraphpropertiesdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1450,"kind":2048,"name":"addChildElement","url":"classes/paragraphpropertiesdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1451,"kind":128,"name":"RunPropertiesDefaults","url":"classes/runpropertiesdefaults.html","classes":"tsd-kind-class"},{"id":1452,"kind":512,"name":"constructor","url":"classes/runpropertiesdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunPropertiesDefaults"},{"id":1453,"kind":2048,"name":"prepForXml","url":"classes/runpropertiesdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1454,"kind":2048,"name":"addChildElement","url":"classes/runpropertiesdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1455,"kind":256,"name":"IDocumentDefaultsOptions","url":"interfaces/idocumentdefaultsoptions.html","classes":"tsd-kind-interface"},{"id":1456,"kind":1024,"name":"paragraph","url":"interfaces/idocumentdefaultsoptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentDefaultsOptions"},{"id":1457,"kind":1024,"name":"run","url":"interfaces/idocumentdefaultsoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentDefaultsOptions"},{"id":1458,"kind":128,"name":"DocumentDefaults","url":"classes/documentdefaults.html","classes":"tsd-kind-class"},{"id":1459,"kind":512,"name":"constructor","url":"classes/documentdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentDefaults"},{"id":1460,"kind":2048,"name":"prepForXml","url":"classes/documentdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1461,"kind":2048,"name":"addChildElement","url":"classes/documentdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1462,"kind":128,"name":"TableOfContents","url":"classes/tableofcontents.html","classes":"tsd-kind-class"},{"id":1463,"kind":512,"name":"constructor","url":"classes/tableofcontents.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableOfContents"},{"id":1464,"kind":2048,"name":"prepForXml","url":"classes/tableofcontents.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1465,"kind":2048,"name":"addChildElement","url":"classes/tableofcontents.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1466,"kind":128,"name":"StyleLevel","url":"classes/stylelevel.html","classes":"tsd-kind-class"},{"id":1467,"kind":512,"name":"constructor","url":"classes/stylelevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"StyleLevel"},{"id":1468,"kind":1024,"name":"styleName","url":"classes/stylelevel.html#stylename","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StyleLevel"},{"id":1469,"kind":1024,"name":"level","url":"classes/stylelevel.html#level","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StyleLevel"},{"id":1470,"kind":256,"name":"ITableOfContentsOptions","url":"interfaces/itableofcontentsoptions.html","classes":"tsd-kind-interface"},{"id":1471,"kind":1024,"name":"captionLabel","url":"interfaces/itableofcontentsoptions.html#captionlabel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1472,"kind":1024,"name":"entriesFromBookmark","url":"interfaces/itableofcontentsoptions.html#entriesfrombookmark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1473,"kind":1024,"name":"captionLabelIncludingNumbers","url":"interfaces/itableofcontentsoptions.html#captionlabelincludingnumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1474,"kind":1024,"name":"sequenceAndPageNumbersSeparator","url":"interfaces/itableofcontentsoptions.html#sequenceandpagenumbersseparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1475,"kind":1024,"name":"tcFieldIdentifier","url":"interfaces/itableofcontentsoptions.html#tcfieldidentifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1476,"kind":1024,"name":"hyperlink","url":"interfaces/itableofcontentsoptions.html#hyperlink","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1477,"kind":1024,"name":"tcFieldLevelRange","url":"interfaces/itableofcontentsoptions.html#tcfieldlevelrange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1478,"kind":1024,"name":"pageNumbersEntryLevelsRange","url":"interfaces/itableofcontentsoptions.html#pagenumbersentrylevelsrange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1479,"kind":1024,"name":"headingStyleRange","url":"interfaces/itableofcontentsoptions.html#headingstylerange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1480,"kind":1024,"name":"entryAndPageNumberSeparator","url":"interfaces/itableofcontentsoptions.html#entryandpagenumberseparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1481,"kind":1024,"name":"seqFieldIdentifierForPrefix","url":"interfaces/itableofcontentsoptions.html#seqfieldidentifierforprefix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1482,"kind":1024,"name":"stylesWithLevels","url":"interfaces/itableofcontentsoptions.html#styleswithlevels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1483,"kind":1024,"name":"useAppliedParagraphOutlineLevel","url":"interfaces/itableofcontentsoptions.html#useappliedparagraphoutlinelevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1484,"kind":1024,"name":"preserveTabInEntries","url":"interfaces/itableofcontentsoptions.html#preservetabinentries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1485,"kind":1024,"name":"preserveNewLineInEntries","url":"interfaces/itableofcontentsoptions.html#preservenewlineinentries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1486,"kind":1024,"name":"hideTabAndPageNumbersInWebView","url":"interfaces/itableofcontentsoptions.html#hidetabandpagenumbersinwebview","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1487,"kind":32,"name":"EMPTY_OBJECT","url":"modules.html#empty_object","classes":"tsd-kind-variable"},{"id":1488,"kind":65536,"name":"__type","url":"modules.html#empty_object.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"EMPTY_OBJECT"},{"id":1489,"kind":128,"name":"XmlComponent","url":"classes/xmlcomponent.html","classes":"tsd-kind-class"},{"id":1490,"kind":512,"name":"constructor","url":"classes/xmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"XmlComponent"},{"id":1491,"kind":2048,"name":"prepForXml","url":"classes/xmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"XmlComponent"},{"id":1492,"kind":2048,"name":"addChildElement","url":"classes/xmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlComponent"},{"id":1493,"kind":128,"name":"IgnoreIfEmptyXmlComponent","url":"classes/ignoreifemptyxmlcomponent.html","classes":"tsd-kind-class"},{"id":1494,"kind":512,"name":"constructor","url":"classes/ignoreifemptyxmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1495,"kind":2048,"name":"prepForXml","url":"classes/ignoreifemptyxmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IgnoreIfEmptyXmlComponent"},{"id":1496,"kind":2048,"name":"addChildElement","url":"classes/ignoreifemptyxmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1497,"kind":128,"name":"Attributes","url":"classes/attributes.html","classes":"tsd-kind-class"},{"id":1498,"kind":512,"name":"constructor","url":"classes/attributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1499,"kind":2048,"name":"prepForXml","url":"classes/attributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1500,"kind":2048,"name":"set","url":"classes/attributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1501,"kind":4194304,"name":"AttributeMap","url":"modules.html#attributemap","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":1502,"kind":128,"name":"XmlAttributeComponent","url":"classes/xmlattributecomponent.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1503,"kind":512,"name":"constructor","url":"classes/xmlattributecomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"XmlAttributeComponent"},{"id":1504,"kind":2048,"name":"prepForXml","url":"classes/xmlattributecomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"XmlAttributeComponent"},{"id":1505,"kind":2048,"name":"set","url":"classes/xmlattributecomponent.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlAttributeComponent"},{"id":1506,"kind":64,"name":"convertToXmlComponent","url":"modules.html#converttoxmlcomponent","classes":"tsd-kind-function"},{"id":1507,"kind":128,"name":"ImportedXmlComponent","url":"classes/importedxmlcomponent.html","classes":"tsd-kind-class"},{"id":1508,"kind":2048,"name":"fromXmlString","url":"classes/importedxmlcomponent.html#fromxmlstring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ImportedXmlComponent"},{"id":1509,"kind":512,"name":"constructor","url":"classes/importedxmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedXmlComponent"},{"id":1510,"kind":2048,"name":"push","url":"classes/importedxmlcomponent.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ImportedXmlComponent"},{"id":1511,"kind":2048,"name":"prepForXml","url":"classes/importedxmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":1512,"kind":2048,"name":"addChildElement","url":"classes/importedxmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":1513,"kind":128,"name":"ImportedRootElementAttributes","url":"classes/importedrootelementattributes.html","classes":"tsd-kind-class"},{"id":1514,"kind":512,"name":"constructor","url":"classes/importedrootelementattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedRootElementAttributes"},{"id":1515,"kind":2048,"name":"prepForXml","url":"classes/importedrootelementattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedRootElementAttributes"},{"id":1516,"kind":2048,"name":"addChildElement","url":"classes/importedrootelementattributes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedRootElementAttributes"},{"id":1517,"kind":256,"name":"IXmlAttribute","url":"interfaces/ixmlattribute.html","classes":"tsd-kind-interface"},{"id":1518,"kind":256,"name":"IXmlableObject","url":"interfaces/ixmlableobject.html","classes":"tsd-kind-interface"},{"id":1519,"kind":1024,"name":"_attr","url":"interfaces/ixmlableobject.html#_attr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IXmlableObject"},{"id":1520,"kind":128,"name":"InitializableXmlComponent","url":"classes/initializablexmlcomponent.html","classes":"tsd-kind-class"},{"id":1521,"kind":512,"name":"constructor","url":"classes/initializablexmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InitializableXmlComponent"},{"id":1522,"kind":2048,"name":"prepForXml","url":"classes/initializablexmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":1523,"kind":2048,"name":"addChildElement","url":"classes/initializablexmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":1524,"kind":128,"name":"OnOffElement","url":"classes/onoffelement.html","classes":"tsd-kind-class"},{"id":1525,"kind":512,"name":"constructor","url":"classes/onoffelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OnOffElement"},{"id":1526,"kind":2048,"name":"prepForXml","url":"classes/onoffelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OnOffElement"},{"id":1527,"kind":2048,"name":"addChildElement","url":"classes/onoffelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OnOffElement"},{"id":1528,"kind":128,"name":"HpsMeasureElement","url":"classes/hpsmeasureelement.html","classes":"tsd-kind-class"},{"id":1529,"kind":512,"name":"constructor","url":"classes/hpsmeasureelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HpsMeasureElement"},{"id":1530,"kind":2048,"name":"prepForXml","url":"classes/hpsmeasureelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HpsMeasureElement"},{"id":1531,"kind":2048,"name":"addChildElement","url":"classes/hpsmeasureelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HpsMeasureElement"},{"id":1532,"kind":128,"name":"StringValueElement","url":"classes/stringvalueelement.html","classes":"tsd-kind-class"},{"id":1533,"kind":512,"name":"constructor","url":"classes/stringvalueelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StringValueElement"},{"id":1534,"kind":2048,"name":"prepForXml","url":"classes/stringvalueelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringValueElement"},{"id":1535,"kind":2048,"name":"addChildElement","url":"classes/stringvalueelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringValueElement"},{"id":1536,"kind":128,"name":"NumberValueElement","url":"classes/numbervalueelement.html","classes":"tsd-kind-class"},{"id":1537,"kind":512,"name":"constructor","url":"classes/numbervalueelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NumberValueElement"},{"id":1538,"kind":2048,"name":"prepForXml","url":"classes/numbervalueelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberValueElement"},{"id":1539,"kind":2048,"name":"addChildElement","url":"classes/numbervalueelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberValueElement"},{"id":1540,"kind":128,"name":"StringContainer","url":"classes/stringcontainer.html","classes":"tsd-kind-class"},{"id":1541,"kind":512,"name":"constructor","url":"classes/stringcontainer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StringContainer"},{"id":1542,"kind":2048,"name":"prepForXml","url":"classes/stringcontainer.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringContainer"},{"id":1543,"kind":2048,"name":"addChildElement","url":"classes/stringcontainer.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringContainer"},{"id":1544,"kind":256,"name":"IContext","url":"interfaces/icontext.html","classes":"tsd-kind-interface"},{"id":1545,"kind":1024,"name":"file","url":"interfaces/icontext.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IContext"},{"id":1546,"kind":1024,"name":"viewWrapper","url":"interfaces/icontext.html#viewwrapper","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IContext"},{"id":1547,"kind":128,"name":"BaseXmlComponent","url":"classes/basexmlcomponent.html","classes":"tsd-kind-class"},{"id":1548,"kind":512,"name":"constructor","url":"classes/basexmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":1549,"kind":2048,"name":"prepForXml","url":"classes/basexmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":1550,"kind":256,"name":"IDocumentHeader","url":"interfaces/idocumentheader.html","classes":"tsd-kind-interface"},{"id":1551,"kind":1024,"name":"header","url":"interfaces/idocumentheader.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentHeader"},{"id":1552,"kind":1024,"name":"type","url":"interfaces/idocumentheader.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentHeader"},{"id":1553,"kind":128,"name":"HeaderWrapper","url":"classes/headerwrapper.html","classes":"tsd-kind-class"},{"id":1554,"kind":512,"name":"constructor","url":"classes/headerwrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1555,"kind":2048,"name":"add","url":"classes/headerwrapper.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1556,"kind":2048,"name":"addChildElement","url":"classes/headerwrapper.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1557,"kind":262144,"name":"View","url":"classes/headerwrapper.html#view","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1558,"kind":262144,"name":"Relationships","url":"classes/headerwrapper.html#relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1559,"kind":262144,"name":"Media","url":"classes/headerwrapper.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1560,"kind":256,"name":"IDocumentFooter","url":"interfaces/idocumentfooter.html","classes":"tsd-kind-interface"},{"id":1561,"kind":1024,"name":"footer","url":"interfaces/idocumentfooter.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentFooter"},{"id":1562,"kind":1024,"name":"type","url":"interfaces/idocumentfooter.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentFooter"},{"id":1563,"kind":128,"name":"FooterWrapper","url":"classes/footerwrapper.html","classes":"tsd-kind-class"},{"id":1564,"kind":512,"name":"constructor","url":"classes/footerwrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1565,"kind":2048,"name":"add","url":"classes/footerwrapper.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1566,"kind":2048,"name":"addChildElement","url":"classes/footerwrapper.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1567,"kind":262144,"name":"View","url":"classes/footerwrapper.html#view","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1568,"kind":262144,"name":"Relationships","url":"classes/footerwrapper.html#relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1569,"kind":262144,"name":"Media","url":"classes/footerwrapper.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1570,"kind":256,"name":"IHeaderOptions","url":"interfaces/iheaderoptions.html","classes":"tsd-kind-interface"},{"id":1571,"kind":1024,"name":"children","url":"interfaces/iheaderoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderOptions"},{"id":1572,"kind":128,"name":"Header","url":"classes/header.html","classes":"tsd-kind-class"},{"id":1573,"kind":512,"name":"constructor","url":"classes/header.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Header"},{"id":1574,"kind":1024,"name":"options","url":"classes/header.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Header"},{"id":1575,"kind":128,"name":"Footer","url":"classes/footer.html","classes":"tsd-kind-class"},{"id":1576,"kind":512,"name":"constructor","url":"classes/footer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Footer"},{"id":1577,"kind":1024,"name":"options","url":"classes/footer.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Footer"},{"id":1578,"kind":128,"name":"FootNotes","url":"classes/footnotes.html","classes":"tsd-kind-class"},{"id":1579,"kind":512,"name":"constructor","url":"classes/footnotes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootNotes"},{"id":1580,"kind":2048,"name":"createFootNote","url":"classes/footnotes.html#createfootnote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FootNotes"},{"id":1581,"kind":2048,"name":"prepForXml","url":"classes/footnotes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":1582,"kind":2048,"name":"addChildElement","url":"classes/footnotes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":1583,"kind":128,"name":"FootNoteReferenceRunAttributes","url":"classes/footnotereferencerunattributes.html","classes":"tsd-kind-class"},{"id":1584,"kind":512,"name":"constructor","url":"classes/footnotereferencerunattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1585,"kind":2048,"name":"prepForXml","url":"classes/footnotereferencerunattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1586,"kind":2048,"name":"set","url":"classes/footnotereferencerunattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1587,"kind":128,"name":"FootnoteReference","url":"classes/footnotereference.html","classes":"tsd-kind-class"},{"id":1588,"kind":512,"name":"constructor","url":"classes/footnotereference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootnoteReference"},{"id":1589,"kind":2048,"name":"prepForXml","url":"classes/footnotereference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":1590,"kind":2048,"name":"addChildElement","url":"classes/footnotereference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":1591,"kind":128,"name":"FootnoteReferenceRun","url":"classes/footnotereferencerun.html","classes":"tsd-kind-class"},{"id":1592,"kind":512,"name":"constructor","url":"classes/footnotereferencerun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootnoteReferenceRun"},{"id":1593,"kind":2048,"name":"prepForXml","url":"classes/footnotereferencerun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":1594,"kind":2048,"name":"addChildElement","url":"classes/footnotereferencerun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":1595,"kind":128,"name":"InsertedTextRun","url":"classes/insertedtextrun.html","classes":"tsd-kind-class"},{"id":1596,"kind":512,"name":"constructor","url":"classes/insertedtextrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InsertedTextRun"},{"id":1597,"kind":2048,"name":"prepForXml","url":"classes/insertedtextrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":1598,"kind":2048,"name":"addChildElement","url":"classes/insertedtextrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":1599,"kind":128,"name":"DeletedTextRun","url":"classes/deletedtextrun.html","classes":"tsd-kind-class"},{"id":1600,"kind":512,"name":"constructor","url":"classes/deletedtextrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DeletedTextRun"},{"id":1601,"kind":2048,"name":"prepForXml","url":"classes/deletedtextrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":1602,"kind":2048,"name":"addChildElement","url":"classes/deletedtextrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":1603,"kind":4,"name":"HorizontalPositionAlign","url":"enums/horizontalpositionalign.html","classes":"tsd-kind-enum"},{"id":1604,"kind":16,"name":"CENTER","url":"enums/horizontalpositionalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1605,"kind":16,"name":"INSIDE","url":"enums/horizontalpositionalign.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1606,"kind":16,"name":"LEFT","url":"enums/horizontalpositionalign.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1607,"kind":16,"name":"OUTSIDE","url":"enums/horizontalpositionalign.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1608,"kind":16,"name":"RIGHT","url":"enums/horizontalpositionalign.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1609,"kind":4,"name":"VerticalPositionAlign","url":"enums/verticalpositionalign.html","classes":"tsd-kind-enum"},{"id":1610,"kind":16,"name":"BOTTOM","url":"enums/verticalpositionalign.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1611,"kind":16,"name":"CENTER","url":"enums/verticalpositionalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1612,"kind":16,"name":"INSIDE","url":"enums/verticalpositionalign.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1613,"kind":16,"name":"OUTSIDE","url":"enums/verticalpositionalign.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1614,"kind":16,"name":"TOP","url":"enums/verticalpositionalign.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1615,"kind":4,"name":"NumberFormat","url":"enums/numberformat.html","classes":"tsd-kind-enum"},{"id":1616,"kind":16,"name":"DECIMAL","url":"enums/numberformat.html#decimal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1617,"kind":16,"name":"UPPER_ROMAN","url":"enums/numberformat.html#upper_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1618,"kind":16,"name":"LOWER_ROMAN","url":"enums/numberformat.html#lower_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1619,"kind":16,"name":"UPPER_LETTER","url":"enums/numberformat.html#upper_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1620,"kind":16,"name":"LOWER_LETTER","url":"enums/numberformat.html#lower_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1621,"kind":16,"name":"ORDINAL","url":"enums/numberformat.html#ordinal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1622,"kind":16,"name":"CARDINAL_TEXT","url":"enums/numberformat.html#cardinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1623,"kind":16,"name":"ORDINAL_TEXT","url":"enums/numberformat.html#ordinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1624,"kind":16,"name":"HEX","url":"enums/numberformat.html#hex","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1625,"kind":16,"name":"CHICAGO","url":"enums/numberformat.html#chicago","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1626,"kind":16,"name":"IDEOGRAPH_DIGITAL","url":"enums/numberformat.html#ideograph_digital","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1627,"kind":16,"name":"JAPANESE_COUNTING","url":"enums/numberformat.html#japanese_counting","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1628,"kind":16,"name":"AIUEO","url":"enums/numberformat.html#aiueo","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1629,"kind":16,"name":"IROHA","url":"enums/numberformat.html#iroha","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1630,"kind":16,"name":"DECIMAL_FULL_WIDTH","url":"enums/numberformat.html#decimal_full_width","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1631,"kind":16,"name":"DECIMAL_HALF_WIDTH","url":"enums/numberformat.html#decimal_half_width","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1632,"kind":16,"name":"JAPANESE_LEGAL","url":"enums/numberformat.html#japanese_legal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1633,"kind":16,"name":"JAPANESE_DIGITAL_TEN_THOUSAND","url":"enums/numberformat.html#japanese_digital_ten_thousand","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1634,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE","url":"enums/numberformat.html#decimal_enclosed_circle","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1635,"kind":16,"name":"DECIMAL_FULL_WIDTH_2","url":"enums/numberformat.html#decimal_full_width_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1636,"kind":16,"name":"AIUEO_FULL_WIDTH","url":"enums/numberformat.html#aiueo_full_width","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1637,"kind":16,"name":"IROHA_FULL_WIDTH","url":"enums/numberformat.html#iroha_full_width","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1638,"kind":16,"name":"DECIMAL_ZERO","url":"enums/numberformat.html#decimal_zero","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1639,"kind":16,"name":"BULLET","url":"enums/numberformat.html#bullet","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1640,"kind":16,"name":"GANADA","url":"enums/numberformat.html#ganada","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1641,"kind":16,"name":"CHOSUNG","url":"enums/numberformat.html#chosung","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1642,"kind":16,"name":"DECIMAL_ENCLOSED_FULL_STOP","url":"enums/numberformat.html#decimal_enclosed_full_stop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1643,"kind":16,"name":"DECIMAL_ENCLOSED_PAREN","url":"enums/numberformat.html#decimal_enclosed_paren","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1644,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE_CHINESE","url":"enums/numberformat.html#decimal_enclosed_circle_chinese","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1645,"kind":16,"name":"IDEOGRAPH_ENCLOSED_CIRCLE","url":"enums/numberformat.html#ideograph_enclosed_circle","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1646,"kind":16,"name":"IDEOGRAPH_TRADITIONAL","url":"enums/numberformat.html#ideograph_traditional","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1647,"kind":16,"name":"IDEOGRAPH_ZODIAC","url":"enums/numberformat.html#ideograph_zodiac","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1648,"kind":16,"name":"IDEOGRAPH_ZODIAC_TRADITIONAL","url":"enums/numberformat.html#ideograph_zodiac_traditional","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1649,"kind":16,"name":"TAIWANESE_COUNTING","url":"enums/numberformat.html#taiwanese_counting","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1650,"kind":16,"name":"IDEOGRAPH_LEGAL_TRADITIONAL","url":"enums/numberformat.html#ideograph_legal_traditional","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1651,"kind":16,"name":"TAIWANESE_COUNTING_THOUSAND","url":"enums/numberformat.html#taiwanese_counting_thousand","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1652,"kind":16,"name":"TAIWANESE_DIGITAL","url":"enums/numberformat.html#taiwanese_digital","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1653,"kind":16,"name":"CHINESE_COUNTING","url":"enums/numberformat.html#chinese_counting","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1654,"kind":16,"name":"CHINESE_LEGAL_SIMPLIFIED","url":"enums/numberformat.html#chinese_legal_simplified","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1655,"kind":16,"name":"CHINESE_COUNTING_TEN_THOUSAND","url":"enums/numberformat.html#chinese_counting_ten_thousand","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1656,"kind":16,"name":"KOREAN_DIGITAL","url":"enums/numberformat.html#korean_digital","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1657,"kind":16,"name":"KOREAN_COUNTING","url":"enums/numberformat.html#korean_counting","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1658,"kind":16,"name":"KOREAN_LEGAL","url":"enums/numberformat.html#korean_legal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1659,"kind":16,"name":"KOREAN_DIGITAL_2","url":"enums/numberformat.html#korean_digital_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1660,"kind":16,"name":"VIETNAMESE_COUNTING","url":"enums/numberformat.html#vietnamese_counting","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1661,"kind":16,"name":"RUSSIAN_LOWER","url":"enums/numberformat.html#russian_lower","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1662,"kind":16,"name":"RUSSIAN_UPPER","url":"enums/numberformat.html#russian_upper","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1663,"kind":16,"name":"NONE","url":"enums/numberformat.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1664,"kind":16,"name":"NUMBER_IN_DASH","url":"enums/numberformat.html#number_in_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1665,"kind":16,"name":"HEBREW_1","url":"enums/numberformat.html#hebrew_1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1666,"kind":16,"name":"HEBREW_2","url":"enums/numberformat.html#hebrew_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1667,"kind":16,"name":"ARABIC_ALPHA","url":"enums/numberformat.html#arabic_alpha","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1668,"kind":16,"name":"ARABIC_ABJAD","url":"enums/numberformat.html#arabic_abjad","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1669,"kind":16,"name":"HINDI_VOWELS","url":"enums/numberformat.html#hindi_vowels","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1670,"kind":16,"name":"HINDI_CONSONANTS","url":"enums/numberformat.html#hindi_consonants","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1671,"kind":16,"name":"HINDI_NUMBERS","url":"enums/numberformat.html#hindi_numbers","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1672,"kind":16,"name":"HINDI_COUNTING","url":"enums/numberformat.html#hindi_counting","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1673,"kind":16,"name":"THAI_LETTERS","url":"enums/numberformat.html#thai_letters","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1674,"kind":16,"name":"THAI_NUMBERS","url":"enums/numberformat.html#thai_numbers","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1675,"kind":16,"name":"THAI_COUNTING","url":"enums/numberformat.html#thai_counting","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1676,"kind":16,"name":"BAHT_TEXT","url":"enums/numberformat.html#baht_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1677,"kind":16,"name":"DOLLAR_TEXT","url":"enums/numberformat.html#dollar_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1678,"kind":256,"name":"IBorderOptions","url":"interfaces/iborderoptions.html","classes":"tsd-kind-interface"},{"id":1679,"kind":1024,"name":"style","url":"interfaces/iborderoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1680,"kind":1024,"name":"color","url":"interfaces/iborderoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1681,"kind":1024,"name":"size","url":"interfaces/iborderoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1682,"kind":1024,"name":"space","url":"interfaces/iborderoptions.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1683,"kind":128,"name":"BorderElement","url":"classes/borderelement.html","classes":"tsd-kind-class"},{"id":1684,"kind":512,"name":"constructor","url":"classes/borderelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BorderElement"},{"id":1685,"kind":2048,"name":"prepForXml","url":"classes/borderelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BorderElement"},{"id":1686,"kind":2048,"name":"addChildElement","url":"classes/borderelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BorderElement"},{"id":1687,"kind":4,"name":"BorderStyle","url":"enums/borderstyle.html","classes":"tsd-kind-enum"},{"id":1688,"kind":16,"name":"SINGLE","url":"enums/borderstyle.html#single","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1689,"kind":16,"name":"DASH_DOT_STROKED","url":"enums/borderstyle.html#dash_dot_stroked","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1690,"kind":16,"name":"DASHED","url":"enums/borderstyle.html#dashed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1691,"kind":16,"name":"DASH_SMALL_GAP","url":"enums/borderstyle.html#dash_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1692,"kind":16,"name":"DOT_DASH","url":"enums/borderstyle.html#dot_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1693,"kind":16,"name":"DOT_DOT_DASH","url":"enums/borderstyle.html#dot_dot_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1694,"kind":16,"name":"DOTTED","url":"enums/borderstyle.html#dotted","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1695,"kind":16,"name":"DOUBLE","url":"enums/borderstyle.html#double","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1696,"kind":16,"name":"DOUBLE_WAVE","url":"enums/borderstyle.html#double_wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1697,"kind":16,"name":"INSET","url":"enums/borderstyle.html#inset","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1698,"kind":16,"name":"NIL","url":"enums/borderstyle.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1699,"kind":16,"name":"NONE","url":"enums/borderstyle.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1700,"kind":16,"name":"OUTSET","url":"enums/borderstyle.html#outset","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1701,"kind":16,"name":"THICK","url":"enums/borderstyle.html#thick","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1702,"kind":16,"name":"THICK_THIN_LARGE_GAP","url":"enums/borderstyle.html#thick_thin_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1703,"kind":16,"name":"THICK_THIN_MEDIUM_GAP","url":"enums/borderstyle.html#thick_thin_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1704,"kind":16,"name":"THICK_THIN_SMALL_GAP","url":"enums/borderstyle.html#thick_thin_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1705,"kind":16,"name":"THIN_THICK_LARGE_GAP","url":"enums/borderstyle.html#thin_thick_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1706,"kind":16,"name":"THIN_THICK_MEDIUM_GAP","url":"enums/borderstyle.html#thin_thick_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1707,"kind":16,"name":"THIN_THICK_SMALL_GAP","url":"enums/borderstyle.html#thin_thick_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1708,"kind":16,"name":"THIN_THICK_THIN_LARGE_GAP","url":"enums/borderstyle.html#thin_thick_thin_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1709,"kind":16,"name":"THIN_THICK_THIN_MEDIUM_GAP","url":"enums/borderstyle.html#thin_thick_thin_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1710,"kind":16,"name":"THIN_THICK_THIN_SMALL_GAP","url":"enums/borderstyle.html#thin_thick_thin_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1711,"kind":16,"name":"THREE_D_EMBOSS","url":"enums/borderstyle.html#three_d_emboss","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1712,"kind":16,"name":"THREE_D_ENGRAVE","url":"enums/borderstyle.html#three_d_engrave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1713,"kind":16,"name":"TRIPLE","url":"enums/borderstyle.html#triple","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1714,"kind":16,"name":"WAVE","url":"enums/borderstyle.html#wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1715,"kind":64,"name":"decimalNumber","url":"modules.html#decimalnumber","classes":"tsd-kind-function"},{"id":1716,"kind":64,"name":"unsignedDecimalNumber","url":"modules.html#unsigneddecimalnumber","classes":"tsd-kind-function"},{"id":1717,"kind":64,"name":"longHexNumber","url":"modules.html#longhexnumber","classes":"tsd-kind-function"},{"id":1718,"kind":64,"name":"shortHexNumber","url":"modules.html#shorthexnumber","classes":"tsd-kind-function"},{"id":1719,"kind":64,"name":"uCharHexNumber","url":"modules.html#ucharhexnumber","classes":"tsd-kind-function"},{"id":1720,"kind":64,"name":"universalMeasureValue","url":"modules.html#universalmeasurevalue","classes":"tsd-kind-function"},{"id":1721,"kind":64,"name":"positiveUniversalMeasureValue","url":"modules.html#positiveuniversalmeasurevalue","classes":"tsd-kind-function"},{"id":1722,"kind":64,"name":"hexColorValue","url":"modules.html#hexcolorvalue","classes":"tsd-kind-function"},{"id":1723,"kind":64,"name":"signedTwipsMeasureValue","url":"modules.html#signedtwipsmeasurevalue","classes":"tsd-kind-function"},{"id":1724,"kind":64,"name":"hpsMeasureValue","url":"modules.html#hpsmeasurevalue","classes":"tsd-kind-function"},{"id":1725,"kind":64,"name":"signedHpsMeasureValue","url":"modules.html#signedhpsmeasurevalue","classes":"tsd-kind-function"},{"id":1726,"kind":64,"name":"twipsMeasureValue","url":"modules.html#twipsmeasurevalue","classes":"tsd-kind-function"},{"id":1727,"kind":64,"name":"percentageValue","url":"modules.html#percentagevalue","classes":"tsd-kind-function"},{"id":1728,"kind":64,"name":"measurementOrPercentValue","url":"modules.html#measurementorpercentvalue","classes":"tsd-kind-function"},{"id":1729,"kind":64,"name":"dateTimeValue","url":"modules.html#datetimevalue","classes":"tsd-kind-function"},{"id":1730,"kind":64,"name":"eighthPointMeasureValue","url":"modules.html#eighthpointmeasurevalue","classes":"tsd-kind-function"},{"id":1731,"kind":64,"name":"pointMeasureValue","url":"modules.html#pointmeasurevalue","classes":"tsd-kind-function"},{"id":1732,"kind":4,"name":"VerticalAlign","url":"enums/verticalalign.html","classes":"tsd-kind-enum"},{"id":1733,"kind":16,"name":"BOTH","url":"enums/verticalalign.html#both","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1734,"kind":16,"name":"BOTTOM","url":"enums/verticalalign.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1735,"kind":16,"name":"CENTER","url":"enums/verticalalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1736,"kind":16,"name":"TOP","url":"enums/verticalalign.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1737,"kind":128,"name":"VerticalAlignAttributes","url":"classes/verticalalignattributes.html","classes":"tsd-kind-class"},{"id":1738,"kind":512,"name":"constructor","url":"classes/verticalalignattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1739,"kind":2048,"name":"prepForXml","url":"classes/verticalalignattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1740,"kind":2048,"name":"set","url":"classes/verticalalignattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1741,"kind":128,"name":"VerticalAlignElement","url":"classes/verticalalignelement.html","classes":"tsd-kind-class"},{"id":1742,"kind":512,"name":"constructor","url":"classes/verticalalignelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalAlignElement"},{"id":1743,"kind":2048,"name":"prepForXml","url":"classes/verticalalignelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignElement"},{"id":1744,"kind":2048,"name":"addChildElement","url":"classes/verticalalignelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignElement"},{"id":1745,"kind":128,"name":"Packer","url":"classes/packer.html","classes":"tsd-kind-class"},{"id":1746,"kind":2048,"name":"toBuffer","url":"classes/packer.html#tobuffer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1747,"kind":2048,"name":"toBase64String","url":"classes/packer.html#tobase64string","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1748,"kind":2048,"name":"toBlob","url":"classes/packer.html#toblob","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1749,"kind":512,"name":"constructor","url":"classes/packer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Packer"},{"id":1750,"kind":256,"name":"IDocumentTemplate","url":"interfaces/idocumenttemplate.html","classes":"tsd-kind-interface"},{"id":1751,"kind":1024,"name":"currentRelationshipId","url":"interfaces/idocumenttemplate.html#currentrelationshipid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1752,"kind":1024,"name":"headers","url":"interfaces/idocumenttemplate.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1753,"kind":1024,"name":"footers","url":"interfaces/idocumenttemplate.html#footers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1754,"kind":1024,"name":"styles","url":"interfaces/idocumenttemplate.html#styles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1755,"kind":1024,"name":"titlePageIsDefined","url":"interfaces/idocumenttemplate.html#titlepageisdefined","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1756,"kind":1024,"name":"media","url":"interfaces/idocumenttemplate.html#media","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1757,"kind":128,"name":"ImportDotx","url":"classes/importdotx.html","classes":"tsd-kind-class"},{"id":1758,"kind":512,"name":"constructor","url":"classes/importdotx.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ImportDotx"},{"id":1759,"kind":2048,"name":"extract","url":"classes/importdotx.html#extract","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ImportDotx"},{"id":1760,"kind":64,"name":"convertMillimetersToTwip","url":"modules.html#convertmillimeterstotwip","classes":"tsd-kind-function"},{"id":1761,"kind":64,"name":"convertInchesToTwip","url":"modules.html#convertinchestotwip","classes":"tsd-kind-function"},{"id":1762,"kind":64,"name":"uniqueNumericId","url":"modules.html#uniquenumericid","classes":"tsd-kind-function"},{"id":1763,"kind":64,"name":"uniqueId","url":"modules.html#uniqueid","classes":"tsd-kind-function"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,46.137]],["parent/0",[]],["name/1",[1,23.976]],["parent/1",[0,4.246]],["name/2",[0,46.137]],["parent/2",[0,4.246]],["name/3",[2,54.61]],["parent/3",[0,4.246]],["name/4",[3,65.596]],["parent/4",[0,4.246]],["name/5",[4,51.245]],["parent/5",[0,4.246]],["name/6",[5,51.245]],["parent/6",[0,4.246]],["name/7",[6,65.596]],["parent/7",[0,4.246]],["name/8",[7,59.718]],["parent/8",[0,4.246]],["name/9",[8,59.718]],["parent/9",[0,4.246]],["name/10",[9,65.596]],["parent/10",[0,4.246]],["name/11",[10,65.596]],["parent/11",[0,4.246]],["name/12",[11,65.596]],["parent/12",[0,4.246]],["name/13",[12,54.61]],["parent/13",[0,4.246]],["name/14",[13,65.596]],["parent/14",[0,4.246]],["name/15",[14,52.246]],["parent/15",[]],["name/16",[15,52.246]],["parent/16",[14,4.808]],["name/17",[16,57.712]],["parent/17",[14,4.808]],["name/18",[17,54.61]],["parent/18",[14,4.808]],["name/19",[18,65.596]],["parent/19",[14,4.808]],["name/20",[19,70.704]],["parent/20",[14,4.808]],["name/21",[20,70.704]],["parent/21",[14,4.808]],["name/22",[21,48.732]],["parent/22",[14,4.808]],["name/23",[22,48.732]],["parent/23",[14,4.808]],["name/24",[23,59.718]],["parent/24",[]],["name/25",[1,23.976]],["parent/25",[23,5.496]],["name/26",[24,24.686]],["parent/26",[23,5.496]],["name/27",[25,45.581]],["parent/27",[23,5.496]],["name/28",[26,50.336]],["parent/28",[]],["name/29",[1,23.976]],["parent/29",[26,4.633]],["name/30",[24,24.686]],["parent/30",[26,4.633]],["name/31",[27,25.893]],["parent/31",[26,4.633]],["name/32",[28,57.712]],["parent/32",[]],["name/33",[29,51.245]],["parent/33",[28,5.312]],["name/34",[30,51.245]],["parent/34",[28,5.312]],["name/35",[21,48.732]],["parent/35",[28,5.312]],["name/36",[22,48.732]],["parent/36",[28,5.312]],["name/37",[31,56.041]],["parent/37",[]],["name/38",[1,23.976]],["parent/38",[31,5.158]],["name/39",[24,24.686]],["parent/39",[31,5.158]],["name/40",[27,25.893]],["parent/40",[31,5.158]],["name/41",[32,54.61]],["parent/41",[]],["name/42",[1,23.976]],["parent/42",[32,5.026]],["name/43",[24,24.686]],["parent/43",[32,5.026]],["name/44",[27,25.893]],["parent/44",[32,5.026]],["name/45",[33,54.61]],["parent/45",[]],["name/46",[15,52.246]],["parent/46",[33,5.026]],["name/47",[16,57.712]],["parent/47",[33,5.026]],["name/48",[21,48.732]],["parent/48",[33,5.026]],["name/49",[22,48.732]],["parent/49",[33,5.026]],["name/50",[34,70.704]],["parent/50",[33,5.026]],["name/51",[35,70.704]],["parent/51",[33,5.026]],["name/52",[36,52.246]],["parent/52",[]],["name/53",[1,23.976]],["parent/53",[36,4.808]],["name/54",[24,24.686]],["parent/54",[36,4.808]],["name/55",[27,25.893]],["parent/55",[36,4.808]],["name/56",[37,59.718]],["parent/56",[]],["name/57",[1,23.976]],["parent/57",[37,5.496]],["name/58",[24,24.686]],["parent/58",[37,5.496]],["name/59",[27,25.893]],["parent/59",[37,5.496]],["name/60",[38,56.041]],["parent/60",[]],["name/61",[1,23.976]],["parent/61",[38,5.158]],["name/62",[24,24.686]],["parent/62",[38,5.158]],["name/63",[27,25.893]],["parent/63",[38,5.158]],["name/64",[39,59.718]],["parent/64",[]],["name/65",[40,70.704]],["parent/65",[39,5.496]],["name/66",[41,70.704]],["parent/66",[39,5.496]],["name/67",[42,59.718]],["parent/67",[39,5.496]],["name/68",[43,54.61]],["parent/68",[]],["name/69",[44,70.704]],["parent/69",[43,5.026]],["name/70",[45,70.704]],["parent/70",[43,5.026]],["name/71",[46,65.596]],["parent/71",[43,5.026]],["name/72",[47,70.704]],["parent/72",[43,5.026]],["name/73",[48,70.704]],["parent/73",[43,5.026]],["name/74",[49,70.704]],["parent/74",[43,5.026]],["name/75",[50,54.61]],["parent/75",[]],["name/76",[1,23.976]],["parent/76",[50,5.026]],["name/77",[24,24.686]],["parent/77",[50,5.026]],["name/78",[27,25.893]],["parent/78",[50,5.026]],["name/79",[51,53.358]],["parent/79",[]],["name/80",[52,70.704]],["parent/80",[51,4.911]],["name/81",[53,70.704]],["parent/81",[51,4.911]],["name/82",[54,70.704]],["parent/82",[51,4.911]],["name/83",[55,70.704]],["parent/83",[51,4.911]],["name/84",[56,70.704]],["parent/84",[51,4.911]],["name/85",[57,70.704]],["parent/85",[51,4.911]],["name/86",[58,70.704]],["parent/86",[51,4.911]],["name/87",[59,45.055]],["parent/87",[]],["name/88",[1,23.976]],["parent/88",[59,4.147]],["name/89",[24,24.686]],["parent/89",[59,4.147]],["name/90",[27,25.893]],["parent/90",[59,4.147]],["name/91",[60,59.718]],["parent/91",[]],["name/92",[1,23.976]],["parent/92",[60,5.496]],["name/93",[24,24.686]],["parent/93",[60,5.496]],["name/94",[27,25.893]],["parent/94",[60,5.496]],["name/95",[61,51.245]],["parent/95",[]],["name/96",[21,48.732]],["parent/96",[61,4.716]],["name/97",[22,48.732]],["parent/97",[61,4.716]],["name/98",[17,54.61]],["parent/98",[61,4.716]],["name/99",[62,70.704]],["parent/99",[61,4.716]],["name/100",[63,65.596]],["parent/100",[61,4.716]],["name/101",[64,62.231]],["parent/101",[61,4.716]],["name/102",[16,57.712]],["parent/102",[61,4.716]],["name/103",[65,65.596]],["parent/103",[61,4.716]],["name/104",[15,52.246]],["parent/104",[61,4.716]],["name/105",[66,56.041]],["parent/105",[]],["name/106",[67,65.596]],["parent/106",[66,5.158]],["name/107",[68,65.596]],["parent/107",[66,5.158]],["name/108",[69,70.704]],["parent/108",[66,5.158]],["name/109",[70,53.358]],["parent/109",[66,5.158]],["name/110",[71,70.704]],["parent/110",[66,5.158]],["name/111",[72,65.596]],["parent/111",[]],["name/112",[73,70.704]],["parent/112",[72,6.037]],["name/113",[74,59.718]],["parent/113",[]],["name/114",[1,23.976]],["parent/114",[74,5.496]],["name/115",[24,24.686]],["parent/115",[74,5.496]],["name/116",[25,45.581]],["parent/116",[74,5.496]],["name/117",[75,59.718]],["parent/117",[]],["name/118",[1,23.976]],["parent/118",[75,5.496]],["name/119",[24,24.686]],["parent/119",[75,5.496]],["name/120",[27,25.893]],["parent/120",[75,5.496]],["name/121",[76,59.718]],["parent/121",[]],["name/122",[1,23.976]],["parent/122",[76,5.496]],["name/123",[24,24.686]],["parent/123",[76,5.496]],["name/124",[27,25.893]],["parent/124",[76,5.496]],["name/125",[77,70.704]],["parent/125",[]],["name/126",[78,41.988]],["parent/126",[]],["name/127",[79,54.61]],["parent/127",[78,3.864]],["name/128",[80,46.725]],["parent/128",[78,3.864]],["name/129",[31,56.041]],["parent/129",[78,3.864]],["name/130",[81,65.596]],["parent/130",[78,3.864]],["name/131",[82,65.596]],["parent/131",[78,3.864]],["name/132",[38,56.041]],["parent/132",[78,3.864]],["name/133",[83,65.596]],["parent/133",[78,3.864]],["name/134",[59,45.055]],["parent/134",[78,3.864]],["name/135",[84,59.718]],["parent/135",[78,3.864]],["name/136",[85,38.252]],["parent/136",[78,3.864]],["name/137",[86,50.336]],["parent/137",[87,5.312]],["name/138",[4,51.245]],["parent/138",[78,3.864]],["name/139",[85,38.252]],["parent/139",[78,3.864]],["name/140",[88,59.718]],["parent/140",[87,5.312]],["name/141",[86,50.336]],["parent/141",[87,5.312]],["name/142",[89,59.718]],["parent/142",[87,5.312]],["name/143",[90,65.596]],["parent/143",[87,5.312]],["name/144",[91,49.502]],["parent/144",[78,3.864]],["name/145",[92,65.596]],["parent/145",[78,3.864]],["name/146",[93,65.596]],["parent/146",[78,3.864]],["name/147",[26,50.336]],["parent/147",[78,3.864]],["name/148",[32,54.61]],["parent/148",[78,3.864]],["name/149",[94,62.231]],["parent/149",[78,3.864]],["name/150",[95,62.231]],["parent/150",[78,3.864]],["name/151",[96,62.231]],["parent/151",[78,3.864]],["name/152",[36,52.246]],["parent/152",[78,3.864]],["name/153",[50,54.61]],["parent/153",[78,3.864]],["name/154",[97,62.231]],["parent/154",[78,3.864]],["name/155",[98,62.231]],["parent/155",[78,3.864]],["name/156",[99,53.358]],["parent/156",[78,3.864]],["name/157",[100,51.245]],["parent/157",[]],["name/158",[1,23.976]],["parent/158",[100,4.716]],["name/159",[24,24.686]],["parent/159",[100,4.716]],["name/160",[101,70.704]],["parent/160",[100,4.716]],["name/161",[27,25.893]],["parent/161",[100,4.716]],["name/162",[102,50.336]],["parent/162",[]],["name/163",[26,50.336]],["parent/163",[102,4.633]],["name/164",[32,54.61]],["parent/164",[102,4.633]],["name/165",[94,62.231]],["parent/165",[102,4.633]],["name/166",[95,62.231]],["parent/166",[102,4.633]],["name/167",[96,62.231]],["parent/167",[102,4.633]],["name/168",[36,52.246]],["parent/168",[102,4.633]],["name/169",[50,54.61]],["parent/169",[102,4.633]],["name/170",[97,62.231]],["parent/170",[102,4.633]],["name/171",[98,62.231]],["parent/171",[102,4.633]],["name/172",[99,53.358]],["parent/172",[102,4.633]],["name/173",[103,42.772]],["parent/173",[]],["name/174",[31,56.041]],["parent/174",[103,3.937]],["name/175",[81,65.596]],["parent/175",[103,3.937]],["name/176",[82,65.596]],["parent/176",[103,3.937]],["name/177",[38,56.041]],["parent/177",[103,3.937]],["name/178",[83,65.596]],["parent/178",[103,3.937]],["name/179",[59,45.055]],["parent/179",[103,3.937]],["name/180",[84,59.718]],["parent/180",[103,3.937]],["name/181",[85,38.252]],["parent/181",[103,3.937]],["name/182",[86,50.336]],["parent/182",[104,5.312]],["name/183",[4,51.245]],["parent/183",[103,3.937]],["name/184",[85,38.252]],["parent/184",[103,3.937]],["name/185",[88,59.718]],["parent/185",[104,5.312]],["name/186",[86,50.336]],["parent/186",[104,5.312]],["name/187",[89,59.718]],["parent/187",[104,5.312]],["name/188",[90,65.596]],["parent/188",[104,5.312]],["name/189",[91,49.502]],["parent/189",[103,3.937]],["name/190",[92,65.596]],["parent/190",[103,3.937]],["name/191",[93,65.596]],["parent/191",[103,3.937]],["name/192",[26,50.336]],["parent/192",[103,3.937]],["name/193",[32,54.61]],["parent/193",[103,3.937]],["name/194",[94,62.231]],["parent/194",[103,3.937]],["name/195",[95,62.231]],["parent/195",[103,3.937]],["name/196",[96,62.231]],["parent/196",[103,3.937]],["name/197",[36,52.246]],["parent/197",[103,3.937]],["name/198",[50,54.61]],["parent/198",[103,3.937]],["name/199",[97,62.231]],["parent/199",[103,3.937]],["name/200",[98,62.231]],["parent/200",[103,3.937]],["name/201",[99,53.358]],["parent/201",[103,3.937]],["name/202",[105,57.712]],["parent/202",[]],["name/203",[1,23.976]],["parent/203",[105,5.312]],["name/204",[106,59.718]],["parent/204",[105,5.312]],["name/205",[24,24.686]],["parent/205",[105,5.312]],["name/206",[27,25.893]],["parent/206",[105,5.312]],["name/207",[107,40.582]],["parent/207",[]],["name/208",[80,46.725]],["parent/208",[107,3.735]],["name/209",[108,65.596]],["parent/209",[107,3.735]],["name/210",[79,54.61]],["parent/210",[107,3.735]],["name/211",[59,45.055]],["parent/211",[107,3.735]],["name/212",[109,59.718]],["parent/212",[107,3.735]],["name/213",[110,59.718]],["parent/213",[107,3.735]],["name/214",[111,59.718]],["parent/214",[107,3.735]],["name/215",[112,59.718]],["parent/215",[107,3.735]],["name/216",[113,53.358]],["parent/216",[107,3.735]],["name/217",[85,38.252]],["parent/217",[107,3.735]],["name/218",[114,46.137]],["parent/218",[115,5.727]],["name/219",[116,44.555]],["parent/219",[115,5.727]],["name/220",[117,53.358]],["parent/220",[107,3.735]],["name/221",[85,38.252]],["parent/221",[107,3.735]],["name/222",[116,44.555]],["parent/222",[115,5.727]],["name/223",[114,46.137]],["parent/223",[107,3.735]],["name/224",[118,48.732]],["parent/224",[107,3.735]],["name/225",[119,59.718]],["parent/225",[107,3.735]],["name/226",[120,59.718]],["parent/226",[107,3.735]],["name/227",[121,59.718]],["parent/227",[107,3.735]],["name/228",[122,59.718]],["parent/228",[107,3.735]],["name/229",[123,59.718]],["parent/229",[107,3.735]],["name/230",[124,59.718]],["parent/230",[107,3.735]],["name/231",[125,53.358]],["parent/231",[107,3.735]],["name/232",[126,53.358]],["parent/232",[107,3.735]],["name/233",[127,59.718]],["parent/233",[107,3.735]],["name/234",[128,59.718]],["parent/234",[107,3.735]],["name/235",[129,59.718]],["parent/235",[107,3.735]],["name/236",[130,59.718]],["parent/236",[107,3.735]],["name/237",[91,49.502]],["parent/237",[107,3.735]],["name/238",[131,59.718]],["parent/238",[107,3.735]],["name/239",[132,59.718]],["parent/239",[107,3.735]],["name/240",[133,59.718]],["parent/240",[]],["name/241",[134,70.704]],["parent/241",[133,5.496]],["name/242",[135,70.704]],["parent/242",[133,5.496]],["name/243",[136,70.704]],["parent/243",[133,5.496]],["name/244",[137,51.245]],["parent/244",[]],["name/245",[1,23.976]],["parent/245",[137,4.716]],["name/246",[24,24.686]],["parent/246",[137,4.716]],["name/247",[27,25.893]],["parent/247",[137,4.716]],["name/248",[138,41.988]],["parent/248",[]],["name/249",[109,59.718]],["parent/249",[138,3.864]],["name/250",[110,59.718]],["parent/250",[138,3.864]],["name/251",[111,59.718]],["parent/251",[138,3.864]],["name/252",[112,59.718]],["parent/252",[138,3.864]],["name/253",[113,53.358]],["parent/253",[138,3.864]],["name/254",[85,38.252]],["parent/254",[138,3.864]],["name/255",[114,46.137]],["parent/255",[139,5.727]],["name/256",[116,44.555]],["parent/256",[139,5.727]],["name/257",[117,53.358]],["parent/257",[138,3.864]],["name/258",[85,38.252]],["parent/258",[138,3.864]],["name/259",[116,44.555]],["parent/259",[139,5.727]],["name/260",[114,46.137]],["parent/260",[138,3.864]],["name/261",[118,48.732]],["parent/261",[138,3.864]],["name/262",[119,59.718]],["parent/262",[138,3.864]],["name/263",[120,59.718]],["parent/263",[138,3.864]],["name/264",[121,59.718]],["parent/264",[138,3.864]],["name/265",[122,59.718]],["parent/265",[138,3.864]],["name/266",[123,59.718]],["parent/266",[138,3.864]],["name/267",[124,59.718]],["parent/267",[138,3.864]],["name/268",[125,53.358]],["parent/268",[138,3.864]],["name/269",[126,53.358]],["parent/269",[138,3.864]],["name/270",[127,59.718]],["parent/270",[138,3.864]],["name/271",[128,59.718]],["parent/271",[138,3.864]],["name/272",[129,59.718]],["parent/272",[138,3.864]],["name/273",[130,59.718]],["parent/273",[138,3.864]],["name/274",[91,49.502]],["parent/274",[138,3.864]],["name/275",[131,59.718]],["parent/275",[138,3.864]],["name/276",[132,59.718]],["parent/276",[138,3.864]],["name/277",[140,41.617]],["parent/277",[]],["name/278",[59,45.055]],["parent/278",[140,3.83]],["name/279",[109,59.718]],["parent/279",[140,3.83]],["name/280",[110,59.718]],["parent/280",[140,3.83]],["name/281",[111,59.718]],["parent/281",[140,3.83]],["name/282",[112,59.718]],["parent/282",[140,3.83]],["name/283",[113,53.358]],["parent/283",[140,3.83]],["name/284",[85,38.252]],["parent/284",[140,3.83]],["name/285",[114,46.137]],["parent/285",[141,5.727]],["name/286",[116,44.555]],["parent/286",[141,5.727]],["name/287",[117,53.358]],["parent/287",[140,3.83]],["name/288",[85,38.252]],["parent/288",[140,3.83]],["name/289",[116,44.555]],["parent/289",[141,5.727]],["name/290",[114,46.137]],["parent/290",[140,3.83]],["name/291",[118,48.732]],["parent/291",[140,3.83]],["name/292",[119,59.718]],["parent/292",[140,3.83]],["name/293",[120,59.718]],["parent/293",[140,3.83]],["name/294",[121,59.718]],["parent/294",[140,3.83]],["name/295",[122,59.718]],["parent/295",[140,3.83]],["name/296",[123,59.718]],["parent/296",[140,3.83]],["name/297",[124,59.718]],["parent/297",[140,3.83]],["name/298",[125,53.358]],["parent/298",[140,3.83]],["name/299",[126,53.358]],["parent/299",[140,3.83]],["name/300",[127,59.718]],["parent/300",[140,3.83]],["name/301",[128,59.718]],["parent/301",[140,3.83]],["name/302",[129,59.718]],["parent/302",[140,3.83]],["name/303",[130,59.718]],["parent/303",[140,3.83]],["name/304",[91,49.502]],["parent/304",[140,3.83]],["name/305",[131,59.718]],["parent/305",[140,3.83]],["name/306",[132,59.718]],["parent/306",[140,3.83]],["name/307",[142,57.712]],["parent/307",[]],["name/308",[1,23.976]],["parent/308",[142,5.312]],["name/309",[106,59.718]],["parent/309",[142,5.312]],["name/310",[24,24.686]],["parent/310",[142,5.312]],["name/311",[27,25.893]],["parent/311",[142,5.312]],["name/312",[143,59.718]],["parent/312",[]],["name/313",[1,23.976]],["parent/313",[143,5.496]],["name/314",[24,24.686]],["parent/314",[143,5.496]],["name/315",[27,25.893]],["parent/315",[143,5.496]],["name/316",[144,39.947]],["parent/316",[]],["name/317",[145,70.704]],["parent/317",[144,3.677]],["name/318",[146,70.704]],["parent/318",[144,3.677]],["name/319",[80,46.725]],["parent/319",[144,3.677]],["name/320",[108,65.596]],["parent/320",[144,3.677]],["name/321",[79,54.61]],["parent/321",[144,3.677]],["name/322",[59,45.055]],["parent/322",[144,3.677]],["name/323",[109,59.718]],["parent/323",[144,3.677]],["name/324",[110,59.718]],["parent/324",[144,3.677]],["name/325",[111,59.718]],["parent/325",[144,3.677]],["name/326",[112,59.718]],["parent/326",[144,3.677]],["name/327",[113,53.358]],["parent/327",[144,3.677]],["name/328",[85,38.252]],["parent/328",[144,3.677]],["name/329",[114,46.137]],["parent/329",[147,5.727]],["name/330",[116,44.555]],["parent/330",[147,5.727]],["name/331",[117,53.358]],["parent/331",[144,3.677]],["name/332",[85,38.252]],["parent/332",[144,3.677]],["name/333",[116,44.555]],["parent/333",[147,5.727]],["name/334",[114,46.137]],["parent/334",[144,3.677]],["name/335",[118,48.732]],["parent/335",[144,3.677]],["name/336",[119,59.718]],["parent/336",[144,3.677]],["name/337",[120,59.718]],["parent/337",[144,3.677]],["name/338",[121,59.718]],["parent/338",[144,3.677]],["name/339",[122,59.718]],["parent/339",[144,3.677]],["name/340",[123,59.718]],["parent/340",[144,3.677]],["name/341",[124,59.718]],["parent/341",[144,3.677]],["name/342",[125,53.358]],["parent/342",[144,3.677]],["name/343",[126,53.358]],["parent/343",[144,3.677]],["name/344",[127,59.718]],["parent/344",[144,3.677]],["name/345",[128,59.718]],["parent/345",[144,3.677]],["name/346",[129,59.718]],["parent/346",[144,3.677]],["name/347",[130,59.718]],["parent/347",[144,3.677]],["name/348",[91,49.502]],["parent/348",[144,3.677]],["name/349",[131,59.718]],["parent/349",[144,3.677]],["name/350",[132,59.718]],["parent/350",[144,3.677]],["name/351",[148,59.718]],["parent/351",[]],["name/352",[1,23.976]],["parent/352",[148,5.496]],["name/353",[24,24.686]],["parent/353",[148,5.496]],["name/354",[27,25.893]],["parent/354",[148,5.496]],["name/355",[149,59.718]],["parent/355",[]],["name/356",[150,70.704]],["parent/356",[149,5.496]],["name/357",[151,65.596]],["parent/357",[149,5.496]],["name/358",[152,65.596]],["parent/358",[149,5.496]],["name/359",[153,59.718]],["parent/359",[]],["name/360",[1,23.976]],["parent/360",[153,5.496]],["name/361",[24,24.686]],["parent/361",[153,5.496]],["name/362",[27,25.893]],["parent/362",[153,5.496]],["name/363",[154,56.041]],["parent/363",[]],["name/364",[155,70.704]],["parent/364",[154,5.158]],["name/365",[156,70.704]],["parent/365",[154,5.158]],["name/366",[157,70.704]],["parent/366",[154,5.158]],["name/367",[158,70.704]],["parent/367",[154,5.158]],["name/368",[159,70.704]],["parent/368",[154,5.158]],["name/369",[160,59.718]],["parent/369",[]],["name/370",[1,23.976]],["parent/370",[160,5.496]],["name/371",[24,24.686]],["parent/371",[160,5.496]],["name/372",[27,25.893]],["parent/372",[160,5.496]],["name/373",[161,59.718]],["parent/373",[]],["name/374",[1,23.976]],["parent/374",[161,5.496]],["name/375",[24,24.686]],["parent/375",[161,5.496]],["name/376",[27,25.893]],["parent/376",[161,5.496]],["name/377",[162,45.581]],["parent/377",[]],["name/378",[163,65.596]],["parent/378",[162,4.195]],["name/379",[164,70.704]],["parent/379",[162,4.195]],["name/380",[165,65.596]],["parent/380",[162,4.195]],["name/381",[166,65.596]],["parent/381",[162,4.195]],["name/382",[167,65.596]],["parent/382",[162,4.195]],["name/383",[168,70.704]],["parent/383",[162,4.195]],["name/384",[169,70.704]],["parent/384",[162,4.195]],["name/385",[170,70.704]],["parent/385",[162,4.195]],["name/386",[171,70.704]],["parent/386",[162,4.195]],["name/387",[172,70.704]],["parent/387",[162,4.195]],["name/388",[173,70.704]],["parent/388",[162,4.195]],["name/389",[174,70.704]],["parent/389",[162,4.195]],["name/390",[175,70.704]],["parent/390",[162,4.195]],["name/391",[176,70.704]],["parent/391",[162,4.195]],["name/392",[177,65.596]],["parent/392",[162,4.195]],["name/393",[178,70.704]],["parent/393",[162,4.195]],["name/394",[179,70.704]],["parent/394",[162,4.195]],["name/395",[113,53.358]],["parent/395",[]],["name/396",[1,23.976]],["parent/396",[113,4.911]],["name/397",[24,24.686]],["parent/397",[113,4.911]],["name/398",[27,25.893]],["parent/398",[113,4.911]],["name/399",[180,65.596]],["parent/399",[]],["name/400",[67,65.596]],["parent/400",[180,6.037]],["name/401",[181,62.231]],["parent/401",[]],["name/402",[24,24.686]],["parent/402",[181,5.727]],["name/403",[27,25.893]],["parent/403",[181,5.727]],["name/404",[117,53.358]],["parent/404",[]],["name/405",[1,23.976]],["parent/405",[117,4.911]],["name/406",[24,24.686]],["parent/406",[117,4.911]],["name/407",[27,25.893]],["parent/407",[117,4.911]],["name/408",[182,59.718]],["parent/408",[]],["name/409",[1,23.976]],["parent/409",[182,5.496]],["name/410",[24,24.686]],["parent/410",[182,5.496]],["name/411",[27,25.893]],["parent/411",[182,5.496]],["name/412",[183,57.712]],["parent/412",[]],["name/413",[1,23.976]],["parent/413",[183,5.312]],["name/414",[24,24.686]],["parent/414",[183,5.312]],["name/415",[27,25.893]],["parent/415",[183,5.312]],["name/416",[184,59.718]],["parent/416",[]],["name/417",[1,23.976]],["parent/417",[184,5.496]],["name/418",[24,24.686]],["parent/418",[184,5.496]],["name/419",[27,25.893]],["parent/419",[184,5.496]],["name/420",[185,59.718]],["parent/420",[]],["name/421",[1,23.976]],["parent/421",[185,5.496]],["name/422",[24,24.686]],["parent/422",[185,5.496]],["name/423",[27,25.893]],["parent/423",[185,5.496]],["name/424",[186,62.231]],["parent/424",[]],["name/425",[187,70.704]],["parent/425",[186,5.727]],["name/426",[188,70.704]],["parent/426",[186,5.727]],["name/427",[189,57.712]],["parent/427",[]],["name/428",[1,23.976]],["parent/428",[189,5.312]],["name/429",[190,65.596]],["parent/429",[189,5.312]],["name/430",[24,24.686]],["parent/430",[189,5.312]],["name/431",[27,25.893]],["parent/431",[189,5.312]],["name/432",[191,57.712]],["parent/432",[]],["name/433",[1,23.976]],["parent/433",[191,5.312]],["name/434",[190,65.596]],["parent/434",[191,5.312]],["name/435",[24,24.686]],["parent/435",[191,5.312]],["name/436",[27,25.893]],["parent/436",[191,5.312]],["name/437",[192,59.718]],["parent/437",[]],["name/438",[1,23.976]],["parent/438",[192,5.496]],["name/439",[193,59.718]],["parent/439",[192,5.496]],["name/440",[85,38.252]],["parent/440",[192,5.496]],["name/441",[194,70.704]],["parent/441",[195,6.037]],["name/442",[196,57.712]],["parent/442",[195,6.037]],["name/443",[197,57.712]],["parent/443",[]],["name/444",[1,23.976]],["parent/444",[197,5.312]],["name/445",[15,52.246]],["parent/445",[197,5.312]],["name/446",[80,46.725]],["parent/446",[197,5.312]],["name/447",[16,57.712]],["parent/447",[197,5.312]],["name/448",[198,59.718]],["parent/448",[]],["name/449",[1,23.976]],["parent/449",[198,5.496]],["name/450",[24,24.686]],["parent/450",[198,5.496]],["name/451",[27,25.893]],["parent/451",[198,5.496]],["name/452",[199,59.718]],["parent/452",[]],["name/453",[1,23.976]],["parent/453",[199,5.496]],["name/454",[24,24.686]],["parent/454",[199,5.496]],["name/455",[27,25.893]],["parent/455",[199,5.496]],["name/456",[99,53.358]],["parent/456",[]],["name/457",[1,23.976]],["parent/457",[99,4.911]],["name/458",[86,50.336]],["parent/458",[99,4.911]],["name/459",[24,24.686]],["parent/459",[99,4.911]],["name/460",[27,25.893]],["parent/460",[99,4.911]],["name/461",[200,65.596]],["parent/461",[]],["name/462",[80,46.725]],["parent/462",[200,6.037]],["name/463",[201,59.718]],["parent/463",[]],["name/464",[1,23.976]],["parent/464",[201,5.496]],["name/465",[24,24.686]],["parent/465",[201,5.496]],["name/466",[27,25.893]],["parent/466",[201,5.496]],["name/467",[202,59.718]],["parent/467",[]],["name/468",[1,23.976]],["parent/468",[202,5.496]],["name/469",[24,24.686]],["parent/469",[202,5.496]],["name/470",[27,25.893]],["parent/470",[202,5.496]],["name/471",[203,62.231]],["parent/471",[]],["name/472",[204,70.704]],["parent/472",[203,5.727]],["name/473",[205,70.704]],["parent/473",[203,5.727]],["name/474",[206,59.718]],["parent/474",[]],["name/475",[1,23.976]],["parent/475",[206,5.496]],["name/476",[24,24.686]],["parent/476",[206,5.496]],["name/477",[27,25.893]],["parent/477",[206,5.496]],["name/478",[207,59.718]],["parent/478",[]],["name/479",[1,23.976]],["parent/479",[207,5.496]],["name/480",[24,24.686]],["parent/480",[207,5.496]],["name/481",[27,25.893]],["parent/481",[207,5.496]],["name/482",[208,59.718]],["parent/482",[]],["name/483",[1,23.976]],["parent/483",[208,5.496]],["name/484",[24,24.686]],["parent/484",[208,5.496]],["name/485",[27,25.893]],["parent/485",[208,5.496]],["name/486",[209,59.718]],["parent/486",[]],["name/487",[1,23.976]],["parent/487",[209,5.496]],["name/488",[24,24.686]],["parent/488",[209,5.496]],["name/489",[27,25.893]],["parent/489",[209,5.496]],["name/490",[210,59.718]],["parent/490",[]],["name/491",[1,23.976]],["parent/491",[210,5.496]],["name/492",[24,24.686]],["parent/492",[210,5.496]],["name/493",[27,25.893]],["parent/493",[210,5.496]],["name/494",[211,59.718]],["parent/494",[]],["name/495",[1,23.976]],["parent/495",[211,5.496]],["name/496",[24,24.686]],["parent/496",[211,5.496]],["name/497",[27,25.893]],["parent/497",[211,5.496]],["name/498",[212,59.718]],["parent/498",[]],["name/499",[1,23.976]],["parent/499",[212,5.496]],["name/500",[24,24.686]],["parent/500",[212,5.496]],["name/501",[27,25.893]],["parent/501",[212,5.496]],["name/502",[213,59.718]],["parent/502",[]],["name/503",[1,23.976]],["parent/503",[213,5.496]],["name/504",[24,24.686]],["parent/504",[213,5.496]],["name/505",[27,25.893]],["parent/505",[213,5.496]],["name/506",[214,59.718]],["parent/506",[]],["name/507",[80,46.725]],["parent/507",[214,5.496]],["name/508",[125,53.358]],["parent/508",[214,5.496]],["name/509",[126,53.358]],["parent/509",[214,5.496]],["name/510",[215,59.718]],["parent/510",[]],["name/511",[1,23.976]],["parent/511",[215,5.496]],["name/512",[24,24.686]],["parent/512",[215,5.496]],["name/513",[27,25.893]],["parent/513",[215,5.496]],["name/514",[216,59.718]],["parent/514",[]],["name/515",[1,23.976]],["parent/515",[216,5.496]],["name/516",[24,24.686]],["parent/516",[216,5.496]],["name/517",[27,25.893]],["parent/517",[216,5.496]],["name/518",[217,62.231]],["parent/518",[]],["name/519",[80,46.725]],["parent/519",[217,5.727]],["name/520",[126,53.358]],["parent/520",[217,5.727]],["name/521",[218,59.718]],["parent/521",[]],["name/522",[1,23.976]],["parent/522",[218,5.496]],["name/523",[24,24.686]],["parent/523",[218,5.496]],["name/524",[27,25.893]],["parent/524",[218,5.496]],["name/525",[219,59.718]],["parent/525",[]],["name/526",[1,23.976]],["parent/526",[219,5.496]],["name/527",[24,24.686]],["parent/527",[219,5.496]],["name/528",[27,25.893]],["parent/528",[219,5.496]],["name/529",[220,62.231]],["parent/529",[]],["name/530",[80,46.725]],["parent/530",[220,5.727]],["name/531",[125,53.358]],["parent/531",[220,5.727]],["name/532",[221,59.718]],["parent/532",[]],["name/533",[1,23.976]],["parent/533",[221,5.496]],["name/534",[24,24.686]],["parent/534",[221,5.496]],["name/535",[27,25.893]],["parent/535",[221,5.496]],["name/536",[222,59.718]],["parent/536",[]],["name/537",[1,23.976]],["parent/537",[222,5.496]],["name/538",[24,24.686]],["parent/538",[222,5.496]],["name/539",[27,25.893]],["parent/539",[222,5.496]],["name/540",[223,59.718]],["parent/540",[]],["name/541",[80,46.725]],["parent/541",[223,5.496]],["name/542",[125,53.358]],["parent/542",[223,5.496]],["name/543",[126,53.358]],["parent/543",[223,5.496]],["name/544",[224,59.718]],["parent/544",[]],["name/545",[1,23.976]],["parent/545",[224,5.496]],["name/546",[24,24.686]],["parent/546",[224,5.496]],["name/547",[27,25.893]],["parent/547",[224,5.496]],["name/548",[225,59.718]],["parent/548",[]],["name/549",[1,23.976]],["parent/549",[225,5.496]],["name/550",[24,24.686]],["parent/550",[225,5.496]],["name/551",[27,25.893]],["parent/551",[225,5.496]],["name/552",[226,59.718]],["parent/552",[]],["name/553",[80,46.725]],["parent/553",[226,5.496]],["name/554",[125,53.358]],["parent/554",[226,5.496]],["name/555",[126,53.358]],["parent/555",[226,5.496]],["name/556",[227,59.718]],["parent/556",[]],["name/557",[1,23.976]],["parent/557",[227,5.496]],["name/558",[24,24.686]],["parent/558",[227,5.496]],["name/559",[27,25.893]],["parent/559",[227,5.496]],["name/560",[228,59.718]],["parent/560",[]],["name/561",[1,23.976]],["parent/561",[228,5.496]],["name/562",[24,24.686]],["parent/562",[228,5.496]],["name/563",[27,25.893]],["parent/563",[228,5.496]],["name/564",[229,70.704]],["parent/564",[]],["name/565",[230,59.718]],["parent/565",[]],["name/566",[1,23.976]],["parent/566",[230,5.496]],["name/567",[24,24.686]],["parent/567",[230,5.496]],["name/568",[27,25.893]],["parent/568",[230,5.496]],["name/569",[231,62.231]],["parent/569",[]],["name/570",[80,46.725]],["parent/570",[231,5.727]],["name/571",[232,70.704]],["parent/571",[231,5.727]],["name/572",[233,59.718]],["parent/572",[]],["name/573",[1,23.976]],["parent/573",[233,5.496]],["name/574",[24,24.686]],["parent/574",[233,5.496]],["name/575",[27,25.893]],["parent/575",[233,5.496]],["name/576",[234,59.718]],["parent/576",[]],["name/577",[1,23.976]],["parent/577",[234,5.496]],["name/578",[24,24.686]],["parent/578",[234,5.496]],["name/579",[27,25.893]],["parent/579",[234,5.496]],["name/580",[235,62.231]],["parent/580",[]],["name/581",[80,46.725]],["parent/581",[235,5.727]],["name/582",[236,57.712]],["parent/582",[235,5.727]],["name/583",[237,59.718]],["parent/583",[]],["name/584",[1,23.976]],["parent/584",[237,5.496]],["name/585",[24,24.686]],["parent/585",[237,5.496]],["name/586",[27,25.893]],["parent/586",[237,5.496]],["name/587",[238,59.718]],["parent/587",[]],["name/588",[1,23.976]],["parent/588",[238,5.496]],["name/589",[24,24.686]],["parent/589",[238,5.496]],["name/590",[27,25.893]],["parent/590",[238,5.496]],["name/591",[239,59.718]],["parent/591",[]],["name/592",[1,23.976]],["parent/592",[239,5.496]],["name/593",[24,24.686]],["parent/593",[239,5.496]],["name/594",[27,25.893]],["parent/594",[239,5.496]],["name/595",[240,59.718]],["parent/595",[]],["name/596",[1,23.976]],["parent/596",[240,5.496]],["name/597",[24,24.686]],["parent/597",[240,5.496]],["name/598",[27,25.893]],["parent/598",[240,5.496]],["name/599",[241,59.718]],["parent/599",[]],["name/600",[1,23.976]],["parent/600",[241,5.496]],["name/601",[24,24.686]],["parent/601",[241,5.496]],["name/602",[27,25.893]],["parent/602",[241,5.496]],["name/603",[242,59.718]],["parent/603",[]],["name/604",[1,23.976]],["parent/604",[242,5.496]],["name/605",[24,24.686]],["parent/605",[242,5.496]],["name/606",[27,25.893]],["parent/606",[242,5.496]],["name/607",[243,59.718]],["parent/607",[]],["name/608",[1,23.976]],["parent/608",[243,5.496]],["name/609",[24,24.686]],["parent/609",[243,5.496]],["name/610",[27,25.893]],["parent/610",[243,5.496]],["name/611",[244,59.718]],["parent/611",[]],["name/612",[70,53.358]],["parent/612",[244,5.496]],["name/613",[245,70.704]],["parent/613",[244,5.496]],["name/614",[246,56.041]],["parent/614",[244,5.496]],["name/615",[247,59.718]],["parent/615",[]],["name/616",[246,56.041]],["parent/616",[247,5.496]],["name/617",[248,56.041]],["parent/617",[247,5.496]],["name/618",[79,54.61]],["parent/618",[247,5.496]],["name/619",[249,54.61]],["parent/619",[]],["name/620",[250,70.704]],["parent/620",[249,5.026]],["name/621",[42,59.718]],["parent/621",[249,5.026]],["name/622",[70,53.358]],["parent/622",[249,5.026]],["name/623",[251,70.704]],["parent/623",[249,5.026]],["name/624",[252,70.704]],["parent/624",[249,5.026]],["name/625",[253,65.596]],["parent/625",[249,5.026]],["name/626",[254,46.725]],["parent/626",[]],["name/627",[255,70.704]],["parent/627",[254,4.3]],["name/628",[256,70.704]],["parent/628",[254,4.3]],["name/629",[257,54.61]],["parent/629",[254,4.3]],["name/630",[258,56.041]],["parent/630",[254,4.3]],["name/631",[259,70.704]],["parent/631",[254,4.3]],["name/632",[85,38.252]],["parent/632",[254,4.3]],["name/633",[260,59.718]],["parent/633",[261,4.911]],["name/634",[262,59.718]],["parent/634",[261,4.911]],["name/635",[263,65.596]],["parent/635",[254,4.3]],["name/636",[264,70.704]],["parent/636",[254,4.3]],["name/637",[265,70.704]],["parent/637",[254,4.3]],["name/638",[85,38.252]],["parent/638",[254,4.3]],["name/639",[266,59.718]],["parent/639",[261,4.911]],["name/640",[267,59.718]],["parent/640",[261,4.911]],["name/641",[268,59.718]],["parent/641",[254,4.3]],["name/642",[85,38.252]],["parent/642",[254,4.3]],["name/643",[266,59.718]],["parent/643",[261,4.911]],["name/644",[267,59.718]],["parent/644",[261,4.911]],["name/645",[269,62.231]],["parent/645",[254,4.3]],["name/646",[26,50.336]],["parent/646",[254,4.3]],["name/647",[85,38.252]],["parent/647",[254,4.3]],["name/648",[260,59.718]],["parent/648",[261,4.911]],["name/649",[262,59.718]],["parent/649",[261,4.911]],["name/650",[270,59.718]],["parent/650",[]],["name/651",[1,23.976]],["parent/651",[270,5.496]],["name/652",[24,24.686]],["parent/652",[270,5.496]],["name/653",[25,45.581]],["parent/653",[270,5.496]],["name/654",[271,59.718]],["parent/654",[]],["name/655",[1,23.976]],["parent/655",[271,5.496]],["name/656",[24,24.686]],["parent/656",[271,5.496]],["name/657",[27,25.893]],["parent/657",[271,5.496]],["name/658",[272,49.502]],["parent/658",[]],["name/659",[273,70.704]],["parent/659",[272,4.556]],["name/660",[257,54.61]],["parent/660",[272,4.556]],["name/661",[274,70.704]],["parent/661",[272,4.556]],["name/662",[275,59.718]],["parent/662",[272,4.556]],["name/663",[36,52.246]],["parent/663",[272,4.556]],["name/664",[276,65.596]],["parent/664",[272,4.556]],["name/665",[277,65.596]],["parent/665",[272,4.556]],["name/666",[59,45.055]],["parent/666",[272,4.556]],["name/667",[278,59.718]],["parent/667",[272,4.556]],["name/668",[26,50.336]],["parent/668",[272,4.556]],["name/669",[279,65.596]],["parent/669",[272,4.556]],["name/670",[280,59.718]],["parent/670",[]],["name/671",[1,23.976]],["parent/671",[280,5.496]],["name/672",[24,24.686]],["parent/672",[280,5.496]],["name/673",[27,25.893]],["parent/673",[280,5.496]],["name/674",[281,50.336]],["parent/674",[]],["name/675",[80,46.725]],["parent/675",[281,4.633]],["name/676",[91,49.502]],["parent/676",[281,4.633]],["name/677",[275,59.718]],["parent/677",[281,4.633]],["name/678",[282,54.61]],["parent/678",[281,4.633]],["name/679",[283,57.712]],["parent/679",[281,4.633]],["name/680",[284,57.712]],["parent/680",[281,4.633]],["name/681",[257,54.61]],["parent/681",[281,4.633]],["name/682",[285,70.704]],["parent/682",[281,4.633]],["name/683",[286,70.704]],["parent/683",[281,4.633]],["name/684",[278,59.718]],["parent/684",[281,4.633]],["name/685",[287,57.712]],["parent/685",[]],["name/686",[1,23.976]],["parent/686",[287,5.312]],["name/687",[193,59.718]],["parent/687",[287,5.312]],["name/688",[24,24.686]],["parent/688",[287,5.312]],["name/689",[27,25.893]],["parent/689",[287,5.312]],["name/690",[288,54.61]],["parent/690",[]],["name/691",[29,51.245]],["parent/691",[288,5.026]],["name/692",[15,52.246]],["parent/692",[288,5.026]],["name/693",[21,48.732]],["parent/693",[288,5.026]],["name/694",[30,51.245]],["parent/694",[288,5.026]],["name/695",[16,57.712]],["parent/695",[288,5.026]],["name/696",[22,48.732]],["parent/696",[288,5.026]],["name/697",[289,59.718]],["parent/697",[]],["name/698",[1,23.976]],["parent/698",[289,5.496]],["name/699",[24,24.686]],["parent/699",[289,5.496]],["name/700",[27,25.893]],["parent/700",[289,5.496]],["name/701",[290,59.718]],["parent/701",[]],["name/702",[1,23.976]],["parent/702",[290,5.496]],["name/703",[24,24.686]],["parent/703",[290,5.496]],["name/704",[27,25.893]],["parent/704",[290,5.496]],["name/705",[291,62.231]],["parent/705",[]],["name/706",[292,70.704]],["parent/706",[291,5.727]],["name/707",[293,65.596]],["parent/707",[291,5.727]],["name/708",[284,57.712]],["parent/708",[]],["name/709",[1,23.976]],["parent/709",[284,5.312]],["name/710",[24,24.686]],["parent/710",[284,5.312]],["name/711",[27,25.893]],["parent/711",[284,5.312]],["name/712",[283,57.712]],["parent/712",[]],["name/713",[294,70.704]],["parent/713",[283,5.312]],["name/714",[295,70.704]],["parent/714",[283,5.312]],["name/715",[296,70.704]],["parent/715",[283,5.312]],["name/716",[297,59.718]],["parent/716",[]],["name/717",[1,23.976]],["parent/717",[297,5.496]],["name/718",[24,24.686]],["parent/718",[297,5.496]],["name/719",[27,25.893]],["parent/719",[297,5.496]],["name/720",[298,50.336]],["parent/720",[]],["name/721",[257,54.61]],["parent/721",[298,4.633]],["name/722",[36,52.246]],["parent/722",[298,4.633]],["name/723",[277,65.596]],["parent/723",[298,4.633]],["name/724",[278,59.718]],["parent/724",[298,4.633]],["name/725",[276,65.596]],["parent/725",[298,4.633]],["name/726",[91,49.502]],["parent/726",[298,4.633]],["name/727",[59,45.055]],["parent/727",[298,4.633]],["name/728",[26,50.336]],["parent/728",[298,4.633]],["name/729",[299,70.704]],["parent/729",[298,4.633]],["name/730",[279,65.596]],["parent/730",[298,4.633]],["name/731",[300,59.718]],["parent/731",[]],["name/732",[1,23.976]],["parent/732",[300,5.496]],["name/733",[24,24.686]],["parent/733",[300,5.496]],["name/734",[27,25.893]],["parent/734",[300,5.496]],["name/735",[301,59.718]],["parent/735",[]],["name/736",[246,56.041]],["parent/736",[301,5.496]],["name/737",[248,56.041]],["parent/737",[301,5.496]],["name/738",[79,54.61]],["parent/738",[301,5.496]],["name/739",[302,54.61]],["parent/739",[]],["name/740",[17,54.61]],["parent/740",[302,5.026]],["name/741",[303,59.718]],["parent/741",[302,5.026]],["name/742",[21,48.732]],["parent/742",[302,5.026]],["name/743",[304,59.718]],["parent/743",[302,5.026]],["name/744",[22,48.732]],["parent/744",[302,5.026]],["name/745",[305,53.358]],["parent/745",[]],["name/746",[17,54.61]],["parent/746",[305,4.911]],["name/747",[303,59.718]],["parent/747",[305,4.911]],["name/748",[30,51.245]],["parent/748",[305,4.911]],["name/749",[304,59.718]],["parent/749",[305,4.911]],["name/750",[306,70.704]],["parent/750",[305,4.911]],["name/751",[29,51.245]],["parent/751",[305,4.911]],["name/752",[307,49.502]],["parent/752",[]],["name/753",[308,70.704]],["parent/753",[307,4.556]],["name/754",[309,70.704]],["parent/754",[307,4.556]],["name/755",[302,54.61]],["parent/755",[307,4.556]],["name/756",[310,70.704]],["parent/756",[307,4.556]],["name/757",[311,70.704]],["parent/757",[307,4.556]],["name/758",[305,53.358]],["parent/758",[307,4.556]],["name/759",[312,70.704]],["parent/759",[307,4.556]],["name/760",[313,70.704]],["parent/760",[307,4.556]],["name/761",[314,70.704]],["parent/761",[307,4.556]],["name/762",[315,70.704]],["parent/762",[307,4.556]],["name/763",[316,65.596]],["parent/763",[307,4.556]],["name/764",[317,59.718]],["parent/764",[]],["name/765",[1,23.976]],["parent/765",[317,5.496]],["name/766",[24,24.686]],["parent/766",[317,5.496]],["name/767",[25,45.581]],["parent/767",[317,5.496]],["name/768",[318,59.718]],["parent/768",[]],["name/769",[1,23.976]],["parent/769",[318,5.496]],["name/770",[24,24.686]],["parent/770",[318,5.496]],["name/771",[27,25.893]],["parent/771",[318,5.496]],["name/772",[319,62.231]],["parent/772",[]],["name/773",[320,70.704]],["parent/773",[319,5.727]],["name/774",[321,70.704]],["parent/774",[319,5.727]],["name/775",[322,59.718]],["parent/775",[]],["name/776",[1,23.976]],["parent/776",[322,5.496]],["name/777",[24,24.686]],["parent/777",[322,5.496]],["name/778",[27,25.893]],["parent/778",[322,5.496]],["name/779",[323,54.61]],["parent/779",[]],["name/780",[29,51.245]],["parent/780",[323,5.026]],["name/781",[30,51.245]],["parent/781",[323,5.026]],["name/782",[21,48.732]],["parent/782",[323,5.026]],["name/783",[22,48.732]],["parent/783",[323,5.026]],["name/784",[324,65.596]],["parent/784",[323,5.026]],["name/785",[325,65.596]],["parent/785",[323,5.026]],["name/786",[326,56.041]],["parent/786",[]],["name/787",[70,53.358]],["parent/787",[326,5.158]],["name/788",[85,38.252]],["parent/788",[326,5.158]],["name/789",[29,51.245]],["parent/789",[327,4.556]],["name/790",[85,38.252]],["parent/790",[327,4.556]],["name/791",[59,45.055]],["parent/791",[328,4.195]],["name/792",[118,48.732]],["parent/792",[328,4.195]],["name/793",[114,46.137]],["parent/793",[328,4.195]],["name/794",[30,51.245]],["parent/794",[327,4.556]],["name/795",[85,38.252]],["parent/795",[327,4.556]],["name/796",[59,45.055]],["parent/796",[328,4.195]],["name/797",[118,48.732]],["parent/797",[328,4.195]],["name/798",[114,46.137]],["parent/798",[328,4.195]],["name/799",[21,48.732]],["parent/799",[327,4.556]],["name/800",[85,38.252]],["parent/800",[327,4.556]],["name/801",[59,45.055]],["parent/801",[328,4.195]],["name/802",[118,48.732]],["parent/802",[328,4.195]],["name/803",[114,46.137]],["parent/803",[328,4.195]],["name/804",[22,48.732]],["parent/804",[327,4.556]],["name/805",[85,38.252]],["parent/805",[327,4.556]],["name/806",[59,45.055]],["parent/806",[328,4.195]],["name/807",[118,48.732]],["parent/807",[328,4.195]],["name/808",[114,46.137]],["parent/808",[328,4.195]],["name/809",[324,65.596]],["parent/809",[327,4.556]],["name/810",[85,38.252]],["parent/810",[327,4.556]],["name/811",[59,45.055]],["parent/811",[328,4.195]],["name/812",[118,48.732]],["parent/812",[328,4.195]],["name/813",[114,46.137]],["parent/813",[328,4.195]],["name/814",[325,65.596]],["parent/814",[327,4.556]],["name/815",[85,38.252]],["parent/815",[327,4.556]],["name/816",[59,45.055]],["parent/816",[328,4.195]],["name/817",[118,48.732]],["parent/817",[328,4.195]],["name/818",[114,46.137]],["parent/818",[328,4.195]],["name/819",[1,23.976]],["parent/819",[326,5.158]],["name/820",[24,24.686]],["parent/820",[326,5.158]],["name/821",[27,25.893]],["parent/821",[326,5.158]],["name/822",[329,62.231]],["parent/822",[]],["name/823",[330,70.704]],["parent/823",[329,5.727]],["name/824",[316,65.596]],["parent/824",[329,5.727]],["name/825",[331,59.718]],["parent/825",[]],["name/826",[1,23.976]],["parent/826",[331,5.496]],["name/827",[24,24.686]],["parent/827",[331,5.496]],["name/828",[27,25.893]],["parent/828",[331,5.496]],["name/829",[332,56.041]],["parent/829",[]],["name/830",[80,46.725]],["parent/830",[332,5.158]],["name/831",[333,65.596]],["parent/831",[332,5.158]],["name/832",[334,65.596]],["parent/832",[332,5.158]],["name/833",[258,56.041]],["parent/833",[332,5.158]],["name/834",[85,38.252]],["parent/834",[332,5.158]],["name/835",[335,65.596]],["parent/835",[336,6.037]],["name/836",[269,62.231]],["parent/836",[336,6.037]],["name/837",[337,51.245]],["parent/837",[]],["name/838",[1,23.976]],["parent/838",[337,4.716]],["name/839",[338,70.704]],["parent/839",[337,4.716]],["name/840",[339,70.704]],["parent/840",[337,4.716]],["name/841",[340,70.704]],["parent/841",[337,4.716]],["name/842",[341,70.704]],["parent/842",[337,4.716]],["name/843",[342,70.704]],["parent/843",[337,4.716]],["name/844",[343,70.704]],["parent/844",[337,4.716]],["name/845",[24,24.686]],["parent/845",[337,4.716]],["name/846",[27,25.893]],["parent/846",[337,4.716]],["name/847",[344,57.712]],["parent/847",[]],["name/848",[333,65.596]],["parent/848",[344,5.312]],["name/849",[334,65.596]],["parent/849",[344,5.312]],["name/850",[258,56.041]],["parent/850",[344,5.312]],["name/851",[85,38.252]],["parent/851",[344,5.312]],["name/852",[335,65.596]],["parent/852",[345,6.037]],["name/853",[269,62.231]],["parent/853",[345,6.037]],["name/854",[346,59.718]],["parent/854",[]],["name/855",[1,23.976]],["parent/855",[346,5.496]],["name/856",[24,24.686]],["parent/856",[346,5.496]],["name/857",[27,25.893]],["parent/857",[346,5.496]],["name/858",[347,59.718]],["parent/858",[]],["name/859",[42,59.718]],["parent/859",[347,5.496]],["name/860",[348,70.704]],["parent/860",[347,5.496]],["name/861",[349,70.704]],["parent/861",[347,5.496]],["name/862",[350,59.718]],["parent/862",[]],["name/863",[1,23.976]],["parent/863",[350,5.496]],["name/864",[24,24.686]],["parent/864",[350,5.496]],["name/865",[25,45.581]],["parent/865",[350,5.496]],["name/866",[351,59.718]],["parent/866",[]],["name/867",[1,23.976]],["parent/867",[351,5.496]],["name/868",[24,24.686]],["parent/868",[351,5.496]],["name/869",[27,25.893]],["parent/869",[351,5.496]],["name/870",[352,57.712]],["parent/870",[]],["name/871",[42,59.718]],["parent/871",[352,5.312]],["name/872",[353,70.704]],["parent/872",[352,5.312]],["name/873",[354,62.231]],["parent/873",[352,5.312]],["name/874",[355,70.704]],["parent/874",[352,5.312]],["name/875",[356,62.231]],["parent/875",[]],["name/876",[118,48.732]],["parent/876",[356,5.727]],["name/877",[116,44.555]],["parent/877",[356,5.727]],["name/878",[357,59.718]],["parent/878",[]],["name/879",[1,23.976]],["parent/879",[357,5.496]],["name/880",[24,24.686]],["parent/880",[357,5.496]],["name/881",[27,25.893]],["parent/881",[357,5.496]],["name/882",[358,54.61]],["parent/882",[]],["name/883",[7,59.718]],["parent/883",[358,5.026]],["name/884",[85,38.252]],["parent/884",[358,5.026]],["name/885",[359,57.712]],["parent/885",[360,5.158]],["name/886",[361,59.718]],["parent/886",[360,5.158]],["name/887",[362,59.718]],["parent/887",[360,5.158]],["name/888",[8,59.718]],["parent/888",[358,5.026]],["name/889",[85,38.252]],["parent/889",[358,5.026]],["name/890",[359,57.712]],["parent/890",[360,5.158]],["name/891",[361,59.718]],["parent/891",[360,5.158]],["name/892",[362,59.718]],["parent/892",[360,5.158]],["name/893",[363,70.704]],["parent/893",[358,5.026]],["name/894",[80,46.725]],["parent/894",[358,5.026]],["name/895",[364,46.725]],["parent/895",[]],["name/896",[1,23.976]],["parent/896",[364,4.3]],["name/897",[0,46.137]],["parent/897",[364,4.3]],["name/898",[2,54.61]],["parent/898",[364,4.3]],["name/899",[3,65.596]],["parent/899",[364,4.3]],["name/900",[4,51.245]],["parent/900",[364,4.3]],["name/901",[5,51.245]],["parent/901",[364,4.3]],["name/902",[6,65.596]],["parent/902",[364,4.3]],["name/903",[7,59.718]],["parent/903",[364,4.3]],["name/904",[8,59.718]],["parent/904",[364,4.3]],["name/905",[9,65.596]],["parent/905",[364,4.3]],["name/906",[10,65.596]],["parent/906",[364,4.3]],["name/907",[11,65.596]],["parent/907",[364,4.3]],["name/908",[12,54.61]],["parent/908",[364,4.3]],["name/909",[13,65.596]],["parent/909",[364,4.3]],["name/910",[365,65.596]],["parent/910",[]],["name/911",[366,70.704]],["parent/911",[365,6.037]],["name/912",[367,65.596]],["parent/912",[]],["name/913",[368,70.704]],["parent/913",[367,6.037]],["name/914",[4,51.245]],["parent/914",[]],["name/915",[1,23.976]],["parent/915",[4,4.716]],["name/916",[24,24.686]],["parent/916",[4,4.716]],["name/917",[369,70.704]],["parent/917",[4,4.716]],["name/918",[370,53.358]],["parent/918",[4,4.716]],["name/919",[27,25.893]],["parent/919",[4,4.716]],["name/920",[371,57.712]],["parent/920",[]],["name/921",[1,23.976]],["parent/921",[371,5.312]],["name/922",[372,59.718]],["parent/922",[371,5.312]],["name/923",[24,24.686]],["parent/923",[371,5.312]],["name/924",[27,25.893]],["parent/924",[371,5.312]],["name/925",[373,47.351]],["parent/925",[]],["name/926",[84,59.718]],["parent/926",[373,4.358]],["name/927",[374,65.596]],["parent/927",[373,4.358]],["name/928",[375,65.596]],["parent/928",[373,4.358]],["name/929",[64,62.231]],["parent/929",[373,4.358]],["name/930",[376,65.596]],["parent/930",[373,4.358]],["name/931",[377,70.704]],["parent/931",[373,4.358]],["name/932",[378,70.704]],["parent/932",[373,4.358]],["name/933",[379,65.596]],["parent/933",[373,4.358]],["name/934",[380,65.596]],["parent/934",[373,4.358]],["name/935",[381,65.596]],["parent/935",[373,4.358]],["name/936",[70,53.358]],["parent/936",[373,4.358]],["name/937",[382,65.596]],["parent/937",[373,4.358]],["name/938",[383,65.596]],["parent/938",[373,4.358]],["name/939",[384,65.596]],["parent/939",[373,4.358]],["name/940",[385,59.718]],["parent/940",[]],["name/941",[386,70.704]],["parent/941",[385,5.496]],["name/942",[268,59.718]],["parent/942",[385,5.496]],["name/943",[183,57.712]],["parent/943",[385,5.496]],["name/944",[387,52.246]],["parent/944",[]],["name/945",[86,50.336]],["parent/945",[387,4.808]],["name/946",[388,70.704]],["parent/946",[387,4.808]],["name/947",[79,54.61]],["parent/947",[387,4.808]],["name/948",[26,50.336]],["parent/948",[387,4.808]],["name/949",[15,52.246]],["parent/949",[387,4.808]],["name/950",[389,70.704]],["parent/950",[387,4.808]],["name/951",[59,45.055]],["parent/951",[387,4.808]],["name/952",[85,38.252]],["parent/952",[387,4.808]],["name/953",[137,51.245]],["parent/953",[390,6.037]],["name/954",[100,51.245]],["parent/954",[390,6.037]],["name/955",[391,59.718]],["parent/955",[]],["name/956",[1,23.976]],["parent/956",[391,5.496]],["name/957",[24,24.686]],["parent/957",[391,5.496]],["name/958",[27,25.893]],["parent/958",[391,5.496]],["name/959",[86,50.336]],["parent/959",[]],["name/960",[1,23.976]],["parent/960",[86,4.633]],["name/961",[24,24.686]],["parent/961",[86,4.633]],["name/962",[27,25.893]],["parent/962",[86,4.633]],["name/963",[392,59.718]],["parent/963",[]],["name/964",[1,23.976]],["parent/964",[392,5.496]],["name/965",[24,24.686]],["parent/965",[392,5.496]],["name/966",[27,25.893]],["parent/966",[392,5.496]],["name/967",[393,54.61]],["parent/967",[]],["name/968",[394,65.596]],["parent/968",[393,5.026]],["name/969",[395,70.704]],["parent/969",[393,5.026]],["name/970",[88,59.718]],["parent/970",[393,5.026]],["name/971",[89,59.718]],["parent/971",[393,5.026]],["name/972",[396,70.704]],["parent/972",[393,5.026]],["name/973",[85,38.252]],["parent/973",[393,5.026]],["name/974",[65,65.596]],["parent/974",[397,6.037]],["name/975",[15,52.246]],["parent/975",[397,6.037]],["name/976",[370,53.358]],["parent/976",[]],["name/977",[1,23.976]],["parent/977",[370,4.911]],["name/978",[394,65.596]],["parent/978",[370,4.911]],["name/979",[88,59.718]],["parent/979",[370,4.911]],["name/980",[89,59.718]],["parent/980",[370,4.911]],["name/981",[24,24.686]],["parent/981",[370,4.911]],["name/982",[27,25.893]],["parent/982",[370,4.911]],["name/983",[398,59.718]],["parent/983",[]],["name/984",[1,23.976]],["parent/984",[398,5.496]],["name/985",[24,24.686]],["parent/985",[398,5.496]],["name/986",[27,25.893]],["parent/986",[398,5.496]],["name/987",[399,56.041]],["parent/987",[]],["name/988",[257,54.61]],["parent/988",[399,5.158]],["name/989",[258,56.041]],["parent/989",[399,5.158]],["name/990",[400,65.596]],["parent/990",[399,5.158]],["name/991",[85,38.252]],["parent/991",[399,5.158]],["name/992",[267,59.718]],["parent/992",[401,6.037]],["name/993",[266,59.718]],["parent/993",[401,6.037]],["name/994",[402,65.596]],["parent/994",[399,5.158]],["name/995",[5,51.245]],["parent/995",[]],["name/996",[1,23.976]],["parent/996",[5,4.716]],["name/997",[403,70.704]],["parent/997",[5,4.716]],["name/998",[404,70.704]],["parent/998",[5,4.716]],["name/999",[405,70.704]],["parent/999",[5,4.716]],["name/1000",[406,53.358]],["parent/1000",[]],["name/1001",[407,70.704]],["parent/1001",[406,4.911]],["name/1002",[85,38.252]],["parent/1002",[406,4.911]],["name/1003",[260,59.718]],["parent/1003",[408,5.158]],["name/1004",[262,59.718]],["parent/1004",[408,5.158]],["name/1005",[409,70.704]],["parent/1005",[406,4.911]],["name/1006",[85,38.252]],["parent/1006",[406,4.911]],["name/1007",[260,59.718]],["parent/1007",[408,5.158]],["name/1008",[262,59.718]],["parent/1008",[408,5.158]],["name/1009",[400,65.596]],["parent/1009",[406,4.911]],["name/1010",[85,38.252]],["parent/1010",[406,4.911]],["name/1011",[267,59.718]],["parent/1011",[408,5.158]],["name/1012",[266,59.718]],["parent/1012",[408,5.158]],["name/1013",[402,65.596]],["parent/1013",[406,4.911]],["name/1014",[410,59.718]],["parent/1014",[]],["name/1015",[411,70.704]],["parent/1015",[410,5.496]],["name/1016",[412,70.704]],["parent/1016",[410,5.496]],["name/1017",[151,65.596]],["parent/1017",[410,5.496]],["name/1018",[413,57.712]],["parent/1018",[]],["name/1019",[414,70.704]],["parent/1019",[413,5.312]],["name/1020",[415,70.704]],["parent/1020",[413,5.312]],["name/1021",[416,70.704]],["parent/1021",[413,5.312]],["name/1022",[417,70.704]],["parent/1022",[413,5.312]],["name/1023",[418,65.596]],["parent/1023",[]],["name/1024",[152,65.596]],["parent/1024",[418,6.037]],["name/1025",[419,59.718]],["parent/1025",[]],["name/1026",[1,23.976]],["parent/1026",[419,5.496]],["name/1027",[24,24.686]],["parent/1027",[419,5.496]],["name/1028",[27,25.893]],["parent/1028",[419,5.496]],["name/1029",[420,57.712]],["parent/1029",[]],["name/1030",[70,53.358]],["parent/1030",[420,5.312]],["name/1031",[421,70.704]],["parent/1031",[420,5.312]],["name/1032",[253,65.596]],["parent/1032",[420,5.312]],["name/1033",[422,70.704]],["parent/1033",[420,5.312]],["name/1034",[423,57.712]],["parent/1034",[]],["name/1035",[424,70.704]],["parent/1035",[423,5.312]],["name/1036",[21,48.732]],["parent/1036",[423,5.312]],["name/1037",[22,48.732]],["parent/1037",[423,5.312]],["name/1038",[425,70.704]],["parent/1038",[423,5.312]],["name/1039",[426,59.718]],["parent/1039",[]],["name/1040",[116,44.555]],["parent/1040",[426,5.496]],["name/1041",[427,70.704]],["parent/1041",[426,5.496]],["name/1042",[275,59.718]],["parent/1042",[426,5.496]],["name/1043",[428,59.718]],["parent/1043",[]],["name/1044",[1,23.976]],["parent/1044",[428,5.496]],["name/1045",[24,24.686]],["parent/1045",[428,5.496]],["name/1046",[27,25.893]],["parent/1046",[428,5.496]],["name/1047",[429,59.718]],["parent/1047",[]],["name/1048",[1,23.976]],["parent/1048",[429,5.496]],["name/1049",[24,24.686]],["parent/1049",[429,5.496]],["name/1050",[27,25.893]],["parent/1050",[429,5.496]],["name/1051",[430,59.718]],["parent/1051",[]],["name/1052",[1,23.976]],["parent/1052",[430,5.496]],["name/1053",[24,24.686]],["parent/1053",[430,5.496]],["name/1054",[27,25.893]],["parent/1054",[430,5.496]],["name/1055",[431,59.718]],["parent/1055",[]],["name/1056",[1,23.976]],["parent/1056",[431,5.496]],["name/1057",[24,24.686]],["parent/1057",[431,5.496]],["name/1058",[27,25.893]],["parent/1058",[431,5.496]],["name/1059",[432,52.246]],["parent/1059",[]],["name/1060",[433,70.704]],["parent/1060",[432,4.808]],["name/1061",[434,65.596]],["parent/1061",[432,4.808]],["name/1062",[435,65.596]],["parent/1062",[432,4.808]],["name/1063",[436,70.704]],["parent/1063",[432,4.808]],["name/1064",[246,56.041]],["parent/1064",[432,4.808]],["name/1065",[437,65.596]],["parent/1065",[432,4.808]],["name/1066",[248,56.041]],["parent/1066",[432,4.808]],["name/1067",[438,70.704]],["parent/1067",[432,4.808]],["name/1068",[439,52.246]],["parent/1068",[]],["name/1069",[440,70.704]],["parent/1069",[439,4.808]],["name/1070",[435,65.596]],["parent/1070",[439,4.808]],["name/1071",[46,65.596]],["parent/1071",[439,4.808]],["name/1072",[246,56.041]],["parent/1072",[439,4.808]],["name/1073",[437,65.596]],["parent/1073",[439,4.808]],["name/1074",[248,56.041]],["parent/1074",[439,4.808]],["name/1075",[100,51.245]],["parent/1075",[439,4.808]],["name/1076",[441,70.704]],["parent/1076",[439,4.808]],["name/1077",[442,59.718]],["parent/1077",[]],["name/1078",[443,65.596]],["parent/1078",[442,5.496]],["name/1079",[444,65.596]],["parent/1079",[442,5.496]],["name/1080",[445,65.596]],["parent/1080",[442,5.496]],["name/1081",[446,59.718]],["parent/1081",[]],["name/1082",[443,65.596]],["parent/1082",[446,5.496]],["name/1083",[444,65.596]],["parent/1083",[446,5.496]],["name/1084",[445,65.596]],["parent/1084",[446,5.496]],["name/1085",[447,57.712]],["parent/1085",[]],["name/1086",[21,48.732]],["parent/1086",[447,5.312]],["name/1087",[30,51.245]],["parent/1087",[447,5.312]],["name/1088",[29,51.245]],["parent/1088",[447,5.312]],["name/1089",[22,48.732]],["parent/1089",[447,5.312]],["name/1090",[448,51.245]],["parent/1090",[]],["name/1091",[449,57.712]],["parent/1091",[448,4.716]],["name/1092",[450,57.712]],["parent/1092",[448,4.716]],["name/1093",[451,70.704]],["parent/1093",[448,4.716]],["name/1094",[452,70.704]],["parent/1094",[448,4.716]],["name/1095",[453,70.704]],["parent/1095",[448,4.716]],["name/1096",[454,70.704]],["parent/1096",[448,4.716]],["name/1097",[275,59.718]],["parent/1097",[448,4.716]],["name/1098",[263,65.596]],["parent/1098",[448,4.716]],["name/1099",[455,70.704]],["parent/1099",[448,4.716]],["name/1100",[456,59.718]],["parent/1100",[]],["name/1101",[1,23.976]],["parent/1101",[456,5.496]],["name/1102",[24,24.686]],["parent/1102",[456,5.496]],["name/1103",[27,25.893]],["parent/1103",[456,5.496]],["name/1104",[449,57.712]],["parent/1104",[]],["name/1105",[1,23.976]],["parent/1105",[449,5.312]],["name/1106",[24,24.686]],["parent/1106",[449,5.312]],["name/1107",[27,25.893]],["parent/1107",[449,5.312]],["name/1108",[450,57.712]],["parent/1108",[]],["name/1109",[1,23.976]],["parent/1109",[450,5.312]],["name/1110",[24,24.686]],["parent/1110",[450,5.312]],["name/1111",[27,25.893]],["parent/1111",[450,5.312]],["name/1112",[457,65.596]],["parent/1112",[]],["name/1113",[458,70.704]],["parent/1113",[457,6.037]],["name/1114",[459,42.772]],["parent/1114",[]],["name/1115",[460,70.704]],["parent/1115",[459,3.937]],["name/1116",[461,70.704]],["parent/1116",[459,3.937]],["name/1117",[462,70.704]],["parent/1117",[459,3.937]],["name/1118",[463,70.704]],["parent/1118",[459,3.937]],["name/1119",[464,70.704]],["parent/1119",[459,3.937]],["name/1120",[465,70.704]],["parent/1120",[459,3.937]],["name/1121",[466,70.704]],["parent/1121",[459,3.937]],["name/1122",[467,70.704]],["parent/1122",[459,3.937]],["name/1123",[468,70.704]],["parent/1123",[459,3.937]],["name/1124",[469,70.704]],["parent/1124",[459,3.937]],["name/1125",[470,70.704]],["parent/1125",[459,3.937]],["name/1126",[471,70.704]],["parent/1126",[459,3.937]],["name/1127",[472,70.704]],["parent/1127",[459,3.937]],["name/1128",[473,70.704]],["parent/1128",[459,3.937]],["name/1129",[474,70.704]],["parent/1129",[459,3.937]],["name/1130",[475,70.704]],["parent/1130",[459,3.937]],["name/1131",[476,70.704]],["parent/1131",[459,3.937]],["name/1132",[477,70.704]],["parent/1132",[459,3.937]],["name/1133",[478,70.704]],["parent/1133",[459,3.937]],["name/1134",[479,70.704]],["parent/1134",[459,3.937]],["name/1135",[480,70.704]],["parent/1135",[459,3.937]],["name/1136",[481,70.704]],["parent/1136",[459,3.937]],["name/1137",[116,44.555]],["parent/1137",[459,3.937]],["name/1138",[482,59.718]],["parent/1138",[]],["name/1139",[1,23.976]],["parent/1139",[482,5.496]],["name/1140",[24,24.686]],["parent/1140",[482,5.496]],["name/1141",[25,45.581]],["parent/1141",[482,5.496]],["name/1142",[483,56.041]],["parent/1142",[]],["name/1143",[1,23.976]],["parent/1143",[483,5.158]],["name/1144",[484,70.704]],["parent/1144",[483,5.158]],["name/1145",[24,24.686]],["parent/1145",[483,5.158]],["name/1146",[106,59.718]],["parent/1146",[483,5.158]],["name/1147",[27,25.893]],["parent/1147",[483,5.158]],["name/1148",[485,59.718]],["parent/1148",[]],["name/1149",[359,57.712]],["parent/1149",[485,5.496]],["name/1150",[361,59.718]],["parent/1150",[485,5.496]],["name/1151",[362,59.718]],["parent/1151",[485,5.496]],["name/1152",[486,50.336]],["parent/1152",[]],["name/1153",[248,56.041]],["parent/1153",[486,4.633]],["name/1154",[85,38.252]],["parent/1154",[486,4.633]],["name/1155",[118,48.732]],["parent/1155",[487,5.496]],["name/1156",[246,56.041]],["parent/1156",[487,5.496]],["name/1157",[488,70.704]],["parent/1157",[487,5.496]],["name/1158",[278,59.718]],["parent/1158",[487,5.496]],["name/1159",[489,70.704]],["parent/1159",[486,4.633]],["name/1160",[490,70.704]],["parent/1160",[486,4.633]],["name/1161",[491,70.704]],["parent/1161",[486,4.633]],["name/1162",[492,70.704]],["parent/1162",[486,4.633]],["name/1163",[493,70.704]],["parent/1163",[486,4.633]],["name/1164",[282,54.61]],["parent/1164",[486,4.633]],["name/1165",[434,65.596]],["parent/1165",[486,4.633]],["name/1166",[116,44.555]],["parent/1166",[486,4.633]],["name/1167",[494,65.596]],["parent/1167",[]],["name/1168",[85,38.252]],["parent/1168",[494,6.037]],["name/1169",[29,51.245]],["parent/1169",[495,5.026]],["name/1170",[22,48.732]],["parent/1170",[495,5.026]],["name/1171",[30,51.245]],["parent/1171",[495,5.026]],["name/1172",[21,48.732]],["parent/1172",[495,5.026]],["name/1173",[496,54.61]],["parent/1173",[495,5.026]],["name/1174",[497,54.61]],["parent/1174",[495,5.026]],["name/1175",[498,65.596]],["parent/1175",[495,5.026]],["name/1176",[499,65.596]],["parent/1176",[]],["name/1177",[85,38.252]],["parent/1177",[499,6.037]],["name/1178",[257,54.61]],["parent/1178",[500,5.727]],["name/1179",[258,56.041]],["parent/1179",[500,5.727]],["name/1180",[501,65.596]],["parent/1180",[500,5.727]],["name/1181",[502,59.718]],["parent/1181",[]],["name/1182",[1,23.976]],["parent/1182",[502,5.496]],["name/1183",[24,24.686]],["parent/1183",[502,5.496]],["name/1184",[27,25.893]],["parent/1184",[502,5.496]],["name/1185",[503,57.712]],["parent/1185",[]],["name/1186",[268,59.718]],["parent/1186",[503,5.312]],["name/1187",[504,70.704]],["parent/1187",[503,5.312]],["name/1188",[505,70.704]],["parent/1188",[503,5.312]],["name/1189",[506,70.704]],["parent/1189",[503,5.312]],["name/1190",[507,59.718]],["parent/1190",[]],["name/1191",[1,23.976]],["parent/1191",[507,5.496]],["name/1192",[24,24.686]],["parent/1192",[507,5.496]],["name/1193",[25,45.581]],["parent/1193",[507,5.496]],["name/1194",[508,59.718]],["parent/1194",[]],["name/1195",[1,23.976]],["parent/1195",[508,5.496]],["name/1196",[24,24.686]],["parent/1196",[508,5.496]],["name/1197",[27,25.893]],["parent/1197",[508,5.496]],["name/1198",[509,65.596]],["parent/1198",[]],["name/1199",[510,70.704]],["parent/1199",[509,6.037]],["name/1200",[511,59.718]],["parent/1200",[]],["name/1201",[1,23.976]],["parent/1201",[511,5.496]],["name/1202",[24,24.686]],["parent/1202",[511,5.496]],["name/1203",[25,45.581]],["parent/1203",[511,5.496]],["name/1204",[512,59.718]],["parent/1204",[]],["name/1205",[1,23.976]],["parent/1205",[512,5.496]],["name/1206",[24,24.686]],["parent/1206",[512,5.496]],["name/1207",[27,25.893]],["parent/1207",[512,5.496]],["name/1208",[513,62.231]],["parent/1208",[]],["name/1209",[514,70.704]],["parent/1209",[513,5.727]],["name/1210",[515,70.704]],["parent/1210",[513,5.727]],["name/1211",[516,59.718]],["parent/1211",[]],["name/1212",[257,54.61]],["parent/1212",[516,5.496]],["name/1213",[258,56.041]],["parent/1213",[516,5.496]],["name/1214",[501,65.596]],["parent/1214",[516,5.496]],["name/1215",[517,59.718]],["parent/1215",[]],["name/1216",[1,23.976]],["parent/1216",[517,5.496]],["name/1217",[24,24.686]],["parent/1217",[517,5.496]],["name/1218",[25,45.581]],["parent/1218",[517,5.496]],["name/1219",[518,59.718]],["parent/1219",[]],["name/1220",[1,23.976]],["parent/1220",[518,5.496]],["name/1221",[24,24.686]],["parent/1221",[518,5.496]],["name/1222",[27,25.893]],["parent/1222",[518,5.496]],["name/1223",[519,56.041]],["parent/1223",[]],["name/1224",[68,65.596]],["parent/1224",[519,5.158]],["name/1225",[520,70.704]],["parent/1225",[519,5.158]],["name/1226",[521,70.704]],["parent/1226",[519,5.158]],["name/1227",[522,70.704]],["parent/1227",[519,5.158]],["name/1228",[523,70.704]],["parent/1228",[519,5.158]],["name/1229",[524,59.718]],["parent/1229",[]],["name/1230",[15,52.246]],["parent/1230",[524,5.496]],["name/1231",[525,70.704]],["parent/1231",[524,5.496]],["name/1232",[526,70.704]],["parent/1232",[524,5.496]],["name/1233",[527,59.718]],["parent/1233",[]],["name/1234",[1,23.976]],["parent/1234",[527,5.496]],["name/1235",[24,24.686]],["parent/1235",[527,5.496]],["name/1236",[25,45.581]],["parent/1236",[527,5.496]],["name/1237",[528,59.718]],["parent/1237",[]],["name/1238",[1,23.976]],["parent/1238",[528,5.496]],["name/1239",[24,24.686]],["parent/1239",[528,5.496]],["name/1240",[27,25.893]],["parent/1240",[528,5.496]],["name/1241",[529,59.718]],["parent/1241",[]],["name/1242",[530,70.704]],["parent/1242",[529,5.496]],["name/1243",[531,70.704]],["parent/1243",[529,5.496]],["name/1244",[532,70.704]],["parent/1244",[529,5.496]],["name/1245",[533,62.231]],["parent/1245",[]],["name/1246",[248,56.041]],["parent/1246",[533,5.727]],["name/1247",[79,54.61]],["parent/1247",[533,5.727]],["name/1248",[534,62.231]],["parent/1248",[]],["name/1249",[535,70.704]],["parent/1249",[534,5.727]],["name/1250",[536,70.704]],["parent/1250",[534,5.727]],["name/1251",[537,59.718]],["parent/1251",[]],["name/1252",[538,70.704]],["parent/1252",[537,5.496]],["name/1253",[539,70.704]],["parent/1253",[537,5.496]],["name/1254",[540,70.704]],["parent/1254",[537,5.496]],["name/1255",[541,56.041]],["parent/1255",[]],["name/1256",[542,57.712]],["parent/1256",[541,5.158]],["name/1257",[543,70.704]],["parent/1257",[541,5.158]],["name/1258",[544,70.704]],["parent/1258",[541,5.158]],["name/1259",[545,70.704]],["parent/1259",[541,5.158]],["name/1260",[546,70.704]],["parent/1260",[541,5.158]],["name/1261",[542,57.712]],["parent/1261",[]],["name/1262",[1,23.976]],["parent/1262",[542,5.312]],["name/1263",[24,24.686]],["parent/1263",[542,5.312]],["name/1264",[27,25.893]],["parent/1264",[542,5.312]],["name/1265",[547,53.358]],["parent/1265",[]],["name/1266",[29,51.245]],["parent/1266",[547,4.911]],["name/1267",[22,48.732]],["parent/1267",[547,4.911]],["name/1268",[30,51.245]],["parent/1268",[547,4.911]],["name/1269",[21,48.732]],["parent/1269",[547,4.911]],["name/1270",[496,54.61]],["parent/1270",[547,4.911]],["name/1271",[497,54.61]],["parent/1271",[547,4.911]],["name/1272",[498,65.596]],["parent/1272",[547,4.911]],["name/1273",[548,59.718]],["parent/1273",[]],["name/1274",[1,23.976]],["parent/1274",[548,5.496]],["name/1275",[24,24.686]],["parent/1275",[548,5.496]],["name/1276",[25,45.581]],["parent/1276",[548,5.496]],["name/1277",[549,59.718]],["parent/1277",[]],["name/1278",[1,23.976]],["parent/1278",[549,5.496]],["name/1279",[24,24.686]],["parent/1279",[549,5.496]],["name/1280",[27,25.893]],["parent/1280",[549,5.496]],["name/1281",[550,59.718]],["parent/1281",[]],["name/1282",[551,70.704]],["parent/1282",[550,5.496]],["name/1283",[552,70.704]],["parent/1283",[550,5.496]],["name/1284",[553,65.596]],["parent/1284",[550,5.496]],["name/1285",[554,57.712]],["parent/1285",[]],["name/1286",[555,70.704]],["parent/1286",[554,5.312]],["name/1287",[15,52.246]],["parent/1287",[554,5.312]],["name/1288",[293,65.596]],["parent/1288",[554,5.312]],["name/1289",[556,70.704]],["parent/1289",[554,5.312]],["name/1290",[557,59.718]],["parent/1290",[]],["name/1291",[1,23.976]],["parent/1291",[557,5.496]],["name/1292",[24,24.686]],["parent/1292",[557,5.496]],["name/1293",[25,45.581]],["parent/1293",[557,5.496]],["name/1294",[558,59.718]],["parent/1294",[]],["name/1295",[1,23.976]],["parent/1295",[558,5.496]],["name/1296",[24,24.686]],["parent/1296",[558,5.496]],["name/1297",[27,25.893]],["parent/1297",[558,5.496]],["name/1298",[559,56.041]],["parent/1298",[]],["name/1299",[560,70.704]],["parent/1299",[559,5.158]],["name/1300",[561,70.704]],["parent/1300",[559,5.158]],["name/1301",[553,65.596]],["parent/1301",[559,5.158]],["name/1302",[562,70.704]],["parent/1302",[559,5.158]],["name/1303",[563,70.704]],["parent/1303",[559,5.158]],["name/1304",[564,59.718]],["parent/1304",[]],["name/1305",[1,23.976]],["parent/1305",[564,5.496]],["name/1306",[24,24.686]],["parent/1306",[564,5.496]],["name/1307",[25,45.581]],["parent/1307",[564,5.496]],["name/1308",[116,44.555]],["parent/1308",[]],["name/1309",[1,23.976]],["parent/1309",[116,4.101]],["name/1310",[24,24.686]],["parent/1310",[116,4.101]],["name/1311",[27,25.893]],["parent/1311",[116,4.101]],["name/1312",[565,59.718]],["parent/1312",[]],["name/1313",[359,57.712]],["parent/1313",[565,5.496]],["name/1314",[361,59.718]],["parent/1314",[565,5.496]],["name/1315",[362,59.718]],["parent/1315",[565,5.496]],["name/1316",[566,62.231]],["parent/1316",[]],["name/1317",[116,44.555]],["parent/1317",[566,5.727]],["name/1318",[372,59.718]],["parent/1318",[566,5.727]],["name/1319",[567,62.231]],["parent/1319",[]],["name/1320",[496,54.61]],["parent/1320",[567,5.727]],["name/1321",[497,54.61]],["parent/1321",[567,5.727]],["name/1322",[568,59.718]],["parent/1322",[]],["name/1323",[1,23.976]],["parent/1323",[568,5.496]],["name/1324",[24,24.686]],["parent/1324",[568,5.496]],["name/1325",[27,25.893]],["parent/1325",[568,5.496]],["name/1326",[569,59.718]],["parent/1326",[]],["name/1327",[1,23.976]],["parent/1327",[569,5.496]],["name/1328",[24,24.686]],["parent/1328",[569,5.496]],["name/1329",[25,45.581]],["parent/1329",[569,5.496]],["name/1330",[570,57.712]],["parent/1330",[]],["name/1331",[114,46.137]],["parent/1331",[570,5.312]],["name/1332",[571,70.704]],["parent/1332",[570,5.312]],["name/1333",[572,70.704]],["parent/1333",[570,5.312]],["name/1334",[573,70.704]],["parent/1334",[570,5.312]],["name/1335",[574,59.718]],["parent/1335",[]],["name/1336",[1,23.976]],["parent/1336",[574,5.496]],["name/1337",[24,24.686]],["parent/1337",[574,5.496]],["name/1338",[27,25.893]],["parent/1338",[574,5.496]],["name/1339",[575,59.718]],["parent/1339",[]],["name/1340",[576,70.704]],["parent/1340",[575,5.496]],["name/1341",[114,46.137]],["parent/1341",[575,5.496]],["name/1342",[116,44.555]],["parent/1342",[575,5.496]],["name/1343",[91,49.502]],["parent/1343",[]],["name/1344",[1,23.976]],["parent/1344",[91,4.556]],["name/1345",[24,24.686]],["parent/1345",[91,4.556]],["name/1346",[27,25.893]],["parent/1346",[91,4.556]],["name/1347",[577,38.252]],["parent/1347",[]],["name/1348",[63,65.596]],["parent/1348",[577,3.521]],["name/1349",[578,70.704]],["parent/1349",[577,3.521]],["name/1350",[579,70.704]],["parent/1350",[577,3.521]],["name/1351",[580,70.704]],["parent/1351",[577,3.521]],["name/1352",[581,70.704]],["parent/1352",[577,3.521]],["name/1353",[354,62.231]],["parent/1353",[577,3.521]],["name/1354",[582,70.704]],["parent/1354",[577,3.521]],["name/1355",[583,70.704]],["parent/1355",[577,3.521]],["name/1356",[584,70.704]],["parent/1356",[577,3.521]],["name/1357",[585,70.704]],["parent/1357",[577,3.521]],["name/1358",[586,70.704]],["parent/1358",[577,3.521]],["name/1359",[587,70.704]],["parent/1359",[577,3.521]],["name/1360",[588,70.704]],["parent/1360",[577,3.521]],["name/1361",[589,70.704]],["parent/1361",[577,3.521]],["name/1362",[590,70.704]],["parent/1362",[577,3.521]],["name/1363",[591,70.704]],["parent/1363",[577,3.521]],["name/1364",[592,70.704]],["parent/1364",[577,3.521]],["name/1365",[593,70.704]],["parent/1365",[577,3.521]],["name/1366",[594,70.704]],["parent/1366",[577,3.521]],["name/1367",[595,70.704]],["parent/1367",[577,3.521]],["name/1368",[596,70.704]],["parent/1368",[577,3.521]],["name/1369",[597,70.704]],["parent/1369",[577,3.521]],["name/1370",[598,70.704]],["parent/1370",[577,3.521]],["name/1371",[599,70.704]],["parent/1371",[577,3.521]],["name/1372",[600,70.704]],["parent/1372",[577,3.521]],["name/1373",[601,70.704]],["parent/1373",[577,3.521]],["name/1374",[602,70.704]],["parent/1374",[577,3.521]],["name/1375",[603,70.704]],["parent/1375",[577,3.521]],["name/1376",[604,70.704]],["parent/1376",[577,3.521]],["name/1377",[605,70.704]],["parent/1377",[577,3.521]],["name/1378",[606,70.704]],["parent/1378",[577,3.521]],["name/1379",[607,70.704]],["parent/1379",[577,3.521]],["name/1380",[608,70.704]],["parent/1380",[577,3.521]],["name/1381",[609,70.704]],["parent/1381",[577,3.521]],["name/1382",[610,70.704]],["parent/1382",[577,3.521]],["name/1383",[611,70.704]],["parent/1383",[577,3.521]],["name/1384",[612,70.704]],["parent/1384",[577,3.521]],["name/1385",[613,56.041]],["parent/1385",[]],["name/1386",[359,57.712]],["parent/1386",[613,5.158]],["name/1387",[614,70.704]],["parent/1387",[613,5.158]],["name/1388",[615,70.704]],["parent/1388",[613,5.158]],["name/1389",[616,70.704]],["parent/1389",[613,5.158]],["name/1390",[617,70.704]],["parent/1390",[613,5.158]],["name/1391",[2,54.61]],["parent/1391",[]],["name/1392",[1,23.976]],["parent/1392",[2,5.026]],["name/1393",[24,24.686]],["parent/1393",[2,5.026]],["name/1394",[27,25.893]],["parent/1394",[2,5.026]],["name/1395",[618,51.245]],["parent/1395",[]],["name/1396",[137,51.245]],["parent/1396",[618,4.716]],["name/1397",[236,57.712]],["parent/1397",[618,4.716]],["name/1398",[619,59.718]],["parent/1398",[618,4.716]],["name/1399",[620,59.718]],["parent/1399",[618,4.716]],["name/1400",[196,57.712]],["parent/1400",[618,4.716]],["name/1401",[621,59.718]],["parent/1401",[618,4.716]],["name/1402",[622,59.718]],["parent/1402",[618,4.716]],["name/1403",[623,59.718]],["parent/1403",[618,4.716]],["name/1404",[624,59.718]],["parent/1404",[618,4.716]],["name/1405",[625,50.336]],["parent/1405",[]],["name/1406",[372,59.718]],["parent/1406",[625,4.633]],["name/1407",[236,57.712]],["parent/1407",[625,4.633]],["name/1408",[137,51.245]],["parent/1408",[625,4.633]],["name/1409",[619,59.718]],["parent/1409",[625,4.633]],["name/1410",[620,59.718]],["parent/1410",[625,4.633]],["name/1411",[196,57.712]],["parent/1411",[625,4.633]],["name/1412",[621,59.718]],["parent/1412",[625,4.633]],["name/1413",[622,59.718]],["parent/1413",[625,4.633]],["name/1414",[623,59.718]],["parent/1414",[625,4.633]],["name/1415",[624,59.718]],["parent/1415",[625,4.633]],["name/1416",[626,59.718]],["parent/1416",[]],["name/1417",[1,23.976]],["parent/1417",[626,5.496]],["name/1418",[24,24.686]],["parent/1418",[626,5.496]],["name/1419",[27,25.893]],["parent/1419",[626,5.496]],["name/1420",[627,50.336]],["parent/1420",[]],["name/1421",[100,51.245]],["parent/1421",[627,4.633]],["name/1422",[137,51.245]],["parent/1422",[627,4.633]],["name/1423",[236,57.712]],["parent/1423",[627,4.633]],["name/1424",[619,59.718]],["parent/1424",[627,4.633]],["name/1425",[620,59.718]],["parent/1425",[627,4.633]],["name/1426",[196,57.712]],["parent/1426",[627,4.633]],["name/1427",[621,59.718]],["parent/1427",[627,4.633]],["name/1428",[622,59.718]],["parent/1428",[627,4.633]],["name/1429",[623,59.718]],["parent/1429",[627,4.633]],["name/1430",[624,59.718]],["parent/1430",[627,4.633]],["name/1431",[628,49.502]],["parent/1431",[]],["name/1432",[372,59.718]],["parent/1432",[628,4.556]],["name/1433",[236,57.712]],["parent/1433",[628,4.556]],["name/1434",[100,51.245]],["parent/1434",[628,4.556]],["name/1435",[137,51.245]],["parent/1435",[628,4.556]],["name/1436",[619,59.718]],["parent/1436",[628,4.556]],["name/1437",[620,59.718]],["parent/1437",[628,4.556]],["name/1438",[196,57.712]],["parent/1438",[628,4.556]],["name/1439",[621,59.718]],["parent/1439",[628,4.556]],["name/1440",[622,59.718]],["parent/1440",[628,4.556]],["name/1441",[623,59.718]],["parent/1441",[628,4.556]],["name/1442",[624,59.718]],["parent/1442",[628,4.556]],["name/1443",[629,59.718]],["parent/1443",[]],["name/1444",[1,23.976]],["parent/1444",[629,5.496]],["name/1445",[24,24.686]],["parent/1445",[629,5.496]],["name/1446",[27,25.893]],["parent/1446",[629,5.496]],["name/1447",[630,59.718]],["parent/1447",[]],["name/1448",[1,23.976]],["parent/1448",[630,5.496]],["name/1449",[24,24.686]],["parent/1449",[630,5.496]],["name/1450",[27,25.893]],["parent/1450",[630,5.496]],["name/1451",[631,59.718]],["parent/1451",[]],["name/1452",[1,23.976]],["parent/1452",[631,5.496]],["name/1453",[24,24.686]],["parent/1453",[631,5.496]],["name/1454",[27,25.893]],["parent/1454",[631,5.496]],["name/1455",[632,62.231]],["parent/1455",[]],["name/1456",[100,51.245]],["parent/1456",[632,5.727]],["name/1457",[137,51.245]],["parent/1457",[632,5.727]],["name/1458",[633,59.718]],["parent/1458",[]],["name/1459",[1,23.976]],["parent/1459",[633,5.496]],["name/1460",[24,24.686]],["parent/1460",[633,5.496]],["name/1461",[27,25.893]],["parent/1461",[633,5.496]],["name/1462",[634,59.718]],["parent/1462",[]],["name/1463",[1,23.976]],["parent/1463",[634,5.496]],["name/1464",[24,24.686]],["parent/1464",[634,5.496]],["name/1465",[27,25.893]],["parent/1465",[634,5.496]],["name/1466",[635,59.718]],["parent/1466",[]],["name/1467",[1,23.976]],["parent/1467",[635,5.496]],["name/1468",[636,70.704]],["parent/1468",[635,5.496]],["name/1469",[86,50.336]],["parent/1469",[635,5.496]],["name/1470",[637,46.137]],["parent/1470",[]],["name/1471",[638,70.704]],["parent/1471",[637,4.246]],["name/1472",[639,70.704]],["parent/1472",[637,4.246]],["name/1473",[640,70.704]],["parent/1473",[637,4.246]],["name/1474",[641,70.704]],["parent/1474",[637,4.246]],["name/1475",[642,70.704]],["parent/1475",[637,4.246]],["name/1476",[643,70.704]],["parent/1476",[637,4.246]],["name/1477",[644,70.704]],["parent/1477",[637,4.246]],["name/1478",[645,70.704]],["parent/1478",[637,4.246]],["name/1479",[646,70.704]],["parent/1479",[637,4.246]],["name/1480",[647,70.704]],["parent/1480",[637,4.246]],["name/1481",[648,70.704]],["parent/1481",[637,4.246]],["name/1482",[649,70.704]],["parent/1482",[637,4.246]],["name/1483",[650,70.704]],["parent/1483",[637,4.246]],["name/1484",[651,70.704]],["parent/1484",[637,4.246]],["name/1485",[652,70.704]],["parent/1485",[637,4.246]],["name/1486",[653,70.704]],["parent/1486",[637,4.246]],["name/1487",[654,65.596]],["parent/1487",[]],["name/1488",[85,38.252]],["parent/1488",[654,6.037]],["name/1489",[655,59.718]],["parent/1489",[]],["name/1490",[1,23.976]],["parent/1490",[655,5.496]],["name/1491",[24,24.686]],["parent/1491",[655,5.496]],["name/1492",[27,25.893]],["parent/1492",[655,5.496]],["name/1493",[656,59.718]],["parent/1493",[]],["name/1494",[1,23.976]],["parent/1494",[656,5.496]],["name/1495",[24,24.686]],["parent/1495",[656,5.496]],["name/1496",[27,25.893]],["parent/1496",[656,5.496]],["name/1497",[657,59.718]],["parent/1497",[]],["name/1498",[1,23.976]],["parent/1498",[657,5.496]],["name/1499",[24,24.686]],["parent/1499",[657,5.496]],["name/1500",[25,45.581]],["parent/1500",[657,5.496]],["name/1501",[658,70.704]],["parent/1501",[]],["name/1502",[659,59.718]],["parent/1502",[]],["name/1503",[1,23.976]],["parent/1503",[659,5.496]],["name/1504",[24,24.686]],["parent/1504",[659,5.496]],["name/1505",[25,45.581]],["parent/1505",[659,5.496]],["name/1506",[660,70.704]],["parent/1506",[]],["name/1507",[661,56.041]],["parent/1507",[]],["name/1508",[662,70.704]],["parent/1508",[661,5.158]],["name/1509",[1,23.976]],["parent/1509",[661,5.158]],["name/1510",[106,59.718]],["parent/1510",[661,5.158]],["name/1511",[24,24.686]],["parent/1511",[661,5.158]],["name/1512",[27,25.893]],["parent/1512",[661,5.158]],["name/1513",[663,59.718]],["parent/1513",[]],["name/1514",[1,23.976]],["parent/1514",[663,5.496]],["name/1515",[24,24.686]],["parent/1515",[663,5.496]],["name/1516",[27,25.893]],["parent/1516",[663,5.496]],["name/1517",[664,70.704]],["parent/1517",[]],["name/1518",[665,65.596]],["parent/1518",[]],["name/1519",[666,70.704]],["parent/1519",[665,6.037]],["name/1520",[667,59.718]],["parent/1520",[]],["name/1521",[1,23.976]],["parent/1521",[667,5.496]],["name/1522",[24,24.686]],["parent/1522",[667,5.496]],["name/1523",[27,25.893]],["parent/1523",[667,5.496]],["name/1524",[668,59.718]],["parent/1524",[]],["name/1525",[1,23.976]],["parent/1525",[668,5.496]],["name/1526",[24,24.686]],["parent/1526",[668,5.496]],["name/1527",[27,25.893]],["parent/1527",[668,5.496]],["name/1528",[669,59.718]],["parent/1528",[]],["name/1529",[1,23.976]],["parent/1529",[669,5.496]],["name/1530",[24,24.686]],["parent/1530",[669,5.496]],["name/1531",[27,25.893]],["parent/1531",[669,5.496]],["name/1532",[670,59.718]],["parent/1532",[]],["name/1533",[1,23.976]],["parent/1533",[670,5.496]],["name/1534",[24,24.686]],["parent/1534",[670,5.496]],["name/1535",[27,25.893]],["parent/1535",[670,5.496]],["name/1536",[671,59.718]],["parent/1536",[]],["name/1537",[1,23.976]],["parent/1537",[671,5.496]],["name/1538",[24,24.686]],["parent/1538",[671,5.496]],["name/1539",[27,25.893]],["parent/1539",[671,5.496]],["name/1540",[672,59.718]],["parent/1540",[]],["name/1541",[1,23.976]],["parent/1541",[672,5.496]],["name/1542",[24,24.686]],["parent/1542",[672,5.496]],["name/1543",[27,25.893]],["parent/1543",[672,5.496]],["name/1544",[673,62.231]],["parent/1544",[]],["name/1545",[364,46.725]],["parent/1545",[673,5.727]],["name/1546",[674,70.704]],["parent/1546",[673,5.727]],["name/1547",[675,62.231]],["parent/1547",[]],["name/1548",[1,23.976]],["parent/1548",[675,5.727]],["name/1549",[24,24.686]],["parent/1549",[675,5.727]],["name/1550",[676,62.231]],["parent/1550",[]],["name/1551",[496,54.61]],["parent/1551",[676,5.727]],["name/1552",[116,44.555]],["parent/1552",[676,5.727]],["name/1553",[677,54.61]],["parent/1553",[]],["name/1554",[1,23.976]],["parent/1554",[677,5.026]],["name/1555",[678,65.596]],["parent/1555",[677,5.026]],["name/1556",[27,25.893]],["parent/1556",[677,5.026]],["name/1557",[679,65.596]],["parent/1557",[677,5.026]],["name/1558",[680,65.596]],["parent/1558",[677,5.026]],["name/1559",[5,51.245]],["parent/1559",[677,5.026]],["name/1560",[681,62.231]],["parent/1560",[]],["name/1561",[497,54.61]],["parent/1561",[681,5.727]],["name/1562",[116,44.555]],["parent/1562",[681,5.727]],["name/1563",[682,54.61]],["parent/1563",[]],["name/1564",[1,23.976]],["parent/1564",[682,5.026]],["name/1565",[678,65.596]],["parent/1565",[682,5.026]],["name/1566",[27,25.893]],["parent/1566",[682,5.026]],["name/1567",[679,65.596]],["parent/1567",[682,5.026]],["name/1568",[680,65.596]],["parent/1568",[682,5.026]],["name/1569",[5,51.245]],["parent/1569",[682,5.026]],["name/1570",[683,65.596]],["parent/1570",[]],["name/1571",[80,46.725]],["parent/1571",[683,6.037]],["name/1572",[496,54.61]],["parent/1572",[]],["name/1573",[1,23.976]],["parent/1573",[496,5.026]],["name/1574",[193,59.718]],["parent/1574",[496,5.026]],["name/1575",[497,54.61]],["parent/1575",[]],["name/1576",[1,23.976]],["parent/1576",[497,5.026]],["name/1577",[193,59.718]],["parent/1577",[497,5.026]],["name/1578",[12,54.61]],["parent/1578",[]],["name/1579",[1,23.976]],["parent/1579",[12,5.026]],["name/1580",[684,70.704]],["parent/1580",[12,5.026]],["name/1581",[24,24.686]],["parent/1581",[12,5.026]],["name/1582",[27,25.893]],["parent/1582",[12,5.026]],["name/1583",[685,59.718]],["parent/1583",[]],["name/1584",[1,23.976]],["parent/1584",[685,5.496]],["name/1585",[24,24.686]],["parent/1585",[685,5.496]],["name/1586",[25,45.581]],["parent/1586",[685,5.496]],["name/1587",[686,59.718]],["parent/1587",[]],["name/1588",[1,23.976]],["parent/1588",[686,5.496]],["name/1589",[24,24.686]],["parent/1589",[686,5.496]],["name/1590",[27,25.893]],["parent/1590",[686,5.496]],["name/1591",[687,59.718]],["parent/1591",[]],["name/1592",[1,23.976]],["parent/1592",[687,5.496]],["name/1593",[24,24.686]],["parent/1593",[687,5.496]],["name/1594",[27,25.893]],["parent/1594",[687,5.496]],["name/1595",[688,59.718]],["parent/1595",[]],["name/1596",[1,23.976]],["parent/1596",[688,5.496]],["name/1597",[24,24.686]],["parent/1597",[688,5.496]],["name/1598",[27,25.893]],["parent/1598",[688,5.496]],["name/1599",[689,59.718]],["parent/1599",[]],["name/1600",[1,23.976]],["parent/1600",[689,5.496]],["name/1601",[24,24.686]],["parent/1601",[689,5.496]],["name/1602",[27,25.893]],["parent/1602",[689,5.496]],["name/1603",[690,56.041]],["parent/1603",[]],["name/1604",[17,54.61]],["parent/1604",[690,5.158]],["name/1605",[303,59.718]],["parent/1605",[690,5.158]],["name/1606",[21,48.732]],["parent/1606",[690,5.158]],["name/1607",[304,59.718]],["parent/1607",[690,5.158]],["name/1608",[22,48.732]],["parent/1608",[690,5.158]],["name/1609",[691,56.041]],["parent/1609",[]],["name/1610",[30,51.245]],["parent/1610",[691,5.158]],["name/1611",[17,54.61]],["parent/1611",[691,5.158]],["name/1612",[303,59.718]],["parent/1612",[691,5.158]],["name/1613",[304,59.718]],["parent/1613",[691,5.158]],["name/1614",[29,51.245]],["parent/1614",[691,5.158]],["name/1615",[692,33.249]],["parent/1615",[]],["name/1616",[64,62.231]],["parent/1616",[692,3.06]],["name/1617",[384,65.596]],["parent/1617",[692,3.06]],["name/1618",[381,65.596]],["parent/1618",[692,3.06]],["name/1619",[383,65.596]],["parent/1619",[692,3.06]],["name/1620",[380,65.596]],["parent/1620",[692,3.06]],["name/1621",[693,70.704]],["parent/1621",[692,3.06]],["name/1622",[374,65.596]],["parent/1622",[692,3.06]],["name/1623",[382,65.596]],["parent/1623",[692,3.06]],["name/1624",[694,70.704]],["parent/1624",[692,3.06]],["name/1625",[375,65.596]],["parent/1625",[692,3.06]],["name/1626",[695,70.704]],["parent/1626",[692,3.06]],["name/1627",[696,70.704]],["parent/1627",[692,3.06]],["name/1628",[697,70.704]],["parent/1628",[692,3.06]],["name/1629",[698,70.704]],["parent/1629",[692,3.06]],["name/1630",[699,70.704]],["parent/1630",[692,3.06]],["name/1631",[700,70.704]],["parent/1631",[692,3.06]],["name/1632",[701,70.704]],["parent/1632",[692,3.06]],["name/1633",[702,70.704]],["parent/1633",[692,3.06]],["name/1634",[376,65.596]],["parent/1634",[692,3.06]],["name/1635",[703,70.704]],["parent/1635",[692,3.06]],["name/1636",[704,70.704]],["parent/1636",[692,3.06]],["name/1637",[705,70.704]],["parent/1637",[692,3.06]],["name/1638",[379,65.596]],["parent/1638",[692,3.06]],["name/1639",[84,59.718]],["parent/1639",[692,3.06]],["name/1640",[706,70.704]],["parent/1640",[692,3.06]],["name/1641",[707,70.704]],["parent/1641",[692,3.06]],["name/1642",[708,70.704]],["parent/1642",[692,3.06]],["name/1643",[709,70.704]],["parent/1643",[692,3.06]],["name/1644",[710,70.704]],["parent/1644",[692,3.06]],["name/1645",[711,70.704]],["parent/1645",[692,3.06]],["name/1646",[712,70.704]],["parent/1646",[692,3.06]],["name/1647",[713,70.704]],["parent/1647",[692,3.06]],["name/1648",[714,70.704]],["parent/1648",[692,3.06]],["name/1649",[715,70.704]],["parent/1649",[692,3.06]],["name/1650",[716,70.704]],["parent/1650",[692,3.06]],["name/1651",[717,70.704]],["parent/1651",[692,3.06]],["name/1652",[718,70.704]],["parent/1652",[692,3.06]],["name/1653",[719,70.704]],["parent/1653",[692,3.06]],["name/1654",[720,70.704]],["parent/1654",[692,3.06]],["name/1655",[721,70.704]],["parent/1655",[692,3.06]],["name/1656",[722,70.704]],["parent/1656",[692,3.06]],["name/1657",[723,70.704]],["parent/1657",[692,3.06]],["name/1658",[724,70.704]],["parent/1658",[692,3.06]],["name/1659",[725,70.704]],["parent/1659",[692,3.06]],["name/1660",[726,70.704]],["parent/1660",[692,3.06]],["name/1661",[727,70.704]],["parent/1661",[692,3.06]],["name/1662",[728,70.704]],["parent/1662",[692,3.06]],["name/1663",[70,53.358]],["parent/1663",[692,3.06]],["name/1664",[729,70.704]],["parent/1664",[692,3.06]],["name/1665",[730,70.704]],["parent/1665",[692,3.06]],["name/1666",[731,70.704]],["parent/1666",[692,3.06]],["name/1667",[732,70.704]],["parent/1667",[692,3.06]],["name/1668",[733,70.704]],["parent/1668",[692,3.06]],["name/1669",[734,70.704]],["parent/1669",[692,3.06]],["name/1670",[735,70.704]],["parent/1670",[692,3.06]],["name/1671",[736,70.704]],["parent/1671",[692,3.06]],["name/1672",[737,70.704]],["parent/1672",[692,3.06]],["name/1673",[738,70.704]],["parent/1673",[692,3.06]],["name/1674",[739,70.704]],["parent/1674",[692,3.06]],["name/1675",[740,70.704]],["parent/1675",[692,3.06]],["name/1676",[741,70.704]],["parent/1676",[692,3.06]],["name/1677",[742,70.704]],["parent/1677",[692,3.06]],["name/1678",[743,57.712]],["parent/1678",[]],["name/1679",[59,45.055]],["parent/1679",[743,5.312]],["name/1680",[114,46.137]],["parent/1680",[743,5.312]],["name/1681",[118,48.732]],["parent/1681",[743,5.312]],["name/1682",[268,59.718]],["parent/1682",[743,5.312]],["name/1683",[744,59.718]],["parent/1683",[]],["name/1684",[1,23.976]],["parent/1684",[744,5.496]],["name/1685",[24,24.686]],["parent/1685",[744,5.496]],["name/1686",[27,25.893]],["parent/1686",[744,5.496]],["name/1687",[745,41.26]],["parent/1687",[]],["name/1688",[163,65.596]],["parent/1688",[745,3.797]],["name/1689",[746,70.704]],["parent/1689",[745,3.797]],["name/1690",[747,70.704]],["parent/1690",[745,3.797]],["name/1691",[748,70.704]],["parent/1691",[745,3.797]],["name/1692",[749,70.704]],["parent/1692",[745,3.797]],["name/1693",[750,70.704]],["parent/1693",[745,3.797]],["name/1694",[167,65.596]],["parent/1694",[745,3.797]],["name/1695",[165,65.596]],["parent/1695",[745,3.797]],["name/1696",[751,70.704]],["parent/1696",[745,3.797]],["name/1697",[752,70.704]],["parent/1697",[745,3.797]],["name/1698",[354,62.231]],["parent/1698",[745,3.797]],["name/1699",[70,53.358]],["parent/1699",[745,3.797]],["name/1700",[753,70.704]],["parent/1700",[745,3.797]],["name/1701",[166,65.596]],["parent/1701",[745,3.797]],["name/1702",[754,70.704]],["parent/1702",[745,3.797]],["name/1703",[755,70.704]],["parent/1703",[745,3.797]],["name/1704",[756,70.704]],["parent/1704",[745,3.797]],["name/1705",[757,70.704]],["parent/1705",[745,3.797]],["name/1706",[758,70.704]],["parent/1706",[745,3.797]],["name/1707",[759,70.704]],["parent/1707",[745,3.797]],["name/1708",[760,70.704]],["parent/1708",[745,3.797]],["name/1709",[761,70.704]],["parent/1709",[745,3.797]],["name/1710",[762,70.704]],["parent/1710",[745,3.797]],["name/1711",[763,70.704]],["parent/1711",[745,3.797]],["name/1712",[764,70.704]],["parent/1712",[745,3.797]],["name/1713",[765,70.704]],["parent/1713",[745,3.797]],["name/1714",[177,65.596]],["parent/1714",[745,3.797]],["name/1715",[766,70.704]],["parent/1715",[]],["name/1716",[767,70.704]],["parent/1716",[]],["name/1717",[768,70.704]],["parent/1717",[]],["name/1718",[769,70.704]],["parent/1718",[]],["name/1719",[770,70.704]],["parent/1719",[]],["name/1720",[771,70.704]],["parent/1720",[]],["name/1721",[772,70.704]],["parent/1721",[]],["name/1722",[773,70.704]],["parent/1722",[]],["name/1723",[774,70.704]],["parent/1723",[]],["name/1724",[775,70.704]],["parent/1724",[]],["name/1725",[776,70.704]],["parent/1725",[]],["name/1726",[777,70.704]],["parent/1726",[]],["name/1727",[778,70.704]],["parent/1727",[]],["name/1728",[779,70.704]],["parent/1728",[]],["name/1729",[780,70.704]],["parent/1729",[]],["name/1730",[781,70.704]],["parent/1730",[]],["name/1731",[782,70.704]],["parent/1731",[]],["name/1732",[282,54.61]],["parent/1732",[]],["name/1733",[18,65.596]],["parent/1733",[282,5.026]],["name/1734",[30,51.245]],["parent/1734",[282,5.026]],["name/1735",[17,54.61]],["parent/1735",[282,5.026]],["name/1736",[29,51.245]],["parent/1736",[282,5.026]],["name/1737",[783,59.718]],["parent/1737",[]],["name/1738",[1,23.976]],["parent/1738",[783,5.496]],["name/1739",[24,24.686]],["parent/1739",[783,5.496]],["name/1740",[25,45.581]],["parent/1740",[783,5.496]],["name/1741",[784,59.718]],["parent/1741",[]],["name/1742",[1,23.976]],["parent/1742",[784,5.496]],["name/1743",[24,24.686]],["parent/1743",[784,5.496]],["name/1744",[27,25.893]],["parent/1744",[784,5.496]],["name/1745",[785,57.712]],["parent/1745",[]],["name/1746",[786,70.704]],["parent/1746",[785,5.312]],["name/1747",[787,70.704]],["parent/1747",[785,5.312]],["name/1748",[788,70.704]],["parent/1748",[785,5.312]],["name/1749",[1,23.976]],["parent/1749",[785,5.312]],["name/1750",[789,54.61]],["parent/1750",[]],["name/1751",[790,70.704]],["parent/1751",[789,5.026]],["name/1752",[7,59.718]],["parent/1752",[789,5.026]],["name/1753",[8,59.718]],["parent/1753",[789,5.026]],["name/1754",[2,54.61]],["parent/1754",[789,5.026]],["name/1755",[791,70.704]],["parent/1755",[789,5.026]],["name/1756",[5,51.245]],["parent/1756",[789,5.026]],["name/1757",[792,62.231]],["parent/1757",[]],["name/1758",[1,23.976]],["parent/1758",[792,5.727]],["name/1759",[793,70.704]],["parent/1759",[792,5.727]],["name/1760",[794,70.704]],["parent/1760",[]],["name/1761",[795,70.704]],["parent/1761",[]],["name/1762",[796,70.704]],["parent/1762",[]],["name/1763",[797,70.704]],["parent/1763",[]]],"invertedIndex":[["__type",{"_index":85,"name":{"136":{},"139":{},"181":{},"184":{},"217":{},"221":{},"254":{},"258":{},"284":{},"288":{},"328":{},"332":{},"440":{},"632":{},"638":{},"642":{},"647":{},"788":{},"790":{},"795":{},"800":{},"805":{},"810":{},"815":{},"834":{},"851":{},"884":{},"889":{},"952":{},"973":{},"991":{},"1002":{},"1006":{},"1010":{},"1154":{},"1168":{},"1177":{},"1488":{}},"parent":{}}],["_attr",{"_index":666,"name":{"1519":{}},"parent":{}}],["absolutehorizontalposition",{"_index":309,"name":{"754":{}},"parent":{}}],["absoluteverticalposition",{"_index":311,"name":{"757":{}},"parent":{}}],["abstractnumbering",{"_index":371,"name":{"920":{}},"parent":{"921":{},"922":{},"923":{},"924":{}}}],["abstractnumid",{"_index":395,"name":{"969":{}},"parent":{}}],["add",{"_index":678,"name":{"1555":{},"1565":{}},"parent":{}}],["addcelltocolumnindex",{"_index":341,"name":{"842":{}},"parent":{}}],["addcelltoindex",{"_index":340,"name":{"841":{}},"parent":{}}],["addchildelement",{"_index":27,"name":{"31":{},"40":{},"44":{},"55":{},"59":{},"63":{},"78":{},"90":{},"94":{},"120":{},"124":{},"161":{},"206":{},"247":{},"311":{},"315":{},"354":{},"362":{},"372":{},"376":{},"398":{},"403":{},"407":{},"411":{},"415":{},"419":{},"423":{},"431":{},"436":{},"451":{},"455":{},"460":{},"466":{},"470":{},"477":{},"481":{},"485":{},"489":{},"493":{},"497":{},"501":{},"505":{},"513":{},"517":{},"524":{},"528":{},"535":{},"539":{},"547":{},"551":{},"559":{},"563":{},"568":{},"575":{},"579":{},"586":{},"590":{},"594":{},"598":{},"602":{},"606":{},"610":{},"657":{},"673":{},"689":{},"700":{},"704":{},"711":{},"719":{},"734":{},"771":{},"778":{},"821":{},"828":{},"846":{},"857":{},"869":{},"881":{},"919":{},"924":{},"958":{},"962":{},"966":{},"982":{},"986":{},"1028":{},"1046":{},"1050":{},"1054":{},"1058":{},"1103":{},"1107":{},"1111":{},"1147":{},"1184":{},"1197":{},"1207":{},"1222":{},"1240":{},"1264":{},"1280":{},"1297":{},"1311":{},"1325":{},"1338":{},"1346":{},"1394":{},"1419":{},"1446":{},"1450":{},"1454":{},"1461":{},"1465":{},"1492":{},"1496":{},"1512":{},"1516":{},"1523":{},"1527":{},"1531":{},"1535":{},"1539":{},"1543":{},"1556":{},"1566":{},"1582":{},"1590":{},"1594":{},"1598":{},"1602":{},"1686":{},"1744":{}},"parent":{}}],["addimage",{"_index":404,"name":{"998":{}},"parent":{}}],["addmedia",{"_index":403,"name":{"997":{}},"parent":{}}],["addruntofront",{"_index":101,"name":{"160":{}},"parent":{}}],["addsection",{"_index":484,"name":{"1144":{}},"parent":{}}],["after",{"_index":44,"name":{"69":{}},"parent":{}}],["afterautospacing",{"_index":49,"name":{"74":{}},"parent":{}}],["aiueo",{"_index":697,"name":{"1628":{}},"parent":{}}],["aiueo_full_width",{"_index":704,"name":{"1636":{}},"parent":{}}],["align",{"_index":444,"name":{"1079":{},"1083":{}},"parent":{}}],["alignment",{"_index":26,"name":{"28":{},"147":{},"163":{},"192":{},"646":{},"668":{},"728":{},"948":{}},"parent":{"29":{},"30":{},"31":{}}}],["alignmentattributes",{"_index":23,"name":{"24":{}},"parent":{"25":{},"26":{},"27":{}}}],["alignmenttype",{"_index":14,"name":{"15":{}},"parent":{"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{}}}],["all_pages",{"_index":530,"name":{"1242":{}},"parent":{}}],["allcaps",{"_index":122,"name":{"228":{},"265":{},"295":{},"339":{}},"parent":{}}],["allowoverlap",{"_index":451,"name":{"1093":{}},"parent":{}}],["anchor",{"_index":265,"name":{"637":{}},"parent":{}}],["anchorlock",{"_index":255,"name":{"627":{}},"parent":{}}],["appproperties",{"_index":11,"name":{"12":{},"907":{}},"parent":{}}],["arabic_abjad",{"_index":733,"name":{"1668":{}},"parent":{}}],["arabic_alpha",{"_index":732,"name":{"1667":{}},"parent":{}}],["around",{"_index":250,"name":{"620":{}},"parent":{}}],["array",{"_index":405,"name":{"999":{}},"parent":{}}],["ascii",{"_index":155,"name":{"364":{}},"parent":{}}],["at_least",{"_index":40,"name":{"65":{}},"parent":{}}],["atleast",{"_index":348,"name":{"860":{}},"parent":{}}],["attributemap",{"_index":658,"name":{"1501":{}},"parent":{}}],["attributes",{"_index":657,"name":{"1497":{}},"parent":{"1498":{},"1499":{},"1500":{}}}],["auto",{"_index":42,"name":{"67":{},"621":{},"859":{},"871":{}},"parent":{}}],["autofit",{"_index":320,"name":{"773":{}},"parent":{}}],["back",{"_index":535,"name":{"1249":{}},"parent":{}}],["background",{"_index":458,"name":{"1113":{}},"parent":{}}],["baht_text",{"_index":741,"name":{"1676":{}},"parent":{}}],["bar",{"_index":62,"name":{"99":{}},"parent":{}}],["basedon",{"_index":619,"name":{"1398":{},"1409":{},"1424":{},"1436":{}},"parent":{}}],["baseemphasismark",{"_index":181,"name":{"401":{}},"parent":{"402":{},"403":{}}}],["basexmlcomponent",{"_index":675,"name":{"1547":{}},"parent":{"1548":{},"1549":{}}}],["before",{"_index":45,"name":{"70":{}},"parent":{}}],["beforeautospacing",{"_index":48,"name":{"73":{}},"parent":{}}],["behinddocument",{"_index":453,"name":{"1095":{}},"parent":{}}],["bidirectional",{"_index":82,"name":{"131":{},"176":{}},"parent":{}}],["body",{"_index":483,"name":{"1142":{}},"parent":{"1143":{},"1144":{},"1145":{},"1146":{},"1147":{}}}],["bold",{"_index":109,"name":{"212":{},"249":{},"279":{},"323":{}},"parent":{}}],["boldcomplexscript",{"_index":110,"name":{"213":{},"250":{},"280":{},"324":{}},"parent":{}}],["bookmark",{"_index":197,"name":{"443":{}},"parent":{"444":{},"445":{},"446":{},"447":{}}}],["bookmarkend",{"_index":199,"name":{"452":{}},"parent":{"453":{},"454":{},"455":{}}}],["bookmarkstart",{"_index":198,"name":{"448":{}},"parent":{"449":{},"450":{},"451":{}}}],["border",{"_index":31,"name":{"37":{},"129":{},"174":{}},"parent":{"38":{},"39":{},"40":{}}}],["borderelement",{"_index":744,"name":{"1683":{}},"parent":{"1684":{},"1685":{},"1686":{}}}],["borders",{"_index":278,"name":{"667":{},"684":{},"724":{},"1158":{}},"parent":{}}],["borderstyle",{"_index":745,"name":{"1687":{}},"parent":{"1688":{},"1689":{},"1690":{},"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{}}}],["both",{"_index":18,"name":{"19":{},"1733":{}},"parent":{}}],["both_sides",{"_index":424,"name":{"1035":{}},"parent":{}}],["bottom",{"_index":30,"name":{"34":{},"694":{},"748":{},"781":{},"794":{},"1087":{},"1171":{},"1268":{},"1610":{},"1734":{}},"parent":{}}],["bottom_margin",{"_index":440,"name":{"1069":{}},"parent":{}}],["bottom_to_top_left_to_right",{"_index":294,"name":{"713":{}},"parent":{}}],["bottomfromtext",{"_index":312,"name":{"759":{}},"parent":{}}],["break",{"_index":108,"name":{"209":{},"320":{}},"parent":{}}],["bullet",{"_index":84,"name":{"135":{},"180":{},"926":{},"1639":{}},"parent":{}}],["cantsplit",{"_index":333,"name":{"831":{},"848":{}},"parent":{}}],["captionlabel",{"_index":638,"name":{"1471":{}},"parent":{}}],["captionlabelincludingnumbers",{"_index":640,"name":{"1473":{}},"parent":{}}],["cardinal_text",{"_index":374,"name":{"927":{},"1622":{}},"parent":{}}],["cellcount",{"_index":338,"name":{"839":{}},"parent":{}}],["cellmargin",{"_index":299,"name":{"729":{}},"parent":{}}],["cells",{"_index":339,"name":{"840":{}},"parent":{}}],["center",{"_index":17,"name":{"18":{},"98":{},"740":{},"746":{},"1604":{},"1611":{},"1735":{}},"parent":{}}],["char",{"_index":145,"name":{"317":{}},"parent":{}}],["character",{"_index":433,"name":{"1060":{}},"parent":{}}],["characterspacing",{"_index":130,"name":{"236":{},"273":{},"303":{},"347":{}},"parent":{}}],["characterstyles",{"_index":616,"name":{"1389":{}},"parent":{}}],["chicago",{"_index":375,"name":{"928":{},"1625":{}},"parent":{}}],["child",{"_index":194,"name":{"441":{}},"parent":{}}],["children",{"_index":80,"name":{"128":{},"208":{},"319":{},"446":{},"462":{},"507":{},"519":{},"530":{},"541":{},"553":{},"570":{},"581":{},"675":{},"830":{},"894":{},"1571":{}},"parent":{}}],["chinese_counting",{"_index":719,"name":{"1653":{}},"parent":{}}],["chinese_counting_ten_thousand",{"_index":721,"name":{"1655":{}},"parent":{}}],["chinese_legal_simplified",{"_index":720,"name":{"1654":{}},"parent":{}}],["chosung",{"_index":707,"name":{"1641":{}},"parent":{}}],["clear",{"_index":63,"name":{"100":{},"1348":{}},"parent":{}}],["colon",{"_index":521,"name":{"1226":{}},"parent":{}}],["color",{"_index":114,"name":{"218":{},"223":{},"255":{},"260":{},"285":{},"290":{},"329":{},"334":{},"793":{},"798":{},"803":{},"808":{},"813":{},"818":{},"1331":{},"1341":{},"1680":{}},"parent":{}}],["column",{"_index":434,"name":{"1061":{},"1165":{}},"parent":{}}],["columnindextorootindex",{"_index":343,"name":{"844":{}},"parent":{}}],["columns",{"_index":508,"name":{"1194":{}},"parent":{"1195":{},"1196":{},"1197":{}}}],["columnsattributes",{"_index":507,"name":{"1190":{}},"parent":{"1191":{},"1192":{},"1193":{}}}],["columnspan",{"_index":285,"name":{"682":{}},"parent":{}}],["columnwidths",{"_index":274,"name":{"661":{}},"parent":{}}],["concretehyperlink",{"_index":189,"name":{"427":{}},"parent":{"428":{},"429":{},"430":{},"431":{}}}],["concretenumbering",{"_index":370,"name":{"918":{},"976":{}},"parent":{"977":{},"978":{},"979":{},"980":{},"981":{},"982":{}}}],["config",{"_index":368,"name":{"913":{}},"parent":{}}],["constructor",{"_index":1,"name":{"1":{},"25":{},"29":{},"38":{},"42":{},"53":{},"57":{},"61":{},"76":{},"88":{},"92":{},"114":{},"118":{},"122":{},"158":{},"203":{},"245":{},"308":{},"313":{},"352":{},"360":{},"370":{},"374":{},"396":{},"405":{},"409":{},"413":{},"417":{},"421":{},"428":{},"433":{},"438":{},"444":{},"449":{},"453":{},"457":{},"464":{},"468":{},"475":{},"479":{},"483":{},"487":{},"491":{},"495":{},"499":{},"503":{},"511":{},"515":{},"522":{},"526":{},"533":{},"537":{},"545":{},"549":{},"557":{},"561":{},"566":{},"573":{},"577":{},"584":{},"588":{},"592":{},"596":{},"600":{},"604":{},"608":{},"651":{},"655":{},"671":{},"686":{},"698":{},"702":{},"709":{},"717":{},"732":{},"765":{},"769":{},"776":{},"819":{},"826":{},"838":{},"855":{},"863":{},"867":{},"879":{},"896":{},"915":{},"921":{},"956":{},"960":{},"964":{},"977":{},"984":{},"996":{},"1026":{},"1044":{},"1048":{},"1052":{},"1056":{},"1101":{},"1105":{},"1109":{},"1139":{},"1143":{},"1182":{},"1191":{},"1195":{},"1201":{},"1205":{},"1216":{},"1220":{},"1234":{},"1238":{},"1262":{},"1274":{},"1278":{},"1291":{},"1295":{},"1305":{},"1309":{},"1323":{},"1327":{},"1336":{},"1344":{},"1392":{},"1417":{},"1444":{},"1448":{},"1452":{},"1459":{},"1463":{},"1467":{},"1490":{},"1494":{},"1498":{},"1503":{},"1509":{},"1514":{},"1521":{},"1525":{},"1529":{},"1533":{},"1537":{},"1541":{},"1548":{},"1554":{},"1564":{},"1573":{},"1576":{},"1579":{},"1584":{},"1588":{},"1592":{},"1596":{},"1600":{},"1684":{},"1738":{},"1742":{},"1749":{},"1758":{}},"parent":{}}],["contenttypes",{"_index":9,"name":{"10":{},"905":{}},"parent":{}}],["contextualspacing",{"_index":94,"name":{"149":{},"165":{},"194":{}},"parent":{}}],["continue",{"_index":292,"name":{"706":{}},"parent":{}}],["continuous",{"_index":553,"name":{"1284":{},"1301":{}},"parent":{}}],["convertinchestotwip",{"_index":795,"name":{"1761":{}},"parent":{}}],["convertmillimeterstotwip",{"_index":794,"name":{"1760":{}},"parent":{}}],["converttoxmlcomponent",{"_index":660,"name":{"1506":{}},"parent":{}}],["coreproperties",{"_index":3,"name":{"4":{},"899":{}},"parent":{}}],["count",{"_index":504,"name":{"1187":{}},"parent":{}}],["countby",{"_index":555,"name":{"1286":{}},"parent":{}}],["cp",{"_index":477,"name":{"1132":{}},"parent":{}}],["createconcretenumberinginstance",{"_index":369,"name":{"917":{}},"parent":{}}],["createfootnote",{"_index":684,"name":{"1580":{}},"parent":{}}],["cs",{"_index":156,"name":{"365":{}},"parent":{}}],["current",{"_index":134,"name":{"241":{}},"parent":{}}],["currentrelationshipid",{"_index":790,"name":{"1751":{}},"parent":{}}],["custom",{"_index":90,"name":{"143":{},"188":{}},"parent":{}}],["customproperties",{"_index":10,"name":{"11":{},"906":{}},"parent":{}}],["dash",{"_index":169,"name":{"384":{}},"parent":{}}],["dash_dot_stroked",{"_index":746,"name":{"1689":{}},"parent":{}}],["dash_small_gap",{"_index":748,"name":{"1691":{}},"parent":{}}],["dashdotdotheavy",{"_index":176,"name":{"391":{}},"parent":{}}],["dashdotheavy",{"_index":174,"name":{"389":{}},"parent":{}}],["dashed",{"_index":747,"name":{"1690":{}},"parent":{}}],["dashedheavy",{"_index":170,"name":{"385":{}},"parent":{}}],["dashlong",{"_index":171,"name":{"386":{}},"parent":{}}],["dashlongheavy",{"_index":172,"name":{"387":{}},"parent":{}}],["data",{"_index":150,"name":{"356":{}},"parent":{}}],["datetimevalue",{"_index":780,"name":{"1729":{}},"parent":{}}],["dc",{"_index":478,"name":{"1133":{}},"parent":{}}],["dcmitype",{"_index":480,"name":{"1135":{}},"parent":{}}],["dcterms",{"_index":479,"name":{"1134":{}},"parent":{}}],["decimal",{"_index":64,"name":{"101":{},"929":{},"1616":{}},"parent":{}}],["decimal_enclosed_circle",{"_index":376,"name":{"930":{},"1634":{}},"parent":{}}],["decimal_enclosed_circle_chinese",{"_index":710,"name":{"1644":{}},"parent":{}}],["decimal_enclosed_full_stop",{"_index":708,"name":{"1642":{}},"parent":{}}],["decimal_enclosed_fullstop",{"_index":377,"name":{"931":{}},"parent":{}}],["decimal_enclosed_paren",{"_index":709,"name":{"1643":{}},"parent":{}}],["decimal_enclosed_parentheses",{"_index":378,"name":{"932":{}},"parent":{}}],["decimal_full_width",{"_index":699,"name":{"1630":{}},"parent":{}}],["decimal_full_width_2",{"_index":703,"name":{"1635":{}},"parent":{}}],["decimal_half_width",{"_index":700,"name":{"1631":{}},"parent":{}}],["decimal_zero",{"_index":379,"name":{"933":{},"1638":{}},"parent":{}}],["decimalnumber",{"_index":766,"name":{"1715":{}},"parent":{}}],["default",{"_index":359,"name":{"885":{},"890":{},"1149":{},"1313":{},"1386":{}},"parent":{}}],["degree",{"_index":232,"name":{"571":{}},"parent":{}}],["deletedtextrun",{"_index":689,"name":{"1599":{}},"parent":{"1600":{},"1601":{},"1602":{}}}],["denominator",{"_index":205,"name":{"473":{}},"parent":{}}],["diagonal_cross",{"_index":578,"name":{"1349":{}},"parent":{}}],["diagonal_stripe",{"_index":579,"name":{"1350":{}},"parent":{}}],["display",{"_index":538,"name":{"1252":{}},"parent":{}}],["distance",{"_index":556,"name":{"1289":{}},"parent":{}}],["distb",{"_index":415,"name":{"1020":{}},"parent":{}}],["distl",{"_index":416,"name":{"1021":{}},"parent":{}}],["distr",{"_index":417,"name":{"1022":{}},"parent":{}}],["distribute",{"_index":20,"name":{"21":{}},"parent":{}}],["distt",{"_index":414,"name":{"1019":{}},"parent":{}}],["docgridattributes",{"_index":511,"name":{"1200":{}},"parent":{"1201":{},"1202":{},"1203":{}}}],["document",{"_index":0,"name":{"0":{},"2":{},"897":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{}}}],["documentattributes",{"_index":482,"name":{"1138":{}},"parent":{"1139":{},"1140":{},"1141":{}}}],["documentbackground",{"_index":574,"name":{"1335":{}},"parent":{"1336":{},"1337":{},"1338":{}}}],["documentbackgroundattributes",{"_index":569,"name":{"1326":{}},"parent":{"1327":{},"1328":{},"1329":{}}}],["documentdefaults",{"_index":633,"name":{"1458":{}},"parent":{"1459":{},"1460":{},"1461":{}}}],["documentgrid",{"_index":512,"name":{"1204":{}},"parent":{"1205":{},"1206":{},"1207":{}}}],["dollar_text",{"_index":742,"name":{"1677":{}},"parent":{}}],["dot",{"_index":67,"name":{"106":{},"400":{}},"parent":{}}],["dot_dash",{"_index":749,"name":{"1692":{}},"parent":{}}],["dot_dot_dash",{"_index":750,"name":{"1693":{}},"parent":{}}],["dotdash",{"_index":173,"name":{"388":{}},"parent":{}}],["dotdotdash",{"_index":175,"name":{"390":{}},"parent":{}}],["dotemphasismark",{"_index":182,"name":{"408":{}},"parent":{"409":{},"410":{},"411":{}}}],["dotted",{"_index":167,"name":{"382":{},"1694":{}},"parent":{}}],["dottedheavy",{"_index":168,"name":{"383":{}},"parent":{}}],["double",{"_index":165,"name":{"380":{},"1695":{}},"parent":{}}],["double_wave",{"_index":751,"name":{"1696":{}},"parent":{}}],["doublestrike",{"_index":124,"name":{"230":{},"267":{},"297":{},"341":{}},"parent":{}}],["drawing",{"_index":419,"name":{"1025":{}},"parent":{"1026":{},"1027":{},"1028":{}}}],["drop",{"_index":245,"name":{"613":{}},"parent":{}}],["dropcap",{"_index":256,"name":{"628":{}},"parent":{}}],["dropcaptype",{"_index":244,"name":{"611":{}},"parent":{"612":{},"613":{},"614":{}}}],["dxa",{"_index":353,"name":{"872":{}},"parent":{}}],["eastasia",{"_index":157,"name":{"366":{}},"parent":{}}],["eighthpointmeasurevalue",{"_index":781,"name":{"1730":{}},"parent":{}}],["em_dash",{"_index":522,"name":{"1227":{}},"parent":{}}],["emboss",{"_index":131,"name":{"238":{},"275":{},"305":{},"349":{}},"parent":{}}],["emphasismark",{"_index":117,"name":{"220":{},"257":{},"287":{},"331":{},"404":{}},"parent":{"405":{},"406":{},"407":{}}}],["emphasismarktype",{"_index":180,"name":{"399":{}},"parent":{"400":{}}}],["empty_object",{"_index":654,"name":{"1487":{}},"parent":{"1488":{}}}],["emus",{"_index":409,"name":{"1005":{}},"parent":{}}],["en_dash",{"_index":523,"name":{"1228":{}},"parent":{}}],["end",{"_index":16,"name":{"17":{},"47":{},"102":{},"447":{},"695":{}},"parent":{}}],["entriesfrombookmark",{"_index":639,"name":{"1472":{}},"parent":{}}],["entryandpagenumberseparator",{"_index":647,"name":{"1480":{}},"parent":{}}],["equalwidth",{"_index":506,"name":{"1189":{}},"parent":{}}],["even",{"_index":362,"name":{"887":{},"892":{},"1151":{},"1315":{}},"parent":{}}],["even_page",{"_index":562,"name":{"1302":{}},"parent":{}}],["exact",{"_index":349,"name":{"861":{}},"parent":{}}],["exactly",{"_index":41,"name":{"66":{}},"parent":{}}],["external",{"_index":188,"name":{"426":{}},"parent":{}}],["externalhyperlink",{"_index":192,"name":{"437":{}},"parent":{"438":{},"439":{},"440":{}}}],["externalhyperlink.__type",{"_index":195,"name":{},"parent":{"441":{},"442":{}}}],["extract",{"_index":793,"name":{"1759":{}},"parent":{}}],["file",{"_index":364,"name":{"895":{},"1545":{}},"parent":{"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"909":{}}}],["filename",{"_index":412,"name":{"1016":{}},"parent":{}}],["filerelationships",{"_index":6,"name":{"7":{},"902":{}},"parent":{}}],["fill",{"_index":576,"name":{"1340":{}},"parent":{}}],["first",{"_index":361,"name":{"886":{},"891":{},"1150":{},"1314":{}},"parent":{}}],["first_page",{"_index":531,"name":{"1243":{}},"parent":{}}],["firstline",{"_index":35,"name":{"51":{}},"parent":{}}],["fixed",{"_index":321,"name":{"774":{}},"parent":{}}],["flip",{"_index":400,"name":{"990":{},"1009":{}},"parent":{}}],["float",{"_index":276,"name":{"664":{},"725":{}},"parent":{}}],["floating",{"_index":152,"name":{"358":{},"1024":{}},"parent":{}}],["font",{"_index":127,"name":{"233":{},"270":{},"300":{},"344":{}},"parent":{}}],["footer",{"_index":497,"name":{"1174":{},"1271":{},"1321":{},"1561":{},"1575":{}},"parent":{"1576":{},"1577":{}}}],["footers",{"_index":8,"name":{"9":{},"888":{},"904":{},"1753":{}},"parent":{}}],["footerwrapper",{"_index":682,"name":{"1563":{}},"parent":{"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{}}}],["footerwrappergroup",{"_index":491,"name":{"1161":{}},"parent":{}}],["footnotereference",{"_index":686,"name":{"1587":{}},"parent":{"1588":{},"1589":{},"1590":{}}}],["footnotereferencerun",{"_index":687,"name":{"1591":{}},"parent":{"1592":{},"1593":{},"1594":{}}}],["footnotereferencerunattributes",{"_index":685,"name":{"1583":{}},"parent":{"1584":{},"1585":{},"1586":{}}}],["footnotes",{"_index":12,"name":{"13":{},"908":{},"1578":{}},"parent":{"1579":{},"1580":{},"1581":{},"1582":{}}}],["format",{"_index":388,"name":{"946":{}},"parent":{}}],["formattype",{"_index":525,"name":{"1231":{}},"parent":{}}],["frame",{"_index":93,"name":{"146":{},"191":{}},"parent":{}}],["frameanchortype",{"_index":247,"name":{"615":{}},"parent":{"616":{},"617":{},"618":{}}}],["frameproperties",{"_index":271,"name":{"654":{}},"parent":{"655":{},"656":{},"657":{}}}],["framepropertiesattributes",{"_index":270,"name":{"650":{}},"parent":{"651":{},"652":{},"653":{}}}],["framewrap",{"_index":249,"name":{"619":{}},"parent":{"620":{},"621":{},"622":{},"623":{},"624":{},"625":{}}}],["fromxmlstring",{"_index":662,"name":{"1508":{}},"parent":{}}],["front",{"_index":536,"name":{"1250":{}},"parent":{}}],["ganada",{"_index":706,"name":{"1640":{}},"parent":{}}],["grid",{"_index":489,"name":{"1159":{}},"parent":{}}],["gridspan",{"_index":290,"name":{"701":{}},"parent":{"702":{},"703":{},"704":{}}}],["gutter",{"_index":498,"name":{"1175":{},"1272":{}},"parent":{}}],["hanging",{"_index":34,"name":{"50":{}},"parent":{}}],["hansi",{"_index":158,"name":{"367":{}},"parent":{}}],["header",{"_index":496,"name":{"1173":{},"1270":{},"1320":{},"1551":{},"1572":{}},"parent":{"1573":{},"1574":{}}}],["headerfooterreference",{"_index":568,"name":{"1322":{}},"parent":{"1323":{},"1324":{},"1325":{}}}],["headerfooterreferencetype",{"_index":565,"name":{"1312":{}},"parent":{"1313":{},"1314":{},"1315":{}}}],["headerfootertype",{"_index":567,"name":{"1319":{}},"parent":{"1320":{},"1321":{}}}],["headers",{"_index":7,"name":{"8":{},"883":{},"903":{},"1752":{}},"parent":{}}],["headerwrapper",{"_index":677,"name":{"1553":{}},"parent":{"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{}}}],["headerwrappergroup",{"_index":490,"name":{"1160":{}},"parent":{}}],["heading",{"_index":81,"name":{"130":{},"175":{}},"parent":{}}],["heading_1",{"_index":52,"name":{"80":{}},"parent":{}}],["heading_2",{"_index":53,"name":{"81":{}},"parent":{}}],["heading_3",{"_index":54,"name":{"82":{}},"parent":{}}],["heading_4",{"_index":55,"name":{"83":{}},"parent":{}}],["heading_5",{"_index":56,"name":{"84":{}},"parent":{}}],["heading_6",{"_index":57,"name":{"85":{}},"parent":{}}],["headinglevel",{"_index":51,"name":{"79":{}},"parent":{"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{}}}],["headingstylerange",{"_index":646,"name":{"1479":{}},"parent":{}}],["hebrew_1",{"_index":730,"name":{"1665":{}},"parent":{}}],["hebrew_2",{"_index":731,"name":{"1666":{}},"parent":{}}],["height",{"_index":258,"name":{"630":{},"833":{},"850":{},"989":{},"1179":{},"1213":{}},"parent":{}}],["heightrule",{"_index":347,"name":{"858":{}},"parent":{"859":{},"860":{},"861":{}}}],["hex",{"_index":694,"name":{"1624":{}},"parent":{}}],["hexcolorvalue",{"_index":773,"name":{"1722":{}},"parent":{}}],["hidetabandpagenumbersinwebview",{"_index":653,"name":{"1486":{}},"parent":{}}],["highlight",{"_index":128,"name":{"234":{},"271":{},"301":{},"345":{}},"parent":{}}],["highlightcomplexscript",{"_index":129,"name":{"235":{},"272":{},"302":{},"346":{}},"parent":{}}],["hindi_consonants",{"_index":735,"name":{"1670":{}},"parent":{}}],["hindi_counting",{"_index":737,"name":{"1672":{}},"parent":{}}],["hindi_numbers",{"_index":736,"name":{"1671":{}},"parent":{}}],["hindi_vowels",{"_index":734,"name":{"1669":{}},"parent":{}}],["hint",{"_index":159,"name":{"368":{}},"parent":{}}],["horizontal",{"_index":266,"name":{"639":{},"643":{},"993":{},"1012":{}},"parent":{}}],["horizontal_cross",{"_index":580,"name":{"1351":{}},"parent":{}}],["horizontal_stripe",{"_index":581,"name":{"1352":{}},"parent":{}}],["horizontalanchor",{"_index":308,"name":{"753":{}},"parent":{}}],["horizontalposition",{"_index":449,"name":{"1091":{},"1104":{}},"parent":{"1105":{},"1106":{},"1107":{}}}],["horizontalpositionalign",{"_index":690,"name":{"1603":{}},"parent":{"1604":{},"1605":{},"1606":{},"1607":{},"1608":{}}}],["horizontalpositionrelativefrom",{"_index":432,"name":{"1059":{}},"parent":{"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{}}}],["hpsmeasureelement",{"_index":669,"name":{"1528":{}},"parent":{"1529":{},"1530":{},"1531":{}}}],["hpsmeasurevalue",{"_index":775,"name":{"1724":{}},"parent":{}}],["hyperlink",{"_index":643,"name":{"1476":{}},"parent":{}}],["hyperlinktype",{"_index":186,"name":{"424":{}},"parent":{"425":{},"426":{}}}],["hyphen",{"_index":68,"name":{"107":{},"1224":{}},"parent":{}}],["ibasecharacterstyleoptions",{"_index":618,"name":{"1395":{}},"parent":{"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{}}}],["ibaseparagraphstyleoptions",{"_index":627,"name":{"1420":{}},"parent":{"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{},"1428":{},"1429":{},"1430":{}}}],["iborderoptions",{"_index":743,"name":{"1678":{}},"parent":{"1679":{},"1680":{},"1681":{},"1682":{}}}],["ibordersoptions",{"_index":28,"name":{"32":{}},"parent":{"33":{},"34":{},"35":{},"36":{}}}],["icharacterstyleoptions",{"_index":625,"name":{"1405":{}},"parent":{"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{}}}],["icolumnsattributes",{"_index":503,"name":{"1185":{}},"parent":{"1186":{},"1187":{},"1188":{},"1189":{}}}],["iconcretenumberingoptions",{"_index":393,"name":{"967":{}},"parent":{"968":{},"969":{},"970":{},"971":{},"972":{},"973":{}}}],["iconcretenumberingoptions.__type",{"_index":397,"name":{},"parent":{"974":{},"975":{}}}],["icontext",{"_index":673,"name":{"1544":{}},"parent":{"1545":{},"1546":{}}}],["id",{"_index":372,"name":{"922":{},"1318":{},"1406":{},"1432":{}},"parent":{}}],["ideograph_digital",{"_index":695,"name":{"1626":{}},"parent":{}}],["ideograph_enclosed_circle",{"_index":711,"name":{"1645":{}},"parent":{}}],["ideograph_legal_traditional",{"_index":716,"name":{"1650":{}},"parent":{}}],["ideograph_traditional",{"_index":712,"name":{"1646":{}},"parent":{}}],["ideograph_zodiac",{"_index":713,"name":{"1647":{}},"parent":{}}],["ideograph_zodiac_traditional",{"_index":714,"name":{"1648":{}},"parent":{}}],["idistance",{"_index":413,"name":{"1018":{}},"parent":{"1019":{},"1020":{},"1021":{},"1022":{}}}],["idocgridattributesproperties",{"_index":509,"name":{"1198":{}},"parent":{"1199":{}}}],["idocumentattributesproperties",{"_index":459,"name":{"1114":{}},"parent":{"1115":{},"1116":{},"1117":{},"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{}}}],["idocumentbackgroundoptions",{"_index":570,"name":{"1330":{}},"parent":{"1331":{},"1332":{},"1333":{},"1334":{}}}],["idocumentdefaultsoptions",{"_index":632,"name":{"1455":{}},"parent":{"1456":{},"1457":{}}}],["idocumentfooter",{"_index":681,"name":{"1560":{}},"parent":{"1561":{},"1562":{}}}],["idocumentheader",{"_index":676,"name":{"1550":{}},"parent":{"1551":{},"1552":{}}}],["idocumentoptions",{"_index":457,"name":{"1112":{}},"parent":{"1113":{}}}],["idocumenttemplate",{"_index":789,"name":{"1750":{}},"parent":{"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{}}}],["idrawingoptions",{"_index":418,"name":{"1023":{}},"parent":{"1024":{}}}],["ifileproperties",{"_index":365,"name":{"910":{}},"parent":{"911":{}}}],["ifloating",{"_index":448,"name":{"1090":{}},"parent":{"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{},"1099":{}}}],["ifontattributesproperties",{"_index":154,"name":{"363":{}},"parent":{"364":{},"365":{},"366":{},"367":{},"368":{}}}],["iframeoptions",{"_index":254,"name":{"626":{}},"parent":{"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"635":{},"636":{},"637":{},"638":{},"641":{},"642":{},"645":{},"646":{},"647":{}}}],["iframeoptions.__type",{"_index":261,"name":{},"parent":{"633":{},"634":{},"639":{},"640":{},"643":{},"644":{},"648":{},"649":{}}}],["ignorable",{"_index":476,"name":{"1131":{}},"parent":{}}],["ignoreifemptyxmlcomponent",{"_index":656,"name":{"1493":{}},"parent":{"1494":{},"1495":{},"1496":{}}}],["iheaderfootergroup",{"_index":485,"name":{"1148":{}},"parent":{"1149":{},"1150":{},"1151":{}}}],["iheaderfooteroptions",{"_index":566,"name":{"1316":{}},"parent":{"1317":{},"1318":{}}}],["iheaderoptions",{"_index":683,"name":{"1570":{}},"parent":{"1571":{}}}],["ihorizontalpositionoptions",{"_index":442,"name":{"1077":{}},"parent":{"1078":{},"1079":{},"1080":{}}}],["iimageoptions",{"_index":149,"name":{"355":{}},"parent":{"356":{},"357":{},"358":{}}}],["iindentattributesproperties",{"_index":33,"name":{"45":{}},"parent":{"46":{},"47":{},"48":{},"49":{},"50":{},"51":{}}}],["ilevelsoptions",{"_index":387,"name":{"944":{}},"parent":{"945":{},"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{}}}],["ilevelsoptions.__type",{"_index":390,"name":{},"parent":{"953":{},"954":{}}}],["ilinenumberattributes",{"_index":554,"name":{"1285":{}},"parent":{"1286":{},"1287":{},"1288":{},"1289":{}}}],["imagerun",{"_index":153,"name":{"359":{}},"parent":{"360":{},"361":{},"362":{}}}],["imargins",{"_index":447,"name":{"1085":{}},"parent":{"1086":{},"1087":{},"1088":{},"1089":{}}}],["imathfractionoptions",{"_index":203,"name":{"471":{}},"parent":{"472":{},"473":{}}}],["imathfunctionoptions",{"_index":235,"name":{"580":{}},"parent":{"581":{},"582":{}}}],["imathoptions",{"_index":200,"name":{"461":{}},"parent":{"462":{}}}],["imathpresubsuperscriptoptions",{"_index":226,"name":{"552":{}},"parent":{"553":{},"554":{},"555":{}}}],["imathradicaloptions",{"_index":231,"name":{"569":{}},"parent":{"570":{},"571":{}}}],["imathsubscriptoptions",{"_index":220,"name":{"529":{}},"parent":{"530":{},"531":{}}}],["imathsubsuperscriptoptions",{"_index":223,"name":{"540":{}},"parent":{"541":{},"542":{},"543":{}}}],["imathsumoptions",{"_index":214,"name":{"506":{}},"parent":{"507":{},"508":{},"509":{}}}],["imathsuperscriptoptions",{"_index":217,"name":{"518":{}},"parent":{"519":{},"520":{}}}],["imediadata",{"_index":410,"name":{"1014":{}},"parent":{"1015":{},"1016":{},"1017":{}}}],["imediadatatransformation",{"_index":406,"name":{"1000":{}},"parent":{"1001":{},"1002":{},"1005":{},"1006":{},"1009":{},"1010":{},"1013":{}}}],["imediadatatransformation.__type",{"_index":408,"name":{},"parent":{"1003":{},"1004":{},"1007":{},"1008":{},"1011":{},"1012":{}}}],["imediatransformation",{"_index":399,"name":{"987":{}},"parent":{"988":{},"989":{},"990":{},"991":{},"994":{}}}],["imediatransformation.__type",{"_index":401,"name":{},"parent":{"992":{},"993":{}}}],["importdotx",{"_index":792,"name":{"1757":{}},"parent":{"1758":{},"1759":{}}}],["importedrootelementattributes",{"_index":663,"name":{"1513":{}},"parent":{"1514":{},"1515":{},"1516":{}}}],["importedstyles",{"_index":617,"name":{"1390":{}},"parent":{}}],["importedxmlcomponent",{"_index":661,"name":{"1507":{}},"parent":{"1508":{},"1509":{},"1510":{},"1511":{},"1512":{}}}],["imprint",{"_index":132,"name":{"239":{},"276":{},"306":{},"350":{}},"parent":{}}],["indent",{"_index":36,"name":{"52":{},"152":{},"168":{},"197":{},"663":{},"722":{}},"parent":{"53":{},"54":{},"55":{}}}],["initializablexmlcomponent",{"_index":667,"name":{"1520":{}},"parent":{"1521":{},"1522":{},"1523":{}}}],["initialstyles",{"_index":614,"name":{"1387":{}},"parent":{}}],["inline",{"_index":306,"name":{"750":{}},"parent":{}}],["insertedtextrun",{"_index":688,"name":{"1595":{}},"parent":{"1596":{},"1597":{},"1598":{}}}],["inset",{"_index":752,"name":{"1697":{}},"parent":{}}],["inside",{"_index":303,"name":{"741":{},"747":{},"1605":{},"1612":{}},"parent":{}}],["inside_margin",{"_index":435,"name":{"1062":{},"1070":{}},"parent":{}}],["insidehorizontal",{"_index":324,"name":{"784":{},"809":{}},"parent":{}}],["insidevertical",{"_index":325,"name":{"785":{},"814":{}},"parent":{}}],["instance",{"_index":89,"name":{"142":{},"187":{},"971":{},"980":{}},"parent":{}}],["internal",{"_index":187,"name":{"425":{}},"parent":{}}],["internalhyperlink",{"_index":191,"name":{"432":{}},"parent":{"433":{},"434":{},"435":{},"436":{}}}],["inumberingoptions",{"_index":367,"name":{"912":{}},"parent":{"913":{}}}],["ipageborderattributes",{"_index":537,"name":{"1251":{}},"parent":{"1252":{},"1253":{},"1254":{}}}],["ipagebordersoptions",{"_index":541,"name":{"1255":{}},"parent":{"1256":{},"1257":{},"1258":{},"1259":{},"1260":{}}}],["ipagemarginattributes",{"_index":547,"name":{"1265":{}},"parent":{"1266":{},"1267":{},"1268":{},"1269":{},"1270":{},"1271":{},"1272":{}}}],["ipagenumbertypeattributes",{"_index":524,"name":{"1229":{}},"parent":{"1230":{},"1231":{},"1232":{}}}],["ipagesizeattributes",{"_index":516,"name":{"1211":{}},"parent":{"1212":{},"1213":{},"1214":{}}}],["iparagraphoptions",{"_index":78,"name":{"126":{}},"parent":{"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"138":{},"139":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{}}}],["iparagraphoptions.__type",{"_index":87,"name":{},"parent":{"137":{},"140":{},"141":{},"142":{},"143":{}}}],["iparagraphpropertiesoptions",{"_index":103,"name":{"173":{}},"parent":{"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"183":{},"184":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{}}}],["iparagraphpropertiesoptions.__type",{"_index":104,"name":{},"parent":{"182":{},"185":{},"186":{},"187":{},"188":{}}}],["iparagraphstyleoptions",{"_index":628,"name":{"1431":{}},"parent":{"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{}}}],["iparagraphstylepropertiesoptions",{"_index":102,"name":{"162":{}},"parent":{"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{}}}],["iroha",{"_index":698,"name":{"1629":{}},"parent":{}}],["iroha_full_width",{"_index":705,"name":{"1637":{}},"parent":{}}],["irunoptions",{"_index":107,"name":{"207":{}},"parent":{"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"220":{},"221":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{}}}],["irunoptions.__type",{"_index":115,"name":{},"parent":{"218":{},"219":{},"222":{}}}],["irunpropertiesoptions",{"_index":140,"name":{"277":{}},"parent":{"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"287":{},"288":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{}}}],["irunpropertiesoptions.__type",{"_index":141,"name":{},"parent":{"285":{},"286":{},"289":{}}}],["irunstylepropertiesoptions",{"_index":138,"name":{"248":{}},"parent":{"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"257":{},"258":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{}}}],["irunstylepropertiesoptions.__type",{"_index":139,"name":{},"parent":{"255":{},"256":{},"259":{}}}],["isectionoptions",{"_index":358,"name":{"882":{}},"parent":{"883":{},"884":{},"888":{},"889":{},"893":{},"894":{}}}],["isectionoptions.__type",{"_index":360,"name":{},"parent":{"885":{},"886":{},"887":{},"890":{},"891":{},"892":{}}}],["isectionpropertiesoptions",{"_index":486,"name":{"1152":{}},"parent":{"1153":{},"1154":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{}}}],["isectionpropertiesoptions.__type",{"_index":487,"name":{},"parent":{"1155":{},"1156":{},"1157":{},"1158":{}}}],["ishadingattributesproperties",{"_index":575,"name":{"1339":{}},"parent":{"1340":{},"1341":{},"1342":{}}}],["ispacingproperties",{"_index":43,"name":{"68":{}},"parent":{"69":{},"70":{},"71":{},"72":{},"73":{},"74":{}}}],["istylesoptions",{"_index":613,"name":{"1385":{}},"parent":{"1386":{},"1387":{},"1388":{},"1389":{},"1390":{}}}],["isymbolrunoptions",{"_index":144,"name":{"316":{}},"parent":{"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"331":{},"332":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{}}}],["isymbolrunoptions.__type",{"_index":147,"name":{},"parent":{"329":{},"330":{},"333":{}}}],["itablebordersoptions",{"_index":323,"name":{"779":{}},"parent":{"780":{},"781":{},"782":{},"783":{},"784":{},"785":{}}}],["itablecellborders",{"_index":288,"name":{"690":{}},"parent":{"691":{},"692":{},"693":{},"694":{},"695":{},"696":{}}}],["itablecelloptions",{"_index":281,"name":{"674":{}},"parent":{"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{}}}],["itablefloatoptions",{"_index":307,"name":{"752":{}},"parent":{"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{},"760":{},"761":{},"762":{},"763":{}}}],["itableofcontentsoptions",{"_index":637,"name":{"1470":{}},"parent":{"1471":{},"1472":{},"1473":{},"1474":{},"1475":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{}}}],["itableoptions",{"_index":272,"name":{"658":{}},"parent":{"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{}}}],["itablepropertiesoptions",{"_index":298,"name":{"720":{}},"parent":{"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{}}}],["itablerowoptions",{"_index":332,"name":{"829":{}},"parent":{"830":{},"831":{},"832":{},"833":{},"834":{}}}],["itablerowoptions.__type",{"_index":336,"name":{},"parent":{"835":{},"836":{}}}],["itablerowpropertiesoptions",{"_index":344,"name":{"847":{}},"parent":{"848":{},"849":{},"850":{},"851":{}}}],["itablerowpropertiesoptions.__type",{"_index":345,"name":{},"parent":{"852":{},"853":{}}}],["itablewidthproperties",{"_index":356,"name":{"875":{}},"parent":{"876":{},"877":{}}}],["italics",{"_index":111,"name":{"214":{},"251":{},"281":{},"325":{}},"parent":{}}],["italicscomplexscript",{"_index":112,"name":{"215":{},"252":{},"282":{},"326":{}},"parent":{}}],["itextwrapping",{"_index":426,"name":{"1039":{}},"parent":{"1040":{},"1041":{},"1042":{}}}],["iverticalpositionoptions",{"_index":446,"name":{"1081":{}},"parent":{"1082":{},"1083":{},"1084":{}}}],["ixmlableobject",{"_index":665,"name":{"1518":{}},"parent":{"1519":{}}}],["ixmlattribute",{"_index":664,"name":{"1517":{}},"parent":{}}],["japanese_counting",{"_index":696,"name":{"1627":{}},"parent":{}}],["japanese_digital_ten_thousand",{"_index":702,"name":{"1633":{}},"parent":{}}],["japanese_legal",{"_index":701,"name":{"1632":{}},"parent":{}}],["justified",{"_index":19,"name":{"20":{}},"parent":{}}],["keeplines",{"_index":98,"name":{"155":{},"171":{},"200":{}},"parent":{}}],["keepnext",{"_index":97,"name":{"154":{},"170":{},"199":{}},"parent":{}}],["korean_counting",{"_index":723,"name":{"1657":{}},"parent":{}}],["korean_digital",{"_index":722,"name":{"1656":{}},"parent":{}}],["korean_digital_2",{"_index":725,"name":{"1659":{}},"parent":{}}],["korean_legal",{"_index":724,"name":{"1658":{}},"parent":{}}],["landscape",{"_index":515,"name":{"1210":{}},"parent":{}}],["largest",{"_index":425,"name":{"1038":{}},"parent":{}}],["layout",{"_index":277,"name":{"665":{},"723":{}},"parent":{}}],["layoutincell",{"_index":454,"name":{"1096":{}},"parent":{}}],["leadertype",{"_index":66,"name":{"105":{}},"parent":{"106":{},"107":{},"108":{},"109":{},"110":{}}}],["left",{"_index":21,"name":{"22":{},"35":{},"48":{},"96":{},"693":{},"742":{},"782":{},"799":{},"1036":{},"1086":{},"1172":{},"1269":{},"1606":{}},"parent":{}}],["left_margin",{"_index":436,"name":{"1063":{}},"parent":{}}],["left_to_right_top_to_bottom",{"_index":295,"name":{"714":{}},"parent":{}}],["leftfromtext",{"_index":314,"name":{"761":{}},"parent":{}}],["lefttabstop",{"_index":96,"name":{"151":{},"167":{},"196":{}},"parent":{}}],["level",{"_index":86,"name":{"137":{},"141":{},"182":{},"186":{},"458":{},"945":{},"959":{},"1469":{}},"parent":{"960":{},"961":{},"962":{}}}],["levelbase",{"_index":391,"name":{"955":{}},"parent":{"956":{},"957":{},"958":{}}}],["levelformat",{"_index":373,"name":{"925":{}},"parent":{"926":{},"927":{},"928":{},"929":{},"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{},"939":{}}}],["levelforoverride",{"_index":392,"name":{"963":{}},"parent":{"964":{},"965":{},"966":{}}}],["leveloverride",{"_index":398,"name":{"983":{}},"parent":{"984":{},"985":{},"986":{}}}],["levelsuffix",{"_index":385,"name":{"940":{}},"parent":{"941":{},"942":{},"943":{}}}],["line",{"_index":46,"name":{"71":{},"1071":{}},"parent":{}}],["linenumberattributes",{"_index":557,"name":{"1290":{}},"parent":{"1291":{},"1292":{},"1293":{}}}],["linenumberrestartformat",{"_index":550,"name":{"1281":{}},"parent":{"1282":{},"1283":{},"1284":{}}}],["linenumbers",{"_index":492,"name":{"1162":{}},"parent":{}}],["linenumbertype",{"_index":558,"name":{"1294":{}},"parent":{"1295":{},"1296":{},"1297":{}}}],["linepitch",{"_index":510,"name":{"1199":{}},"parent":{}}],["linerule",{"_index":47,"name":{"72":{}},"parent":{}}],["lineruletype",{"_index":39,"name":{"64":{}},"parent":{"65":{},"66":{},"67":{}}}],["lines",{"_index":264,"name":{"636":{}},"parent":{}}],["link",{"_index":196,"name":{"442":{},"1400":{},"1411":{},"1426":{},"1438":{}},"parent":{}}],["linkid",{"_index":190,"name":{"429":{},"434":{}},"parent":{}}],["lockanchor",{"_index":452,"name":{"1094":{}},"parent":{}}],["longhexnumber",{"_index":768,"name":{"1717":{}},"parent":{}}],["lower_letter",{"_index":380,"name":{"934":{},"1620":{}},"parent":{}}],["lower_roman",{"_index":381,"name":{"935":{},"1618":{}},"parent":{}}],["m",{"_index":464,"name":{"1119":{}},"parent":{}}],["margin",{"_index":246,"name":{"614":{},"616":{},"736":{},"1064":{},"1072":{},"1156":{}},"parent":{}}],["margins",{"_index":275,"name":{"662":{},"677":{},"1042":{},"1097":{}},"parent":{}}],["math",{"_index":201,"name":{"463":{}},"parent":{"464":{},"465":{},"466":{}}}],["mathaccentcharacter",{"_index":209,"name":{"486":{}},"parent":{"487":{},"488":{},"489":{}}}],["mathangledbrackets",{"_index":243,"name":{"607":{}},"parent":{"608":{},"609":{},"610":{}}}],["mathbase",{"_index":210,"name":{"490":{}},"parent":{"491":{},"492":{},"493":{}}}],["mathcomponent",{"_index":229,"name":{"564":{}},"parent":{}}],["mathcurlybrackets",{"_index":242,"name":{"603":{}},"parent":{"604":{},"605":{},"606":{}}}],["mathdegree",{"_index":230,"name":{"565":{}},"parent":{"566":{},"567":{},"568":{}}}],["mathdenominator",{"_index":207,"name":{"478":{}},"parent":{"479":{},"480":{},"481":{}}}],["mathfraction",{"_index":206,"name":{"474":{}},"parent":{"475":{},"476":{},"477":{}}}],["mathfunction",{"_index":237,"name":{"583":{}},"parent":{"584":{},"585":{},"586":{}}}],["mathfunctionname",{"_index":238,"name":{"587":{}},"parent":{"588":{},"589":{},"590":{}}}],["mathfunctionproperties",{"_index":239,"name":{"591":{}},"parent":{"592":{},"593":{},"594":{}}}],["mathlimitlocation",{"_index":211,"name":{"494":{}},"parent":{"495":{},"496":{},"497":{}}}],["mathnarayproperties",{"_index":212,"name":{"498":{}},"parent":{"499":{},"500":{},"501":{}}}],["mathnumerator",{"_index":208,"name":{"482":{}},"parent":{"483":{},"484":{},"485":{}}}],["mathpresubsuperscript",{"_index":227,"name":{"556":{}},"parent":{"557":{},"558":{},"559":{}}}],["mathpresubsuperscriptproperties",{"_index":228,"name":{"560":{}},"parent":{"561":{},"562":{},"563":{}}}],["mathradical",{"_index":233,"name":{"572":{}},"parent":{"573":{},"574":{},"575":{}}}],["mathradicalproperties",{"_index":234,"name":{"576":{}},"parent":{"577":{},"578":{},"579":{}}}],["mathroundbrackets",{"_index":240,"name":{"595":{}},"parent":{"596":{},"597":{},"598":{}}}],["mathrun",{"_index":202,"name":{"467":{}},"parent":{"468":{},"469":{},"470":{}}}],["mathsquarebrackets",{"_index":241,"name":{"599":{}},"parent":{"600":{},"601":{},"602":{}}}],["mathsubscript",{"_index":221,"name":{"532":{}},"parent":{"533":{},"534":{},"535":{}}}],["mathsubscriptelement",{"_index":213,"name":{"502":{}},"parent":{"503":{},"504":{},"505":{}}}],["mathsubscriptproperties",{"_index":222,"name":{"536":{}},"parent":{"537":{},"538":{},"539":{}}}],["mathsubsuperscript",{"_index":224,"name":{"544":{}},"parent":{"545":{},"546":{},"547":{}}}],["mathsubsuperscriptproperties",{"_index":225,"name":{"548":{}},"parent":{"549":{},"550":{},"551":{}}}],["mathsum",{"_index":215,"name":{"510":{}},"parent":{"511":{},"512":{},"513":{}}}],["mathsuperscript",{"_index":218,"name":{"521":{}},"parent":{"522":{},"523":{},"524":{}}}],["mathsuperscriptelement",{"_index":216,"name":{"514":{}},"parent":{"515":{},"516":{},"517":{}}}],["mathsuperscriptproperties",{"_index":219,"name":{"525":{}},"parent":{"526":{},"527":{},"528":{}}}],["max",{"_index":73,"name":{"112":{}},"parent":{}}],["mc",{"_index":461,"name":{"1116":{}},"parent":{}}],["measurementorpercentvalue",{"_index":779,"name":{"1728":{}},"parent":{}}],["media",{"_index":5,"name":{"6":{},"901":{},"995":{},"1559":{},"1569":{},"1756":{}},"parent":{"996":{},"997":{},"998":{},"999":{}}}],["middle_dot",{"_index":69,"name":{"108":{}},"parent":{}}],["name",{"_index":236,"name":{"582":{},"1397":{},"1407":{},"1423":{},"1433":{}},"parent":{}}],["never",{"_index":330,"name":{"823":{}},"parent":{}}],["new_page",{"_index":551,"name":{"1282":{}},"parent":{}}],["new_section",{"_index":552,"name":{"1283":{}},"parent":{}}],["next",{"_index":620,"name":{"1399":{},"1410":{},"1425":{},"1437":{}},"parent":{}}],["next_column",{"_index":561,"name":{"1300":{}},"parent":{}}],["next_page",{"_index":560,"name":{"1299":{}},"parent":{}}],["nil",{"_index":354,"name":{"873":{},"1353":{},"1698":{}},"parent":{}}],["none",{"_index":70,"name":{"109":{},"612":{},"622":{},"787":{},"936":{},"1030":{},"1663":{},"1699":{}},"parent":{}}],["not_beside",{"_index":251,"name":{"623":{}},"parent":{}}],["not_first_page",{"_index":532,"name":{"1244":{}},"parent":{}}],["nothing",{"_index":386,"name":{"941":{}},"parent":{}}],["num",{"_index":65,"name":{"103":{},"974":{}},"parent":{}}],["number_in_dash",{"_index":729,"name":{"1664":{}},"parent":{}}],["numberformat",{"_index":692,"name":{"1615":{}},"parent":{"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{},"1674":{},"1675":{},"1676":{},"1677":{}}}],["numbering",{"_index":4,"name":{"5":{},"138":{},"183":{},"900":{},"914":{}},"parent":{"915":{},"916":{},"917":{},"918":{},"919":{}}}],["numberproperties",{"_index":76,"name":{"121":{}},"parent":{"122":{},"123":{},"124":{}}}],["numbervalueelement",{"_index":671,"name":{"1536":{}},"parent":{"1537":{},"1538":{},"1539":{}}}],["numerator",{"_index":204,"name":{"472":{}},"parent":{}}],["numid",{"_index":394,"name":{"968":{},"978":{}},"parent":{}}],["o",{"_index":462,"name":{"1117":{}},"parent":{}}],["odd_page",{"_index":563,"name":{"1303":{}},"parent":{}}],["offset",{"_index":445,"name":{"1080":{},"1084":{}},"parent":{}}],["offsetfrom",{"_index":539,"name":{"1253":{}},"parent":{}}],["onoffelement",{"_index":668,"name":{"1524":{}},"parent":{"1525":{},"1526":{},"1527":{}}}],["options",{"_index":193,"name":{"439":{},"687":{},"1574":{},"1577":{}},"parent":{}}],["ordinal",{"_index":693,"name":{"1621":{}},"parent":{}}],["ordinal_text",{"_index":382,"name":{"937":{},"1623":{}},"parent":{}}],["orientation",{"_index":501,"name":{"1180":{},"1214":{}},"parent":{}}],["outlinelevel",{"_index":99,"name":{"156":{},"172":{},"201":{},"456":{}},"parent":{"457":{},"458":{},"459":{},"460":{}}}],["outset",{"_index":753,"name":{"1700":{}},"parent":{}}],["outside",{"_index":304,"name":{"743":{},"749":{},"1607":{},"1613":{}},"parent":{}}],["outside_margin",{"_index":437,"name":{"1065":{},"1073":{}},"parent":{}}],["overlap",{"_index":316,"name":{"763":{},"824":{}},"parent":{}}],["overlaptype",{"_index":329,"name":{"822":{}},"parent":{"823":{},"824":{}}}],["overridelevel",{"_index":396,"name":{"972":{}},"parent":{}}],["packer",{"_index":785,"name":{"1745":{}},"parent":{"1746":{},"1747":{},"1748":{},"1749":{}}}],["page",{"_index":248,"name":{"617":{},"737":{},"1066":{},"1074":{},"1153":{},"1246":{}},"parent":{}}],["pageborderbottom",{"_index":545,"name":{"1259":{}},"parent":{}}],["pageborderdisplay",{"_index":529,"name":{"1241":{}},"parent":{"1242":{},"1243":{},"1244":{}}}],["pageborderleft",{"_index":546,"name":{"1260":{}},"parent":{}}],["pageborderoffsetfrom",{"_index":533,"name":{"1245":{}},"parent":{"1246":{},"1247":{}}}],["pageborderright",{"_index":544,"name":{"1258":{}},"parent":{}}],["pageborders",{"_index":542,"name":{"1256":{},"1261":{}},"parent":{"1262":{},"1263":{},"1264":{}}}],["pagebordertop",{"_index":543,"name":{"1257":{}},"parent":{}}],["pageborderzorder",{"_index":534,"name":{"1248":{}},"parent":{"1249":{},"1250":{}}}],["pagebreak",{"_index":37,"name":{"56":{}},"parent":{"57":{},"58":{},"59":{}}}],["pagebreakbefore",{"_index":38,"name":{"60":{},"132":{},"177":{}},"parent":{"61":{},"62":{},"63":{}}}],["pagemargin",{"_index":549,"name":{"1277":{}},"parent":{"1278":{},"1279":{},"1280":{}}}],["pagemarginattributes",{"_index":548,"name":{"1273":{}},"parent":{"1274":{},"1275":{},"1276":{}}}],["pagenumber",{"_index":133,"name":{"240":{}},"parent":{"241":{},"242":{},"243":{}}}],["pagenumbers",{"_index":488,"name":{"1157":{}},"parent":{}}],["pagenumbersentrylevelsrange",{"_index":645,"name":{"1478":{}},"parent":{}}],["pagenumberseparator",{"_index":519,"name":{"1223":{}},"parent":{"1224":{},"1225":{},"1226":{},"1227":{},"1228":{}}}],["pagenumbertype",{"_index":528,"name":{"1237":{}},"parent":{"1238":{},"1239":{},"1240":{}}}],["pagenumbertypeattributes",{"_index":527,"name":{"1233":{}},"parent":{"1234":{},"1235":{},"1236":{}}}],["pageorientation",{"_index":513,"name":{"1208":{}},"parent":{"1209":{},"1210":{}}}],["pagesize",{"_index":518,"name":{"1219":{}},"parent":{"1220":{},"1221":{},"1222":{}}}],["pagesizeattributes",{"_index":517,"name":{"1215":{}},"parent":{"1216":{},"1217":{},"1218":{}}}],["paragraph",{"_index":100,"name":{"157":{},"954":{},"1075":{},"1421":{},"1434":{},"1456":{}},"parent":{"158":{},"159":{},"160":{},"161":{}}}],["paragraphchild",{"_index":77,"name":{"125":{}},"parent":{}}],["paragraphproperties",{"_index":105,"name":{"202":{}},"parent":{"203":{},"204":{},"205":{},"206":{}}}],["paragraphpropertiesdefaults",{"_index":630,"name":{"1447":{}},"parent":{"1448":{},"1449":{},"1450":{}}}],["paragraphstyles",{"_index":615,"name":{"1388":{}},"parent":{}}],["percent_10",{"_index":583,"name":{"1355":{}},"parent":{}}],["percent_12",{"_index":584,"name":{"1356":{}},"parent":{}}],["percent_15",{"_index":585,"name":{"1357":{}},"parent":{}}],["percent_20",{"_index":586,"name":{"1358":{}},"parent":{}}],["percent_25",{"_index":587,"name":{"1359":{}},"parent":{}}],["percent_30",{"_index":588,"name":{"1360":{}},"parent":{}}],["percent_35",{"_index":589,"name":{"1361":{}},"parent":{}}],["percent_37",{"_index":590,"name":{"1362":{}},"parent":{}}],["percent_40",{"_index":591,"name":{"1363":{}},"parent":{}}],["percent_45",{"_index":592,"name":{"1364":{}},"parent":{}}],["percent_5",{"_index":582,"name":{"1354":{}},"parent":{}}],["percent_50",{"_index":593,"name":{"1365":{}},"parent":{}}],["percent_55",{"_index":594,"name":{"1366":{}},"parent":{}}],["percent_60",{"_index":595,"name":{"1367":{}},"parent":{}}],["percent_62",{"_index":596,"name":{"1368":{}},"parent":{}}],["percent_65",{"_index":597,"name":{"1369":{}},"parent":{}}],["percent_70",{"_index":598,"name":{"1370":{}},"parent":{}}],["percent_75",{"_index":599,"name":{"1371":{}},"parent":{}}],["percent_80",{"_index":600,"name":{"1372":{}},"parent":{}}],["percent_85",{"_index":601,"name":{"1373":{}},"parent":{}}],["percent_87",{"_index":602,"name":{"1374":{}},"parent":{}}],["percent_90",{"_index":603,"name":{"1375":{}},"parent":{}}],["percent_95",{"_index":604,"name":{"1376":{}},"parent":{}}],["percentage",{"_index":355,"name":{"874":{}},"parent":{}}],["percentagevalue",{"_index":778,"name":{"1727":{}},"parent":{}}],["period",{"_index":520,"name":{"1225":{}},"parent":{}}],["pixels",{"_index":407,"name":{"1001":{}},"parent":{}}],["pointmeasurevalue",{"_index":782,"name":{"1731":{}},"parent":{}}],["portrait",{"_index":514,"name":{"1209":{}},"parent":{}}],["position",{"_index":259,"name":{"631":{}},"parent":{}}],["positiveuniversalmeasurevalue",{"_index":772,"name":{"1721":{}},"parent":{}}],["prepforxml",{"_index":24,"name":{"26":{},"30":{},"39":{},"43":{},"54":{},"58":{},"62":{},"77":{},"89":{},"93":{},"115":{},"119":{},"123":{},"159":{},"205":{},"246":{},"310":{},"314":{},"353":{},"361":{},"371":{},"375":{},"397":{},"402":{},"406":{},"410":{},"414":{},"418":{},"422":{},"430":{},"435":{},"450":{},"454":{},"459":{},"465":{},"469":{},"476":{},"480":{},"484":{},"488":{},"492":{},"496":{},"500":{},"504":{},"512":{},"516":{},"523":{},"527":{},"534":{},"538":{},"546":{},"550":{},"558":{},"562":{},"567":{},"574":{},"578":{},"585":{},"589":{},"593":{},"597":{},"601":{},"605":{},"609":{},"652":{},"656":{},"672":{},"688":{},"699":{},"703":{},"710":{},"718":{},"733":{},"766":{},"770":{},"777":{},"820":{},"827":{},"845":{},"856":{},"864":{},"868":{},"880":{},"916":{},"923":{},"957":{},"961":{},"965":{},"981":{},"985":{},"1027":{},"1045":{},"1049":{},"1053":{},"1057":{},"1102":{},"1106":{},"1110":{},"1140":{},"1145":{},"1183":{},"1192":{},"1196":{},"1202":{},"1206":{},"1217":{},"1221":{},"1235":{},"1239":{},"1263":{},"1275":{},"1279":{},"1292":{},"1296":{},"1306":{},"1310":{},"1324":{},"1328":{},"1337":{},"1345":{},"1393":{},"1418":{},"1445":{},"1449":{},"1453":{},"1460":{},"1464":{},"1491":{},"1495":{},"1499":{},"1504":{},"1511":{},"1515":{},"1522":{},"1526":{},"1530":{},"1534":{},"1538":{},"1542":{},"1549":{},"1581":{},"1585":{},"1589":{},"1593":{},"1597":{},"1601":{},"1685":{},"1739":{},"1743":{}},"parent":{}}],["preservenewlineinentries",{"_index":652,"name":{"1485":{}},"parent":{}}],["preservetabinentries",{"_index":651,"name":{"1484":{}},"parent":{}}],["properties",{"_index":363,"name":{"893":{}},"parent":{}}],["push",{"_index":106,"name":{"204":{},"309":{},"1146":{},"1510":{}},"parent":{}}],["quickformat",{"_index":624,"name":{"1404":{},"1415":{},"1430":{},"1442":{}},"parent":{}}],["r",{"_index":463,"name":{"1118":{}},"parent":{}}],["reference",{"_index":88,"name":{"140":{},"185":{},"970":{},"979":{}},"parent":{}}],["relationships",{"_index":680,"name":{"1558":{},"1568":{}},"parent":{}}],["relative",{"_index":443,"name":{"1078":{},"1082":{}},"parent":{}}],["relativehorizontalposition",{"_index":302,"name":{"739":{},"755":{}},"parent":{"740":{},"741":{},"742":{},"743":{},"744":{}}}],["relativeverticalposition",{"_index":305,"name":{"745":{},"758":{}},"parent":{"746":{},"747":{},"748":{},"749":{},"750":{},"751":{}}}],["restart",{"_index":293,"name":{"707":{},"1288":{}},"parent":{}}],["reverse_diagonal_stripe",{"_index":605,"name":{"1377":{}},"parent":{}}],["right",{"_index":22,"name":{"23":{},"36":{},"49":{},"97":{},"696":{},"744":{},"783":{},"804":{},"1037":{},"1089":{},"1170":{},"1267":{},"1608":{}},"parent":{}}],["right_margin",{"_index":438,"name":{"1067":{}},"parent":{}}],["rightfromtext",{"_index":315,"name":{"762":{}},"parent":{}}],["righttabstop",{"_index":95,"name":{"150":{},"166":{},"195":{}},"parent":{}}],["righttoleft",{"_index":120,"name":{"226":{},"263":{},"293":{},"337":{}},"parent":{}}],["rootindextocolumnindex",{"_index":342,"name":{"843":{}},"parent":{}}],["rotation",{"_index":402,"name":{"994":{},"1013":{}},"parent":{}}],["rows",{"_index":273,"name":{"659":{}},"parent":{}}],["rowspan",{"_index":286,"name":{"683":{}},"parent":{}}],["rule",{"_index":269,"name":{"645":{},"836":{},"853":{}},"parent":{}}],["run",{"_index":137,"name":{"244":{},"953":{},"1396":{},"1408":{},"1422":{},"1435":{},"1457":{}},"parent":{"245":{},"246":{},"247":{}}}],["runfonts",{"_index":160,"name":{"369":{}},"parent":{"370":{},"371":{},"372":{}}}],["runproperties",{"_index":142,"name":{"307":{}},"parent":{"308":{},"309":{},"310":{},"311":{}}}],["runpropertiesdefaults",{"_index":631,"name":{"1451":{}},"parent":{"1452":{},"1453":{},"1454":{}}}],["russian_lower",{"_index":727,"name":{"1661":{}},"parent":{}}],["russian_upper",{"_index":728,"name":{"1662":{}},"parent":{}}],["sectionmargindefaults",{"_index":494,"name":{"1167":{}},"parent":{"1168":{}}}],["sectionmargindefaults.__type",{"_index":495,"name":{},"parent":{"1169":{},"1170":{},"1171":{},"1172":{},"1173":{},"1174":{},"1175":{}}}],["sectionpagesizedefaults",{"_index":499,"name":{"1176":{}},"parent":{"1177":{}}}],["sectionpagesizedefaults.__type",{"_index":500,"name":{},"parent":{"1178":{},"1179":{},"1180":{}}}],["sectionproperties",{"_index":502,"name":{"1181":{}},"parent":{"1182":{},"1183":{},"1184":{}}}],["sectiontype",{"_index":559,"name":{"1298":{}},"parent":{"1299":{},"1300":{},"1301":{},"1302":{},"1303":{}}}],["sectiontypeattributes",{"_index":564,"name":{"1304":{}},"parent":{"1305":{},"1306":{},"1307":{}}}],["semihidden",{"_index":622,"name":{"1402":{},"1413":{},"1428":{},"1440":{}},"parent":{}}],["separate",{"_index":505,"name":{"1188":{}},"parent":{}}],["separator",{"_index":526,"name":{"1232":{}},"parent":{}}],["seqfieldidentifierforprefix",{"_index":648,"name":{"1481":{}},"parent":{}}],["sequenceandpagenumbersseparator",{"_index":641,"name":{"1474":{}},"parent":{}}],["sequentialidentifier",{"_index":161,"name":{"373":{}},"parent":{"374":{},"375":{},"376":{}}}],["set",{"_index":25,"name":{"27":{},"116":{},"653":{},"767":{},"865":{},"1141":{},"1193":{},"1203":{},"1218":{},"1236":{},"1276":{},"1293":{},"1307":{},"1329":{},"1500":{},"1505":{},"1586":{},"1740":{}},"parent":{}}],["settings",{"_index":13,"name":{"14":{},"909":{}},"parent":{}}],["shading",{"_index":91,"name":{"144":{},"189":{},"237":{},"274":{},"304":{},"348":{},"676":{},"726":{},"1343":{}},"parent":{"1344":{},"1345":{},"1346":{}}}],["shadingtype",{"_index":577,"name":{"1347":{}},"parent":{"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{}}}],["shorthexnumber",{"_index":769,"name":{"1718":{}},"parent":{}}],["side",{"_index":427,"name":{"1041":{}},"parent":{}}],["signedhpsmeasurevalue",{"_index":776,"name":{"1725":{}},"parent":{}}],["signedtwipsmeasurevalue",{"_index":774,"name":{"1723":{}},"parent":{}}],["simplefield",{"_index":184,"name":{"416":{}},"parent":{"417":{},"418":{},"419":{}}}],["simplemailmergefield",{"_index":185,"name":{"420":{}},"parent":{"421":{},"422":{},"423":{}}}],["simplepos",{"_index":456,"name":{"1100":{}},"parent":{"1101":{},"1102":{},"1103":{}}}],["single",{"_index":163,"name":{"378":{},"1688":{}},"parent":{}}],["size",{"_index":118,"name":{"224":{},"261":{},"291":{},"335":{},"792":{},"797":{},"802":{},"807":{},"812":{},"817":{},"876":{},"1155":{},"1681":{}},"parent":{}}],["sizecomplexscript",{"_index":119,"name":{"225":{},"262":{},"292":{},"336":{}},"parent":{}}],["smallcaps",{"_index":121,"name":{"227":{},"264":{},"294":{},"338":{}},"parent":{}}],["solid",{"_index":606,"name":{"1378":{}},"parent":{}}],["space",{"_index":268,"name":{"641":{},"942":{},"1186":{},"1682":{}},"parent":{}}],["spacing",{"_index":50,"name":{"75":{},"153":{},"169":{},"198":{}},"parent":{"76":{},"77":{},"78":{}}}],["square",{"_index":421,"name":{"1031":{}},"parent":{}}],["start",{"_index":15,"name":{"16":{},"46":{},"104":{},"445":{},"692":{},"949":{},"975":{},"1230":{},"1287":{}},"parent":{}}],["stream",{"_index":411,"name":{"1015":{}},"parent":{}}],["strike",{"_index":123,"name":{"229":{},"266":{},"296":{},"340":{}},"parent":{}}],["stringcontainer",{"_index":672,"name":{"1540":{}},"parent":{"1541":{},"1542":{},"1543":{}}}],["stringvalueelement",{"_index":670,"name":{"1532":{}},"parent":{"1533":{},"1534":{},"1535":{}}}],["style",{"_index":59,"name":{"87":{},"134":{},"179":{},"211":{},"278":{},"322":{},"666":{},"727":{},"791":{},"796":{},"801":{},"806":{},"811":{},"816":{},"951":{},"1679":{}},"parent":{"88":{},"89":{},"90":{}}}],["styleforcharacter",{"_index":626,"name":{"1416":{}},"parent":{"1417":{},"1418":{},"1419":{}}}],["styleforparagraph",{"_index":629,"name":{"1443":{}},"parent":{"1444":{},"1445":{},"1446":{}}}],["stylelevel",{"_index":635,"name":{"1466":{}},"parent":{"1467":{},"1468":{},"1469":{}}}],["stylename",{"_index":636,"name":{"1468":{}},"parent":{}}],["styles",{"_index":2,"name":{"3":{},"898":{},"1391":{},"1754":{}},"parent":{"1392":{},"1393":{},"1394":{}}}],["styleswithlevels",{"_index":649,"name":{"1482":{}},"parent":{}}],["subscript",{"_index":125,"name":{"231":{},"268":{},"298":{},"342":{},"508":{},"531":{},"542":{},"554":{}},"parent":{}}],["suffix",{"_index":389,"name":{"950":{}},"parent":{}}],["superscript",{"_index":126,"name":{"232":{},"269":{},"299":{},"343":{},"509":{},"520":{},"543":{},"555":{}},"parent":{}}],["symbolfont",{"_index":146,"name":{"318":{}},"parent":{}}],["symbolrun",{"_index":148,"name":{"351":{}},"parent":{"352":{},"353":{},"354":{}}}],["tab",{"_index":183,"name":{"412":{},"943":{}},"parent":{"413":{},"414":{},"415":{}}}],["tabattributes",{"_index":74,"name":{"113":{}},"parent":{"114":{},"115":{},"116":{}}}],["table",{"_index":280,"name":{"670":{}},"parent":{"671":{},"672":{},"673":{}}}],["tableanchortype",{"_index":301,"name":{"735":{}},"parent":{"736":{},"737":{},"738":{}}}],["tableborders",{"_index":326,"name":{"786":{}},"parent":{"787":{},"788":{},"819":{},"820":{},"821":{}}}],["tableborders.__type",{"_index":327,"name":{},"parent":{"789":{},"790":{},"794":{},"795":{},"799":{},"800":{},"804":{},"805":{},"809":{},"810":{},"814":{},"815":{}}}],["tableborders.__type.__type",{"_index":328,"name":{},"parent":{"791":{},"792":{},"793":{},"796":{},"797":{},"798":{},"801":{},"802":{},"803":{},"806":{},"807":{},"808":{},"811":{},"812":{},"813":{},"816":{},"817":{},"818":{}}}],["tablecell",{"_index":287,"name":{"685":{}},"parent":{"686":{},"687":{},"688":{},"689":{}}}],["tablecellborders",{"_index":289,"name":{"697":{}},"parent":{"698":{},"699":{},"700":{}}}],["tablefloatoptionsattributes",{"_index":317,"name":{"764":{}},"parent":{"765":{},"766":{},"767":{}}}],["tablefloatproperties",{"_index":318,"name":{"768":{}},"parent":{"769":{},"770":{},"771":{}}}],["tableheader",{"_index":334,"name":{"832":{},"849":{}},"parent":{}}],["tablelayout",{"_index":322,"name":{"775":{}},"parent":{"776":{},"777":{},"778":{}}}],["tablelayouttype",{"_index":319,"name":{"772":{}},"parent":{"773":{},"774":{}}}],["tableofcontents",{"_index":634,"name":{"1462":{}},"parent":{"1463":{},"1464":{},"1465":{}}}],["tableoverlap",{"_index":331,"name":{"825":{}},"parent":{"826":{},"827":{},"828":{}}}],["tableproperties",{"_index":300,"name":{"731":{}},"parent":{"732":{},"733":{},"734":{}}}],["tablerow",{"_index":337,"name":{"837":{}},"parent":{"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{}}}],["tablerowheight",{"_index":351,"name":{"866":{}},"parent":{"867":{},"868":{},"869":{}}}],["tablerowheightattributes",{"_index":350,"name":{"862":{}},"parent":{"863":{},"864":{},"865":{}}}],["tablerowproperties",{"_index":346,"name":{"854":{}},"parent":{"855":{},"856":{},"857":{}}}],["tablewidthelement",{"_index":357,"name":{"878":{}},"parent":{"879":{},"880":{},"881":{}}}],["tabstop",{"_index":60,"name":{"91":{}},"parent":{"92":{},"93":{},"94":{}}}],["tabstopitem",{"_index":75,"name":{"117":{}},"parent":{"118":{},"119":{},"120":{}}}],["tabstopposition",{"_index":72,"name":{"111":{}},"parent":{"112":{}}}],["tabstops",{"_index":83,"name":{"133":{},"178":{}},"parent":{}}],["tabstoptype",{"_index":61,"name":{"95":{}},"parent":{"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{}}}],["taiwanese_counting",{"_index":715,"name":{"1649":{}},"parent":{}}],["taiwanese_counting_thousand",{"_index":717,"name":{"1651":{}},"parent":{}}],["taiwanese_digital",{"_index":718,"name":{"1652":{}},"parent":{}}],["tcfieldidentifier",{"_index":642,"name":{"1475":{}},"parent":{}}],["tcfieldlevelrange",{"_index":644,"name":{"1477":{}},"parent":{}}],["tdirection",{"_index":297,"name":{"716":{}},"parent":{"717":{},"718":{},"719":{}}}],["template",{"_index":366,"name":{"911":{}},"parent":{}}],["text",{"_index":79,"name":{"127":{},"210":{},"321":{},"618":{},"738":{},"947":{},"1247":{}},"parent":{}}],["textdirection",{"_index":283,"name":{"679":{},"712":{}},"parent":{"713":{},"714":{},"715":{}}}],["textrun",{"_index":143,"name":{"312":{}},"parent":{"313":{},"314":{},"315":{}}}],["textwrappingside",{"_index":423,"name":{"1034":{}},"parent":{"1035":{},"1036":{},"1037":{},"1038":{}}}],["textwrappingtype",{"_index":420,"name":{"1029":{}},"parent":{"1030":{},"1031":{},"1032":{},"1033":{}}}],["thai_counting",{"_index":740,"name":{"1675":{}},"parent":{}}],["thai_letters",{"_index":738,"name":{"1673":{}},"parent":{}}],["thai_numbers",{"_index":739,"name":{"1674":{}},"parent":{}}],["thematicbreak",{"_index":32,"name":{"41":{},"148":{},"164":{},"193":{}},"parent":{"42":{},"43":{},"44":{}}}],["themecolor",{"_index":571,"name":{"1332":{}},"parent":{}}],["themeshade",{"_index":572,"name":{"1333":{}},"parent":{}}],["themetint",{"_index":573,"name":{"1334":{}},"parent":{}}],["thick",{"_index":166,"name":{"381":{},"1701":{}},"parent":{}}],["thick_thin_large_gap",{"_index":754,"name":{"1702":{}},"parent":{}}],["thick_thin_medium_gap",{"_index":755,"name":{"1703":{}},"parent":{}}],["thick_thin_small_gap",{"_index":756,"name":{"1704":{}},"parent":{}}],["thin_diagonal_cross",{"_index":607,"name":{"1379":{}},"parent":{}}],["thin_diagonal_stripe",{"_index":608,"name":{"1380":{}},"parent":{}}],["thin_horizontal_cross",{"_index":609,"name":{"1381":{}},"parent":{}}],["thin_reverse_diagonal_stripe",{"_index":610,"name":{"1382":{}},"parent":{}}],["thin_thick_large_gap",{"_index":757,"name":{"1705":{}},"parent":{}}],["thin_thick_medium_gap",{"_index":758,"name":{"1706":{}},"parent":{}}],["thin_thick_small_gap",{"_index":759,"name":{"1707":{}},"parent":{}}],["thin_thick_thin_large_gap",{"_index":760,"name":{"1708":{}},"parent":{}}],["thin_thick_thin_medium_gap",{"_index":761,"name":{"1709":{}},"parent":{}}],["thin_thick_thin_small_gap",{"_index":762,"name":{"1710":{}},"parent":{}}],["thin_vertical_stripe",{"_index":611,"name":{"1383":{}},"parent":{}}],["three_d_emboss",{"_index":763,"name":{"1711":{}},"parent":{}}],["three_d_engrave",{"_index":764,"name":{"1712":{}},"parent":{}}],["through",{"_index":252,"name":{"624":{}},"parent":{}}],["tight",{"_index":253,"name":{"625":{},"1032":{}},"parent":{}}],["title",{"_index":58,"name":{"86":{}},"parent":{}}],["titlepage",{"_index":493,"name":{"1163":{}},"parent":{}}],["titlepageisdefined",{"_index":791,"name":{"1755":{}},"parent":{}}],["tobase64string",{"_index":787,"name":{"1747":{}},"parent":{}}],["toblob",{"_index":788,"name":{"1748":{}},"parent":{}}],["tobuffer",{"_index":786,"name":{"1746":{}},"parent":{}}],["top",{"_index":29,"name":{"33":{},"691":{},"751":{},"780":{},"789":{},"1088":{},"1169":{},"1266":{},"1614":{},"1736":{}},"parent":{}}],["top_and_bottom",{"_index":422,"name":{"1033":{}},"parent":{}}],["top_margin",{"_index":441,"name":{"1076":{}},"parent":{}}],["top_to_bottom_right_to_left",{"_index":296,"name":{"715":{}},"parent":{}}],["topfromtext",{"_index":313,"name":{"760":{}},"parent":{}}],["total_pages",{"_index":135,"name":{"242":{}},"parent":{}}],["total_pages_in_section",{"_index":136,"name":{"243":{}},"parent":{}}],["transformation",{"_index":151,"name":{"357":{},"1017":{}},"parent":{}}],["triple",{"_index":765,"name":{"1713":{}},"parent":{}}],["twipsmeasurevalue",{"_index":777,"name":{"1726":{}},"parent":{}}],["type",{"_index":116,"name":{"219":{},"222":{},"256":{},"259":{},"286":{},"289":{},"330":{},"333":{},"877":{},"1040":{},"1137":{},"1166":{},"1308":{},"1317":{},"1342":{},"1552":{},"1562":{}},"parent":{"1309":{},"1310":{},"1311":{}}}],["ucharhexnumber",{"_index":770,"name":{"1719":{}},"parent":{}}],["uipriority",{"_index":621,"name":{"1401":{},"1412":{},"1427":{},"1439":{}},"parent":{}}],["underline",{"_index":113,"name":{"216":{},"253":{},"283":{},"327":{},"395":{}},"parent":{"396":{},"397":{},"398":{}}}],["underlinetype",{"_index":162,"name":{"377":{}},"parent":{"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{}}}],["underscore",{"_index":71,"name":{"110":{}},"parent":{}}],["unhidewhenused",{"_index":623,"name":{"1403":{},"1414":{},"1429":{},"1441":{}},"parent":{}}],["uniqueid",{"_index":797,"name":{"1763":{}},"parent":{}}],["uniquenumericid",{"_index":796,"name":{"1762":{}},"parent":{}}],["universalmeasurevalue",{"_index":771,"name":{"1720":{}},"parent":{}}],["unsigneddecimalnumber",{"_index":767,"name":{"1716":{}},"parent":{}}],["upper_letter",{"_index":383,"name":{"938":{},"1619":{}},"parent":{}}],["upper_roman",{"_index":384,"name":{"939":{},"1617":{}},"parent":{}}],["useappliedparagraphoutlinelevel",{"_index":650,"name":{"1483":{}},"parent":{}}],["v",{"_index":465,"name":{"1120":{}},"parent":{}}],["value",{"_index":335,"name":{"835":{},"852":{}},"parent":{}}],["vertical",{"_index":267,"name":{"640":{},"644":{},"992":{},"1011":{}},"parent":{}}],["vertical_stripe",{"_index":612,"name":{"1384":{}},"parent":{}}],["verticalalign",{"_index":282,"name":{"678":{},"1164":{},"1732":{}},"parent":{"1733":{},"1734":{},"1735":{},"1736":{}}}],["verticalalignattributes",{"_index":783,"name":{"1737":{}},"parent":{"1738":{},"1739":{},"1740":{}}}],["verticalalignelement",{"_index":784,"name":{"1741":{}},"parent":{"1742":{},"1743":{},"1744":{}}}],["verticalanchor",{"_index":310,"name":{"756":{}},"parent":{}}],["verticalmerge",{"_index":284,"name":{"680":{},"708":{}},"parent":{"709":{},"710":{},"711":{}}}],["verticalmergetype",{"_index":291,"name":{"705":{}},"parent":{"706":{},"707":{}}}],["verticalposition",{"_index":450,"name":{"1092":{},"1108":{}},"parent":{"1109":{},"1110":{},"1111":{}}}],["verticalpositionalign",{"_index":691,"name":{"1609":{}},"parent":{"1610":{},"1611":{},"1612":{},"1613":{},"1614":{}}}],["verticalpositionrelativefrom",{"_index":439,"name":{"1068":{}},"parent":{"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{}}}],["vietnamese_counting",{"_index":726,"name":{"1660":{}},"parent":{}}],["view",{"_index":679,"name":{"1557":{},"1567":{}},"parent":{}}],["viewwrapper",{"_index":674,"name":{"1546":{}},"parent":{}}],["visuallyrighttoleft",{"_index":279,"name":{"669":{},"730":{}},"parent":{}}],["w",{"_index":469,"name":{"1124":{}},"parent":{}}],["w10",{"_index":468,"name":{"1123":{}},"parent":{}}],["w14",{"_index":470,"name":{"1125":{}},"parent":{}}],["w15",{"_index":471,"name":{"1126":{}},"parent":{}}],["wave",{"_index":177,"name":{"392":{},"1714":{}},"parent":{}}],["wavydouble",{"_index":179,"name":{"394":{}},"parent":{}}],["wavyheavy",{"_index":178,"name":{"393":{}},"parent":{}}],["widowcontrol",{"_index":92,"name":{"145":{},"190":{}},"parent":{}}],["width",{"_index":257,"name":{"629":{},"660":{},"681":{},"721":{},"988":{},"1178":{},"1212":{}},"parent":{}}],["widthtype",{"_index":352,"name":{"870":{}},"parent":{"871":{},"872":{},"873":{},"874":{}}}],["wne",{"_index":474,"name":{"1129":{}},"parent":{}}],["words",{"_index":164,"name":{"379":{}},"parent":{}}],["wp",{"_index":467,"name":{"1122":{}},"parent":{}}],["wp14",{"_index":466,"name":{"1121":{}},"parent":{}}],["wpc",{"_index":460,"name":{"1115":{}},"parent":{}}],["wpg",{"_index":472,"name":{"1127":{}},"parent":{}}],["wpi",{"_index":473,"name":{"1128":{}},"parent":{}}],["wps",{"_index":475,"name":{"1130":{}},"parent":{}}],["wrap",{"_index":263,"name":{"635":{},"1098":{}},"parent":{}}],["wrapnone",{"_index":428,"name":{"1043":{}},"parent":{"1044":{},"1045":{},"1046":{}}}],["wrapsquare",{"_index":429,"name":{"1047":{}},"parent":{"1048":{},"1049":{},"1050":{}}}],["wraptight",{"_index":430,"name":{"1051":{}},"parent":{"1052":{},"1053":{},"1054":{}}}],["wraptopandbottom",{"_index":431,"name":{"1055":{}},"parent":{"1056":{},"1057":{},"1058":{}}}],["x",{"_index":260,"name":{"633":{},"648":{},"1003":{},"1007":{}},"parent":{}}],["xmlattributecomponent",{"_index":659,"name":{"1502":{}},"parent":{"1503":{},"1504":{},"1505":{}}}],["xmlcomponent",{"_index":655,"name":{"1489":{}},"parent":{"1490":{},"1491":{},"1492":{}}}],["xsi",{"_index":481,"name":{"1136":{}},"parent":{}}],["y",{"_index":262,"name":{"634":{},"649":{},"1004":{},"1008":{}},"parent":{}}],["zindex",{"_index":455,"name":{"1099":{}},"parent":{}}],["zorder",{"_index":540,"name":{"1254":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/api/assets/main.js b/api/assets/main.js new file mode 100644 index 0000000000..21898f46c6 --- /dev/null +++ b/api/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var $e=typeof require!="undefined"?require:t=>{throw new Error('Dynamic require of "'+t+'" is not supported')};var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch(e){return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/api/assets/search.js b/api/assets/search.js new file mode 100644 index 0000000000..fbafbac1a2 --- /dev/null +++ b/api/assets/search.js @@ -0,0 +1 @@ +window.searchData = {"kinds":{"8":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":128,"name":"Document","url":"classes/Document.html","classes":"tsd-kind-class"},{"id":1,"kind":512,"name":"constructor","url":"classes/Document.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Document"},{"id":2,"kind":262144,"name":"Document","url":"classes/Document.html#Document-1","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":3,"kind":262144,"name":"Styles","url":"classes/Document.html#Styles","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":4,"kind":262144,"name":"CoreProperties","url":"classes/Document.html#CoreProperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":5,"kind":262144,"name":"Numbering","url":"classes/Document.html#Numbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":6,"kind":262144,"name":"Media","url":"classes/Document.html#Media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":7,"kind":262144,"name":"FileRelationships","url":"classes/Document.html#FileRelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":8,"kind":262144,"name":"Headers","url":"classes/Document.html#Headers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":9,"kind":262144,"name":"Footers","url":"classes/Document.html#Footers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":10,"kind":262144,"name":"ContentTypes","url":"classes/Document.html#ContentTypes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":11,"kind":262144,"name":"CustomProperties","url":"classes/Document.html#CustomProperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":12,"kind":262144,"name":"AppProperties","url":"classes/Document.html#AppProperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":13,"kind":262144,"name":"FootNotes","url":"classes/Document.html#FootNotes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":14,"kind":262144,"name":"Settings","url":"classes/Document.html#Settings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":15,"kind":8,"name":"AlignmentType","url":"enums/AlignmentType.html","classes":"tsd-kind-enum"},{"id":16,"kind":16,"name":"START","url":"enums/AlignmentType.html#START","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":17,"kind":16,"name":"END","url":"enums/AlignmentType.html#END","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":18,"kind":16,"name":"CENTER","url":"enums/AlignmentType.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":19,"kind":16,"name":"BOTH","url":"enums/AlignmentType.html#BOTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":20,"kind":16,"name":"JUSTIFIED","url":"enums/AlignmentType.html#JUSTIFIED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":21,"kind":16,"name":"DISTRIBUTE","url":"enums/AlignmentType.html#DISTRIBUTE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":22,"kind":16,"name":"LEFT","url":"enums/AlignmentType.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":23,"kind":16,"name":"RIGHT","url":"enums/AlignmentType.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":24,"kind":128,"name":"AlignmentAttributes","url":"classes/AlignmentAttributes.html","classes":"tsd-kind-class"},{"id":25,"kind":512,"name":"constructor","url":"classes/AlignmentAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":26,"kind":2048,"name":"prepForXml","url":"classes/AlignmentAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":27,"kind":2048,"name":"set","url":"classes/AlignmentAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":28,"kind":128,"name":"Alignment","url":"classes/Alignment.html","classes":"tsd-kind-class"},{"id":29,"kind":512,"name":"constructor","url":"classes/Alignment.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Alignment"},{"id":30,"kind":2048,"name":"prepForXml","url":"classes/Alignment.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":31,"kind":2048,"name":"addChildElement","url":"classes/Alignment.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":32,"kind":256,"name":"IBordersOptions","url":"interfaces/IBordersOptions.html","classes":"tsd-kind-interface"},{"id":33,"kind":1024,"name":"top","url":"interfaces/IBordersOptions.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":34,"kind":1024,"name":"bottom","url":"interfaces/IBordersOptions.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":35,"kind":1024,"name":"left","url":"interfaces/IBordersOptions.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":36,"kind":1024,"name":"right","url":"interfaces/IBordersOptions.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBordersOptions"},{"id":37,"kind":128,"name":"Border","url":"classes/Border.html","classes":"tsd-kind-class"},{"id":38,"kind":512,"name":"constructor","url":"classes/Border.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Border"},{"id":39,"kind":2048,"name":"prepForXml","url":"classes/Border.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":40,"kind":2048,"name":"addChildElement","url":"classes/Border.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":41,"kind":128,"name":"ThematicBreak","url":"classes/ThematicBreak.html","classes":"tsd-kind-class"},{"id":42,"kind":512,"name":"constructor","url":"classes/ThematicBreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ThematicBreak"},{"id":43,"kind":2048,"name":"prepForXml","url":"classes/ThematicBreak.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":44,"kind":2048,"name":"addChildElement","url":"classes/ThematicBreak.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":45,"kind":256,"name":"IIndentAttributesProperties","url":"interfaces/IIndentAttributesProperties.html","classes":"tsd-kind-interface"},{"id":46,"kind":1024,"name":"start","url":"interfaces/IIndentAttributesProperties.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":47,"kind":1024,"name":"end","url":"interfaces/IIndentAttributesProperties.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":48,"kind":1024,"name":"left","url":"interfaces/IIndentAttributesProperties.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":49,"kind":1024,"name":"right","url":"interfaces/IIndentAttributesProperties.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":50,"kind":1024,"name":"hanging","url":"interfaces/IIndentAttributesProperties.html#hanging","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":51,"kind":1024,"name":"firstLine","url":"interfaces/IIndentAttributesProperties.html#firstLine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":52,"kind":128,"name":"Indent","url":"classes/Indent.html","classes":"tsd-kind-class"},{"id":53,"kind":512,"name":"constructor","url":"classes/Indent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Indent"},{"id":54,"kind":2048,"name":"prepForXml","url":"classes/Indent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":55,"kind":2048,"name":"addChildElement","url":"classes/Indent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":56,"kind":128,"name":"PageBreak","url":"classes/PageBreak.html","classes":"tsd-kind-class"},{"id":57,"kind":512,"name":"constructor","url":"classes/PageBreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBreak"},{"id":58,"kind":2048,"name":"prepForXml","url":"classes/PageBreak.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":59,"kind":2048,"name":"addChildElement","url":"classes/PageBreak.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":60,"kind":128,"name":"ColumnBreak","url":"classes/ColumnBreak.html","classes":"tsd-kind-class"},{"id":61,"kind":512,"name":"constructor","url":"classes/ColumnBreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ColumnBreak"},{"id":62,"kind":2048,"name":"prepForXml","url":"classes/ColumnBreak.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnBreak"},{"id":63,"kind":2048,"name":"addChildElement","url":"classes/ColumnBreak.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnBreak"},{"id":64,"kind":128,"name":"PageBreakBefore","url":"classes/PageBreakBefore.html","classes":"tsd-kind-class"},{"id":65,"kind":512,"name":"constructor","url":"classes/PageBreakBefore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBreakBefore"},{"id":66,"kind":2048,"name":"prepForXml","url":"classes/PageBreakBefore.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":67,"kind":2048,"name":"addChildElement","url":"classes/PageBreakBefore.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":68,"kind":8,"name":"LineRuleType","url":"enums/LineRuleType.html","classes":"tsd-kind-enum"},{"id":69,"kind":16,"name":"AT_LEAST","url":"enums/LineRuleType.html#AT_LEAST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":70,"kind":16,"name":"EXACTLY","url":"enums/LineRuleType.html#EXACTLY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":71,"kind":16,"name":"AUTO","url":"enums/LineRuleType.html#AUTO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":72,"kind":256,"name":"ISpacingProperties","url":"interfaces/ISpacingProperties.html","classes":"tsd-kind-interface"},{"id":73,"kind":1024,"name":"after","url":"interfaces/ISpacingProperties.html#after","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":74,"kind":1024,"name":"before","url":"interfaces/ISpacingProperties.html#before","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":75,"kind":1024,"name":"line","url":"interfaces/ISpacingProperties.html#line","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":76,"kind":1024,"name":"lineRule","url":"interfaces/ISpacingProperties.html#lineRule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":77,"kind":1024,"name":"beforeAutoSpacing","url":"interfaces/ISpacingProperties.html#beforeAutoSpacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":78,"kind":1024,"name":"afterAutoSpacing","url":"interfaces/ISpacingProperties.html#afterAutoSpacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":79,"kind":128,"name":"Spacing","url":"classes/Spacing.html","classes":"tsd-kind-class"},{"id":80,"kind":512,"name":"constructor","url":"classes/Spacing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Spacing"},{"id":81,"kind":2048,"name":"prepForXml","url":"classes/Spacing.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":82,"kind":2048,"name":"addChildElement","url":"classes/Spacing.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":83,"kind":8,"name":"HeadingLevel","url":"enums/HeadingLevel.html","classes":"tsd-kind-enum"},{"id":84,"kind":16,"name":"HEADING_1","url":"enums/HeadingLevel.html#HEADING_1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":85,"kind":16,"name":"HEADING_2","url":"enums/HeadingLevel.html#HEADING_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":86,"kind":16,"name":"HEADING_3","url":"enums/HeadingLevel.html#HEADING_3","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":87,"kind":16,"name":"HEADING_4","url":"enums/HeadingLevel.html#HEADING_4","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":88,"kind":16,"name":"HEADING_5","url":"enums/HeadingLevel.html#HEADING_5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":89,"kind":16,"name":"HEADING_6","url":"enums/HeadingLevel.html#HEADING_6","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":90,"kind":16,"name":"TITLE","url":"enums/HeadingLevel.html#TITLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":91,"kind":128,"name":"Style","url":"classes/Style.html","classes":"tsd-kind-class"},{"id":92,"kind":512,"name":"constructor","url":"classes/Style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Style"},{"id":93,"kind":2048,"name":"prepForXml","url":"classes/Style.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":94,"kind":2048,"name":"addChildElement","url":"classes/Style.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":95,"kind":128,"name":"TabStop","url":"classes/TabStop.html","classes":"tsd-kind-class"},{"id":96,"kind":512,"name":"constructor","url":"classes/TabStop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TabStop"},{"id":97,"kind":2048,"name":"prepForXml","url":"classes/TabStop.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":98,"kind":2048,"name":"addChildElement","url":"classes/TabStop.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":99,"kind":8,"name":"TabStopType","url":"enums/TabStopType.html","classes":"tsd-kind-enum"},{"id":100,"kind":16,"name":"LEFT","url":"enums/TabStopType.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":101,"kind":16,"name":"RIGHT","url":"enums/TabStopType.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":102,"kind":16,"name":"CENTER","url":"enums/TabStopType.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":103,"kind":16,"name":"BAR","url":"enums/TabStopType.html#BAR","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":104,"kind":16,"name":"CLEAR","url":"enums/TabStopType.html#CLEAR","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":105,"kind":16,"name":"DECIMAL","url":"enums/TabStopType.html#DECIMAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":106,"kind":16,"name":"END","url":"enums/TabStopType.html#END","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":107,"kind":16,"name":"NUM","url":"enums/TabStopType.html#NUM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":108,"kind":16,"name":"START","url":"enums/TabStopType.html#START","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":109,"kind":8,"name":"LeaderType","url":"enums/LeaderType.html","classes":"tsd-kind-enum"},{"id":110,"kind":16,"name":"DOT","url":"enums/LeaderType.html#DOT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":111,"kind":16,"name":"HYPHEN","url":"enums/LeaderType.html#HYPHEN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":112,"kind":16,"name":"MIDDLE_DOT","url":"enums/LeaderType.html#MIDDLE_DOT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":113,"kind":16,"name":"NONE","url":"enums/LeaderType.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":114,"kind":16,"name":"UNDERSCORE","url":"enums/LeaderType.html#UNDERSCORE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":115,"kind":8,"name":"TabStopPosition","url":"enums/TabStopPosition.html","classes":"tsd-kind-enum"},{"id":116,"kind":16,"name":"MAX","url":"enums/TabStopPosition.html#MAX","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopPosition"},{"id":117,"kind":128,"name":"TabAttributes","url":"classes/TabAttributes.html","classes":"tsd-kind-class"},{"id":118,"kind":512,"name":"constructor","url":"classes/TabAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":119,"kind":2048,"name":"prepForXml","url":"classes/TabAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":120,"kind":2048,"name":"set","url":"classes/TabAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":121,"kind":128,"name":"TabStopItem","url":"classes/TabStopItem.html","classes":"tsd-kind-class"},{"id":122,"kind":512,"name":"constructor","url":"classes/TabStopItem.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TabStopItem"},{"id":123,"kind":2048,"name":"prepForXml","url":"classes/TabStopItem.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":124,"kind":2048,"name":"addChildElement","url":"classes/TabStopItem.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":125,"kind":128,"name":"NumberProperties","url":"classes/NumberProperties.html","classes":"tsd-kind-class"},{"id":126,"kind":512,"name":"constructor","url":"classes/NumberProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NumberProperties"},{"id":127,"kind":2048,"name":"prepForXml","url":"classes/NumberProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":128,"kind":2048,"name":"addChildElement","url":"classes/NumberProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":129,"kind":4194304,"name":"ParagraphChild","url":"modules.html#ParagraphChild","classes":"tsd-kind-type-alias"},{"id":130,"kind":256,"name":"IParagraphOptions","url":"interfaces/IParagraphOptions.html","classes":"tsd-kind-interface"},{"id":131,"kind":1024,"name":"text","url":"interfaces/IParagraphOptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":132,"kind":1024,"name":"children","url":"interfaces/IParagraphOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":133,"kind":1024,"name":"border","url":"interfaces/IParagraphOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":134,"kind":1024,"name":"heading","url":"interfaces/IParagraphOptions.html#heading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":135,"kind":1024,"name":"bidirectional","url":"interfaces/IParagraphOptions.html#bidirectional","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":136,"kind":1024,"name":"pageBreakBefore","url":"interfaces/IParagraphOptions.html#pageBreakBefore","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":137,"kind":1024,"name":"tabStops","url":"interfaces/IParagraphOptions.html#tabStops","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":138,"kind":1024,"name":"style","url":"interfaces/IParagraphOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":139,"kind":1024,"name":"bullet","url":"interfaces/IParagraphOptions.html#bullet","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":140,"kind":65536,"name":"__type","url":"interfaces/IParagraphOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":141,"kind":1024,"name":"level","url":"interfaces/IParagraphOptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":142,"kind":1024,"name":"shading","url":"interfaces/IParagraphOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":143,"kind":1024,"name":"widowControl","url":"interfaces/IParagraphOptions.html#widowControl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":144,"kind":1024,"name":"frame","url":"interfaces/IParagraphOptions.html#frame","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":145,"kind":1024,"name":"suppressLineNumbers","url":"interfaces/IParagraphOptions.html#suppressLineNumbers","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":146,"kind":1024,"name":"numbering","url":"interfaces/IParagraphOptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":147,"kind":65536,"name":"__type","url":"interfaces/IParagraphOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":148,"kind":1024,"name":"reference","url":"interfaces/IParagraphOptions.html#__type-1.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":149,"kind":1024,"name":"level","url":"interfaces/IParagraphOptions.html#__type-1.level-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":150,"kind":1024,"name":"instance","url":"interfaces/IParagraphOptions.html#__type-1.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":151,"kind":1024,"name":"custom","url":"interfaces/IParagraphOptions.html#__type-1.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":152,"kind":1024,"name":"alignment","url":"interfaces/IParagraphOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":153,"kind":1024,"name":"thematicBreak","url":"interfaces/IParagraphOptions.html#thematicBreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":154,"kind":1024,"name":"contextualSpacing","url":"interfaces/IParagraphOptions.html#contextualSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":155,"kind":1024,"name":"rightTabStop","url":"interfaces/IParagraphOptions.html#rightTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":156,"kind":1024,"name":"leftTabStop","url":"interfaces/IParagraphOptions.html#leftTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":157,"kind":1024,"name":"indent","url":"interfaces/IParagraphOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":158,"kind":1024,"name":"spacing","url":"interfaces/IParagraphOptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":159,"kind":1024,"name":"keepNext","url":"interfaces/IParagraphOptions.html#keepNext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":160,"kind":1024,"name":"keepLines","url":"interfaces/IParagraphOptions.html#keepLines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":161,"kind":1024,"name":"outlineLevel","url":"interfaces/IParagraphOptions.html#outlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":162,"kind":128,"name":"Paragraph","url":"classes/Paragraph.html","classes":"tsd-kind-class"},{"id":163,"kind":512,"name":"constructor","url":"classes/Paragraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Paragraph"},{"id":164,"kind":2048,"name":"prepForXml","url":"classes/Paragraph.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Paragraph"},{"id":165,"kind":2048,"name":"addRunToFront","url":"classes/Paragraph.html#addRunToFront","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Paragraph"},{"id":166,"kind":2048,"name":"addChildElement","url":"classes/Paragraph.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Paragraph"},{"id":167,"kind":256,"name":"ILevelParagraphStylePropertiesOptions","url":"interfaces/ILevelParagraphStylePropertiesOptions.html","classes":"tsd-kind-interface"},{"id":168,"kind":1024,"name":"alignment","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":169,"kind":1024,"name":"thematicBreak","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#thematicBreak","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":170,"kind":1024,"name":"contextualSpacing","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#contextualSpacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":171,"kind":1024,"name":"rightTabStop","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#rightTabStop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":172,"kind":1024,"name":"leftTabStop","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#leftTabStop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":173,"kind":1024,"name":"indent","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":174,"kind":1024,"name":"spacing","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":175,"kind":1024,"name":"keepNext","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#keepNext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":176,"kind":1024,"name":"keepLines","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#keepLines","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":177,"kind":1024,"name":"outlineLevel","url":"interfaces/ILevelParagraphStylePropertiesOptions.html#outlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelParagraphStylePropertiesOptions"},{"id":178,"kind":256,"name":"IParagraphStylePropertiesOptions","url":"interfaces/IParagraphStylePropertiesOptions.html","classes":"tsd-kind-interface"},{"id":179,"kind":1024,"name":"numbering","url":"interfaces/IParagraphStylePropertiesOptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":180,"kind":65536,"name":"__type","url":"interfaces/IParagraphStylePropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":181,"kind":1024,"name":"reference","url":"interfaces/IParagraphStylePropertiesOptions.html#__type.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphStylePropertiesOptions.__type"},{"id":182,"kind":1024,"name":"level","url":"interfaces/IParagraphStylePropertiesOptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphStylePropertiesOptions.__type"},{"id":183,"kind":1024,"name":"instance","url":"interfaces/IParagraphStylePropertiesOptions.html#__type.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphStylePropertiesOptions.__type"},{"id":184,"kind":1024,"name":"custom","url":"interfaces/IParagraphStylePropertiesOptions.html#__type.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphStylePropertiesOptions.__type"},{"id":185,"kind":1024,"name":"alignment","url":"interfaces/IParagraphStylePropertiesOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":186,"kind":1024,"name":"thematicBreak","url":"interfaces/IParagraphStylePropertiesOptions.html#thematicBreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":187,"kind":1024,"name":"contextualSpacing","url":"interfaces/IParagraphStylePropertiesOptions.html#contextualSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":188,"kind":1024,"name":"rightTabStop","url":"interfaces/IParagraphStylePropertiesOptions.html#rightTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":189,"kind":1024,"name":"leftTabStop","url":"interfaces/IParagraphStylePropertiesOptions.html#leftTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":190,"kind":1024,"name":"indent","url":"interfaces/IParagraphStylePropertiesOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":191,"kind":1024,"name":"spacing","url":"interfaces/IParagraphStylePropertiesOptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":192,"kind":1024,"name":"keepNext","url":"interfaces/IParagraphStylePropertiesOptions.html#keepNext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":193,"kind":1024,"name":"keepLines","url":"interfaces/IParagraphStylePropertiesOptions.html#keepLines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":194,"kind":1024,"name":"outlineLevel","url":"interfaces/IParagraphStylePropertiesOptions.html#outlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStylePropertiesOptions"},{"id":195,"kind":256,"name":"IParagraphPropertiesOptions","url":"interfaces/IParagraphPropertiesOptions.html","classes":"tsd-kind-interface"},{"id":196,"kind":1024,"name":"border","url":"interfaces/IParagraphPropertiesOptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":197,"kind":1024,"name":"heading","url":"interfaces/IParagraphPropertiesOptions.html#heading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":198,"kind":1024,"name":"bidirectional","url":"interfaces/IParagraphPropertiesOptions.html#bidirectional","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":199,"kind":1024,"name":"pageBreakBefore","url":"interfaces/IParagraphPropertiesOptions.html#pageBreakBefore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":200,"kind":1024,"name":"tabStops","url":"interfaces/IParagraphPropertiesOptions.html#tabStops","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":201,"kind":1024,"name":"style","url":"interfaces/IParagraphPropertiesOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":202,"kind":1024,"name":"bullet","url":"interfaces/IParagraphPropertiesOptions.html#bullet","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":203,"kind":65536,"name":"__type","url":"interfaces/IParagraphPropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":204,"kind":1024,"name":"level","url":"interfaces/IParagraphPropertiesOptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":205,"kind":1024,"name":"shading","url":"interfaces/IParagraphPropertiesOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":206,"kind":1024,"name":"widowControl","url":"interfaces/IParagraphPropertiesOptions.html#widowControl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":207,"kind":1024,"name":"frame","url":"interfaces/IParagraphPropertiesOptions.html#frame","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":208,"kind":1024,"name":"suppressLineNumbers","url":"interfaces/IParagraphPropertiesOptions.html#suppressLineNumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":209,"kind":1024,"name":"numbering","url":"interfaces/IParagraphPropertiesOptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":210,"kind":65536,"name":"__type","url":"interfaces/IParagraphPropertiesOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":211,"kind":1024,"name":"reference","url":"interfaces/IParagraphPropertiesOptions.html#__type-1.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":212,"kind":1024,"name":"level","url":"interfaces/IParagraphPropertiesOptions.html#__type-1.level-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":213,"kind":1024,"name":"instance","url":"interfaces/IParagraphPropertiesOptions.html#__type-1.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":214,"kind":1024,"name":"custom","url":"interfaces/IParagraphPropertiesOptions.html#__type-1.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":215,"kind":1024,"name":"alignment","url":"interfaces/IParagraphPropertiesOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":216,"kind":1024,"name":"thematicBreak","url":"interfaces/IParagraphPropertiesOptions.html#thematicBreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":217,"kind":1024,"name":"contextualSpacing","url":"interfaces/IParagraphPropertiesOptions.html#contextualSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":218,"kind":1024,"name":"rightTabStop","url":"interfaces/IParagraphPropertiesOptions.html#rightTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":219,"kind":1024,"name":"leftTabStop","url":"interfaces/IParagraphPropertiesOptions.html#leftTabStop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":220,"kind":1024,"name":"indent","url":"interfaces/IParagraphPropertiesOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":221,"kind":1024,"name":"spacing","url":"interfaces/IParagraphPropertiesOptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":222,"kind":1024,"name":"keepNext","url":"interfaces/IParagraphPropertiesOptions.html#keepNext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":223,"kind":1024,"name":"keepLines","url":"interfaces/IParagraphPropertiesOptions.html#keepLines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":224,"kind":1024,"name":"outlineLevel","url":"interfaces/IParagraphPropertiesOptions.html#outlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":225,"kind":128,"name":"ParagraphProperties","url":"classes/ParagraphProperties.html","classes":"tsd-kind-class"},{"id":226,"kind":512,"name":"constructor","url":"classes/ParagraphProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphProperties"},{"id":227,"kind":2048,"name":"push","url":"classes/ParagraphProperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ParagraphProperties"},{"id":228,"kind":2048,"name":"prepForXml","url":"classes/ParagraphProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphProperties"},{"id":229,"kind":2048,"name":"addChildElement","url":"classes/ParagraphProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphProperties"},{"id":230,"kind":256,"name":"IRunOptions","url":"interfaces/IRunOptions.html","classes":"tsd-kind-interface"},{"id":231,"kind":1024,"name":"children","url":"interfaces/IRunOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":232,"kind":1024,"name":"break","url":"interfaces/IRunOptions.html#break","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":233,"kind":1024,"name":"text","url":"interfaces/IRunOptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":234,"kind":1024,"name":"style","url":"interfaces/IRunOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":235,"kind":1024,"name":"bold","url":"interfaces/IRunOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":236,"kind":1024,"name":"boldComplexScript","url":"interfaces/IRunOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":237,"kind":1024,"name":"italics","url":"interfaces/IRunOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":238,"kind":1024,"name":"italicsComplexScript","url":"interfaces/IRunOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":239,"kind":1024,"name":"underline","url":"interfaces/IRunOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":240,"kind":65536,"name":"__type","url":"interfaces/IRunOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":241,"kind":1024,"name":"color","url":"interfaces/IRunOptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":242,"kind":1024,"name":"type","url":"interfaces/IRunOptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":243,"kind":1024,"name":"emphasisMark","url":"interfaces/IRunOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":244,"kind":65536,"name":"__type","url":"interfaces/IRunOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":245,"kind":1024,"name":"type","url":"interfaces/IRunOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":246,"kind":1024,"name":"color","url":"interfaces/IRunOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":247,"kind":1024,"name":"size","url":"interfaces/IRunOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":248,"kind":1024,"name":"sizeComplexScript","url":"interfaces/IRunOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":249,"kind":1024,"name":"rightToLeft","url":"interfaces/IRunOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":250,"kind":1024,"name":"smallCaps","url":"interfaces/IRunOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":251,"kind":1024,"name":"allCaps","url":"interfaces/IRunOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":252,"kind":1024,"name":"strike","url":"interfaces/IRunOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":253,"kind":1024,"name":"doubleStrike","url":"interfaces/IRunOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":254,"kind":1024,"name":"subScript","url":"interfaces/IRunOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":255,"kind":1024,"name":"superScript","url":"interfaces/IRunOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":256,"kind":1024,"name":"font","url":"interfaces/IRunOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":257,"kind":1024,"name":"highlight","url":"interfaces/IRunOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":258,"kind":1024,"name":"highlightComplexScript","url":"interfaces/IRunOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":259,"kind":1024,"name":"characterSpacing","url":"interfaces/IRunOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":260,"kind":1024,"name":"shading","url":"interfaces/IRunOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":261,"kind":1024,"name":"emboss","url":"interfaces/IRunOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":262,"kind":1024,"name":"imprint","url":"interfaces/IRunOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":263,"kind":8,"name":"PageNumber","url":"enums/PageNumber.html","classes":"tsd-kind-enum"},{"id":264,"kind":16,"name":"CURRENT","url":"enums/PageNumber.html#CURRENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":265,"kind":16,"name":"TOTAL_PAGES","url":"enums/PageNumber.html#TOTAL_PAGES","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":266,"kind":16,"name":"TOTAL_PAGES_IN_SECTION","url":"enums/PageNumber.html#TOTAL_PAGES_IN_SECTION","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":267,"kind":128,"name":"Run","url":"classes/Run.html","classes":"tsd-kind-class"},{"id":268,"kind":512,"name":"constructor","url":"classes/Run.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Run"},{"id":269,"kind":2048,"name":"prepForXml","url":"classes/Run.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":270,"kind":2048,"name":"addChildElement","url":"classes/Run.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":271,"kind":256,"name":"IRunStylePropertiesOptions","url":"interfaces/IRunStylePropertiesOptions.html","classes":"tsd-kind-interface"},{"id":272,"kind":1024,"name":"bold","url":"interfaces/IRunStylePropertiesOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":273,"kind":1024,"name":"boldComplexScript","url":"interfaces/IRunStylePropertiesOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":274,"kind":1024,"name":"italics","url":"interfaces/IRunStylePropertiesOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":275,"kind":1024,"name":"italicsComplexScript","url":"interfaces/IRunStylePropertiesOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":276,"kind":1024,"name":"underline","url":"interfaces/IRunStylePropertiesOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":277,"kind":65536,"name":"__type","url":"interfaces/IRunStylePropertiesOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":278,"kind":1024,"name":"color","url":"interfaces/IRunStylePropertiesOptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":279,"kind":1024,"name":"type","url":"interfaces/IRunStylePropertiesOptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":280,"kind":1024,"name":"emphasisMark","url":"interfaces/IRunStylePropertiesOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":281,"kind":65536,"name":"__type","url":"interfaces/IRunStylePropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":282,"kind":1024,"name":"type","url":"interfaces/IRunStylePropertiesOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":283,"kind":1024,"name":"color","url":"interfaces/IRunStylePropertiesOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":284,"kind":1024,"name":"size","url":"interfaces/IRunStylePropertiesOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":285,"kind":1024,"name":"sizeComplexScript","url":"interfaces/IRunStylePropertiesOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":286,"kind":1024,"name":"rightToLeft","url":"interfaces/IRunStylePropertiesOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":287,"kind":1024,"name":"smallCaps","url":"interfaces/IRunStylePropertiesOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":288,"kind":1024,"name":"allCaps","url":"interfaces/IRunStylePropertiesOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":289,"kind":1024,"name":"strike","url":"interfaces/IRunStylePropertiesOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":290,"kind":1024,"name":"doubleStrike","url":"interfaces/IRunStylePropertiesOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":291,"kind":1024,"name":"subScript","url":"interfaces/IRunStylePropertiesOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":292,"kind":1024,"name":"superScript","url":"interfaces/IRunStylePropertiesOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":293,"kind":1024,"name":"font","url":"interfaces/IRunStylePropertiesOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":294,"kind":1024,"name":"highlight","url":"interfaces/IRunStylePropertiesOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":295,"kind":1024,"name":"highlightComplexScript","url":"interfaces/IRunStylePropertiesOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":296,"kind":1024,"name":"characterSpacing","url":"interfaces/IRunStylePropertiesOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":297,"kind":1024,"name":"shading","url":"interfaces/IRunStylePropertiesOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":298,"kind":1024,"name":"emboss","url":"interfaces/IRunStylePropertiesOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":299,"kind":1024,"name":"imprint","url":"interfaces/IRunStylePropertiesOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":300,"kind":256,"name":"IRunPropertiesOptions","url":"interfaces/IRunPropertiesOptions.html","classes":"tsd-kind-interface"},{"id":301,"kind":1024,"name":"style","url":"interfaces/IRunPropertiesOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":302,"kind":1024,"name":"bold","url":"interfaces/IRunPropertiesOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":303,"kind":1024,"name":"boldComplexScript","url":"interfaces/IRunPropertiesOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":304,"kind":1024,"name":"italics","url":"interfaces/IRunPropertiesOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":305,"kind":1024,"name":"italicsComplexScript","url":"interfaces/IRunPropertiesOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":306,"kind":1024,"name":"underline","url":"interfaces/IRunPropertiesOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":307,"kind":65536,"name":"__type","url":"interfaces/IRunPropertiesOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":308,"kind":1024,"name":"color","url":"interfaces/IRunPropertiesOptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":309,"kind":1024,"name":"type","url":"interfaces/IRunPropertiesOptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":310,"kind":1024,"name":"emphasisMark","url":"interfaces/IRunPropertiesOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":311,"kind":65536,"name":"__type","url":"interfaces/IRunPropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":312,"kind":1024,"name":"type","url":"interfaces/IRunPropertiesOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":313,"kind":1024,"name":"color","url":"interfaces/IRunPropertiesOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":314,"kind":1024,"name":"size","url":"interfaces/IRunPropertiesOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":315,"kind":1024,"name":"sizeComplexScript","url":"interfaces/IRunPropertiesOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":316,"kind":1024,"name":"rightToLeft","url":"interfaces/IRunPropertiesOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":317,"kind":1024,"name":"smallCaps","url":"interfaces/IRunPropertiesOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":318,"kind":1024,"name":"allCaps","url":"interfaces/IRunPropertiesOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":319,"kind":1024,"name":"strike","url":"interfaces/IRunPropertiesOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":320,"kind":1024,"name":"doubleStrike","url":"interfaces/IRunPropertiesOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":321,"kind":1024,"name":"subScript","url":"interfaces/IRunPropertiesOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":322,"kind":1024,"name":"superScript","url":"interfaces/IRunPropertiesOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":323,"kind":1024,"name":"font","url":"interfaces/IRunPropertiesOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":324,"kind":1024,"name":"highlight","url":"interfaces/IRunPropertiesOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":325,"kind":1024,"name":"highlightComplexScript","url":"interfaces/IRunPropertiesOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":326,"kind":1024,"name":"characterSpacing","url":"interfaces/IRunPropertiesOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":327,"kind":1024,"name":"shading","url":"interfaces/IRunPropertiesOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":328,"kind":1024,"name":"emboss","url":"interfaces/IRunPropertiesOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":329,"kind":1024,"name":"imprint","url":"interfaces/IRunPropertiesOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":330,"kind":128,"name":"RunProperties","url":"classes/RunProperties.html","classes":"tsd-kind-class"},{"id":331,"kind":512,"name":"constructor","url":"classes/RunProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunProperties"},{"id":332,"kind":2048,"name":"push","url":"classes/RunProperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RunProperties"},{"id":333,"kind":2048,"name":"prepForXml","url":"classes/RunProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":334,"kind":2048,"name":"addChildElement","url":"classes/RunProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":335,"kind":128,"name":"TextRun","url":"classes/TextRun.html","classes":"tsd-kind-class"},{"id":336,"kind":512,"name":"constructor","url":"classes/TextRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TextRun"},{"id":337,"kind":2048,"name":"prepForXml","url":"classes/TextRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":338,"kind":2048,"name":"addChildElement","url":"classes/TextRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":339,"kind":256,"name":"ISymbolRunOptions","url":"interfaces/ISymbolRunOptions.html","classes":"tsd-kind-interface"},{"id":340,"kind":1024,"name":"char","url":"interfaces/ISymbolRunOptions.html#char","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":341,"kind":1024,"name":"symbolfont","url":"interfaces/ISymbolRunOptions.html#symbolfont","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":342,"kind":1024,"name":"children","url":"interfaces/ISymbolRunOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":343,"kind":1024,"name":"break","url":"interfaces/ISymbolRunOptions.html#break","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":344,"kind":1024,"name":"text","url":"interfaces/ISymbolRunOptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":345,"kind":1024,"name":"style","url":"interfaces/ISymbolRunOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":346,"kind":1024,"name":"bold","url":"interfaces/ISymbolRunOptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":347,"kind":1024,"name":"boldComplexScript","url":"interfaces/ISymbolRunOptions.html#boldComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":348,"kind":1024,"name":"italics","url":"interfaces/ISymbolRunOptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":349,"kind":1024,"name":"italicsComplexScript","url":"interfaces/ISymbolRunOptions.html#italicsComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":350,"kind":1024,"name":"underline","url":"interfaces/ISymbolRunOptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":351,"kind":65536,"name":"__type","url":"interfaces/ISymbolRunOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":352,"kind":1024,"name":"color","url":"interfaces/ISymbolRunOptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":353,"kind":1024,"name":"type","url":"interfaces/ISymbolRunOptions.html#__type-1.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":354,"kind":1024,"name":"emphasisMark","url":"interfaces/ISymbolRunOptions.html#emphasisMark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":355,"kind":65536,"name":"__type","url":"interfaces/ISymbolRunOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":356,"kind":1024,"name":"type","url":"interfaces/ISymbolRunOptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":357,"kind":1024,"name":"color","url":"interfaces/ISymbolRunOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":358,"kind":1024,"name":"size","url":"interfaces/ISymbolRunOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":359,"kind":1024,"name":"sizeComplexScript","url":"interfaces/ISymbolRunOptions.html#sizeComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":360,"kind":1024,"name":"rightToLeft","url":"interfaces/ISymbolRunOptions.html#rightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":361,"kind":1024,"name":"smallCaps","url":"interfaces/ISymbolRunOptions.html#smallCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":362,"kind":1024,"name":"allCaps","url":"interfaces/ISymbolRunOptions.html#allCaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":363,"kind":1024,"name":"strike","url":"interfaces/ISymbolRunOptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":364,"kind":1024,"name":"doubleStrike","url":"interfaces/ISymbolRunOptions.html#doubleStrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":365,"kind":1024,"name":"subScript","url":"interfaces/ISymbolRunOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":366,"kind":1024,"name":"superScript","url":"interfaces/ISymbolRunOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":367,"kind":1024,"name":"font","url":"interfaces/ISymbolRunOptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":368,"kind":1024,"name":"highlight","url":"interfaces/ISymbolRunOptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":369,"kind":1024,"name":"highlightComplexScript","url":"interfaces/ISymbolRunOptions.html#highlightComplexScript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":370,"kind":1024,"name":"characterSpacing","url":"interfaces/ISymbolRunOptions.html#characterSpacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":371,"kind":1024,"name":"shading","url":"interfaces/ISymbolRunOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":372,"kind":1024,"name":"emboss","url":"interfaces/ISymbolRunOptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":373,"kind":1024,"name":"imprint","url":"interfaces/ISymbolRunOptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":374,"kind":128,"name":"SymbolRun","url":"classes/SymbolRun.html","classes":"tsd-kind-class"},{"id":375,"kind":512,"name":"constructor","url":"classes/SymbolRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SymbolRun"},{"id":376,"kind":2048,"name":"prepForXml","url":"classes/SymbolRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":377,"kind":2048,"name":"addChildElement","url":"classes/SymbolRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":378,"kind":256,"name":"IImageOptions","url":"interfaces/IImageOptions.html","classes":"tsd-kind-interface"},{"id":379,"kind":1024,"name":"data","url":"interfaces/IImageOptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":380,"kind":1024,"name":"transformation","url":"interfaces/IImageOptions.html#transformation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":381,"kind":1024,"name":"floating","url":"interfaces/IImageOptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":382,"kind":128,"name":"ImageRun","url":"classes/ImageRun.html","classes":"tsd-kind-class"},{"id":383,"kind":512,"name":"constructor","url":"classes/ImageRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImageRun"},{"id":384,"kind":2048,"name":"prepForXml","url":"classes/ImageRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImageRun"},{"id":385,"kind":2048,"name":"addChildElement","url":"classes/ImageRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageRun"},{"id":386,"kind":256,"name":"IFontAttributesProperties","url":"interfaces/IFontAttributesProperties.html","classes":"tsd-kind-interface"},{"id":387,"kind":1024,"name":"ascii","url":"interfaces/IFontAttributesProperties.html#ascii","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":388,"kind":1024,"name":"cs","url":"interfaces/IFontAttributesProperties.html#cs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":389,"kind":1024,"name":"eastAsia","url":"interfaces/IFontAttributesProperties.html#eastAsia","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":390,"kind":1024,"name":"hAnsi","url":"interfaces/IFontAttributesProperties.html#hAnsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":391,"kind":1024,"name":"hint","url":"interfaces/IFontAttributesProperties.html#hint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":392,"kind":128,"name":"RunFonts","url":"classes/RunFonts.html","classes":"tsd-kind-class"},{"id":393,"kind":512,"name":"constructor","url":"classes/RunFonts.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunFonts"},{"id":394,"kind":2048,"name":"prepForXml","url":"classes/RunFonts.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":395,"kind":2048,"name":"addChildElement","url":"classes/RunFonts.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":396,"kind":128,"name":"SequentialIdentifier","url":"classes/SequentialIdentifier.html","classes":"tsd-kind-class"},{"id":397,"kind":512,"name":"constructor","url":"classes/SequentialIdentifier.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SequentialIdentifier"},{"id":398,"kind":2048,"name":"prepForXml","url":"classes/SequentialIdentifier.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":399,"kind":2048,"name":"addChildElement","url":"classes/SequentialIdentifier.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":400,"kind":8,"name":"UnderlineType","url":"enums/UnderlineType.html","classes":"tsd-kind-enum"},{"id":401,"kind":16,"name":"SINGLE","url":"enums/UnderlineType.html#SINGLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":402,"kind":16,"name":"WORDS","url":"enums/UnderlineType.html#WORDS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":403,"kind":16,"name":"DOUBLE","url":"enums/UnderlineType.html#DOUBLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":404,"kind":16,"name":"THICK","url":"enums/UnderlineType.html#THICK","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":405,"kind":16,"name":"DOTTED","url":"enums/UnderlineType.html#DOTTED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":406,"kind":16,"name":"DOTTEDHEAVY","url":"enums/UnderlineType.html#DOTTEDHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":407,"kind":16,"name":"DASH","url":"enums/UnderlineType.html#DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":408,"kind":16,"name":"DASHEDHEAVY","url":"enums/UnderlineType.html#DASHEDHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":409,"kind":16,"name":"DASHLONG","url":"enums/UnderlineType.html#DASHLONG","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":410,"kind":16,"name":"DASHLONGHEAVY","url":"enums/UnderlineType.html#DASHLONGHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":411,"kind":16,"name":"DOTDASH","url":"enums/UnderlineType.html#DOTDASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":412,"kind":16,"name":"DASHDOTHEAVY","url":"enums/UnderlineType.html#DASHDOTHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":413,"kind":16,"name":"DOTDOTDASH","url":"enums/UnderlineType.html#DOTDOTDASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":414,"kind":16,"name":"DASHDOTDOTHEAVY","url":"enums/UnderlineType.html#DASHDOTDOTHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":415,"kind":16,"name":"WAVE","url":"enums/UnderlineType.html#WAVE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":416,"kind":16,"name":"WAVYHEAVY","url":"enums/UnderlineType.html#WAVYHEAVY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":417,"kind":16,"name":"WAVYDOUBLE","url":"enums/UnderlineType.html#WAVYDOUBLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":418,"kind":128,"name":"Underline","url":"classes/Underline.html","classes":"tsd-kind-class"},{"id":419,"kind":512,"name":"constructor","url":"classes/Underline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Underline"},{"id":420,"kind":2048,"name":"prepForXml","url":"classes/Underline.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":421,"kind":2048,"name":"addChildElement","url":"classes/Underline.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":422,"kind":8,"name":"EmphasisMarkType","url":"enums/EmphasisMarkType.html","classes":"tsd-kind-enum"},{"id":423,"kind":16,"name":"DOT","url":"enums/EmphasisMarkType.html#DOT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"EmphasisMarkType"},{"id":424,"kind":128,"name":"BaseEmphasisMark","url":"classes/BaseEmphasisMark.html","classes":"tsd-kind-class"},{"id":425,"kind":2048,"name":"prepForXml","url":"classes/BaseEmphasisMark.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":426,"kind":2048,"name":"addChildElement","url":"classes/BaseEmphasisMark.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":427,"kind":128,"name":"EmphasisMark","url":"classes/EmphasisMark.html","classes":"tsd-kind-class"},{"id":428,"kind":512,"name":"constructor","url":"classes/EmphasisMark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"EmphasisMark"},{"id":429,"kind":2048,"name":"prepForXml","url":"classes/EmphasisMark.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":430,"kind":2048,"name":"addChildElement","url":"classes/EmphasisMark.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":431,"kind":128,"name":"DotEmphasisMark","url":"classes/DotEmphasisMark.html","classes":"tsd-kind-class"},{"id":432,"kind":512,"name":"constructor","url":"classes/DotEmphasisMark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DotEmphasisMark"},{"id":433,"kind":2048,"name":"prepForXml","url":"classes/DotEmphasisMark.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":434,"kind":2048,"name":"addChildElement","url":"classes/DotEmphasisMark.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":435,"kind":128,"name":"Tab","url":"classes/Tab.html","classes":"tsd-kind-class"},{"id":436,"kind":512,"name":"constructor","url":"classes/Tab.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Tab"},{"id":437,"kind":2048,"name":"prepForXml","url":"classes/Tab.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":438,"kind":2048,"name":"addChildElement","url":"classes/Tab.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":439,"kind":128,"name":"SimpleField","url":"classes/SimpleField.html","classes":"tsd-kind-class"},{"id":440,"kind":512,"name":"constructor","url":"classes/SimpleField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimpleField"},{"id":441,"kind":2048,"name":"prepForXml","url":"classes/SimpleField.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleField"},{"id":442,"kind":2048,"name":"addChildElement","url":"classes/SimpleField.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleField"},{"id":443,"kind":128,"name":"SimpleMailMergeField","url":"classes/SimpleMailMergeField.html","classes":"tsd-kind-class"},{"id":444,"kind":512,"name":"constructor","url":"classes/SimpleMailMergeField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimpleMailMergeField"},{"id":445,"kind":2048,"name":"prepForXml","url":"classes/SimpleMailMergeField.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleMailMergeField"},{"id":446,"kind":2048,"name":"addChildElement","url":"classes/SimpleMailMergeField.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimpleMailMergeField"},{"id":447,"kind":8,"name":"HyperlinkType","url":"enums/HyperlinkType.html","classes":"tsd-kind-enum"},{"id":448,"kind":16,"name":"INTERNAL","url":"enums/HyperlinkType.html#INTERNAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HyperlinkType"},{"id":449,"kind":16,"name":"EXTERNAL","url":"enums/HyperlinkType.html#EXTERNAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HyperlinkType"},{"id":450,"kind":128,"name":"ConcreteHyperlink","url":"classes/ConcreteHyperlink.html","classes":"tsd-kind-class"},{"id":451,"kind":512,"name":"constructor","url":"classes/ConcreteHyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConcreteHyperlink"},{"id":452,"kind":1024,"name":"linkId","url":"classes/ConcreteHyperlink.html#linkId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteHyperlink"},{"id":453,"kind":2048,"name":"prepForXml","url":"classes/ConcreteHyperlink.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":454,"kind":2048,"name":"addChildElement","url":"classes/ConcreteHyperlink.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":455,"kind":128,"name":"InternalHyperlink","url":"classes/InternalHyperlink.html","classes":"tsd-kind-class"},{"id":456,"kind":512,"name":"constructor","url":"classes/InternalHyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InternalHyperlink"},{"id":457,"kind":1024,"name":"linkId","url":"classes/InternalHyperlink.html#linkId","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":458,"kind":2048,"name":"prepForXml","url":"classes/InternalHyperlink.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":459,"kind":2048,"name":"addChildElement","url":"classes/InternalHyperlink.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":460,"kind":128,"name":"ExternalHyperlink","url":"classes/ExternalHyperlink.html","classes":"tsd-kind-class"},{"id":461,"kind":512,"name":"constructor","url":"classes/ExternalHyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":462,"kind":1024,"name":"options","url":"classes/ExternalHyperlink.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":463,"kind":65536,"name":"__type","url":"classes/ExternalHyperlink.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":464,"kind":1024,"name":"children","url":"classes/ExternalHyperlink.html#__type.children","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ExternalHyperlink.__type"},{"id":465,"kind":1024,"name":"link","url":"classes/ExternalHyperlink.html#__type.link","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ExternalHyperlink.__type"},{"id":466,"kind":128,"name":"Bookmark","url":"classes/Bookmark.html","classes":"tsd-kind-class"},{"id":467,"kind":512,"name":"constructor","url":"classes/Bookmark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Bookmark"},{"id":468,"kind":1024,"name":"start","url":"classes/Bookmark.html#start","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":469,"kind":1024,"name":"children","url":"classes/Bookmark.html#children","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":470,"kind":1024,"name":"end","url":"classes/Bookmark.html#end","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":471,"kind":128,"name":"BookmarkStart","url":"classes/BookmarkStart.html","classes":"tsd-kind-class"},{"id":472,"kind":512,"name":"constructor","url":"classes/BookmarkStart.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BookmarkStart"},{"id":473,"kind":2048,"name":"prepForXml","url":"classes/BookmarkStart.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":474,"kind":2048,"name":"addChildElement","url":"classes/BookmarkStart.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":475,"kind":128,"name":"BookmarkEnd","url":"classes/BookmarkEnd.html","classes":"tsd-kind-class"},{"id":476,"kind":512,"name":"constructor","url":"classes/BookmarkEnd.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BookmarkEnd"},{"id":477,"kind":2048,"name":"prepForXml","url":"classes/BookmarkEnd.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":478,"kind":2048,"name":"addChildElement","url":"classes/BookmarkEnd.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":479,"kind":128,"name":"OutlineLevel","url":"classes/OutlineLevel.html","classes":"tsd-kind-class"},{"id":480,"kind":512,"name":"constructor","url":"classes/OutlineLevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OutlineLevel"},{"id":481,"kind":1024,"name":"level","url":"classes/OutlineLevel.html#level","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutlineLevel"},{"id":482,"kind":2048,"name":"prepForXml","url":"classes/OutlineLevel.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":483,"kind":2048,"name":"addChildElement","url":"classes/OutlineLevel.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":484,"kind":128,"name":"PageReference","url":"classes/PageReference.html","classes":"tsd-kind-class"},{"id":485,"kind":512,"name":"constructor","url":"classes/PageReference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageReference"},{"id":486,"kind":2048,"name":"prepForXml","url":"classes/PageReference.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageReference"},{"id":487,"kind":2048,"name":"addChildElement","url":"classes/PageReference.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageReference"},{"id":488,"kind":256,"name":"IMathOptions","url":"interfaces/IMathOptions.html","classes":"tsd-kind-interface"},{"id":489,"kind":1024,"name":"children","url":"interfaces/IMathOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathOptions"},{"id":490,"kind":128,"name":"Math","url":"classes/Math.html","classes":"tsd-kind-class"},{"id":491,"kind":512,"name":"constructor","url":"classes/Math.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Math"},{"id":492,"kind":2048,"name":"prepForXml","url":"classes/Math.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":493,"kind":2048,"name":"addChildElement","url":"classes/Math.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":494,"kind":128,"name":"MathRun","url":"classes/MathRun.html","classes":"tsd-kind-class"},{"id":495,"kind":512,"name":"constructor","url":"classes/MathRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRun"},{"id":496,"kind":2048,"name":"prepForXml","url":"classes/MathRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":497,"kind":2048,"name":"addChildElement","url":"classes/MathRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":498,"kind":256,"name":"IMathFractionOptions","url":"interfaces/IMathFractionOptions.html","classes":"tsd-kind-interface"},{"id":499,"kind":1024,"name":"numerator","url":"interfaces/IMathFractionOptions.html#numerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFractionOptions"},{"id":500,"kind":1024,"name":"denominator","url":"interfaces/IMathFractionOptions.html#denominator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFractionOptions"},{"id":501,"kind":128,"name":"MathFraction","url":"classes/MathFraction.html","classes":"tsd-kind-class"},{"id":502,"kind":512,"name":"constructor","url":"classes/MathFraction.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFraction"},{"id":503,"kind":2048,"name":"prepForXml","url":"classes/MathFraction.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":504,"kind":2048,"name":"addChildElement","url":"classes/MathFraction.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":505,"kind":128,"name":"MathDenominator","url":"classes/MathDenominator.html","classes":"tsd-kind-class"},{"id":506,"kind":512,"name":"constructor","url":"classes/MathDenominator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathDenominator"},{"id":507,"kind":2048,"name":"prepForXml","url":"classes/MathDenominator.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":508,"kind":2048,"name":"addChildElement","url":"classes/MathDenominator.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":509,"kind":128,"name":"MathNumerator","url":"classes/MathNumerator.html","classes":"tsd-kind-class"},{"id":510,"kind":512,"name":"constructor","url":"classes/MathNumerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathNumerator"},{"id":511,"kind":2048,"name":"prepForXml","url":"classes/MathNumerator.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":512,"kind":2048,"name":"addChildElement","url":"classes/MathNumerator.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":513,"kind":128,"name":"MathAccentCharacter","url":"classes/MathAccentCharacter.html","classes":"tsd-kind-class"},{"id":514,"kind":512,"name":"constructor","url":"classes/MathAccentCharacter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathAccentCharacter"},{"id":515,"kind":2048,"name":"prepForXml","url":"classes/MathAccentCharacter.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":516,"kind":2048,"name":"addChildElement","url":"classes/MathAccentCharacter.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":517,"kind":128,"name":"MathBase","url":"classes/MathBase.html","classes":"tsd-kind-class"},{"id":518,"kind":512,"name":"constructor","url":"classes/MathBase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathBase"},{"id":519,"kind":2048,"name":"prepForXml","url":"classes/MathBase.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":520,"kind":2048,"name":"addChildElement","url":"classes/MathBase.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":521,"kind":128,"name":"MathLimitLocation","url":"classes/MathLimitLocation.html","classes":"tsd-kind-class"},{"id":522,"kind":512,"name":"constructor","url":"classes/MathLimitLocation.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathLimitLocation"},{"id":523,"kind":2048,"name":"prepForXml","url":"classes/MathLimitLocation.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":524,"kind":2048,"name":"addChildElement","url":"classes/MathLimitLocation.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":525,"kind":128,"name":"MathNArayProperties","url":"classes/MathNArayProperties.html","classes":"tsd-kind-class"},{"id":526,"kind":512,"name":"constructor","url":"classes/MathNArayProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathNArayProperties"},{"id":527,"kind":2048,"name":"prepForXml","url":"classes/MathNArayProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":528,"kind":2048,"name":"addChildElement","url":"classes/MathNArayProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":529,"kind":128,"name":"MathSubScriptElement","url":"classes/MathSubScriptElement.html","classes":"tsd-kind-class"},{"id":530,"kind":512,"name":"constructor","url":"classes/MathSubScriptElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScriptElement"},{"id":531,"kind":2048,"name":"prepForXml","url":"classes/MathSubScriptElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":532,"kind":2048,"name":"addChildElement","url":"classes/MathSubScriptElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":533,"kind":256,"name":"IMathSumOptions","url":"interfaces/IMathSumOptions.html","classes":"tsd-kind-interface"},{"id":534,"kind":1024,"name":"children","url":"interfaces/IMathSumOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":535,"kind":1024,"name":"subScript","url":"interfaces/IMathSumOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":536,"kind":1024,"name":"superScript","url":"interfaces/IMathSumOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":537,"kind":128,"name":"MathSum","url":"classes/MathSum.html","classes":"tsd-kind-class"},{"id":538,"kind":512,"name":"constructor","url":"classes/MathSum.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSum"},{"id":539,"kind":2048,"name":"prepForXml","url":"classes/MathSum.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":540,"kind":2048,"name":"addChildElement","url":"classes/MathSum.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":541,"kind":128,"name":"MathSuperScriptElement","url":"classes/MathSuperScriptElement.html","classes":"tsd-kind-class"},{"id":542,"kind":512,"name":"constructor","url":"classes/MathSuperScriptElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScriptElement"},{"id":543,"kind":2048,"name":"prepForXml","url":"classes/MathSuperScriptElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":544,"kind":2048,"name":"addChildElement","url":"classes/MathSuperScriptElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":545,"kind":256,"name":"IMathSuperScriptOptions","url":"interfaces/IMathSuperScriptOptions.html","classes":"tsd-kind-interface"},{"id":546,"kind":1024,"name":"children","url":"interfaces/IMathSuperScriptOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSuperScriptOptions"},{"id":547,"kind":1024,"name":"superScript","url":"interfaces/IMathSuperScriptOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSuperScriptOptions"},{"id":548,"kind":128,"name":"MathSuperScript","url":"classes/MathSuperScript.html","classes":"tsd-kind-class"},{"id":549,"kind":512,"name":"constructor","url":"classes/MathSuperScript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScript"},{"id":550,"kind":2048,"name":"prepForXml","url":"classes/MathSuperScript.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":551,"kind":2048,"name":"addChildElement","url":"classes/MathSuperScript.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":552,"kind":128,"name":"MathSuperScriptProperties","url":"classes/MathSuperScriptProperties.html","classes":"tsd-kind-class"},{"id":553,"kind":512,"name":"constructor","url":"classes/MathSuperScriptProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScriptProperties"},{"id":554,"kind":2048,"name":"prepForXml","url":"classes/MathSuperScriptProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":555,"kind":2048,"name":"addChildElement","url":"classes/MathSuperScriptProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":556,"kind":256,"name":"IMathSubScriptOptions","url":"interfaces/IMathSubScriptOptions.html","classes":"tsd-kind-interface"},{"id":557,"kind":1024,"name":"children","url":"interfaces/IMathSubScriptOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubScriptOptions"},{"id":558,"kind":1024,"name":"subScript","url":"interfaces/IMathSubScriptOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubScriptOptions"},{"id":559,"kind":128,"name":"MathSubScript","url":"classes/MathSubScript.html","classes":"tsd-kind-class"},{"id":560,"kind":512,"name":"constructor","url":"classes/MathSubScript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScript"},{"id":561,"kind":2048,"name":"prepForXml","url":"classes/MathSubScript.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":562,"kind":2048,"name":"addChildElement","url":"classes/MathSubScript.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":563,"kind":128,"name":"MathSubScriptProperties","url":"classes/MathSubScriptProperties.html","classes":"tsd-kind-class"},{"id":564,"kind":512,"name":"constructor","url":"classes/MathSubScriptProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScriptProperties"},{"id":565,"kind":2048,"name":"prepForXml","url":"classes/MathSubScriptProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":566,"kind":2048,"name":"addChildElement","url":"classes/MathSubScriptProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":567,"kind":256,"name":"IMathSubSuperScriptOptions","url":"interfaces/IMathSubSuperScriptOptions.html","classes":"tsd-kind-interface"},{"id":568,"kind":1024,"name":"children","url":"interfaces/IMathSubSuperScriptOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":569,"kind":1024,"name":"subScript","url":"interfaces/IMathSubSuperScriptOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":570,"kind":1024,"name":"superScript","url":"interfaces/IMathSubSuperScriptOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":571,"kind":128,"name":"MathSubSuperScript","url":"classes/MathSubSuperScript.html","classes":"tsd-kind-class"},{"id":572,"kind":512,"name":"constructor","url":"classes/MathSubSuperScript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubSuperScript"},{"id":573,"kind":2048,"name":"prepForXml","url":"classes/MathSubSuperScript.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":574,"kind":2048,"name":"addChildElement","url":"classes/MathSubSuperScript.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":575,"kind":128,"name":"MathSubSuperScriptProperties","url":"classes/MathSubSuperScriptProperties.html","classes":"tsd-kind-class"},{"id":576,"kind":512,"name":"constructor","url":"classes/MathSubSuperScriptProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubSuperScriptProperties"},{"id":577,"kind":2048,"name":"prepForXml","url":"classes/MathSubSuperScriptProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":578,"kind":2048,"name":"addChildElement","url":"classes/MathSubSuperScriptProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":579,"kind":256,"name":"IMathPreSubSuperScriptOptions","url":"interfaces/IMathPreSubSuperScriptOptions.html","classes":"tsd-kind-interface"},{"id":580,"kind":1024,"name":"children","url":"interfaces/IMathPreSubSuperScriptOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":581,"kind":1024,"name":"subScript","url":"interfaces/IMathPreSubSuperScriptOptions.html#subScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":582,"kind":1024,"name":"superScript","url":"interfaces/IMathPreSubSuperScriptOptions.html#superScript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":583,"kind":128,"name":"MathPreSubSuperScript","url":"classes/MathPreSubSuperScript.html","classes":"tsd-kind-class"},{"id":584,"kind":512,"name":"constructor","url":"classes/MathPreSubSuperScript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathPreSubSuperScript"},{"id":585,"kind":2048,"name":"prepForXml","url":"classes/MathPreSubSuperScript.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":586,"kind":2048,"name":"addChildElement","url":"classes/MathPreSubSuperScript.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":587,"kind":128,"name":"MathPreSubSuperScriptProperties","url":"classes/MathPreSubSuperScriptProperties.html","classes":"tsd-kind-class"},{"id":588,"kind":512,"name":"constructor","url":"classes/MathPreSubSuperScriptProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathPreSubSuperScriptProperties"},{"id":589,"kind":2048,"name":"prepForXml","url":"classes/MathPreSubSuperScriptProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":590,"kind":2048,"name":"addChildElement","url":"classes/MathPreSubSuperScriptProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":591,"kind":4194304,"name":"MathComponent","url":"modules.html#MathComponent","classes":"tsd-kind-type-alias"},{"id":592,"kind":128,"name":"MathDegree","url":"classes/MathDegree.html","classes":"tsd-kind-class"},{"id":593,"kind":512,"name":"constructor","url":"classes/MathDegree.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathDegree"},{"id":594,"kind":2048,"name":"prepForXml","url":"classes/MathDegree.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":595,"kind":2048,"name":"addChildElement","url":"classes/MathDegree.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":596,"kind":256,"name":"IMathRadicalOptions","url":"interfaces/IMathRadicalOptions.html","classes":"tsd-kind-interface"},{"id":597,"kind":1024,"name":"children","url":"interfaces/IMathRadicalOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathRadicalOptions"},{"id":598,"kind":1024,"name":"degree","url":"interfaces/IMathRadicalOptions.html#degree","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathRadicalOptions"},{"id":599,"kind":128,"name":"MathRadical","url":"classes/MathRadical.html","classes":"tsd-kind-class"},{"id":600,"kind":512,"name":"constructor","url":"classes/MathRadical.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRadical"},{"id":601,"kind":2048,"name":"prepForXml","url":"classes/MathRadical.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":602,"kind":2048,"name":"addChildElement","url":"classes/MathRadical.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":603,"kind":128,"name":"MathRadicalProperties","url":"classes/MathRadicalProperties.html","classes":"tsd-kind-class"},{"id":604,"kind":512,"name":"constructor","url":"classes/MathRadicalProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRadicalProperties"},{"id":605,"kind":2048,"name":"prepForXml","url":"classes/MathRadicalProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":606,"kind":2048,"name":"addChildElement","url":"classes/MathRadicalProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":607,"kind":256,"name":"IMathFunctionOptions","url":"interfaces/IMathFunctionOptions.html","classes":"tsd-kind-interface"},{"id":608,"kind":1024,"name":"children","url":"interfaces/IMathFunctionOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFunctionOptions"},{"id":609,"kind":1024,"name":"name","url":"interfaces/IMathFunctionOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFunctionOptions"},{"id":610,"kind":128,"name":"MathFunction","url":"classes/MathFunction.html","classes":"tsd-kind-class"},{"id":611,"kind":512,"name":"constructor","url":"classes/MathFunction.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunction"},{"id":612,"kind":2048,"name":"prepForXml","url":"classes/MathFunction.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":613,"kind":2048,"name":"addChildElement","url":"classes/MathFunction.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":614,"kind":128,"name":"MathFunctionName","url":"classes/MathFunctionName.html","classes":"tsd-kind-class"},{"id":615,"kind":512,"name":"constructor","url":"classes/MathFunctionName.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunctionName"},{"id":616,"kind":2048,"name":"prepForXml","url":"classes/MathFunctionName.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":617,"kind":2048,"name":"addChildElement","url":"classes/MathFunctionName.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":618,"kind":128,"name":"MathFunctionProperties","url":"classes/MathFunctionProperties.html","classes":"tsd-kind-class"},{"id":619,"kind":512,"name":"constructor","url":"classes/MathFunctionProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunctionProperties"},{"id":620,"kind":2048,"name":"prepForXml","url":"classes/MathFunctionProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":621,"kind":2048,"name":"addChildElement","url":"classes/MathFunctionProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":622,"kind":128,"name":"MathRoundBrackets","url":"classes/MathRoundBrackets.html","classes":"tsd-kind-class"},{"id":623,"kind":512,"name":"constructor","url":"classes/MathRoundBrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRoundBrackets"},{"id":624,"kind":2048,"name":"prepForXml","url":"classes/MathRoundBrackets.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":625,"kind":2048,"name":"addChildElement","url":"classes/MathRoundBrackets.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":626,"kind":128,"name":"MathSquareBrackets","url":"classes/MathSquareBrackets.html","classes":"tsd-kind-class"},{"id":627,"kind":512,"name":"constructor","url":"classes/MathSquareBrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSquareBrackets"},{"id":628,"kind":2048,"name":"prepForXml","url":"classes/MathSquareBrackets.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":629,"kind":2048,"name":"addChildElement","url":"classes/MathSquareBrackets.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":630,"kind":128,"name":"MathCurlyBrackets","url":"classes/MathCurlyBrackets.html","classes":"tsd-kind-class"},{"id":631,"kind":512,"name":"constructor","url":"classes/MathCurlyBrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathCurlyBrackets"},{"id":632,"kind":2048,"name":"prepForXml","url":"classes/MathCurlyBrackets.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":633,"kind":2048,"name":"addChildElement","url":"classes/MathCurlyBrackets.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":634,"kind":128,"name":"MathAngledBrackets","url":"classes/MathAngledBrackets.html","classes":"tsd-kind-class"},{"id":635,"kind":512,"name":"constructor","url":"classes/MathAngledBrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathAngledBrackets"},{"id":636,"kind":2048,"name":"prepForXml","url":"classes/MathAngledBrackets.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":637,"kind":2048,"name":"addChildElement","url":"classes/MathAngledBrackets.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":638,"kind":8,"name":"DropCapType","url":"enums/DropCapType.html","classes":"tsd-kind-enum"},{"id":639,"kind":16,"name":"NONE","url":"enums/DropCapType.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":640,"kind":16,"name":"DROP","url":"enums/DropCapType.html#DROP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":641,"kind":16,"name":"MARGIN","url":"enums/DropCapType.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":642,"kind":8,"name":"FrameAnchorType","url":"enums/FrameAnchorType.html","classes":"tsd-kind-enum"},{"id":643,"kind":16,"name":"MARGIN","url":"enums/FrameAnchorType.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":644,"kind":16,"name":"PAGE","url":"enums/FrameAnchorType.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":645,"kind":16,"name":"TEXT","url":"enums/FrameAnchorType.html#TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":646,"kind":8,"name":"FrameWrap","url":"enums/FrameWrap.html","classes":"tsd-kind-enum"},{"id":647,"kind":16,"name":"AROUND","url":"enums/FrameWrap.html#AROUND","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":648,"kind":16,"name":"AUTO","url":"enums/FrameWrap.html#AUTO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":649,"kind":16,"name":"NONE","url":"enums/FrameWrap.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":650,"kind":16,"name":"NOT_BESIDE","url":"enums/FrameWrap.html#NOT_BESIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":651,"kind":16,"name":"THROUGH","url":"enums/FrameWrap.html#THROUGH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":652,"kind":16,"name":"TIGHT","url":"enums/FrameWrap.html#TIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":653,"kind":256,"name":"IFrameOptions","url":"interfaces/IFrameOptions.html","classes":"tsd-kind-interface"},{"id":654,"kind":1024,"name":"anchorLock","url":"interfaces/IFrameOptions.html#anchorLock","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":655,"kind":1024,"name":"dropCap","url":"interfaces/IFrameOptions.html#dropCap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":656,"kind":1024,"name":"width","url":"interfaces/IFrameOptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":657,"kind":1024,"name":"height","url":"interfaces/IFrameOptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":658,"kind":1024,"name":"position","url":"interfaces/IFrameOptions.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":659,"kind":65536,"name":"__type","url":"interfaces/IFrameOptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":660,"kind":1024,"name":"x","url":"interfaces/IFrameOptions.html#__type-2.x-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":661,"kind":1024,"name":"y","url":"interfaces/IFrameOptions.html#__type-2.y-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":662,"kind":1024,"name":"wrap","url":"interfaces/IFrameOptions.html#wrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":663,"kind":1024,"name":"lines","url":"interfaces/IFrameOptions.html#lines","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":664,"kind":1024,"name":"anchor","url":"interfaces/IFrameOptions.html#anchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":665,"kind":65536,"name":"__type","url":"interfaces/IFrameOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":666,"kind":1024,"name":"horizontal","url":"interfaces/IFrameOptions.html#__type-1.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":667,"kind":1024,"name":"vertical","url":"interfaces/IFrameOptions.html#__type-1.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":668,"kind":1024,"name":"space","url":"interfaces/IFrameOptions.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":669,"kind":65536,"name":"__type","url":"interfaces/IFrameOptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":670,"kind":1024,"name":"horizontal","url":"interfaces/IFrameOptions.html#__type-3.horizontal-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":671,"kind":1024,"name":"vertical","url":"interfaces/IFrameOptions.html#__type-3.vertical-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":672,"kind":1024,"name":"rule","url":"interfaces/IFrameOptions.html#rule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":673,"kind":1024,"name":"alignment","url":"interfaces/IFrameOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":674,"kind":65536,"name":"__type","url":"interfaces/IFrameOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":675,"kind":1024,"name":"x","url":"interfaces/IFrameOptions.html#__type.x","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":676,"kind":1024,"name":"y","url":"interfaces/IFrameOptions.html#__type.y","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":677,"kind":128,"name":"FramePropertiesAttributes","url":"classes/FramePropertiesAttributes.html","classes":"tsd-kind-class"},{"id":678,"kind":512,"name":"constructor","url":"classes/FramePropertiesAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":679,"kind":2048,"name":"prepForXml","url":"classes/FramePropertiesAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":680,"kind":2048,"name":"set","url":"classes/FramePropertiesAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":681,"kind":128,"name":"FrameProperties","url":"classes/FrameProperties.html","classes":"tsd-kind-class"},{"id":682,"kind":512,"name":"constructor","url":"classes/FrameProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FrameProperties"},{"id":683,"kind":2048,"name":"prepForXml","url":"classes/FrameProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":684,"kind":2048,"name":"addChildElement","url":"classes/FrameProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":685,"kind":256,"name":"ITableOptions","url":"interfaces/ITableOptions.html","classes":"tsd-kind-interface"},{"id":686,"kind":1024,"name":"rows","url":"interfaces/ITableOptions.html#rows","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":687,"kind":1024,"name":"width","url":"interfaces/ITableOptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":688,"kind":1024,"name":"columnWidths","url":"interfaces/ITableOptions.html#columnWidths","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":689,"kind":1024,"name":"margins","url":"interfaces/ITableOptions.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":690,"kind":1024,"name":"indent","url":"interfaces/ITableOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":691,"kind":1024,"name":"float","url":"interfaces/ITableOptions.html#float","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":692,"kind":1024,"name":"layout","url":"interfaces/ITableOptions.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":693,"kind":1024,"name":"style","url":"interfaces/ITableOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":694,"kind":1024,"name":"borders","url":"interfaces/ITableOptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":695,"kind":1024,"name":"alignment","url":"interfaces/ITableOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":696,"kind":1024,"name":"visuallyRightToLeft","url":"interfaces/ITableOptions.html#visuallyRightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":697,"kind":128,"name":"Table","url":"classes/Table.html","classes":"tsd-kind-class"},{"id":698,"kind":512,"name":"constructor","url":"classes/Table.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Table"},{"id":699,"kind":2048,"name":"prepForXml","url":"classes/Table.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":700,"kind":2048,"name":"addChildElement","url":"classes/Table.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":701,"kind":256,"name":"ITableCellOptions","url":"interfaces/ITableCellOptions.html","classes":"tsd-kind-interface"},{"id":702,"kind":1024,"name":"children","url":"interfaces/ITableCellOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":703,"kind":1024,"name":"shading","url":"interfaces/ITableCellOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":704,"kind":1024,"name":"margins","url":"interfaces/ITableCellOptions.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":705,"kind":1024,"name":"verticalAlign","url":"interfaces/ITableCellOptions.html#verticalAlign","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":706,"kind":1024,"name":"textDirection","url":"interfaces/ITableCellOptions.html#textDirection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":707,"kind":1024,"name":"verticalMerge","url":"interfaces/ITableCellOptions.html#verticalMerge","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":708,"kind":1024,"name":"width","url":"interfaces/ITableCellOptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":709,"kind":1024,"name":"columnSpan","url":"interfaces/ITableCellOptions.html#columnSpan","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":710,"kind":1024,"name":"rowSpan","url":"interfaces/ITableCellOptions.html#rowSpan","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":711,"kind":1024,"name":"borders","url":"interfaces/ITableCellOptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableCellOptions"},{"id":712,"kind":128,"name":"TableCell","url":"classes/TableCell.html","classes":"tsd-kind-class"},{"id":713,"kind":512,"name":"constructor","url":"classes/TableCell.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCell"},{"id":714,"kind":1024,"name":"options","url":"classes/TableCell.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"TableCell"},{"id":715,"kind":2048,"name":"prepForXml","url":"classes/TableCell.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"TableCell"},{"id":716,"kind":2048,"name":"addChildElement","url":"classes/TableCell.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCell"},{"id":717,"kind":256,"name":"ITableCellBorders","url":"interfaces/ITableCellBorders.html","classes":"tsd-kind-interface"},{"id":718,"kind":1024,"name":"top","url":"interfaces/ITableCellBorders.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":719,"kind":1024,"name":"start","url":"interfaces/ITableCellBorders.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":720,"kind":1024,"name":"left","url":"interfaces/ITableCellBorders.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":721,"kind":1024,"name":"bottom","url":"interfaces/ITableCellBorders.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":722,"kind":1024,"name":"end","url":"interfaces/ITableCellBorders.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":723,"kind":1024,"name":"right","url":"interfaces/ITableCellBorders.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellBorders"},{"id":724,"kind":128,"name":"TableCellBorders","url":"classes/TableCellBorders.html","classes":"tsd-kind-class"},{"id":725,"kind":512,"name":"constructor","url":"classes/TableCellBorders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCellBorders"},{"id":726,"kind":2048,"name":"prepForXml","url":"classes/TableCellBorders.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":727,"kind":2048,"name":"addChildElement","url":"classes/TableCellBorders.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":728,"kind":128,"name":"GridSpan","url":"classes/GridSpan.html","classes":"tsd-kind-class"},{"id":729,"kind":512,"name":"constructor","url":"classes/GridSpan.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GridSpan"},{"id":730,"kind":2048,"name":"prepForXml","url":"classes/GridSpan.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":731,"kind":2048,"name":"addChildElement","url":"classes/GridSpan.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":732,"kind":8,"name":"VerticalMergeType","url":"enums/VerticalMergeType.html","classes":"tsd-kind-enum"},{"id":733,"kind":16,"name":"CONTINUE","url":"enums/VerticalMergeType.html#CONTINUE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalMergeType"},{"id":734,"kind":16,"name":"RESTART","url":"enums/VerticalMergeType.html#RESTART","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalMergeType"},{"id":735,"kind":128,"name":"VerticalMerge","url":"classes/VerticalMerge.html","classes":"tsd-kind-class"},{"id":736,"kind":512,"name":"constructor","url":"classes/VerticalMerge.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalMerge"},{"id":737,"kind":2048,"name":"prepForXml","url":"classes/VerticalMerge.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":738,"kind":2048,"name":"addChildElement","url":"classes/VerticalMerge.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":739,"kind":8,"name":"TextDirection","url":"enums/TextDirection.html","classes":"tsd-kind-enum"},{"id":740,"kind":16,"name":"BOTTOM_TO_TOP_LEFT_TO_RIGHT","url":"enums/TextDirection.html#BOTTOM_TO_TOP_LEFT_TO_RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextDirection"},{"id":741,"kind":16,"name":"LEFT_TO_RIGHT_TOP_TO_BOTTOM","url":"enums/TextDirection.html#LEFT_TO_RIGHT_TOP_TO_BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextDirection"},{"id":742,"kind":16,"name":"TOP_TO_BOTTOM_RIGHT_TO_LEFT","url":"enums/TextDirection.html#TOP_TO_BOTTOM_RIGHT_TO_LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextDirection"},{"id":743,"kind":128,"name":"TDirection","url":"classes/TDirection.html","classes":"tsd-kind-class"},{"id":744,"kind":512,"name":"constructor","url":"classes/TDirection.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TDirection"},{"id":745,"kind":2048,"name":"prepForXml","url":"classes/TDirection.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":746,"kind":2048,"name":"addChildElement","url":"classes/TDirection.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":747,"kind":256,"name":"ITablePropertiesOptions","url":"interfaces/ITablePropertiesOptions.html","classes":"tsd-kind-interface"},{"id":748,"kind":1024,"name":"width","url":"interfaces/ITablePropertiesOptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":749,"kind":1024,"name":"indent","url":"interfaces/ITablePropertiesOptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":750,"kind":1024,"name":"layout","url":"interfaces/ITablePropertiesOptions.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":751,"kind":1024,"name":"borders","url":"interfaces/ITablePropertiesOptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":752,"kind":1024,"name":"float","url":"interfaces/ITablePropertiesOptions.html#float","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":753,"kind":1024,"name":"shading","url":"interfaces/ITablePropertiesOptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":754,"kind":1024,"name":"style","url":"interfaces/ITablePropertiesOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":755,"kind":1024,"name":"alignment","url":"interfaces/ITablePropertiesOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":756,"kind":1024,"name":"cellMargin","url":"interfaces/ITablePropertiesOptions.html#cellMargin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":757,"kind":1024,"name":"visuallyRightToLeft","url":"interfaces/ITablePropertiesOptions.html#visuallyRightToLeft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":758,"kind":128,"name":"TableProperties","url":"classes/TableProperties.html","classes":"tsd-kind-class"},{"id":759,"kind":512,"name":"constructor","url":"classes/TableProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableProperties"},{"id":760,"kind":2048,"name":"prepForXml","url":"classes/TableProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":761,"kind":2048,"name":"addChildElement","url":"classes/TableProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":762,"kind":8,"name":"TableAnchorType","url":"enums/TableAnchorType.html","classes":"tsd-kind-enum"},{"id":763,"kind":16,"name":"MARGIN","url":"enums/TableAnchorType.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":764,"kind":16,"name":"PAGE","url":"enums/TableAnchorType.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":765,"kind":16,"name":"TEXT","url":"enums/TableAnchorType.html#TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":766,"kind":8,"name":"RelativeHorizontalPosition","url":"enums/RelativeHorizontalPosition.html","classes":"tsd-kind-enum"},{"id":767,"kind":16,"name":"CENTER","url":"enums/RelativeHorizontalPosition.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":768,"kind":16,"name":"INSIDE","url":"enums/RelativeHorizontalPosition.html#INSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":769,"kind":16,"name":"LEFT","url":"enums/RelativeHorizontalPosition.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":770,"kind":16,"name":"OUTSIDE","url":"enums/RelativeHorizontalPosition.html#OUTSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":771,"kind":16,"name":"RIGHT","url":"enums/RelativeHorizontalPosition.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":772,"kind":8,"name":"RelativeVerticalPosition","url":"enums/RelativeVerticalPosition.html","classes":"tsd-kind-enum"},{"id":773,"kind":16,"name":"CENTER","url":"enums/RelativeVerticalPosition.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":774,"kind":16,"name":"INSIDE","url":"enums/RelativeVerticalPosition.html#INSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":775,"kind":16,"name":"BOTTOM","url":"enums/RelativeVerticalPosition.html#BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":776,"kind":16,"name":"OUTSIDE","url":"enums/RelativeVerticalPosition.html#OUTSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":777,"kind":16,"name":"INLINE","url":"enums/RelativeVerticalPosition.html#INLINE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":778,"kind":16,"name":"TOP","url":"enums/RelativeVerticalPosition.html#TOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":779,"kind":256,"name":"ITableFloatOptions","url":"interfaces/ITableFloatOptions.html","classes":"tsd-kind-interface"},{"id":780,"kind":1024,"name":"horizontalAnchor","url":"interfaces/ITableFloatOptions.html#horizontalAnchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":781,"kind":1024,"name":"absoluteHorizontalPosition","url":"interfaces/ITableFloatOptions.html#absoluteHorizontalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":782,"kind":1024,"name":"relativeHorizontalPosition","url":"interfaces/ITableFloatOptions.html#relativeHorizontalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":783,"kind":1024,"name":"verticalAnchor","url":"interfaces/ITableFloatOptions.html#verticalAnchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":784,"kind":1024,"name":"absoluteVerticalPosition","url":"interfaces/ITableFloatOptions.html#absoluteVerticalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":785,"kind":1024,"name":"relativeVerticalPosition","url":"interfaces/ITableFloatOptions.html#relativeVerticalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":786,"kind":1024,"name":"bottomFromText","url":"interfaces/ITableFloatOptions.html#bottomFromText","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":787,"kind":1024,"name":"topFromText","url":"interfaces/ITableFloatOptions.html#topFromText","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":788,"kind":1024,"name":"leftFromText","url":"interfaces/ITableFloatOptions.html#leftFromText","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":789,"kind":1024,"name":"rightFromText","url":"interfaces/ITableFloatOptions.html#rightFromText","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":790,"kind":1024,"name":"overlap","url":"interfaces/ITableFloatOptions.html#overlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":791,"kind":128,"name":"TableFloatOptionsAttributes","url":"classes/TableFloatOptionsAttributes.html","classes":"tsd-kind-class"},{"id":792,"kind":512,"name":"constructor","url":"classes/TableFloatOptionsAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":793,"kind":2048,"name":"prepForXml","url":"classes/TableFloatOptionsAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":794,"kind":2048,"name":"set","url":"classes/TableFloatOptionsAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":795,"kind":128,"name":"TableFloatProperties","url":"classes/TableFloatProperties.html","classes":"tsd-kind-class"},{"id":796,"kind":512,"name":"constructor","url":"classes/TableFloatProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableFloatProperties"},{"id":797,"kind":2048,"name":"prepForXml","url":"classes/TableFloatProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":798,"kind":2048,"name":"addChildElement","url":"classes/TableFloatProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":799,"kind":8,"name":"TableLayoutType","url":"enums/TableLayoutType.html","classes":"tsd-kind-enum"},{"id":800,"kind":16,"name":"AUTOFIT","url":"enums/TableLayoutType.html#AUTOFIT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableLayoutType"},{"id":801,"kind":16,"name":"FIXED","url":"enums/TableLayoutType.html#FIXED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableLayoutType"},{"id":802,"kind":128,"name":"TableLayout","url":"classes/TableLayout.html","classes":"tsd-kind-class"},{"id":803,"kind":512,"name":"constructor","url":"classes/TableLayout.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableLayout"},{"id":804,"kind":2048,"name":"prepForXml","url":"classes/TableLayout.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":805,"kind":2048,"name":"addChildElement","url":"classes/TableLayout.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":806,"kind":256,"name":"ITableBordersOptions","url":"interfaces/ITableBordersOptions.html","classes":"tsd-kind-interface"},{"id":807,"kind":1024,"name":"top","url":"interfaces/ITableBordersOptions.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":808,"kind":1024,"name":"bottom","url":"interfaces/ITableBordersOptions.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":809,"kind":1024,"name":"left","url":"interfaces/ITableBordersOptions.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":810,"kind":1024,"name":"right","url":"interfaces/ITableBordersOptions.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":811,"kind":1024,"name":"insideHorizontal","url":"interfaces/ITableBordersOptions.html#insideHorizontal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":812,"kind":1024,"name":"insideVertical","url":"interfaces/ITableBordersOptions.html#insideVertical","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":813,"kind":128,"name":"TableBorders","url":"classes/TableBorders.html","classes":"tsd-kind-class"},{"id":814,"kind":1024,"name":"NONE","url":"classes/TableBorders.html#NONE","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"TableBorders"},{"id":815,"kind":65536,"name":"__type","url":"classes/TableBorders.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"TableBorders"},{"id":816,"kind":1024,"name":"top","url":"classes/TableBorders.html#__type.top","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":817,"kind":65536,"name":"__type","url":"classes/TableBorders.html#__type.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":818,"kind":1024,"name":"style","url":"classes/TableBorders.html#__type.__type-6.style-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":819,"kind":1024,"name":"size","url":"classes/TableBorders.html#__type.__type-6.size-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":820,"kind":1024,"name":"color","url":"classes/TableBorders.html#__type.__type-6.color-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":821,"kind":1024,"name":"bottom","url":"classes/TableBorders.html#__type.bottom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":822,"kind":65536,"name":"__type","url":"classes/TableBorders.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":823,"kind":1024,"name":"style","url":"classes/TableBorders.html#__type.__type-1.style","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":824,"kind":1024,"name":"size","url":"classes/TableBorders.html#__type.__type-1.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":825,"kind":1024,"name":"color","url":"classes/TableBorders.html#__type.__type-1.color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":826,"kind":1024,"name":"left","url":"classes/TableBorders.html#__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":827,"kind":65536,"name":"__type","url":"classes/TableBorders.html#__type.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":828,"kind":1024,"name":"style","url":"classes/TableBorders.html#__type.__type-4.style-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":829,"kind":1024,"name":"size","url":"classes/TableBorders.html#__type.__type-4.size-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":830,"kind":1024,"name":"color","url":"classes/TableBorders.html#__type.__type-4.color-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":831,"kind":1024,"name":"right","url":"classes/TableBorders.html#__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":832,"kind":65536,"name":"__type","url":"classes/TableBorders.html#__type.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":833,"kind":1024,"name":"style","url":"classes/TableBorders.html#__type.__type-5.style-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":834,"kind":1024,"name":"size","url":"classes/TableBorders.html#__type.__type-5.size-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":835,"kind":1024,"name":"color","url":"classes/TableBorders.html#__type.__type-5.color-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":836,"kind":1024,"name":"insideHorizontal","url":"classes/TableBorders.html#__type.insideHorizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":837,"kind":65536,"name":"__type","url":"classes/TableBorders.html#__type.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":838,"kind":1024,"name":"style","url":"classes/TableBorders.html#__type.__type-2.style-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":839,"kind":1024,"name":"size","url":"classes/TableBorders.html#__type.__type-2.size-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":840,"kind":1024,"name":"color","url":"classes/TableBorders.html#__type.__type-2.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":841,"kind":1024,"name":"insideVertical","url":"classes/TableBorders.html#__type.insideVertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":842,"kind":65536,"name":"__type","url":"classes/TableBorders.html#__type.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":843,"kind":1024,"name":"style","url":"classes/TableBorders.html#__type.__type-3.style-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":844,"kind":1024,"name":"size","url":"classes/TableBorders.html#__type.__type-3.size-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":845,"kind":1024,"name":"color","url":"classes/TableBorders.html#__type.__type-3.color-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type.__type"},{"id":846,"kind":512,"name":"constructor","url":"classes/TableBorders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableBorders"},{"id":847,"kind":2048,"name":"prepForXml","url":"classes/TableBorders.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":848,"kind":2048,"name":"addChildElement","url":"classes/TableBorders.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":849,"kind":8,"name":"OverlapType","url":"enums/OverlapType.html","classes":"tsd-kind-enum"},{"id":850,"kind":16,"name":"NEVER","url":"enums/OverlapType.html#NEVER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"OverlapType"},{"id":851,"kind":16,"name":"OVERLAP","url":"enums/OverlapType.html#OVERLAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"OverlapType"},{"id":852,"kind":128,"name":"TableOverlap","url":"classes/TableOverlap.html","classes":"tsd-kind-class"},{"id":853,"kind":512,"name":"constructor","url":"classes/TableOverlap.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableOverlap"},{"id":854,"kind":2048,"name":"prepForXml","url":"classes/TableOverlap.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":855,"kind":2048,"name":"addChildElement","url":"classes/TableOverlap.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":856,"kind":256,"name":"ITableRowOptions","url":"interfaces/ITableRowOptions.html","classes":"tsd-kind-interface"},{"id":857,"kind":1024,"name":"children","url":"interfaces/ITableRowOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":858,"kind":1024,"name":"cantSplit","url":"interfaces/ITableRowOptions.html#cantSplit","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":859,"kind":1024,"name":"tableHeader","url":"interfaces/ITableRowOptions.html#tableHeader","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":860,"kind":1024,"name":"height","url":"interfaces/ITableRowOptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ITableRowOptions"},{"id":861,"kind":65536,"name":"__type","url":"interfaces/ITableRowOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":862,"kind":1024,"name":"value","url":"interfaces/ITableRowOptions.html#__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowOptions.__type"},{"id":863,"kind":1024,"name":"rule","url":"interfaces/ITableRowOptions.html#__type.rule","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowOptions.__type"},{"id":864,"kind":128,"name":"TableRow","url":"classes/TableRow.html","classes":"tsd-kind-class"},{"id":865,"kind":512,"name":"constructor","url":"classes/TableRow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRow"},{"id":866,"kind":262144,"name":"CellCount","url":"classes/TableRow.html#CellCount","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"TableRow"},{"id":867,"kind":262144,"name":"cells","url":"classes/TableRow.html#cells","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"TableRow"},{"id":868,"kind":2048,"name":"addCellToIndex","url":"classes/TableRow.html#addCellToIndex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":869,"kind":2048,"name":"addCellToColumnIndex","url":"classes/TableRow.html#addCellToColumnIndex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":870,"kind":2048,"name":"rootIndexToColumnIndex","url":"classes/TableRow.html#rootIndexToColumnIndex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":871,"kind":2048,"name":"columnIndexToRootIndex","url":"classes/TableRow.html#columnIndexToRootIndex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":872,"kind":2048,"name":"prepForXml","url":"classes/TableRow.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":873,"kind":2048,"name":"addChildElement","url":"classes/TableRow.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":874,"kind":256,"name":"ITableRowPropertiesOptions","url":"interfaces/ITableRowPropertiesOptions.html","classes":"tsd-kind-interface"},{"id":875,"kind":1024,"name":"cantSplit","url":"interfaces/ITableRowPropertiesOptions.html#cantSplit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":876,"kind":1024,"name":"tableHeader","url":"interfaces/ITableRowPropertiesOptions.html#tableHeader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":877,"kind":1024,"name":"height","url":"interfaces/ITableRowPropertiesOptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":878,"kind":65536,"name":"__type","url":"interfaces/ITableRowPropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableRowPropertiesOptions"},{"id":879,"kind":1024,"name":"value","url":"interfaces/ITableRowPropertiesOptions.html#__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowPropertiesOptions.__type"},{"id":880,"kind":1024,"name":"rule","url":"interfaces/ITableRowPropertiesOptions.html#__type.rule","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowPropertiesOptions.__type"},{"id":881,"kind":128,"name":"TableRowProperties","url":"classes/TableRowProperties.html","classes":"tsd-kind-class"},{"id":882,"kind":512,"name":"constructor","url":"classes/TableRowProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRowProperties"},{"id":883,"kind":2048,"name":"prepForXml","url":"classes/TableRowProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":884,"kind":2048,"name":"addChildElement","url":"classes/TableRowProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":885,"kind":8,"name":"HeightRule","url":"enums/HeightRule.html","classes":"tsd-kind-enum"},{"id":886,"kind":16,"name":"AUTO","url":"enums/HeightRule.html#AUTO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":887,"kind":16,"name":"ATLEAST","url":"enums/HeightRule.html#ATLEAST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":888,"kind":16,"name":"EXACT","url":"enums/HeightRule.html#EXACT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":889,"kind":128,"name":"TableRowHeightAttributes","url":"classes/TableRowHeightAttributes.html","classes":"tsd-kind-class"},{"id":890,"kind":512,"name":"constructor","url":"classes/TableRowHeightAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":891,"kind":2048,"name":"prepForXml","url":"classes/TableRowHeightAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":892,"kind":2048,"name":"set","url":"classes/TableRowHeightAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":893,"kind":128,"name":"TableRowHeight","url":"classes/TableRowHeight.html","classes":"tsd-kind-class"},{"id":894,"kind":512,"name":"constructor","url":"classes/TableRowHeight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRowHeight"},{"id":895,"kind":2048,"name":"prepForXml","url":"classes/TableRowHeight.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":896,"kind":2048,"name":"addChildElement","url":"classes/TableRowHeight.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":897,"kind":8,"name":"WidthType","url":"enums/WidthType.html","classes":"tsd-kind-enum"},{"id":898,"kind":16,"name":"AUTO","url":"enums/WidthType.html#AUTO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":899,"kind":16,"name":"DXA","url":"enums/WidthType.html#DXA","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":900,"kind":16,"name":"NIL","url":"enums/WidthType.html#NIL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":901,"kind":16,"name":"PERCENTAGE","url":"enums/WidthType.html#PERCENTAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":902,"kind":256,"name":"ITableWidthProperties","url":"interfaces/ITableWidthProperties.html","classes":"tsd-kind-interface"},{"id":903,"kind":1024,"name":"size","url":"interfaces/ITableWidthProperties.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableWidthProperties"},{"id":904,"kind":1024,"name":"type","url":"interfaces/ITableWidthProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableWidthProperties"},{"id":905,"kind":128,"name":"TableWidthElement","url":"classes/TableWidthElement.html","classes":"tsd-kind-class"},{"id":906,"kind":512,"name":"constructor","url":"classes/TableWidthElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableWidthElement"},{"id":907,"kind":2048,"name":"prepForXml","url":"classes/TableWidthElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableWidthElement"},{"id":908,"kind":2048,"name":"addChildElement","url":"classes/TableWidthElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableWidthElement"},{"id":909,"kind":256,"name":"ISectionOptions","url":"interfaces/ISectionOptions.html","classes":"tsd-kind-interface"},{"id":910,"kind":1024,"name":"headers","url":"interfaces/ISectionOptions.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":911,"kind":65536,"name":"__type","url":"interfaces/ISectionOptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":912,"kind":1024,"name":"default","url":"interfaces/ISectionOptions.html#__type-1.default-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":913,"kind":1024,"name":"first","url":"interfaces/ISectionOptions.html#__type-1.first-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":914,"kind":1024,"name":"even","url":"interfaces/ISectionOptions.html#__type-1.even-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":915,"kind":1024,"name":"footers","url":"interfaces/ISectionOptions.html#footers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":916,"kind":65536,"name":"__type","url":"interfaces/ISectionOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":917,"kind":1024,"name":"default","url":"interfaces/ISectionOptions.html#__type.default","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":918,"kind":1024,"name":"first","url":"interfaces/ISectionOptions.html#__type.first","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":919,"kind":1024,"name":"even","url":"interfaces/ISectionOptions.html#__type.even","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":920,"kind":1024,"name":"properties","url":"interfaces/ISectionOptions.html#properties","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":921,"kind":1024,"name":"children","url":"interfaces/ISectionOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":922,"kind":16777216,"name":"File","url":"modules.html#File","classes":"tsd-kind-reference"},{"id":923,"kind":256,"name":"IFileProperties","url":"interfaces/IFileProperties.html","classes":"tsd-kind-interface"},{"id":924,"kind":1024,"name":"template","url":"interfaces/IFileProperties.html#template","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFileProperties"},{"id":925,"kind":256,"name":"INumberingOptions","url":"interfaces/INumberingOptions.html","classes":"tsd-kind-interface"},{"id":926,"kind":1024,"name":"config","url":"interfaces/INumberingOptions.html#config","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"INumberingOptions"},{"id":927,"kind":128,"name":"Numbering","url":"classes/Numbering.html","classes":"tsd-kind-class"},{"id":928,"kind":512,"name":"constructor","url":"classes/Numbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Numbering"},{"id":929,"kind":2048,"name":"prepForXml","url":"classes/Numbering.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Numbering"},{"id":930,"kind":2048,"name":"createConcreteNumberingInstance","url":"classes/Numbering.html#createConcreteNumberingInstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Numbering"},{"id":931,"kind":262144,"name":"ConcreteNumbering","url":"classes/Numbering.html#ConcreteNumbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Numbering"},{"id":932,"kind":262144,"name":"ReferenceConfig","url":"classes/Numbering.html#ReferenceConfig","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Numbering"},{"id":933,"kind":2048,"name":"addChildElement","url":"classes/Numbering.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Numbering"},{"id":934,"kind":128,"name":"AbstractNumbering","url":"classes/AbstractNumbering.html","classes":"tsd-kind-class"},{"id":935,"kind":512,"name":"constructor","url":"classes/AbstractNumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"AbstractNumbering"},{"id":936,"kind":1024,"name":"id","url":"classes/AbstractNumbering.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AbstractNumbering"},{"id":937,"kind":2048,"name":"prepForXml","url":"classes/AbstractNumbering.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":938,"kind":2048,"name":"addChildElement","url":"classes/AbstractNumbering.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":939,"kind":8,"name":"LevelFormat","url":"enums/LevelFormat.html","classes":"tsd-kind-enum"},{"id":940,"kind":16,"name":"BULLET","url":"enums/LevelFormat.html#BULLET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":941,"kind":16,"name":"CARDINAL_TEXT","url":"enums/LevelFormat.html#CARDINAL_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":942,"kind":16,"name":"CHICAGO","url":"enums/LevelFormat.html#CHICAGO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":943,"kind":16,"name":"DECIMAL","url":"enums/LevelFormat.html#DECIMAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":944,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE","url":"enums/LevelFormat.html#DECIMAL_ENCLOSED_CIRCLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":945,"kind":16,"name":"DECIMAL_ENCLOSED_FULLSTOP","url":"enums/LevelFormat.html#DECIMAL_ENCLOSED_FULLSTOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":946,"kind":16,"name":"DECIMAL_ENCLOSED_PARENTHESES","url":"enums/LevelFormat.html#DECIMAL_ENCLOSED_PARENTHESES","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":947,"kind":16,"name":"DECIMAL_ZERO","url":"enums/LevelFormat.html#DECIMAL_ZERO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":948,"kind":16,"name":"LOWER_LETTER","url":"enums/LevelFormat.html#LOWER_LETTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":949,"kind":16,"name":"LOWER_ROMAN","url":"enums/LevelFormat.html#LOWER_ROMAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":950,"kind":16,"name":"NONE","url":"enums/LevelFormat.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":951,"kind":16,"name":"ORDINAL_TEXT","url":"enums/LevelFormat.html#ORDINAL_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":952,"kind":16,"name":"UPPER_LETTER","url":"enums/LevelFormat.html#UPPER_LETTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":953,"kind":16,"name":"UPPER_ROMAN","url":"enums/LevelFormat.html#UPPER_ROMAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":954,"kind":8,"name":"LevelSuffix","url":"enums/LevelSuffix.html","classes":"tsd-kind-enum"},{"id":955,"kind":16,"name":"NOTHING","url":"enums/LevelSuffix.html#NOTHING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":956,"kind":16,"name":"SPACE","url":"enums/LevelSuffix.html#SPACE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":957,"kind":16,"name":"TAB","url":"enums/LevelSuffix.html#TAB","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":958,"kind":256,"name":"ILevelsOptions","url":"interfaces/ILevelsOptions.html","classes":"tsd-kind-interface"},{"id":959,"kind":1024,"name":"level","url":"interfaces/ILevelsOptions.html#level","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":960,"kind":1024,"name":"format","url":"interfaces/ILevelsOptions.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":961,"kind":1024,"name":"text","url":"interfaces/ILevelsOptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":962,"kind":1024,"name":"alignment","url":"interfaces/ILevelsOptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":963,"kind":1024,"name":"start","url":"interfaces/ILevelsOptions.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":964,"kind":1024,"name":"suffix","url":"interfaces/ILevelsOptions.html#suffix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":965,"kind":1024,"name":"style","url":"interfaces/ILevelsOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":966,"kind":65536,"name":"__type","url":"interfaces/ILevelsOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":967,"kind":1024,"name":"run","url":"interfaces/ILevelsOptions.html#__type.run","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ILevelsOptions.__type"},{"id":968,"kind":1024,"name":"paragraph","url":"interfaces/ILevelsOptions.html#__type.paragraph","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ILevelsOptions.__type"},{"id":969,"kind":128,"name":"LevelBase","url":"classes/LevelBase.html","classes":"tsd-kind-class"},{"id":970,"kind":512,"name":"constructor","url":"classes/LevelBase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LevelBase"},{"id":971,"kind":2048,"name":"prepForXml","url":"classes/LevelBase.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":972,"kind":2048,"name":"addChildElement","url":"classes/LevelBase.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":973,"kind":128,"name":"Level","url":"classes/Level.html","classes":"tsd-kind-class"},{"id":974,"kind":512,"name":"constructor","url":"classes/Level.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Level"},{"id":975,"kind":2048,"name":"prepForXml","url":"classes/Level.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":976,"kind":2048,"name":"addChildElement","url":"classes/Level.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":977,"kind":128,"name":"LevelForOverride","url":"classes/LevelForOverride.html","classes":"tsd-kind-class"},{"id":978,"kind":512,"name":"constructor","url":"classes/LevelForOverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":979,"kind":2048,"name":"prepForXml","url":"classes/LevelForOverride.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":980,"kind":2048,"name":"addChildElement","url":"classes/LevelForOverride.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":981,"kind":256,"name":"IConcreteNumberingOptions","url":"interfaces/IConcreteNumberingOptions.html","classes":"tsd-kind-interface"},{"id":982,"kind":1024,"name":"numId","url":"interfaces/IConcreteNumberingOptions.html#numId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":983,"kind":1024,"name":"abstractNumId","url":"interfaces/IConcreteNumberingOptions.html#abstractNumId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":984,"kind":1024,"name":"reference","url":"interfaces/IConcreteNumberingOptions.html#reference","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":985,"kind":1024,"name":"instance","url":"interfaces/IConcreteNumberingOptions.html#instance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":986,"kind":1024,"name":"overrideLevel","url":"interfaces/IConcreteNumberingOptions.html#overrideLevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":987,"kind":65536,"name":"__type","url":"interfaces/IConcreteNumberingOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":988,"kind":1024,"name":"num","url":"interfaces/IConcreteNumberingOptions.html#__type.num","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IConcreteNumberingOptions.__type"},{"id":989,"kind":1024,"name":"start","url":"interfaces/IConcreteNumberingOptions.html#__type.start","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IConcreteNumberingOptions.__type"},{"id":990,"kind":128,"name":"ConcreteNumbering","url":"classes/ConcreteNumbering.html","classes":"tsd-kind-class"},{"id":991,"kind":512,"name":"constructor","url":"classes/ConcreteNumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConcreteNumbering"},{"id":992,"kind":1024,"name":"numId","url":"classes/ConcreteNumbering.html#numId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":993,"kind":1024,"name":"reference","url":"classes/ConcreteNumbering.html#reference","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":994,"kind":1024,"name":"instance","url":"classes/ConcreteNumbering.html#instance","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":995,"kind":2048,"name":"prepForXml","url":"classes/ConcreteNumbering.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":996,"kind":2048,"name":"addChildElement","url":"classes/ConcreteNumbering.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":997,"kind":128,"name":"LevelOverride","url":"classes/LevelOverride.html","classes":"tsd-kind-class"},{"id":998,"kind":512,"name":"constructor","url":"classes/LevelOverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LevelOverride"},{"id":999,"kind":2048,"name":"prepForXml","url":"classes/LevelOverride.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":1000,"kind":2048,"name":"addChildElement","url":"classes/LevelOverride.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":1001,"kind":256,"name":"IMediaTransformation","url":"interfaces/IMediaTransformation.html","classes":"tsd-kind-interface"},{"id":1002,"kind":1024,"name":"width","url":"interfaces/IMediaTransformation.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1003,"kind":1024,"name":"height","url":"interfaces/IMediaTransformation.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1004,"kind":1024,"name":"flip","url":"interfaces/IMediaTransformation.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1005,"kind":65536,"name":"__type","url":"interfaces/IMediaTransformation.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1006,"kind":1024,"name":"vertical","url":"interfaces/IMediaTransformation.html#__type.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaTransformation.__type"},{"id":1007,"kind":1024,"name":"horizontal","url":"interfaces/IMediaTransformation.html#__type.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaTransformation.__type"},{"id":1008,"kind":1024,"name":"rotation","url":"interfaces/IMediaTransformation.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1009,"kind":128,"name":"Media","url":"classes/Media.html","classes":"tsd-kind-class"},{"id":1010,"kind":512,"name":"constructor","url":"classes/Media.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Media"},{"id":1011,"kind":2048,"name":"addMedia","url":"classes/Media.html#addMedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Media"},{"id":1012,"kind":2048,"name":"addImage","url":"classes/Media.html#addImage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Media"},{"id":1013,"kind":262144,"name":"Array","url":"classes/Media.html#Array","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Media"},{"id":1014,"kind":256,"name":"IMediaDataTransformation","url":"interfaces/IMediaDataTransformation.html","classes":"tsd-kind-interface"},{"id":1015,"kind":1024,"name":"pixels","url":"interfaces/IMediaDataTransformation.html#pixels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1016,"kind":65536,"name":"__type","url":"interfaces/IMediaDataTransformation.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1017,"kind":1024,"name":"x","url":"interfaces/IMediaDataTransformation.html#__type-2.x-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1018,"kind":1024,"name":"y","url":"interfaces/IMediaDataTransformation.html#__type-2.y-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1019,"kind":1024,"name":"emus","url":"interfaces/IMediaDataTransformation.html#emus","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1020,"kind":65536,"name":"__type","url":"interfaces/IMediaDataTransformation.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1021,"kind":1024,"name":"x","url":"interfaces/IMediaDataTransformation.html#__type.x","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1022,"kind":1024,"name":"y","url":"interfaces/IMediaDataTransformation.html#__type.y","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1023,"kind":1024,"name":"flip","url":"interfaces/IMediaDataTransformation.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1024,"kind":65536,"name":"__type","url":"interfaces/IMediaDataTransformation.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1025,"kind":1024,"name":"vertical","url":"interfaces/IMediaDataTransformation.html#__type-1.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1026,"kind":1024,"name":"horizontal","url":"interfaces/IMediaDataTransformation.html#__type-1.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1027,"kind":1024,"name":"rotation","url":"interfaces/IMediaDataTransformation.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1028,"kind":256,"name":"IMediaData","url":"interfaces/IMediaData.html","classes":"tsd-kind-interface"},{"id":1029,"kind":1024,"name":"stream","url":"interfaces/IMediaData.html#stream","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1030,"kind":1024,"name":"fileName","url":"interfaces/IMediaData.html#fileName","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1031,"kind":1024,"name":"transformation","url":"interfaces/IMediaData.html#transformation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1032,"kind":256,"name":"IDistance","url":"interfaces/IDistance.html","classes":"tsd-kind-interface"},{"id":1033,"kind":1024,"name":"distT","url":"interfaces/IDistance.html#distT","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1034,"kind":1024,"name":"distB","url":"interfaces/IDistance.html#distB","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1035,"kind":1024,"name":"distL","url":"interfaces/IDistance.html#distL","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1036,"kind":1024,"name":"distR","url":"interfaces/IDistance.html#distR","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1037,"kind":256,"name":"IDrawingOptions","url":"interfaces/IDrawingOptions.html","classes":"tsd-kind-interface"},{"id":1038,"kind":1024,"name":"floating","url":"interfaces/IDrawingOptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDrawingOptions"},{"id":1039,"kind":128,"name":"Drawing","url":"classes/Drawing.html","classes":"tsd-kind-class"},{"id":1040,"kind":512,"name":"constructor","url":"classes/Drawing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Drawing"},{"id":1041,"kind":2048,"name":"prepForXml","url":"classes/Drawing.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1042,"kind":2048,"name":"addChildElement","url":"classes/Drawing.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1043,"kind":8,"name":"TextWrappingType","url":"enums/TextWrappingType.html","classes":"tsd-kind-enum"},{"id":1044,"kind":16,"name":"NONE","url":"enums/TextWrappingType.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1045,"kind":16,"name":"SQUARE","url":"enums/TextWrappingType.html#SQUARE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1046,"kind":16,"name":"TIGHT","url":"enums/TextWrappingType.html#TIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1047,"kind":16,"name":"TOP_AND_BOTTOM","url":"enums/TextWrappingType.html#TOP_AND_BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1048,"kind":8,"name":"TextWrappingSide","url":"enums/TextWrappingSide.html","classes":"tsd-kind-enum"},{"id":1049,"kind":16,"name":"BOTH_SIDES","url":"enums/TextWrappingSide.html#BOTH_SIDES","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1050,"kind":16,"name":"LEFT","url":"enums/TextWrappingSide.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1051,"kind":16,"name":"RIGHT","url":"enums/TextWrappingSide.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1052,"kind":16,"name":"LARGEST","url":"enums/TextWrappingSide.html#LARGEST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1053,"kind":256,"name":"ITextWrapping","url":"interfaces/ITextWrapping.html","classes":"tsd-kind-interface"},{"id":1054,"kind":1024,"name":"type","url":"interfaces/ITextWrapping.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1055,"kind":1024,"name":"side","url":"interfaces/ITextWrapping.html#side","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1056,"kind":1024,"name":"margins","url":"interfaces/ITextWrapping.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1057,"kind":128,"name":"WrapNone","url":"classes/WrapNone.html","classes":"tsd-kind-class"},{"id":1058,"kind":512,"name":"constructor","url":"classes/WrapNone.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapNone"},{"id":1059,"kind":2048,"name":"prepForXml","url":"classes/WrapNone.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1060,"kind":2048,"name":"addChildElement","url":"classes/WrapNone.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1061,"kind":128,"name":"WrapSquare","url":"classes/WrapSquare.html","classes":"tsd-kind-class"},{"id":1062,"kind":512,"name":"constructor","url":"classes/WrapSquare.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapSquare"},{"id":1063,"kind":2048,"name":"prepForXml","url":"classes/WrapSquare.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1064,"kind":2048,"name":"addChildElement","url":"classes/WrapSquare.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1065,"kind":128,"name":"WrapTight","url":"classes/WrapTight.html","classes":"tsd-kind-class"},{"id":1066,"kind":512,"name":"constructor","url":"classes/WrapTight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapTight"},{"id":1067,"kind":2048,"name":"prepForXml","url":"classes/WrapTight.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1068,"kind":2048,"name":"addChildElement","url":"classes/WrapTight.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1069,"kind":128,"name":"WrapTopAndBottom","url":"classes/WrapTopAndBottom.html","classes":"tsd-kind-class"},{"id":1070,"kind":512,"name":"constructor","url":"classes/WrapTopAndBottom.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapTopAndBottom"},{"id":1071,"kind":2048,"name":"prepForXml","url":"classes/WrapTopAndBottom.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1072,"kind":2048,"name":"addChildElement","url":"classes/WrapTopAndBottom.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1073,"kind":8,"name":"HorizontalPositionRelativeFrom","url":"enums/HorizontalPositionRelativeFrom.html","classes":"tsd-kind-enum"},{"id":1074,"kind":16,"name":"CHARACTER","url":"enums/HorizontalPositionRelativeFrom.html#CHARACTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1075,"kind":16,"name":"COLUMN","url":"enums/HorizontalPositionRelativeFrom.html#COLUMN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1076,"kind":16,"name":"INSIDE_MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#INSIDE_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1077,"kind":16,"name":"LEFT_MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#LEFT_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1078,"kind":16,"name":"MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1079,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#OUTSIDE_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1080,"kind":16,"name":"PAGE","url":"enums/HorizontalPositionRelativeFrom.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1081,"kind":16,"name":"RIGHT_MARGIN","url":"enums/HorizontalPositionRelativeFrom.html#RIGHT_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1082,"kind":8,"name":"VerticalPositionRelativeFrom","url":"enums/VerticalPositionRelativeFrom.html","classes":"tsd-kind-enum"},{"id":1083,"kind":16,"name":"BOTTOM_MARGIN","url":"enums/VerticalPositionRelativeFrom.html#BOTTOM_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1084,"kind":16,"name":"INSIDE_MARGIN","url":"enums/VerticalPositionRelativeFrom.html#INSIDE_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1085,"kind":16,"name":"LINE","url":"enums/VerticalPositionRelativeFrom.html#LINE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1086,"kind":16,"name":"MARGIN","url":"enums/VerticalPositionRelativeFrom.html#MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1087,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/VerticalPositionRelativeFrom.html#OUTSIDE_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1088,"kind":16,"name":"PAGE","url":"enums/VerticalPositionRelativeFrom.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1089,"kind":16,"name":"PARAGRAPH","url":"enums/VerticalPositionRelativeFrom.html#PARAGRAPH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1090,"kind":16,"name":"TOP_MARGIN","url":"enums/VerticalPositionRelativeFrom.html#TOP_MARGIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1091,"kind":256,"name":"IHorizontalPositionOptions","url":"interfaces/IHorizontalPositionOptions.html","classes":"tsd-kind-interface"},{"id":1092,"kind":1024,"name":"relative","url":"interfaces/IHorizontalPositionOptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1093,"kind":1024,"name":"align","url":"interfaces/IHorizontalPositionOptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1094,"kind":1024,"name":"offset","url":"interfaces/IHorizontalPositionOptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1095,"kind":256,"name":"IVerticalPositionOptions","url":"interfaces/IVerticalPositionOptions.html","classes":"tsd-kind-interface"},{"id":1096,"kind":1024,"name":"relative","url":"interfaces/IVerticalPositionOptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1097,"kind":1024,"name":"align","url":"interfaces/IVerticalPositionOptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1098,"kind":1024,"name":"offset","url":"interfaces/IVerticalPositionOptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1099,"kind":256,"name":"IMargins","url":"interfaces/IMargins.html","classes":"tsd-kind-interface"},{"id":1100,"kind":1024,"name":"left","url":"interfaces/IMargins.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1101,"kind":1024,"name":"bottom","url":"interfaces/IMargins.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1102,"kind":1024,"name":"top","url":"interfaces/IMargins.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1103,"kind":1024,"name":"right","url":"interfaces/IMargins.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1104,"kind":256,"name":"IFloating","url":"interfaces/IFloating.html","classes":"tsd-kind-interface"},{"id":1105,"kind":1024,"name":"horizontalPosition","url":"interfaces/IFloating.html#horizontalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1106,"kind":1024,"name":"verticalPosition","url":"interfaces/IFloating.html#verticalPosition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1107,"kind":1024,"name":"allowOverlap","url":"interfaces/IFloating.html#allowOverlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1108,"kind":1024,"name":"lockAnchor","url":"interfaces/IFloating.html#lockAnchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1109,"kind":1024,"name":"behindDocument","url":"interfaces/IFloating.html#behindDocument","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1110,"kind":1024,"name":"layoutInCell","url":"interfaces/IFloating.html#layoutInCell","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1111,"kind":1024,"name":"margins","url":"interfaces/IFloating.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1112,"kind":1024,"name":"wrap","url":"interfaces/IFloating.html#wrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1113,"kind":1024,"name":"zIndex","url":"interfaces/IFloating.html#zIndex","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1114,"kind":128,"name":"SimplePos","url":"classes/SimplePos.html","classes":"tsd-kind-class"},{"id":1115,"kind":512,"name":"constructor","url":"classes/SimplePos.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimplePos"},{"id":1116,"kind":2048,"name":"prepForXml","url":"classes/SimplePos.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1117,"kind":2048,"name":"addChildElement","url":"classes/SimplePos.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1118,"kind":128,"name":"HorizontalPosition","url":"classes/HorizontalPosition.html","classes":"tsd-kind-class"},{"id":1119,"kind":512,"name":"constructor","url":"classes/HorizontalPosition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HorizontalPosition"},{"id":1120,"kind":2048,"name":"prepForXml","url":"classes/HorizontalPosition.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1121,"kind":2048,"name":"addChildElement","url":"classes/HorizontalPosition.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1122,"kind":128,"name":"VerticalPosition","url":"classes/VerticalPosition.html","classes":"tsd-kind-class"},{"id":1123,"kind":512,"name":"constructor","url":"classes/VerticalPosition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalPosition"},{"id":1124,"kind":2048,"name":"prepForXml","url":"classes/VerticalPosition.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1125,"kind":2048,"name":"addChildElement","url":"classes/VerticalPosition.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1126,"kind":256,"name":"IDocumentOptions","url":"interfaces/IDocumentOptions.html","classes":"tsd-kind-interface"},{"id":1127,"kind":1024,"name":"background","url":"interfaces/IDocumentOptions.html#background","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentOptions"},{"id":1128,"kind":256,"name":"IDocumentAttributesProperties","url":"interfaces/IDocumentAttributesProperties.html","classes":"tsd-kind-interface"},{"id":1129,"kind":1024,"name":"wpc","url":"interfaces/IDocumentAttributesProperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1130,"kind":1024,"name":"mc","url":"interfaces/IDocumentAttributesProperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1131,"kind":1024,"name":"o","url":"interfaces/IDocumentAttributesProperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1132,"kind":1024,"name":"r","url":"interfaces/IDocumentAttributesProperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1133,"kind":1024,"name":"m","url":"interfaces/IDocumentAttributesProperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1134,"kind":1024,"name":"v","url":"interfaces/IDocumentAttributesProperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1135,"kind":1024,"name":"wp14","url":"interfaces/IDocumentAttributesProperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1136,"kind":1024,"name":"wp","url":"interfaces/IDocumentAttributesProperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1137,"kind":1024,"name":"w10","url":"interfaces/IDocumentAttributesProperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1138,"kind":1024,"name":"w","url":"interfaces/IDocumentAttributesProperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1139,"kind":1024,"name":"w14","url":"interfaces/IDocumentAttributesProperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1140,"kind":1024,"name":"w15","url":"interfaces/IDocumentAttributesProperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1141,"kind":1024,"name":"wpg","url":"interfaces/IDocumentAttributesProperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1142,"kind":1024,"name":"wpi","url":"interfaces/IDocumentAttributesProperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1143,"kind":1024,"name":"wne","url":"interfaces/IDocumentAttributesProperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1144,"kind":1024,"name":"wps","url":"interfaces/IDocumentAttributesProperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1145,"kind":1024,"name":"Ignorable","url":"interfaces/IDocumentAttributesProperties.html#Ignorable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1146,"kind":1024,"name":"cp","url":"interfaces/IDocumentAttributesProperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1147,"kind":1024,"name":"dc","url":"interfaces/IDocumentAttributesProperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1148,"kind":1024,"name":"dcterms","url":"interfaces/IDocumentAttributesProperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1149,"kind":1024,"name":"dcmitype","url":"interfaces/IDocumentAttributesProperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1150,"kind":1024,"name":"xsi","url":"interfaces/IDocumentAttributesProperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1151,"kind":1024,"name":"type","url":"interfaces/IDocumentAttributesProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1152,"kind":128,"name":"DocumentAttributes","url":"classes/DocumentAttributes.html","classes":"tsd-kind-class"},{"id":1153,"kind":512,"name":"constructor","url":"classes/DocumentAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1154,"kind":2048,"name":"prepForXml","url":"classes/DocumentAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1155,"kind":2048,"name":"set","url":"classes/DocumentAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1156,"kind":128,"name":"Body","url":"classes/Body.html","classes":"tsd-kind-class"},{"id":1157,"kind":512,"name":"constructor","url":"classes/Body.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Body"},{"id":1158,"kind":2048,"name":"addSection","url":"classes/Body.html#addSection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1159,"kind":2048,"name":"prepForXml","url":"classes/Body.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Body"},{"id":1160,"kind":2048,"name":"push","url":"classes/Body.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1161,"kind":2048,"name":"addChildElement","url":"classes/Body.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Body"},{"id":1162,"kind":256,"name":"IHeaderFooterGroup","url":"interfaces/IHeaderFooterGroup.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1163,"kind":1024,"name":"default","url":"interfaces/IHeaderFooterGroup.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1164,"kind":1024,"name":"first","url":"interfaces/IHeaderFooterGroup.html#first","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1165,"kind":1024,"name":"even","url":"interfaces/IHeaderFooterGroup.html#even","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1166,"kind":256,"name":"ISectionPropertiesOptions","url":"interfaces/ISectionPropertiesOptions.html","classes":"tsd-kind-interface"},{"id":1167,"kind":1024,"name":"page","url":"interfaces/ISectionPropertiesOptions.html#page","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1168,"kind":65536,"name":"__type","url":"interfaces/ISectionPropertiesOptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1169,"kind":1024,"name":"size","url":"interfaces/ISectionPropertiesOptions.html#__type.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1170,"kind":1024,"name":"margin","url":"interfaces/ISectionPropertiesOptions.html#__type.margin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1171,"kind":1024,"name":"pageNumbers","url":"interfaces/ISectionPropertiesOptions.html#__type.pageNumbers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1172,"kind":1024,"name":"borders","url":"interfaces/ISectionPropertiesOptions.html#__type.borders","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1173,"kind":1024,"name":"grid","url":"interfaces/ISectionPropertiesOptions.html#grid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1174,"kind":1024,"name":"headerWrapperGroup","url":"interfaces/ISectionPropertiesOptions.html#headerWrapperGroup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1175,"kind":1024,"name":"footerWrapperGroup","url":"interfaces/ISectionPropertiesOptions.html#footerWrapperGroup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1176,"kind":1024,"name":"lineNumbers","url":"interfaces/ISectionPropertiesOptions.html#lineNumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1177,"kind":1024,"name":"titlePage","url":"interfaces/ISectionPropertiesOptions.html#titlePage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1178,"kind":1024,"name":"verticalAlign","url":"interfaces/ISectionPropertiesOptions.html#verticalAlign","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1179,"kind":1024,"name":"column","url":"interfaces/ISectionPropertiesOptions.html#column","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1180,"kind":1024,"name":"type","url":"interfaces/ISectionPropertiesOptions.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1181,"kind":32,"name":"sectionMarginDefaults","url":"modules.html#sectionMarginDefaults","classes":"tsd-kind-variable"},{"id":1182,"kind":65536,"name":"__type","url":"modules.html#sectionMarginDefaults.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"sectionMarginDefaults"},{"id":1183,"kind":1024,"name":"TOP","url":"modules.html#sectionMarginDefaults.__type.TOP","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1184,"kind":1024,"name":"RIGHT","url":"modules.html#sectionMarginDefaults.__type.RIGHT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1185,"kind":1024,"name":"BOTTOM","url":"modules.html#sectionMarginDefaults.__type.BOTTOM","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1186,"kind":1024,"name":"LEFT","url":"modules.html#sectionMarginDefaults.__type.LEFT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1187,"kind":1024,"name":"HEADER","url":"modules.html#sectionMarginDefaults.__type.HEADER","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1188,"kind":1024,"name":"FOOTER","url":"modules.html#sectionMarginDefaults.__type.FOOTER","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1189,"kind":1024,"name":"GUTTER","url":"modules.html#sectionMarginDefaults.__type.GUTTER","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionMarginDefaults.__type"},{"id":1190,"kind":32,"name":"sectionPageSizeDefaults","url":"modules.html#sectionPageSizeDefaults","classes":"tsd-kind-variable"},{"id":1191,"kind":65536,"name":"__type","url":"modules.html#sectionPageSizeDefaults.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"sectionPageSizeDefaults"},{"id":1192,"kind":1024,"name":"WIDTH","url":"modules.html#sectionPageSizeDefaults.__type.WIDTH","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1193,"kind":1024,"name":"HEIGHT","url":"modules.html#sectionPageSizeDefaults.__type.HEIGHT","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1194,"kind":1024,"name":"ORIENTATION","url":"modules.html#sectionPageSizeDefaults.__type.ORIENTATION","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"sectionPageSizeDefaults.__type"},{"id":1195,"kind":128,"name":"SectionProperties","url":"classes/SectionProperties.html","classes":"tsd-kind-class"},{"id":1196,"kind":512,"name":"constructor","url":"classes/SectionProperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SectionProperties"},{"id":1197,"kind":2048,"name":"prepForXml","url":"classes/SectionProperties.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1198,"kind":2048,"name":"addChildElement","url":"classes/SectionProperties.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1199,"kind":256,"name":"IColumnAttributes","url":"interfaces/IColumnAttributes.html","classes":"tsd-kind-interface"},{"id":1200,"kind":1024,"name":"width","url":"interfaces/IColumnAttributes.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnAttributes"},{"id":1201,"kind":1024,"name":"space","url":"interfaces/IColumnAttributes.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnAttributes"},{"id":1202,"kind":128,"name":"ColumnAttributes","url":"classes/ColumnAttributes.html","classes":"tsd-kind-class"},{"id":1203,"kind":512,"name":"constructor","url":"classes/ColumnAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ColumnAttributes"},{"id":1204,"kind":2048,"name":"prepForXml","url":"classes/ColumnAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnAttributes"},{"id":1205,"kind":2048,"name":"set","url":"classes/ColumnAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnAttributes"},{"id":1206,"kind":128,"name":"Column","url":"classes/Column.html","classes":"tsd-kind-class"},{"id":1207,"kind":512,"name":"constructor","url":"classes/Column.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Column"},{"id":1208,"kind":2048,"name":"prepForXml","url":"classes/Column.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Column"},{"id":1209,"kind":2048,"name":"addChildElement","url":"classes/Column.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Column"},{"id":1210,"kind":256,"name":"IColumnsAttributes","url":"interfaces/IColumnsAttributes.html","classes":"tsd-kind-interface"},{"id":1211,"kind":1024,"name":"space","url":"interfaces/IColumnsAttributes.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1212,"kind":1024,"name":"count","url":"interfaces/IColumnsAttributes.html#count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1213,"kind":1024,"name":"separate","url":"interfaces/IColumnsAttributes.html#separate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1214,"kind":1024,"name":"equalWidth","url":"interfaces/IColumnsAttributes.html#equalWidth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1215,"kind":1024,"name":"children","url":"interfaces/IColumnsAttributes.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IColumnsAttributes"},{"id":1216,"kind":128,"name":"ColumnsAttributes","url":"classes/ColumnsAttributes.html","classes":"tsd-kind-class"},{"id":1217,"kind":512,"name":"constructor","url":"classes/ColumnsAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1218,"kind":2048,"name":"prepForXml","url":"classes/ColumnsAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1219,"kind":2048,"name":"set","url":"classes/ColumnsAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ColumnsAttributes"},{"id":1220,"kind":128,"name":"Columns","url":"classes/Columns.html","classes":"tsd-kind-class"},{"id":1221,"kind":512,"name":"constructor","url":"classes/Columns.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Columns"},{"id":1222,"kind":2048,"name":"prepForXml","url":"classes/Columns.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Columns"},{"id":1223,"kind":2048,"name":"addChildElement","url":"classes/Columns.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Columns"},{"id":1224,"kind":256,"name":"IDocGridAttributesProperties","url":"interfaces/IDocGridAttributesProperties.html","classes":"tsd-kind-interface"},{"id":1225,"kind":1024,"name":"linePitch","url":"interfaces/IDocGridAttributesProperties.html#linePitch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocGridAttributesProperties"},{"id":1226,"kind":128,"name":"DocGridAttributes","url":"classes/DocGridAttributes.html","classes":"tsd-kind-class"},{"id":1227,"kind":512,"name":"constructor","url":"classes/DocGridAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1228,"kind":2048,"name":"prepForXml","url":"classes/DocGridAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1229,"kind":2048,"name":"set","url":"classes/DocGridAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocGridAttributes"},{"id":1230,"kind":128,"name":"DocumentGrid","url":"classes/DocumentGrid.html","classes":"tsd-kind-class"},{"id":1231,"kind":512,"name":"constructor","url":"classes/DocumentGrid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentGrid"},{"id":1232,"kind":2048,"name":"prepForXml","url":"classes/DocumentGrid.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentGrid"},{"id":1233,"kind":2048,"name":"addChildElement","url":"classes/DocumentGrid.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentGrid"},{"id":1234,"kind":8,"name":"PageOrientation","url":"enums/PageOrientation.html","classes":"tsd-kind-enum"},{"id":1235,"kind":16,"name":"PORTRAIT","url":"enums/PageOrientation.html#PORTRAIT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageOrientation"},{"id":1236,"kind":16,"name":"LANDSCAPE","url":"enums/PageOrientation.html#LANDSCAPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageOrientation"},{"id":1237,"kind":256,"name":"IPageSizeAttributes","url":"interfaces/IPageSizeAttributes.html","classes":"tsd-kind-interface"},{"id":1238,"kind":1024,"name":"width","url":"interfaces/IPageSizeAttributes.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1239,"kind":1024,"name":"height","url":"interfaces/IPageSizeAttributes.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1240,"kind":1024,"name":"orientation","url":"interfaces/IPageSizeAttributes.html#orientation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1241,"kind":128,"name":"PageSizeAttributes","url":"classes/PageSizeAttributes.html","classes":"tsd-kind-class"},{"id":1242,"kind":512,"name":"constructor","url":"classes/PageSizeAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1243,"kind":2048,"name":"prepForXml","url":"classes/PageSizeAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1244,"kind":2048,"name":"set","url":"classes/PageSizeAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1245,"kind":128,"name":"PageSize","url":"classes/PageSize.html","classes":"tsd-kind-class"},{"id":1246,"kind":512,"name":"constructor","url":"classes/PageSize.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageSize"},{"id":1247,"kind":2048,"name":"prepForXml","url":"classes/PageSize.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1248,"kind":2048,"name":"addChildElement","url":"classes/PageSize.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1249,"kind":8,"name":"PageNumberSeparator","url":"enums/PageNumberSeparator.html","classes":"tsd-kind-enum"},{"id":1250,"kind":16,"name":"HYPHEN","url":"enums/PageNumberSeparator.html#HYPHEN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1251,"kind":16,"name":"PERIOD","url":"enums/PageNumberSeparator.html#PERIOD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1252,"kind":16,"name":"COLON","url":"enums/PageNumberSeparator.html#COLON","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1253,"kind":16,"name":"EM_DASH","url":"enums/PageNumberSeparator.html#EM_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1254,"kind":16,"name":"EN_DASH","url":"enums/PageNumberSeparator.html#EN_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1255,"kind":256,"name":"IPageNumberTypeAttributes","url":"interfaces/IPageNumberTypeAttributes.html","classes":"tsd-kind-interface"},{"id":1256,"kind":1024,"name":"start","url":"interfaces/IPageNumberTypeAttributes.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1257,"kind":1024,"name":"formatType","url":"interfaces/IPageNumberTypeAttributes.html#formatType","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1258,"kind":1024,"name":"separator","url":"interfaces/IPageNumberTypeAttributes.html#separator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1259,"kind":128,"name":"PageNumberTypeAttributes","url":"classes/PageNumberTypeAttributes.html","classes":"tsd-kind-class"},{"id":1260,"kind":512,"name":"constructor","url":"classes/PageNumberTypeAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1261,"kind":2048,"name":"prepForXml","url":"classes/PageNumberTypeAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1262,"kind":2048,"name":"set","url":"classes/PageNumberTypeAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1263,"kind":128,"name":"PageNumberType","url":"classes/PageNumberType.html","classes":"tsd-kind-class"},{"id":1264,"kind":512,"name":"constructor","url":"classes/PageNumberType.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageNumberType"},{"id":1265,"kind":2048,"name":"prepForXml","url":"classes/PageNumberType.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1266,"kind":2048,"name":"addChildElement","url":"classes/PageNumberType.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1267,"kind":8,"name":"PageBorderDisplay","url":"enums/PageBorderDisplay.html","classes":"tsd-kind-enum"},{"id":1268,"kind":16,"name":"ALL_PAGES","url":"enums/PageBorderDisplay.html#ALL_PAGES","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1269,"kind":16,"name":"FIRST_PAGE","url":"enums/PageBorderDisplay.html#FIRST_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1270,"kind":16,"name":"NOT_FIRST_PAGE","url":"enums/PageBorderDisplay.html#NOT_FIRST_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1271,"kind":8,"name":"PageBorderOffsetFrom","url":"enums/PageBorderOffsetFrom.html","classes":"tsd-kind-enum"},{"id":1272,"kind":16,"name":"PAGE","url":"enums/PageBorderOffsetFrom.html#PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderOffsetFrom"},{"id":1273,"kind":16,"name":"TEXT","url":"enums/PageBorderOffsetFrom.html#TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderOffsetFrom"},{"id":1274,"kind":8,"name":"PageBorderZOrder","url":"enums/PageBorderZOrder.html","classes":"tsd-kind-enum"},{"id":1275,"kind":16,"name":"BACK","url":"enums/PageBorderZOrder.html#BACK","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderZOrder"},{"id":1276,"kind":16,"name":"FRONT","url":"enums/PageBorderZOrder.html#FRONT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderZOrder"},{"id":1277,"kind":256,"name":"IPageBorderAttributes","url":"interfaces/IPageBorderAttributes.html","classes":"tsd-kind-interface"},{"id":1278,"kind":1024,"name":"display","url":"interfaces/IPageBorderAttributes.html#display","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1279,"kind":1024,"name":"offsetFrom","url":"interfaces/IPageBorderAttributes.html#offsetFrom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1280,"kind":1024,"name":"zOrder","url":"interfaces/IPageBorderAttributes.html#zOrder","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1281,"kind":256,"name":"IPageBordersOptions","url":"interfaces/IPageBordersOptions.html","classes":"tsd-kind-interface"},{"id":1282,"kind":1024,"name":"pageBorders","url":"interfaces/IPageBordersOptions.html#pageBorders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1283,"kind":1024,"name":"pageBorderTop","url":"interfaces/IPageBordersOptions.html#pageBorderTop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1284,"kind":1024,"name":"pageBorderRight","url":"interfaces/IPageBordersOptions.html#pageBorderRight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1285,"kind":1024,"name":"pageBorderBottom","url":"interfaces/IPageBordersOptions.html#pageBorderBottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1286,"kind":1024,"name":"pageBorderLeft","url":"interfaces/IPageBordersOptions.html#pageBorderLeft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1287,"kind":128,"name":"PageBorders","url":"classes/PageBorders.html","classes":"tsd-kind-class"},{"id":1288,"kind":512,"name":"constructor","url":"classes/PageBorders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBorders"},{"id":1289,"kind":2048,"name":"prepForXml","url":"classes/PageBorders.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1290,"kind":2048,"name":"addChildElement","url":"classes/PageBorders.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1291,"kind":256,"name":"IPageMarginAttributes","url":"interfaces/IPageMarginAttributes.html","classes":"tsd-kind-interface"},{"id":1292,"kind":1024,"name":"top","url":"interfaces/IPageMarginAttributes.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1293,"kind":1024,"name":"right","url":"interfaces/IPageMarginAttributes.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1294,"kind":1024,"name":"bottom","url":"interfaces/IPageMarginAttributes.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1295,"kind":1024,"name":"left","url":"interfaces/IPageMarginAttributes.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1296,"kind":1024,"name":"header","url":"interfaces/IPageMarginAttributes.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1297,"kind":1024,"name":"footer","url":"interfaces/IPageMarginAttributes.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1298,"kind":1024,"name":"gutter","url":"interfaces/IPageMarginAttributes.html#gutter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageMarginAttributes"},{"id":1299,"kind":128,"name":"PageMarginAttributes","url":"classes/PageMarginAttributes.html","classes":"tsd-kind-class"},{"id":1300,"kind":512,"name":"constructor","url":"classes/PageMarginAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1301,"kind":2048,"name":"prepForXml","url":"classes/PageMarginAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1302,"kind":2048,"name":"set","url":"classes/PageMarginAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMarginAttributes"},{"id":1303,"kind":128,"name":"PageMargin","url":"classes/PageMargin.html","classes":"tsd-kind-class"},{"id":1304,"kind":512,"name":"constructor","url":"classes/PageMargin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageMargin"},{"id":1305,"kind":2048,"name":"prepForXml","url":"classes/PageMargin.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMargin"},{"id":1306,"kind":2048,"name":"addChildElement","url":"classes/PageMargin.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageMargin"},{"id":1307,"kind":8,"name":"LineNumberRestartFormat","url":"enums/LineNumberRestartFormat.html","classes":"tsd-kind-enum"},{"id":1308,"kind":16,"name":"NEW_PAGE","url":"enums/LineNumberRestartFormat.html#NEW_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1309,"kind":16,"name":"NEW_SECTION","url":"enums/LineNumberRestartFormat.html#NEW_SECTION","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1310,"kind":16,"name":"CONTINUOUS","url":"enums/LineNumberRestartFormat.html#CONTINUOUS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1311,"kind":256,"name":"ILineNumberAttributes","url":"interfaces/ILineNumberAttributes.html","classes":"tsd-kind-interface"},{"id":1312,"kind":1024,"name":"countBy","url":"interfaces/ILineNumberAttributes.html#countBy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1313,"kind":1024,"name":"start","url":"interfaces/ILineNumberAttributes.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1314,"kind":1024,"name":"restart","url":"interfaces/ILineNumberAttributes.html#restart","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1315,"kind":1024,"name":"distance","url":"interfaces/ILineNumberAttributes.html#distance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1316,"kind":128,"name":"LineNumberAttributes","url":"classes/LineNumberAttributes.html","classes":"tsd-kind-class"},{"id":1317,"kind":512,"name":"constructor","url":"classes/LineNumberAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1318,"kind":2048,"name":"prepForXml","url":"classes/LineNumberAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1319,"kind":2048,"name":"set","url":"classes/LineNumberAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1320,"kind":128,"name":"LineNumberType","url":"classes/LineNumberType.html","classes":"tsd-kind-class"},{"id":1321,"kind":512,"name":"constructor","url":"classes/LineNumberType.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LineNumberType"},{"id":1322,"kind":2048,"name":"prepForXml","url":"classes/LineNumberType.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1323,"kind":2048,"name":"addChildElement","url":"classes/LineNumberType.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1324,"kind":8,"name":"SectionType","url":"enums/SectionType.html","classes":"tsd-kind-enum"},{"id":1325,"kind":16,"name":"NEXT_PAGE","url":"enums/SectionType.html#NEXT_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1326,"kind":16,"name":"NEXT_COLUMN","url":"enums/SectionType.html#NEXT_COLUMN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1327,"kind":16,"name":"CONTINUOUS","url":"enums/SectionType.html#CONTINUOUS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1328,"kind":16,"name":"EVEN_PAGE","url":"enums/SectionType.html#EVEN_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1329,"kind":16,"name":"ODD_PAGE","url":"enums/SectionType.html#ODD_PAGE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1330,"kind":128,"name":"SectionTypeAttributes","url":"classes/SectionTypeAttributes.html","classes":"tsd-kind-class"},{"id":1331,"kind":512,"name":"constructor","url":"classes/SectionTypeAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1332,"kind":2048,"name":"prepForXml","url":"classes/SectionTypeAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1333,"kind":2048,"name":"set","url":"classes/SectionTypeAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1334,"kind":128,"name":"Type","url":"classes/Type.html","classes":"tsd-kind-class"},{"id":1335,"kind":512,"name":"constructor","url":"classes/Type.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Type"},{"id":1336,"kind":2048,"name":"prepForXml","url":"classes/Type.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1337,"kind":2048,"name":"addChildElement","url":"classes/Type.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1338,"kind":8,"name":"HeaderFooterReferenceType","url":"enums/HeaderFooterReferenceType.html","classes":"tsd-kind-enum"},{"id":1339,"kind":16,"name":"DEFAULT","url":"enums/HeaderFooterReferenceType.html#DEFAULT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1340,"kind":16,"name":"FIRST","url":"enums/HeaderFooterReferenceType.html#FIRST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1341,"kind":16,"name":"EVEN","url":"enums/HeaderFooterReferenceType.html#EVEN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterReferenceType"},{"id":1342,"kind":256,"name":"IHeaderFooterOptions","url":"interfaces/IHeaderFooterOptions.html","classes":"tsd-kind-interface"},{"id":1343,"kind":1024,"name":"type","url":"interfaces/IHeaderFooterOptions.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterOptions"},{"id":1344,"kind":1024,"name":"id","url":"interfaces/IHeaderFooterOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterOptions"},{"id":1345,"kind":8,"name":"HeaderFooterType","url":"enums/HeaderFooterType.html","classes":"tsd-kind-enum"},{"id":1346,"kind":16,"name":"HEADER","url":"enums/HeaderFooterType.html#HEADER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterType"},{"id":1347,"kind":16,"name":"FOOTER","url":"enums/HeaderFooterType.html#FOOTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderFooterType"},{"id":1348,"kind":128,"name":"HeaderFooterReference","url":"classes/HeaderFooterReference.html","classes":"tsd-kind-class"},{"id":1349,"kind":512,"name":"constructor","url":"classes/HeaderFooterReference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HeaderFooterReference"},{"id":1350,"kind":2048,"name":"prepForXml","url":"classes/HeaderFooterReference.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderFooterReference"},{"id":1351,"kind":2048,"name":"addChildElement","url":"classes/HeaderFooterReference.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderFooterReference"},{"id":1352,"kind":128,"name":"DocumentBackgroundAttributes","url":"classes/DocumentBackgroundAttributes.html","classes":"tsd-kind-class"},{"id":1353,"kind":512,"name":"constructor","url":"classes/DocumentBackgroundAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1354,"kind":2048,"name":"prepForXml","url":"classes/DocumentBackgroundAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1355,"kind":2048,"name":"set","url":"classes/DocumentBackgroundAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1356,"kind":256,"name":"IDocumentBackgroundOptions","url":"interfaces/IDocumentBackgroundOptions.html","classes":"tsd-kind-interface"},{"id":1357,"kind":1024,"name":"color","url":"interfaces/IDocumentBackgroundOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1358,"kind":1024,"name":"themeColor","url":"interfaces/IDocumentBackgroundOptions.html#themeColor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1359,"kind":1024,"name":"themeShade","url":"interfaces/IDocumentBackgroundOptions.html#themeShade","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1360,"kind":1024,"name":"themeTint","url":"interfaces/IDocumentBackgroundOptions.html#themeTint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1361,"kind":128,"name":"DocumentBackground","url":"classes/DocumentBackground.html","classes":"tsd-kind-class"},{"id":1362,"kind":512,"name":"constructor","url":"classes/DocumentBackground.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentBackground"},{"id":1363,"kind":2048,"name":"prepForXml","url":"classes/DocumentBackground.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1364,"kind":2048,"name":"addChildElement","url":"classes/DocumentBackground.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1365,"kind":256,"name":"IShadingAttributesProperties","url":"interfaces/IShadingAttributesProperties.html","classes":"tsd-kind-interface"},{"id":1366,"kind":1024,"name":"fill","url":"interfaces/IShadingAttributesProperties.html#fill","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1367,"kind":1024,"name":"color","url":"interfaces/IShadingAttributesProperties.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1368,"kind":1024,"name":"type","url":"interfaces/IShadingAttributesProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IShadingAttributesProperties"},{"id":1369,"kind":128,"name":"Shading","url":"classes/Shading.html","classes":"tsd-kind-class"},{"id":1370,"kind":512,"name":"constructor","url":"classes/Shading.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Shading"},{"id":1371,"kind":2048,"name":"prepForXml","url":"classes/Shading.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Shading"},{"id":1372,"kind":2048,"name":"addChildElement","url":"classes/Shading.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Shading"},{"id":1373,"kind":8,"name":"ShadingType","url":"enums/ShadingType.html","classes":"tsd-kind-enum"},{"id":1374,"kind":16,"name":"CLEAR","url":"enums/ShadingType.html#CLEAR","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1375,"kind":16,"name":"DIAGONAL_CROSS","url":"enums/ShadingType.html#DIAGONAL_CROSS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1376,"kind":16,"name":"DIAGONAL_STRIPE","url":"enums/ShadingType.html#DIAGONAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1377,"kind":16,"name":"HORIZONTAL_CROSS","url":"enums/ShadingType.html#HORIZONTAL_CROSS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1378,"kind":16,"name":"HORIZONTAL_STRIPE","url":"enums/ShadingType.html#HORIZONTAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1379,"kind":16,"name":"NIL","url":"enums/ShadingType.html#NIL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1380,"kind":16,"name":"PERCENT_5","url":"enums/ShadingType.html#PERCENT_5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1381,"kind":16,"name":"PERCENT_10","url":"enums/ShadingType.html#PERCENT_10","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1382,"kind":16,"name":"PERCENT_12","url":"enums/ShadingType.html#PERCENT_12","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1383,"kind":16,"name":"PERCENT_15","url":"enums/ShadingType.html#PERCENT_15","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1384,"kind":16,"name":"PERCENT_20","url":"enums/ShadingType.html#PERCENT_20","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1385,"kind":16,"name":"PERCENT_25","url":"enums/ShadingType.html#PERCENT_25","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1386,"kind":16,"name":"PERCENT_30","url":"enums/ShadingType.html#PERCENT_30","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1387,"kind":16,"name":"PERCENT_35","url":"enums/ShadingType.html#PERCENT_35","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1388,"kind":16,"name":"PERCENT_37","url":"enums/ShadingType.html#PERCENT_37","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1389,"kind":16,"name":"PERCENT_40","url":"enums/ShadingType.html#PERCENT_40","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1390,"kind":16,"name":"PERCENT_45","url":"enums/ShadingType.html#PERCENT_45","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1391,"kind":16,"name":"PERCENT_50","url":"enums/ShadingType.html#PERCENT_50","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1392,"kind":16,"name":"PERCENT_55","url":"enums/ShadingType.html#PERCENT_55","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1393,"kind":16,"name":"PERCENT_60","url":"enums/ShadingType.html#PERCENT_60","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1394,"kind":16,"name":"PERCENT_62","url":"enums/ShadingType.html#PERCENT_62","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1395,"kind":16,"name":"PERCENT_65","url":"enums/ShadingType.html#PERCENT_65","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1396,"kind":16,"name":"PERCENT_70","url":"enums/ShadingType.html#PERCENT_70","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1397,"kind":16,"name":"PERCENT_75","url":"enums/ShadingType.html#PERCENT_75","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1398,"kind":16,"name":"PERCENT_80","url":"enums/ShadingType.html#PERCENT_80","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1399,"kind":16,"name":"PERCENT_85","url":"enums/ShadingType.html#PERCENT_85","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1400,"kind":16,"name":"PERCENT_87","url":"enums/ShadingType.html#PERCENT_87","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1401,"kind":16,"name":"PERCENT_90","url":"enums/ShadingType.html#PERCENT_90","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1402,"kind":16,"name":"PERCENT_95","url":"enums/ShadingType.html#PERCENT_95","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1403,"kind":16,"name":"REVERSE_DIAGONAL_STRIPE","url":"enums/ShadingType.html#REVERSE_DIAGONAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1404,"kind":16,"name":"SOLID","url":"enums/ShadingType.html#SOLID","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1405,"kind":16,"name":"THIN_DIAGONAL_CROSS","url":"enums/ShadingType.html#THIN_DIAGONAL_CROSS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1406,"kind":16,"name":"THIN_DIAGONAL_STRIPE","url":"enums/ShadingType.html#THIN_DIAGONAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1407,"kind":16,"name":"THIN_HORIZONTAL_CROSS","url":"enums/ShadingType.html#THIN_HORIZONTAL_CROSS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1408,"kind":16,"name":"THIN_REVERSE_DIAGONAL_STRIPE","url":"enums/ShadingType.html#THIN_REVERSE_DIAGONAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1409,"kind":16,"name":"THIN_VERTICAL_STRIPE","url":"enums/ShadingType.html#THIN_VERTICAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1410,"kind":16,"name":"VERTICAL_STRIPE","url":"enums/ShadingType.html#VERTICAL_STRIPE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1411,"kind":256,"name":"IStylesOptions","url":"interfaces/IStylesOptions.html","classes":"tsd-kind-interface"},{"id":1412,"kind":1024,"name":"default","url":"interfaces/IStylesOptions.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1413,"kind":1024,"name":"initialStyles","url":"interfaces/IStylesOptions.html#initialStyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1414,"kind":1024,"name":"paragraphStyles","url":"interfaces/IStylesOptions.html#paragraphStyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1415,"kind":1024,"name":"characterStyles","url":"interfaces/IStylesOptions.html#characterStyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1416,"kind":1024,"name":"importedStyles","url":"interfaces/IStylesOptions.html#importedStyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1417,"kind":128,"name":"Styles","url":"classes/Styles.html","classes":"tsd-kind-class"},{"id":1418,"kind":512,"name":"constructor","url":"classes/Styles.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Styles"},{"id":1419,"kind":2048,"name":"prepForXml","url":"classes/Styles.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1420,"kind":2048,"name":"addChildElement","url":"classes/Styles.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1421,"kind":256,"name":"IBaseCharacterStyleOptions","url":"interfaces/IBaseCharacterStyleOptions.html","classes":"tsd-kind-interface"},{"id":1422,"kind":1024,"name":"run","url":"interfaces/IBaseCharacterStyleOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseCharacterStyleOptions"},{"id":1423,"kind":1024,"name":"name","url":"interfaces/IBaseCharacterStyleOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1424,"kind":1024,"name":"basedOn","url":"interfaces/IBaseCharacterStyleOptions.html#basedOn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1425,"kind":1024,"name":"next","url":"interfaces/IBaseCharacterStyleOptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1426,"kind":1024,"name":"link","url":"interfaces/IBaseCharacterStyleOptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1427,"kind":1024,"name":"uiPriority","url":"interfaces/IBaseCharacterStyleOptions.html#uiPriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1428,"kind":1024,"name":"semiHidden","url":"interfaces/IBaseCharacterStyleOptions.html#semiHidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1429,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/IBaseCharacterStyleOptions.html#unhideWhenUsed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1430,"kind":1024,"name":"quickFormat","url":"interfaces/IBaseCharacterStyleOptions.html#quickFormat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseCharacterStyleOptions"},{"id":1431,"kind":256,"name":"ICharacterStyleOptions","url":"interfaces/ICharacterStyleOptions.html","classes":"tsd-kind-interface"},{"id":1432,"kind":1024,"name":"id","url":"interfaces/ICharacterStyleOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICharacterStyleOptions"},{"id":1433,"kind":1024,"name":"name","url":"interfaces/ICharacterStyleOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ICharacterStyleOptions"},{"id":1434,"kind":1024,"name":"run","url":"interfaces/ICharacterStyleOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1435,"kind":1024,"name":"basedOn","url":"interfaces/ICharacterStyleOptions.html#basedOn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1436,"kind":1024,"name":"next","url":"interfaces/ICharacterStyleOptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1437,"kind":1024,"name":"link","url":"interfaces/ICharacterStyleOptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1438,"kind":1024,"name":"uiPriority","url":"interfaces/ICharacterStyleOptions.html#uiPriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1439,"kind":1024,"name":"semiHidden","url":"interfaces/ICharacterStyleOptions.html#semiHidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1440,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/ICharacterStyleOptions.html#unhideWhenUsed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1441,"kind":1024,"name":"quickFormat","url":"interfaces/ICharacterStyleOptions.html#quickFormat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1442,"kind":128,"name":"StyleForCharacter","url":"classes/StyleForCharacter.html","classes":"tsd-kind-class"},{"id":1443,"kind":512,"name":"constructor","url":"classes/StyleForCharacter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StyleForCharacter"},{"id":1444,"kind":2048,"name":"prepForXml","url":"classes/StyleForCharacter.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1445,"kind":2048,"name":"addChildElement","url":"classes/StyleForCharacter.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1446,"kind":256,"name":"IBaseParagraphStyleOptions","url":"interfaces/IBaseParagraphStyleOptions.html","classes":"tsd-kind-interface"},{"id":1447,"kind":1024,"name":"paragraph","url":"interfaces/IBaseParagraphStyleOptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1448,"kind":1024,"name":"run","url":"interfaces/IBaseParagraphStyleOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1449,"kind":1024,"name":"name","url":"interfaces/IBaseParagraphStyleOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1450,"kind":1024,"name":"basedOn","url":"interfaces/IBaseParagraphStyleOptions.html#basedOn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1451,"kind":1024,"name":"next","url":"interfaces/IBaseParagraphStyleOptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1452,"kind":1024,"name":"link","url":"interfaces/IBaseParagraphStyleOptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1453,"kind":1024,"name":"uiPriority","url":"interfaces/IBaseParagraphStyleOptions.html#uiPriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1454,"kind":1024,"name":"semiHidden","url":"interfaces/IBaseParagraphStyleOptions.html#semiHidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1455,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/IBaseParagraphStyleOptions.html#unhideWhenUsed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1456,"kind":1024,"name":"quickFormat","url":"interfaces/IBaseParagraphStyleOptions.html#quickFormat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IBaseParagraphStyleOptions"},{"id":1457,"kind":256,"name":"IParagraphStyleOptions","url":"interfaces/IParagraphStyleOptions.html","classes":"tsd-kind-interface"},{"id":1458,"kind":1024,"name":"id","url":"interfaces/IParagraphStyleOptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStyleOptions"},{"id":1459,"kind":1024,"name":"name","url":"interfaces/IParagraphStyleOptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"IParagraphStyleOptions"},{"id":1460,"kind":1024,"name":"paragraph","url":"interfaces/IParagraphStyleOptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1461,"kind":1024,"name":"run","url":"interfaces/IParagraphStyleOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1462,"kind":1024,"name":"basedOn","url":"interfaces/IParagraphStyleOptions.html#basedOn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1463,"kind":1024,"name":"next","url":"interfaces/IParagraphStyleOptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1464,"kind":1024,"name":"link","url":"interfaces/IParagraphStyleOptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1465,"kind":1024,"name":"uiPriority","url":"interfaces/IParagraphStyleOptions.html#uiPriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1466,"kind":1024,"name":"semiHidden","url":"interfaces/IParagraphStyleOptions.html#semiHidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1467,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/IParagraphStyleOptions.html#unhideWhenUsed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1468,"kind":1024,"name":"quickFormat","url":"interfaces/IParagraphStyleOptions.html#quickFormat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1469,"kind":128,"name":"StyleForParagraph","url":"classes/StyleForParagraph.html","classes":"tsd-kind-class"},{"id":1470,"kind":512,"name":"constructor","url":"classes/StyleForParagraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StyleForParagraph"},{"id":1471,"kind":2048,"name":"prepForXml","url":"classes/StyleForParagraph.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1472,"kind":2048,"name":"addChildElement","url":"classes/StyleForParagraph.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1473,"kind":128,"name":"ParagraphPropertiesDefaults","url":"classes/ParagraphPropertiesDefaults.html","classes":"tsd-kind-class"},{"id":1474,"kind":512,"name":"constructor","url":"classes/ParagraphPropertiesDefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphPropertiesDefaults"},{"id":1475,"kind":2048,"name":"prepForXml","url":"classes/ParagraphPropertiesDefaults.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1476,"kind":2048,"name":"addChildElement","url":"classes/ParagraphPropertiesDefaults.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1477,"kind":128,"name":"RunPropertiesDefaults","url":"classes/RunPropertiesDefaults.html","classes":"tsd-kind-class"},{"id":1478,"kind":512,"name":"constructor","url":"classes/RunPropertiesDefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunPropertiesDefaults"},{"id":1479,"kind":2048,"name":"prepForXml","url":"classes/RunPropertiesDefaults.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1480,"kind":2048,"name":"addChildElement","url":"classes/RunPropertiesDefaults.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1481,"kind":256,"name":"IDocumentDefaultsOptions","url":"interfaces/IDocumentDefaultsOptions.html","classes":"tsd-kind-interface"},{"id":1482,"kind":1024,"name":"paragraph","url":"interfaces/IDocumentDefaultsOptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentDefaultsOptions"},{"id":1483,"kind":1024,"name":"run","url":"interfaces/IDocumentDefaultsOptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentDefaultsOptions"},{"id":1484,"kind":128,"name":"DocumentDefaults","url":"classes/DocumentDefaults.html","classes":"tsd-kind-class"},{"id":1485,"kind":512,"name":"constructor","url":"classes/DocumentDefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentDefaults"},{"id":1486,"kind":2048,"name":"prepForXml","url":"classes/DocumentDefaults.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1487,"kind":2048,"name":"addChildElement","url":"classes/DocumentDefaults.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1488,"kind":128,"name":"TableOfContents","url":"classes/TableOfContents.html","classes":"tsd-kind-class"},{"id":1489,"kind":512,"name":"constructor","url":"classes/TableOfContents.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableOfContents"},{"id":1490,"kind":2048,"name":"prepForXml","url":"classes/TableOfContents.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1491,"kind":2048,"name":"addChildElement","url":"classes/TableOfContents.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1492,"kind":128,"name":"StyleLevel","url":"classes/StyleLevel.html","classes":"tsd-kind-class"},{"id":1493,"kind":512,"name":"constructor","url":"classes/StyleLevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"StyleLevel"},{"id":1494,"kind":1024,"name":"styleName","url":"classes/StyleLevel.html#styleName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StyleLevel"},{"id":1495,"kind":1024,"name":"level","url":"classes/StyleLevel.html#level","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StyleLevel"},{"id":1496,"kind":256,"name":"ITableOfContentsOptions","url":"interfaces/ITableOfContentsOptions.html","classes":"tsd-kind-interface"},{"id":1497,"kind":1024,"name":"captionLabel","url":"interfaces/ITableOfContentsOptions.html#captionLabel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1498,"kind":1024,"name":"entriesFromBookmark","url":"interfaces/ITableOfContentsOptions.html#entriesFromBookmark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1499,"kind":1024,"name":"captionLabelIncludingNumbers","url":"interfaces/ITableOfContentsOptions.html#captionLabelIncludingNumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1500,"kind":1024,"name":"sequenceAndPageNumbersSeparator","url":"interfaces/ITableOfContentsOptions.html#sequenceAndPageNumbersSeparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1501,"kind":1024,"name":"tcFieldIdentifier","url":"interfaces/ITableOfContentsOptions.html#tcFieldIdentifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1502,"kind":1024,"name":"hyperlink","url":"interfaces/ITableOfContentsOptions.html#hyperlink","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1503,"kind":1024,"name":"tcFieldLevelRange","url":"interfaces/ITableOfContentsOptions.html#tcFieldLevelRange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1504,"kind":1024,"name":"pageNumbersEntryLevelsRange","url":"interfaces/ITableOfContentsOptions.html#pageNumbersEntryLevelsRange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1505,"kind":1024,"name":"headingStyleRange","url":"interfaces/ITableOfContentsOptions.html#headingStyleRange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1506,"kind":1024,"name":"entryAndPageNumberSeparator","url":"interfaces/ITableOfContentsOptions.html#entryAndPageNumberSeparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1507,"kind":1024,"name":"seqFieldIdentifierForPrefix","url":"interfaces/ITableOfContentsOptions.html#seqFieldIdentifierForPrefix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1508,"kind":1024,"name":"stylesWithLevels","url":"interfaces/ITableOfContentsOptions.html#stylesWithLevels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1509,"kind":1024,"name":"useAppliedParagraphOutlineLevel","url":"interfaces/ITableOfContentsOptions.html#useAppliedParagraphOutlineLevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1510,"kind":1024,"name":"preserveTabInEntries","url":"interfaces/ITableOfContentsOptions.html#preserveTabInEntries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1511,"kind":1024,"name":"preserveNewLineInEntries","url":"interfaces/ITableOfContentsOptions.html#preserveNewLineInEntries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1512,"kind":1024,"name":"hideTabAndPageNumbersInWebView","url":"interfaces/ITableOfContentsOptions.html#hideTabAndPageNumbersInWebView","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1513,"kind":32,"name":"EMPTY_OBJECT","url":"modules.html#EMPTY_OBJECT","classes":"tsd-kind-variable"},{"id":1514,"kind":65536,"name":"__type","url":"modules.html#EMPTY_OBJECT.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"EMPTY_OBJECT"},{"id":1515,"kind":128,"name":"XmlComponent","url":"classes/XmlComponent.html","classes":"tsd-kind-class"},{"id":1516,"kind":512,"name":"constructor","url":"classes/XmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"XmlComponent"},{"id":1517,"kind":2048,"name":"prepForXml","url":"classes/XmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"XmlComponent"},{"id":1518,"kind":2048,"name":"addChildElement","url":"classes/XmlComponent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlComponent"},{"id":1519,"kind":128,"name":"IgnoreIfEmptyXmlComponent","url":"classes/IgnoreIfEmptyXmlComponent.html","classes":"tsd-kind-class"},{"id":1520,"kind":512,"name":"constructor","url":"classes/IgnoreIfEmptyXmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1521,"kind":2048,"name":"prepForXml","url":"classes/IgnoreIfEmptyXmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IgnoreIfEmptyXmlComponent"},{"id":1522,"kind":2048,"name":"addChildElement","url":"classes/IgnoreIfEmptyXmlComponent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1523,"kind":128,"name":"Attributes","url":"classes/Attributes.html","classes":"tsd-kind-class"},{"id":1524,"kind":512,"name":"constructor","url":"classes/Attributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1525,"kind":2048,"name":"prepForXml","url":"classes/Attributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1526,"kind":2048,"name":"set","url":"classes/Attributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1527,"kind":4194304,"name":"AttributeMap","url":"modules.html#AttributeMap","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":1528,"kind":128,"name":"XmlAttributeComponent","url":"classes/XmlAttributeComponent.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1529,"kind":512,"name":"constructor","url":"classes/XmlAttributeComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"XmlAttributeComponent"},{"id":1530,"kind":2048,"name":"prepForXml","url":"classes/XmlAttributeComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"XmlAttributeComponent"},{"id":1531,"kind":2048,"name":"set","url":"classes/XmlAttributeComponent.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlAttributeComponent"},{"id":1532,"kind":64,"name":"convertToXmlComponent","url":"modules.html#convertToXmlComponent","classes":"tsd-kind-function"},{"id":1533,"kind":128,"name":"ImportedXmlComponent","url":"classes/ImportedXmlComponent.html","classes":"tsd-kind-class"},{"id":1534,"kind":2048,"name":"fromXmlString","url":"classes/ImportedXmlComponent.html#fromXmlString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ImportedXmlComponent"},{"id":1535,"kind":512,"name":"constructor","url":"classes/ImportedXmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedXmlComponent"},{"id":1536,"kind":2048,"name":"push","url":"classes/ImportedXmlComponent.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ImportedXmlComponent"},{"id":1537,"kind":2048,"name":"prepForXml","url":"classes/ImportedXmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":1538,"kind":2048,"name":"addChildElement","url":"classes/ImportedXmlComponent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":1539,"kind":128,"name":"ImportedRootElementAttributes","url":"classes/ImportedRootElementAttributes.html","classes":"tsd-kind-class"},{"id":1540,"kind":512,"name":"constructor","url":"classes/ImportedRootElementAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedRootElementAttributes"},{"id":1541,"kind":2048,"name":"prepForXml","url":"classes/ImportedRootElementAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedRootElementAttributes"},{"id":1542,"kind":2048,"name":"addChildElement","url":"classes/ImportedRootElementAttributes.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedRootElementAttributes"},{"id":1543,"kind":256,"name":"IXmlAttribute","url":"interfaces/IXmlAttribute.html","classes":"tsd-kind-interface"},{"id":1544,"kind":256,"name":"IXmlableObject","url":"interfaces/IXmlableObject.html","classes":"tsd-kind-interface"},{"id":1545,"kind":1024,"name":"_attr","url":"interfaces/IXmlableObject.html#_attr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IXmlableObject"},{"id":1546,"kind":128,"name":"InitializableXmlComponent","url":"classes/InitializableXmlComponent.html","classes":"tsd-kind-class"},{"id":1547,"kind":512,"name":"constructor","url":"classes/InitializableXmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InitializableXmlComponent"},{"id":1548,"kind":2048,"name":"prepForXml","url":"classes/InitializableXmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":1549,"kind":2048,"name":"addChildElement","url":"classes/InitializableXmlComponent.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":1550,"kind":128,"name":"OnOffElement","url":"classes/OnOffElement.html","classes":"tsd-kind-class"},{"id":1551,"kind":512,"name":"constructor","url":"classes/OnOffElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OnOffElement"},{"id":1552,"kind":2048,"name":"prepForXml","url":"classes/OnOffElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OnOffElement"},{"id":1553,"kind":2048,"name":"addChildElement","url":"classes/OnOffElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OnOffElement"},{"id":1554,"kind":128,"name":"HpsMeasureElement","url":"classes/HpsMeasureElement.html","classes":"tsd-kind-class"},{"id":1555,"kind":512,"name":"constructor","url":"classes/HpsMeasureElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HpsMeasureElement"},{"id":1556,"kind":2048,"name":"prepForXml","url":"classes/HpsMeasureElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HpsMeasureElement"},{"id":1557,"kind":2048,"name":"addChildElement","url":"classes/HpsMeasureElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HpsMeasureElement"},{"id":1558,"kind":128,"name":"StringValueElement","url":"classes/StringValueElement.html","classes":"tsd-kind-class"},{"id":1559,"kind":512,"name":"constructor","url":"classes/StringValueElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StringValueElement"},{"id":1560,"kind":2048,"name":"prepForXml","url":"classes/StringValueElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringValueElement"},{"id":1561,"kind":2048,"name":"addChildElement","url":"classes/StringValueElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringValueElement"},{"id":1562,"kind":128,"name":"NumberValueElement","url":"classes/NumberValueElement.html","classes":"tsd-kind-class"},{"id":1563,"kind":512,"name":"constructor","url":"classes/NumberValueElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NumberValueElement"},{"id":1564,"kind":2048,"name":"prepForXml","url":"classes/NumberValueElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberValueElement"},{"id":1565,"kind":2048,"name":"addChildElement","url":"classes/NumberValueElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberValueElement"},{"id":1566,"kind":128,"name":"StringContainer","url":"classes/StringContainer.html","classes":"tsd-kind-class"},{"id":1567,"kind":512,"name":"constructor","url":"classes/StringContainer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StringContainer"},{"id":1568,"kind":2048,"name":"prepForXml","url":"classes/StringContainer.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringContainer"},{"id":1569,"kind":2048,"name":"addChildElement","url":"classes/StringContainer.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StringContainer"},{"id":1570,"kind":256,"name":"IContext","url":"interfaces/IContext.html","classes":"tsd-kind-interface"},{"id":1571,"kind":1024,"name":"file","url":"interfaces/IContext.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IContext"},{"id":1572,"kind":1024,"name":"viewWrapper","url":"interfaces/IContext.html#viewWrapper","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IContext"},{"id":1573,"kind":128,"name":"BaseXmlComponent","url":"classes/BaseXmlComponent.html","classes":"tsd-kind-class"},{"id":1574,"kind":512,"name":"constructor","url":"classes/BaseXmlComponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":1575,"kind":2048,"name":"prepForXml","url":"classes/BaseXmlComponent.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":1576,"kind":256,"name":"IDocumentHeader","url":"interfaces/IDocumentHeader.html","classes":"tsd-kind-interface"},{"id":1577,"kind":1024,"name":"header","url":"interfaces/IDocumentHeader.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentHeader"},{"id":1578,"kind":1024,"name":"type","url":"interfaces/IDocumentHeader.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentHeader"},{"id":1579,"kind":128,"name":"HeaderWrapper","url":"classes/HeaderWrapper.html","classes":"tsd-kind-class"},{"id":1580,"kind":512,"name":"constructor","url":"classes/HeaderWrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1581,"kind":2048,"name":"add","url":"classes/HeaderWrapper.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1582,"kind":2048,"name":"addChildElement","url":"classes/HeaderWrapper.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1583,"kind":262144,"name":"View","url":"classes/HeaderWrapper.html#View","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1584,"kind":262144,"name":"Relationships","url":"classes/HeaderWrapper.html#Relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1585,"kind":262144,"name":"Media","url":"classes/HeaderWrapper.html#Media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":1586,"kind":256,"name":"IDocumentFooter","url":"interfaces/IDocumentFooter.html","classes":"tsd-kind-interface"},{"id":1587,"kind":1024,"name":"footer","url":"interfaces/IDocumentFooter.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentFooter"},{"id":1588,"kind":1024,"name":"type","url":"interfaces/IDocumentFooter.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentFooter"},{"id":1589,"kind":128,"name":"FooterWrapper","url":"classes/FooterWrapper.html","classes":"tsd-kind-class"},{"id":1590,"kind":512,"name":"constructor","url":"classes/FooterWrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1591,"kind":2048,"name":"add","url":"classes/FooterWrapper.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1592,"kind":2048,"name":"addChildElement","url":"classes/FooterWrapper.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1593,"kind":262144,"name":"View","url":"classes/FooterWrapper.html#View","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1594,"kind":262144,"name":"Relationships","url":"classes/FooterWrapper.html#Relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1595,"kind":262144,"name":"Media","url":"classes/FooterWrapper.html#Media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":1596,"kind":256,"name":"IHeaderOptions","url":"interfaces/IHeaderOptions.html","classes":"tsd-kind-interface"},{"id":1597,"kind":1024,"name":"children","url":"interfaces/IHeaderOptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderOptions"},{"id":1598,"kind":128,"name":"Header","url":"classes/Header.html","classes":"tsd-kind-class"},{"id":1599,"kind":512,"name":"constructor","url":"classes/Header.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Header"},{"id":1600,"kind":1024,"name":"options","url":"classes/Header.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Header"},{"id":1601,"kind":128,"name":"Footer","url":"classes/Footer.html","classes":"tsd-kind-class"},{"id":1602,"kind":512,"name":"constructor","url":"classes/Footer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Footer"},{"id":1603,"kind":1024,"name":"options","url":"classes/Footer.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Footer"},{"id":1604,"kind":128,"name":"FootNotes","url":"classes/FootNotes.html","classes":"tsd-kind-class"},{"id":1605,"kind":512,"name":"constructor","url":"classes/FootNotes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootNotes"},{"id":1606,"kind":2048,"name":"createFootNote","url":"classes/FootNotes.html#createFootNote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FootNotes"},{"id":1607,"kind":2048,"name":"prepForXml","url":"classes/FootNotes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":1608,"kind":2048,"name":"addChildElement","url":"classes/FootNotes.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":1609,"kind":128,"name":"FootNoteReferenceRunAttributes","url":"classes/FootNoteReferenceRunAttributes.html","classes":"tsd-kind-class"},{"id":1610,"kind":512,"name":"constructor","url":"classes/FootNoteReferenceRunAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1611,"kind":2048,"name":"prepForXml","url":"classes/FootNoteReferenceRunAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1612,"kind":2048,"name":"set","url":"classes/FootNoteReferenceRunAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":1613,"kind":128,"name":"FootnoteReference","url":"classes/FootnoteReference.html","classes":"tsd-kind-class"},{"id":1614,"kind":512,"name":"constructor","url":"classes/FootnoteReference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootnoteReference"},{"id":1615,"kind":2048,"name":"prepForXml","url":"classes/FootnoteReference.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":1616,"kind":2048,"name":"addChildElement","url":"classes/FootnoteReference.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":1617,"kind":128,"name":"FootnoteReferenceRun","url":"classes/FootnoteReferenceRun.html","classes":"tsd-kind-class"},{"id":1618,"kind":512,"name":"constructor","url":"classes/FootnoteReferenceRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootnoteReferenceRun"},{"id":1619,"kind":2048,"name":"prepForXml","url":"classes/FootnoteReferenceRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":1620,"kind":2048,"name":"addChildElement","url":"classes/FootnoteReferenceRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":1621,"kind":128,"name":"InsertedTextRun","url":"classes/InsertedTextRun.html","classes":"tsd-kind-class"},{"id":1622,"kind":512,"name":"constructor","url":"classes/InsertedTextRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InsertedTextRun"},{"id":1623,"kind":2048,"name":"prepForXml","url":"classes/InsertedTextRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":1624,"kind":2048,"name":"addChildElement","url":"classes/InsertedTextRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":1625,"kind":128,"name":"DeletedTextRun","url":"classes/DeletedTextRun.html","classes":"tsd-kind-class"},{"id":1626,"kind":512,"name":"constructor","url":"classes/DeletedTextRun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DeletedTextRun"},{"id":1627,"kind":2048,"name":"prepForXml","url":"classes/DeletedTextRun.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":1628,"kind":2048,"name":"addChildElement","url":"classes/DeletedTextRun.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":1629,"kind":8,"name":"HorizontalPositionAlign","url":"enums/HorizontalPositionAlign.html","classes":"tsd-kind-enum"},{"id":1630,"kind":16,"name":"CENTER","url":"enums/HorizontalPositionAlign.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1631,"kind":16,"name":"INSIDE","url":"enums/HorizontalPositionAlign.html#INSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1632,"kind":16,"name":"LEFT","url":"enums/HorizontalPositionAlign.html#LEFT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1633,"kind":16,"name":"OUTSIDE","url":"enums/HorizontalPositionAlign.html#OUTSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1634,"kind":16,"name":"RIGHT","url":"enums/HorizontalPositionAlign.html#RIGHT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":1635,"kind":8,"name":"VerticalPositionAlign","url":"enums/VerticalPositionAlign.html","classes":"tsd-kind-enum"},{"id":1636,"kind":16,"name":"BOTTOM","url":"enums/VerticalPositionAlign.html#BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1637,"kind":16,"name":"CENTER","url":"enums/VerticalPositionAlign.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1638,"kind":16,"name":"INSIDE","url":"enums/VerticalPositionAlign.html#INSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1639,"kind":16,"name":"OUTSIDE","url":"enums/VerticalPositionAlign.html#OUTSIDE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1640,"kind":16,"name":"TOP","url":"enums/VerticalPositionAlign.html#TOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":1641,"kind":8,"name":"NumberFormat","url":"enums/NumberFormat.html","classes":"tsd-kind-enum"},{"id":1642,"kind":16,"name":"DECIMAL","url":"enums/NumberFormat.html#DECIMAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1643,"kind":16,"name":"UPPER_ROMAN","url":"enums/NumberFormat.html#UPPER_ROMAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1644,"kind":16,"name":"LOWER_ROMAN","url":"enums/NumberFormat.html#LOWER_ROMAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1645,"kind":16,"name":"UPPER_LETTER","url":"enums/NumberFormat.html#UPPER_LETTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1646,"kind":16,"name":"LOWER_LETTER","url":"enums/NumberFormat.html#LOWER_LETTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1647,"kind":16,"name":"ORDINAL","url":"enums/NumberFormat.html#ORDINAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1648,"kind":16,"name":"CARDINAL_TEXT","url":"enums/NumberFormat.html#CARDINAL_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1649,"kind":16,"name":"ORDINAL_TEXT","url":"enums/NumberFormat.html#ORDINAL_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1650,"kind":16,"name":"HEX","url":"enums/NumberFormat.html#HEX","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1651,"kind":16,"name":"CHICAGO","url":"enums/NumberFormat.html#CHICAGO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1652,"kind":16,"name":"IDEOGRAPH_DIGITAL","url":"enums/NumberFormat.html#IDEOGRAPH_DIGITAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1653,"kind":16,"name":"JAPANESE_COUNTING","url":"enums/NumberFormat.html#JAPANESE_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1654,"kind":16,"name":"AIUEO","url":"enums/NumberFormat.html#AIUEO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1655,"kind":16,"name":"IROHA","url":"enums/NumberFormat.html#IROHA","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1656,"kind":16,"name":"DECIMAL_FULL_WIDTH","url":"enums/NumberFormat.html#DECIMAL_FULL_WIDTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1657,"kind":16,"name":"DECIMAL_HALF_WIDTH","url":"enums/NumberFormat.html#DECIMAL_HALF_WIDTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1658,"kind":16,"name":"JAPANESE_LEGAL","url":"enums/NumberFormat.html#JAPANESE_LEGAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1659,"kind":16,"name":"JAPANESE_DIGITAL_TEN_THOUSAND","url":"enums/NumberFormat.html#JAPANESE_DIGITAL_TEN_THOUSAND","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1660,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE","url":"enums/NumberFormat.html#DECIMAL_ENCLOSED_CIRCLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1661,"kind":16,"name":"DECIMAL_FULL_WIDTH_2","url":"enums/NumberFormat.html#DECIMAL_FULL_WIDTH_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1662,"kind":16,"name":"AIUEO_FULL_WIDTH","url":"enums/NumberFormat.html#AIUEO_FULL_WIDTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1663,"kind":16,"name":"IROHA_FULL_WIDTH","url":"enums/NumberFormat.html#IROHA_FULL_WIDTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1664,"kind":16,"name":"DECIMAL_ZERO","url":"enums/NumberFormat.html#DECIMAL_ZERO","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1665,"kind":16,"name":"BULLET","url":"enums/NumberFormat.html#BULLET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1666,"kind":16,"name":"GANADA","url":"enums/NumberFormat.html#GANADA","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1667,"kind":16,"name":"CHOSUNG","url":"enums/NumberFormat.html#CHOSUNG","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1668,"kind":16,"name":"DECIMAL_ENCLOSED_FULL_STOP","url":"enums/NumberFormat.html#DECIMAL_ENCLOSED_FULL_STOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1669,"kind":16,"name":"DECIMAL_ENCLOSED_PAREN","url":"enums/NumberFormat.html#DECIMAL_ENCLOSED_PAREN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1670,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE_CHINESE","url":"enums/NumberFormat.html#DECIMAL_ENCLOSED_CIRCLE_CHINESE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1671,"kind":16,"name":"IDEOGRAPH_ENCLOSED_CIRCLE","url":"enums/NumberFormat.html#IDEOGRAPH_ENCLOSED_CIRCLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1672,"kind":16,"name":"IDEOGRAPH_TRADITIONAL","url":"enums/NumberFormat.html#IDEOGRAPH_TRADITIONAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1673,"kind":16,"name":"IDEOGRAPH_ZODIAC","url":"enums/NumberFormat.html#IDEOGRAPH_ZODIAC","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1674,"kind":16,"name":"IDEOGRAPH_ZODIAC_TRADITIONAL","url":"enums/NumberFormat.html#IDEOGRAPH_ZODIAC_TRADITIONAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1675,"kind":16,"name":"TAIWANESE_COUNTING","url":"enums/NumberFormat.html#TAIWANESE_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1676,"kind":16,"name":"IDEOGRAPH_LEGAL_TRADITIONAL","url":"enums/NumberFormat.html#IDEOGRAPH_LEGAL_TRADITIONAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1677,"kind":16,"name":"TAIWANESE_COUNTING_THOUSAND","url":"enums/NumberFormat.html#TAIWANESE_COUNTING_THOUSAND","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1678,"kind":16,"name":"TAIWANESE_DIGITAL","url":"enums/NumberFormat.html#TAIWANESE_DIGITAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1679,"kind":16,"name":"CHINESE_COUNTING","url":"enums/NumberFormat.html#CHINESE_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1680,"kind":16,"name":"CHINESE_LEGAL_SIMPLIFIED","url":"enums/NumberFormat.html#CHINESE_LEGAL_SIMPLIFIED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1681,"kind":16,"name":"CHINESE_COUNTING_TEN_THOUSAND","url":"enums/NumberFormat.html#CHINESE_COUNTING_TEN_THOUSAND","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1682,"kind":16,"name":"KOREAN_DIGITAL","url":"enums/NumberFormat.html#KOREAN_DIGITAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1683,"kind":16,"name":"KOREAN_COUNTING","url":"enums/NumberFormat.html#KOREAN_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1684,"kind":16,"name":"KOREAN_LEGAL","url":"enums/NumberFormat.html#KOREAN_LEGAL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1685,"kind":16,"name":"KOREAN_DIGITAL_2","url":"enums/NumberFormat.html#KOREAN_DIGITAL_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1686,"kind":16,"name":"VIETNAMESE_COUNTING","url":"enums/NumberFormat.html#VIETNAMESE_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1687,"kind":16,"name":"RUSSIAN_LOWER","url":"enums/NumberFormat.html#RUSSIAN_LOWER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1688,"kind":16,"name":"RUSSIAN_UPPER","url":"enums/NumberFormat.html#RUSSIAN_UPPER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1689,"kind":16,"name":"NONE","url":"enums/NumberFormat.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1690,"kind":16,"name":"NUMBER_IN_DASH","url":"enums/NumberFormat.html#NUMBER_IN_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1691,"kind":16,"name":"HEBREW_1","url":"enums/NumberFormat.html#HEBREW_1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1692,"kind":16,"name":"HEBREW_2","url":"enums/NumberFormat.html#HEBREW_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1693,"kind":16,"name":"ARABIC_ALPHA","url":"enums/NumberFormat.html#ARABIC_ALPHA","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1694,"kind":16,"name":"ARABIC_ABJAD","url":"enums/NumberFormat.html#ARABIC_ABJAD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1695,"kind":16,"name":"HINDI_VOWELS","url":"enums/NumberFormat.html#HINDI_VOWELS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1696,"kind":16,"name":"HINDI_CONSONANTS","url":"enums/NumberFormat.html#HINDI_CONSONANTS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1697,"kind":16,"name":"HINDI_NUMBERS","url":"enums/NumberFormat.html#HINDI_NUMBERS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1698,"kind":16,"name":"HINDI_COUNTING","url":"enums/NumberFormat.html#HINDI_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1699,"kind":16,"name":"THAI_LETTERS","url":"enums/NumberFormat.html#THAI_LETTERS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1700,"kind":16,"name":"THAI_NUMBERS","url":"enums/NumberFormat.html#THAI_NUMBERS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1701,"kind":16,"name":"THAI_COUNTING","url":"enums/NumberFormat.html#THAI_COUNTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1702,"kind":16,"name":"BAHT_TEXT","url":"enums/NumberFormat.html#BAHT_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1703,"kind":16,"name":"DOLLAR_TEXT","url":"enums/NumberFormat.html#DOLLAR_TEXT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NumberFormat"},{"id":1704,"kind":256,"name":"IBorderOptions","url":"interfaces/IBorderOptions.html","classes":"tsd-kind-interface"},{"id":1705,"kind":1024,"name":"style","url":"interfaces/IBorderOptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1706,"kind":1024,"name":"color","url":"interfaces/IBorderOptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1707,"kind":1024,"name":"size","url":"interfaces/IBorderOptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1708,"kind":1024,"name":"space","url":"interfaces/IBorderOptions.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":1709,"kind":128,"name":"BorderElement","url":"classes/BorderElement.html","classes":"tsd-kind-class"},{"id":1710,"kind":512,"name":"constructor","url":"classes/BorderElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BorderElement"},{"id":1711,"kind":2048,"name":"prepForXml","url":"classes/BorderElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BorderElement"},{"id":1712,"kind":2048,"name":"addChildElement","url":"classes/BorderElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BorderElement"},{"id":1713,"kind":8,"name":"BorderStyle","url":"enums/BorderStyle.html","classes":"tsd-kind-enum"},{"id":1714,"kind":16,"name":"SINGLE","url":"enums/BorderStyle.html#SINGLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1715,"kind":16,"name":"DASH_DOT_STROKED","url":"enums/BorderStyle.html#DASH_DOT_STROKED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1716,"kind":16,"name":"DASHED","url":"enums/BorderStyle.html#DASHED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1717,"kind":16,"name":"DASH_SMALL_GAP","url":"enums/BorderStyle.html#DASH_SMALL_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1718,"kind":16,"name":"DOT_DASH","url":"enums/BorderStyle.html#DOT_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1719,"kind":16,"name":"DOT_DOT_DASH","url":"enums/BorderStyle.html#DOT_DOT_DASH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1720,"kind":16,"name":"DOTTED","url":"enums/BorderStyle.html#DOTTED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1721,"kind":16,"name":"DOUBLE","url":"enums/BorderStyle.html#DOUBLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1722,"kind":16,"name":"DOUBLE_WAVE","url":"enums/BorderStyle.html#DOUBLE_WAVE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1723,"kind":16,"name":"INSET","url":"enums/BorderStyle.html#INSET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1724,"kind":16,"name":"NIL","url":"enums/BorderStyle.html#NIL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1725,"kind":16,"name":"NONE","url":"enums/BorderStyle.html#NONE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1726,"kind":16,"name":"OUTSET","url":"enums/BorderStyle.html#OUTSET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1727,"kind":16,"name":"THICK","url":"enums/BorderStyle.html#THICK","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1728,"kind":16,"name":"THICK_THIN_LARGE_GAP","url":"enums/BorderStyle.html#THICK_THIN_LARGE_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1729,"kind":16,"name":"THICK_THIN_MEDIUM_GAP","url":"enums/BorderStyle.html#THICK_THIN_MEDIUM_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1730,"kind":16,"name":"THICK_THIN_SMALL_GAP","url":"enums/BorderStyle.html#THICK_THIN_SMALL_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1731,"kind":16,"name":"THIN_THICK_LARGE_GAP","url":"enums/BorderStyle.html#THIN_THICK_LARGE_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1732,"kind":16,"name":"THIN_THICK_MEDIUM_GAP","url":"enums/BorderStyle.html#THIN_THICK_MEDIUM_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1733,"kind":16,"name":"THIN_THICK_SMALL_GAP","url":"enums/BorderStyle.html#THIN_THICK_SMALL_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1734,"kind":16,"name":"THIN_THICK_THIN_LARGE_GAP","url":"enums/BorderStyle.html#THIN_THICK_THIN_LARGE_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1735,"kind":16,"name":"THIN_THICK_THIN_MEDIUM_GAP","url":"enums/BorderStyle.html#THIN_THICK_THIN_MEDIUM_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1736,"kind":16,"name":"THIN_THICK_THIN_SMALL_GAP","url":"enums/BorderStyle.html#THIN_THICK_THIN_SMALL_GAP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1737,"kind":16,"name":"THREE_D_EMBOSS","url":"enums/BorderStyle.html#THREE_D_EMBOSS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1738,"kind":16,"name":"THREE_D_ENGRAVE","url":"enums/BorderStyle.html#THREE_D_ENGRAVE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1739,"kind":16,"name":"TRIPLE","url":"enums/BorderStyle.html#TRIPLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1740,"kind":16,"name":"WAVE","url":"enums/BorderStyle.html#WAVE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1741,"kind":64,"name":"decimalNumber","url":"modules.html#decimalNumber","classes":"tsd-kind-function"},{"id":1742,"kind":64,"name":"unsignedDecimalNumber","url":"modules.html#unsignedDecimalNumber","classes":"tsd-kind-function"},{"id":1743,"kind":64,"name":"longHexNumber","url":"modules.html#longHexNumber","classes":"tsd-kind-function"},{"id":1744,"kind":64,"name":"shortHexNumber","url":"modules.html#shortHexNumber","classes":"tsd-kind-function"},{"id":1745,"kind":64,"name":"uCharHexNumber","url":"modules.html#uCharHexNumber","classes":"tsd-kind-function"},{"id":1746,"kind":64,"name":"universalMeasureValue","url":"modules.html#universalMeasureValue","classes":"tsd-kind-function"},{"id":1747,"kind":64,"name":"positiveUniversalMeasureValue","url":"modules.html#positiveUniversalMeasureValue","classes":"tsd-kind-function"},{"id":1748,"kind":64,"name":"hexColorValue","url":"modules.html#hexColorValue","classes":"tsd-kind-function"},{"id":1749,"kind":64,"name":"signedTwipsMeasureValue","url":"modules.html#signedTwipsMeasureValue","classes":"tsd-kind-function"},{"id":1750,"kind":64,"name":"hpsMeasureValue","url":"modules.html#hpsMeasureValue","classes":"tsd-kind-function"},{"id":1751,"kind":64,"name":"signedHpsMeasureValue","url":"modules.html#signedHpsMeasureValue","classes":"tsd-kind-function"},{"id":1752,"kind":64,"name":"twipsMeasureValue","url":"modules.html#twipsMeasureValue","classes":"tsd-kind-function"},{"id":1753,"kind":64,"name":"percentageValue","url":"modules.html#percentageValue","classes":"tsd-kind-function"},{"id":1754,"kind":64,"name":"measurementOrPercentValue","url":"modules.html#measurementOrPercentValue","classes":"tsd-kind-function"},{"id":1755,"kind":64,"name":"dateTimeValue","url":"modules.html#dateTimeValue","classes":"tsd-kind-function"},{"id":1756,"kind":64,"name":"eighthPointMeasureValue","url":"modules.html#eighthPointMeasureValue","classes":"tsd-kind-function"},{"id":1757,"kind":64,"name":"pointMeasureValue","url":"modules.html#pointMeasureValue","classes":"tsd-kind-function"},{"id":1758,"kind":8,"name":"VerticalAlign","url":"enums/VerticalAlign.html","classes":"tsd-kind-enum"},{"id":1759,"kind":16,"name":"BOTH","url":"enums/VerticalAlign.html#BOTH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1760,"kind":16,"name":"BOTTOM","url":"enums/VerticalAlign.html#BOTTOM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1761,"kind":16,"name":"CENTER","url":"enums/VerticalAlign.html#CENTER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1762,"kind":16,"name":"TOP","url":"enums/VerticalAlign.html#TOP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1763,"kind":128,"name":"VerticalAlignAttributes","url":"classes/VerticalAlignAttributes.html","classes":"tsd-kind-class"},{"id":1764,"kind":512,"name":"constructor","url":"classes/VerticalAlignAttributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1765,"kind":2048,"name":"prepForXml","url":"classes/VerticalAlignAttributes.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1766,"kind":2048,"name":"set","url":"classes/VerticalAlignAttributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignAttributes"},{"id":1767,"kind":128,"name":"VerticalAlignElement","url":"classes/VerticalAlignElement.html","classes":"tsd-kind-class"},{"id":1768,"kind":512,"name":"constructor","url":"classes/VerticalAlignElement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalAlignElement"},{"id":1769,"kind":2048,"name":"prepForXml","url":"classes/VerticalAlignElement.html#prepForXml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignElement"},{"id":1770,"kind":2048,"name":"addChildElement","url":"classes/VerticalAlignElement.html#addChildElement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalAlignElement"},{"id":1771,"kind":128,"name":"Packer","url":"classes/Packer.html","classes":"tsd-kind-class"},{"id":1772,"kind":2048,"name":"toBuffer","url":"classes/Packer.html#toBuffer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1773,"kind":2048,"name":"toBase64String","url":"classes/Packer.html#toBase64String","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1774,"kind":2048,"name":"toBlob","url":"classes/Packer.html#toBlob","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":1775,"kind":512,"name":"constructor","url":"classes/Packer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Packer"},{"id":1776,"kind":256,"name":"IDocumentTemplate","url":"interfaces/IDocumentTemplate.html","classes":"tsd-kind-interface"},{"id":1777,"kind":1024,"name":"currentRelationshipId","url":"interfaces/IDocumentTemplate.html#currentRelationshipId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1778,"kind":1024,"name":"headers","url":"interfaces/IDocumentTemplate.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1779,"kind":1024,"name":"footers","url":"interfaces/IDocumentTemplate.html#footers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1780,"kind":1024,"name":"styles","url":"interfaces/IDocumentTemplate.html#styles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1781,"kind":1024,"name":"titlePageIsDefined","url":"interfaces/IDocumentTemplate.html#titlePageIsDefined","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1782,"kind":1024,"name":"media","url":"interfaces/IDocumentTemplate.html#media","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":1783,"kind":128,"name":"ImportDotx","url":"classes/ImportDotx.html","classes":"tsd-kind-class"},{"id":1784,"kind":512,"name":"constructor","url":"classes/ImportDotx.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ImportDotx"},{"id":1785,"kind":2048,"name":"extract","url":"classes/ImportDotx.html#extract","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ImportDotx"},{"id":1786,"kind":64,"name":"convertMillimetersToTwip","url":"modules.html#convertMillimetersToTwip","classes":"tsd-kind-function"},{"id":1787,"kind":64,"name":"convertInchesToTwip","url":"modules.html#convertInchesToTwip","classes":"tsd-kind-function"},{"id":1788,"kind":64,"name":"uniqueNumericId","url":"modules.html#uniqueNumericId","classes":"tsd-kind-function"},{"id":1789,"kind":64,"name":"uniqueId","url":"modules.html#uniqueId","classes":"tsd-kind-function"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,46.872]],["parent/0",[]],["name/1",[1,23.937]],["parent/1",[0,4.312]],["name/2",[0,46.872]],["parent/2",[0,4.312]],["name/3",[2,56.187]],["parent/3",[0,4.312]],["name/4",[3,70.851]],["parent/4",[0,4.312]],["name/5",[4,50.482]],["parent/5",[0,4.312]],["name/6",[5,52.392]],["parent/6",[0,4.312]],["name/7",[6,70.851]],["parent/7",[0,4.312]],["name/8",[7,62.378]],["parent/8",[0,4.312]],["name/9",[8,62.378]],["parent/9",[0,4.312]],["name/10",[9,70.851]],["parent/10",[0,4.312]],["name/11",[10,70.851]],["parent/11",[0,4.312]],["name/12",[11,70.851]],["parent/12",[0,4.312]],["name/13",[12,56.187]],["parent/13",[0,4.312]],["name/14",[13,70.851]],["parent/14",[0,4.312]],["name/15",[14,52.392]],["parent/15",[]],["name/16",[15,52.392]],["parent/16",[14,4.82]],["name/17",[16,57.858]],["parent/17",[14,4.82]],["name/18",[17,54.756]],["parent/18",[14,4.82]],["name/19",[18,65.742]],["parent/19",[14,4.82]],["name/20",[19,70.851]],["parent/20",[14,4.82]],["name/21",[20,70.851]],["parent/21",[14,4.82]],["name/22",[21,48.878]],["parent/22",[14,4.82]],["name/23",[22,48.878]],["parent/23",[14,4.82]],["name/24",[23,59.865]],["parent/24",[]],["name/25",[1,23.937]],["parent/25",[23,5.507]],["name/26",[24,24.568]],["parent/26",[23,5.507]],["name/27",[25,45.201]],["parent/27",[23,5.507]],["name/28",[26,49.648]],["parent/28",[]],["name/29",[1,23.937]],["parent/29",[26,4.567]],["name/30",[24,24.568]],["parent/30",[26,4.567]],["name/31",[27,25.816]],["parent/31",[26,4.567]],["name/32",[28,57.858]],["parent/32",[]],["name/33",[29,51.392]],["parent/33",[28,5.323]],["name/34",[30,51.392]],["parent/34",[28,5.323]],["name/35",[21,48.878]],["parent/35",[28,5.323]],["name/36",[22,48.878]],["parent/36",[28,5.323]],["name/37",[31,56.187]],["parent/37",[]],["name/38",[1,23.937]],["parent/38",[31,5.169]],["name/39",[24,24.568]],["parent/39",[31,5.169]],["name/40",[27,25.816]],["parent/40",[31,5.169]],["name/41",[32,53.505]],["parent/41",[]],["name/42",[1,23.937]],["parent/42",[32,4.922]],["name/43",[24,24.568]],["parent/43",[32,4.922]],["name/44",[27,25.816]],["parent/44",[32,4.922]],["name/45",[33,54.756]],["parent/45",[]],["name/46",[15,52.392]],["parent/46",[33,5.037]],["name/47",[16,57.858]],["parent/47",[33,5.037]],["name/48",[21,48.878]],["parent/48",[33,5.037]],["name/49",[22,48.878]],["parent/49",[33,5.037]],["name/50",[34,70.851]],["parent/50",[33,5.037]],["name/51",[35,70.851]],["parent/51",[33,5.037]],["name/52",[36,51.392]],["parent/52",[]],["name/53",[1,23.937]],["parent/53",[36,4.728]],["name/54",[24,24.568]],["parent/54",[36,4.728]],["name/55",[27,25.816]],["parent/55",[36,4.728]],["name/56",[37,59.865]],["parent/56",[]],["name/57",[1,23.937]],["parent/57",[37,5.507]],["name/58",[24,24.568]],["parent/58",[37,5.507]],["name/59",[27,25.816]],["parent/59",[37,5.507]],["name/60",[38,59.865]],["parent/60",[]],["name/61",[1,23.937]],["parent/61",[38,5.507]],["name/62",[24,24.568]],["parent/62",[38,5.507]],["name/63",[27,25.816]],["parent/63",[38,5.507]],["name/64",[39,56.187]],["parent/64",[]],["name/65",[1,23.937]],["parent/65",[39,5.169]],["name/66",[24,24.568]],["parent/66",[39,5.169]],["name/67",[27,25.816]],["parent/67",[39,5.169]],["name/68",[40,59.865]],["parent/68",[]],["name/69",[41,70.851]],["parent/69",[40,5.507]],["name/70",[42,70.851]],["parent/70",[40,5.507]],["name/71",[43,59.865]],["parent/71",[40,5.507]],["name/72",[44,54.756]],["parent/72",[]],["name/73",[45,70.851]],["parent/73",[44,5.037]],["name/74",[46,70.851]],["parent/74",[44,5.037]],["name/75",[47,65.742]],["parent/75",[44,5.037]],["name/76",[48,70.851]],["parent/76",[44,5.037]],["name/77",[49,70.851]],["parent/77",[44,5.037]],["name/78",[50,70.851]],["parent/78",[44,5.037]],["name/79",[51,53.505]],["parent/79",[]],["name/80",[1,23.937]],["parent/80",[51,4.922]],["name/81",[24,24.568]],["parent/81",[51,4.922]],["name/82",[27,25.816]],["parent/82",[51,4.922]],["name/83",[52,53.505]],["parent/83",[]],["name/84",[53,70.851]],["parent/84",[52,4.922]],["name/85",[54,70.851]],["parent/85",[52,4.922]],["name/86",[55,70.851]],["parent/86",[52,4.922]],["name/87",[56,70.851]],["parent/87",[52,4.922]],["name/88",[57,70.851]],["parent/88",[52,4.922]],["name/89",[58,70.851]],["parent/89",[52,4.922]],["name/90",[59,70.851]],["parent/90",[52,4.922]],["name/91",[60,45.201]],["parent/91",[]],["name/92",[1,23.937]],["parent/92",[60,4.158]],["name/93",[24,24.568]],["parent/93",[60,4.158]],["name/94",[27,25.816]],["parent/94",[60,4.158]],["name/95",[61,59.865]],["parent/95",[]],["name/96",[1,23.937]],["parent/96",[61,5.507]],["name/97",[24,24.568]],["parent/97",[61,5.507]],["name/98",[27,25.816]],["parent/98",[61,5.507]],["name/99",[62,51.392]],["parent/99",[]],["name/100",[21,48.878]],["parent/100",[62,4.728]],["name/101",[22,48.878]],["parent/101",[62,4.728]],["name/102",[17,54.756]],["parent/102",[62,4.728]],["name/103",[63,70.851]],["parent/103",[62,4.728]],["name/104",[64,65.742]],["parent/104",[62,4.728]],["name/105",[65,62.378]],["parent/105",[62,4.728]],["name/106",[16,57.858]],["parent/106",[62,4.728]],["name/107",[66,65.742]],["parent/107",[62,4.728]],["name/108",[15,52.392]],["parent/108",[62,4.728]],["name/109",[67,56.187]],["parent/109",[]],["name/110",[68,65.742]],["parent/110",[67,5.169]],["name/111",[69,65.742]],["parent/111",[67,5.169]],["name/112",[70,70.851]],["parent/112",[67,5.169]],["name/113",[71,53.505]],["parent/113",[67,5.169]],["name/114",[72,70.851]],["parent/114",[67,5.169]],["name/115",[73,65.742]],["parent/115",[]],["name/116",[74,70.851]],["parent/116",[73,6.048]],["name/117",[75,59.865]],["parent/117",[]],["name/118",[1,23.937]],["parent/118",[75,5.507]],["name/119",[24,24.568]],["parent/119",[75,5.507]],["name/120",[25,45.201]],["parent/120",[75,5.507]],["name/121",[76,59.865]],["parent/121",[]],["name/122",[1,23.937]],["parent/122",[76,5.507]],["name/123",[24,24.568]],["parent/123",[76,5.507]],["name/124",[27,25.816]],["parent/124",[76,5.507]],["name/125",[77,59.865]],["parent/125",[]],["name/126",[1,23.937]],["parent/126",[77,5.507]],["name/127",[24,24.568]],["parent/127",[77,5.507]],["name/128",[27,25.816]],["parent/128",[77,5.507]],["name/129",[78,70.851]],["parent/129",[]],["name/130",[79,41.763]],["parent/130",[]],["name/131",[80,54.756]],["parent/131",[79,3.842]],["name/132",[81,45.728]],["parent/132",[79,3.842]],["name/133",[31,56.187]],["parent/133",[79,3.842]],["name/134",[82,65.742]],["parent/134",[79,3.842]],["name/135",[83,65.742]],["parent/135",[79,3.842]],["name/136",[39,56.187]],["parent/136",[79,3.842]],["name/137",[84,65.742]],["parent/137",[79,3.842]],["name/138",[60,45.201]],["parent/138",[79,3.842]],["name/139",[85,59.865]],["parent/139",[79,3.842]],["name/140",[86,38.142]],["parent/140",[79,3.842]],["name/141",[87,49.648]],["parent/141",[88,5.323]],["name/142",[89,49.648]],["parent/142",[79,3.842]],["name/143",[90,65.742]],["parent/143",[79,3.842]],["name/144",[91,65.742]],["parent/144",[79,3.842]],["name/145",[92,65.742]],["parent/145",[79,3.842]],["name/146",[4,50.482]],["parent/146",[79,3.842]],["name/147",[86,38.142]],["parent/147",[79,3.842]],["name/148",[93,57.858]],["parent/148",[88,5.323]],["name/149",[87,49.648]],["parent/149",[88,5.323]],["name/150",[94,57.858]],["parent/150",[88,5.323]],["name/151",[95,62.378]],["parent/151",[88,5.323]],["name/152",[26,49.648]],["parent/152",[79,3.842]],["name/153",[32,53.505]],["parent/153",[79,3.842]],["name/154",[96,59.865]],["parent/154",[79,3.842]],["name/155",[97,59.865]],["parent/155",[79,3.842]],["name/156",[98,59.865]],["parent/156",[79,3.842]],["name/157",[36,51.392]],["parent/157",[79,3.842]],["name/158",[51,53.505]],["parent/158",[79,3.842]],["name/159",[99,59.865]],["parent/159",[79,3.842]],["name/160",[100,59.865]],["parent/160",[79,3.842]],["name/161",[101,52.392]],["parent/161",[79,3.842]],["name/162",[102,51.392]],["parent/162",[]],["name/163",[1,23.937]],["parent/163",[102,4.728]],["name/164",[24,24.568]],["parent/164",[102,4.728]],["name/165",[103,70.851]],["parent/165",[102,4.728]],["name/166",[27,25.816]],["parent/166",[102,4.728]],["name/167",[104,50.482]],["parent/167",[]],["name/168",[26,49.648]],["parent/168",[104,4.644]],["name/169",[32,53.505]],["parent/169",[104,4.644]],["name/170",[96,59.865]],["parent/170",[104,4.644]],["name/171",[97,59.865]],["parent/171",[104,4.644]],["name/172",[98,59.865]],["parent/172",[104,4.644]],["name/173",[36,51.392]],["parent/173",[104,4.644]],["name/174",[51,53.505]],["parent/174",[104,4.644]],["name/175",[99,59.865]],["parent/175",[104,4.644]],["name/176",[100,59.865]],["parent/176",[104,4.644]],["name/177",[101,52.392]],["parent/177",[104,4.644]],["name/178",[105,48.878]],["parent/178",[]],["name/179",[4,50.482]],["parent/179",[105,4.497]],["name/180",[86,38.142]],["parent/180",[105,4.497]],["name/181",[93,57.858]],["parent/181",[106,5.507]],["name/182",[87,49.648]],["parent/182",[106,5.507]],["name/183",[94,57.858]],["parent/183",[106,5.507]],["name/184",[95,62.378]],["parent/184",[106,5.507]],["name/185",[26,49.648]],["parent/185",[105,4.497]],["name/186",[32,53.505]],["parent/186",[105,4.497]],["name/187",[96,59.865]],["parent/187",[105,4.497]],["name/188",[97,59.865]],["parent/188",[105,4.497]],["name/189",[98,59.865]],["parent/189",[105,4.497]],["name/190",[36,51.392]],["parent/190",[105,4.497]],["name/191",[51,53.505]],["parent/191",[105,4.497]],["name/192",[99,59.865]],["parent/192",[105,4.497]],["name/193",[100,59.865]],["parent/193",[105,4.497]],["name/194",[101,52.392]],["parent/194",[105,4.497]],["name/195",[107,42.519]],["parent/195",[]],["name/196",[31,56.187]],["parent/196",[107,3.911]],["name/197",[82,65.742]],["parent/197",[107,3.911]],["name/198",[83,65.742]],["parent/198",[107,3.911]],["name/199",[39,56.187]],["parent/199",[107,3.911]],["name/200",[84,65.742]],["parent/200",[107,3.911]],["name/201",[60,45.201]],["parent/201",[107,3.911]],["name/202",[85,59.865]],["parent/202",[107,3.911]],["name/203",[86,38.142]],["parent/203",[107,3.911]],["name/204",[87,49.648]],["parent/204",[108,5.323]],["name/205",[89,49.648]],["parent/205",[107,3.911]],["name/206",[90,65.742]],["parent/206",[107,3.911]],["name/207",[91,65.742]],["parent/207",[107,3.911]],["name/208",[92,65.742]],["parent/208",[107,3.911]],["name/209",[4,50.482]],["parent/209",[107,3.911]],["name/210",[86,38.142]],["parent/210",[107,3.911]],["name/211",[93,57.858]],["parent/211",[108,5.323]],["name/212",[87,49.648]],["parent/212",[108,5.323]],["name/213",[94,57.858]],["parent/213",[108,5.323]],["name/214",[95,62.378]],["parent/214",[108,5.323]],["name/215",[26,49.648]],["parent/215",[107,3.911]],["name/216",[32,53.505]],["parent/216",[107,3.911]],["name/217",[96,59.865]],["parent/217",[107,3.911]],["name/218",[97,59.865]],["parent/218",[107,3.911]],["name/219",[98,59.865]],["parent/219",[107,3.911]],["name/220",[36,51.392]],["parent/220",[107,3.911]],["name/221",[51,53.505]],["parent/221",[107,3.911]],["name/222",[99,59.865]],["parent/222",[107,3.911]],["name/223",[100,59.865]],["parent/223",[107,3.911]],["name/224",[101,52.392]],["parent/224",[107,3.911]],["name/225",[109,57.858]],["parent/225",[]],["name/226",[1,23.937]],["parent/226",[109,5.323]],["name/227",[110,59.865]],["parent/227",[109,5.323]],["name/228",[24,24.568]],["parent/228",[109,5.323]],["name/229",[27,25.816]],["parent/229",[109,5.323]],["name/230",[111,40.728]],["parent/230",[]],["name/231",[81,45.728]],["parent/231",[111,3.747]],["name/232",[112,65.742]],["parent/232",[111,3.747]],["name/233",[80,54.756]],["parent/233",[111,3.747]],["name/234",[60,45.201]],["parent/234",[111,3.747]],["name/235",[113,59.865]],["parent/235",[111,3.747]],["name/236",[114,59.865]],["parent/236",[111,3.747]],["name/237",[115,59.865]],["parent/237",[111,3.747]],["name/238",[116,59.865]],["parent/238",[111,3.747]],["name/239",[117,53.505]],["parent/239",[111,3.747]],["name/240",[86,38.142]],["parent/240",[111,3.747]],["name/241",[118,46.283]],["parent/241",[119,5.738]],["name/242",[120,44.701]],["parent/242",[119,5.738]],["name/243",[121,53.505]],["parent/243",[111,3.747]],["name/244",[86,38.142]],["parent/244",[111,3.747]],["name/245",[120,44.701]],["parent/245",[119,5.738]],["name/246",[118,46.283]],["parent/246",[111,3.747]],["name/247",[122,48.878]],["parent/247",[111,3.747]],["name/248",[123,59.865]],["parent/248",[111,3.747]],["name/249",[124,59.865]],["parent/249",[111,3.747]],["name/250",[125,59.865]],["parent/250",[111,3.747]],["name/251",[126,59.865]],["parent/251",[111,3.747]],["name/252",[127,59.865]],["parent/252",[111,3.747]],["name/253",[128,59.865]],["parent/253",[111,3.747]],["name/254",[129,53.505]],["parent/254",[111,3.747]],["name/255",[130,53.505]],["parent/255",[111,3.747]],["name/256",[131,59.865]],["parent/256",[111,3.747]],["name/257",[132,59.865]],["parent/257",[111,3.747]],["name/258",[133,59.865]],["parent/258",[111,3.747]],["name/259",[134,59.865]],["parent/259",[111,3.747]],["name/260",[89,49.648]],["parent/260",[111,3.747]],["name/261",[135,59.865]],["parent/261",[111,3.747]],["name/262",[136,59.865]],["parent/262",[111,3.747]],["name/263",[137,59.865]],["parent/263",[]],["name/264",[138,70.851]],["parent/264",[137,5.507]],["name/265",[139,70.851]],["parent/265",[137,5.507]],["name/266",[140,70.851]],["parent/266",[137,5.507]],["name/267",[141,51.392]],["parent/267",[]],["name/268",[1,23.937]],["parent/268",[141,4.728]],["name/269",[24,24.568]],["parent/269",[141,4.728]],["name/270",[27,25.816]],["parent/270",[141,4.728]],["name/271",[142,42.134]],["parent/271",[]],["name/272",[113,59.865]],["parent/272",[142,3.876]],["name/273",[114,59.865]],["parent/273",[142,3.876]],["name/274",[115,59.865]],["parent/274",[142,3.876]],["name/275",[116,59.865]],["parent/275",[142,3.876]],["name/276",[117,53.505]],["parent/276",[142,3.876]],["name/277",[86,38.142]],["parent/277",[142,3.876]],["name/278",[118,46.283]],["parent/278",[143,5.738]],["name/279",[120,44.701]],["parent/279",[143,5.738]],["name/280",[121,53.505]],["parent/280",[142,3.876]],["name/281",[86,38.142]],["parent/281",[142,3.876]],["name/282",[120,44.701]],["parent/282",[143,5.738]],["name/283",[118,46.283]],["parent/283",[142,3.876]],["name/284",[122,48.878]],["parent/284",[142,3.876]],["name/285",[123,59.865]],["parent/285",[142,3.876]],["name/286",[124,59.865]],["parent/286",[142,3.876]],["name/287",[125,59.865]],["parent/287",[142,3.876]],["name/288",[126,59.865]],["parent/288",[142,3.876]],["name/289",[127,59.865]],["parent/289",[142,3.876]],["name/290",[128,59.865]],["parent/290",[142,3.876]],["name/291",[129,53.505]],["parent/291",[142,3.876]],["name/292",[130,53.505]],["parent/292",[142,3.876]],["name/293",[131,59.865]],["parent/293",[142,3.876]],["name/294",[132,59.865]],["parent/294",[142,3.876]],["name/295",[133,59.865]],["parent/295",[142,3.876]],["name/296",[134,59.865]],["parent/296",[142,3.876]],["name/297",[89,49.648]],["parent/297",[142,3.876]],["name/298",[135,59.865]],["parent/298",[142,3.876]],["name/299",[136,59.865]],["parent/299",[142,3.876]],["name/300",[144,41.763]],["parent/300",[]],["name/301",[60,45.201]],["parent/301",[144,3.842]],["name/302",[113,59.865]],["parent/302",[144,3.842]],["name/303",[114,59.865]],["parent/303",[144,3.842]],["name/304",[115,59.865]],["parent/304",[144,3.842]],["name/305",[116,59.865]],["parent/305",[144,3.842]],["name/306",[117,53.505]],["parent/306",[144,3.842]],["name/307",[86,38.142]],["parent/307",[144,3.842]],["name/308",[118,46.283]],["parent/308",[145,5.738]],["name/309",[120,44.701]],["parent/309",[145,5.738]],["name/310",[121,53.505]],["parent/310",[144,3.842]],["name/311",[86,38.142]],["parent/311",[144,3.842]],["name/312",[120,44.701]],["parent/312",[145,5.738]],["name/313",[118,46.283]],["parent/313",[144,3.842]],["name/314",[122,48.878]],["parent/314",[144,3.842]],["name/315",[123,59.865]],["parent/315",[144,3.842]],["name/316",[124,59.865]],["parent/316",[144,3.842]],["name/317",[125,59.865]],["parent/317",[144,3.842]],["name/318",[126,59.865]],["parent/318",[144,3.842]],["name/319",[127,59.865]],["parent/319",[144,3.842]],["name/320",[128,59.865]],["parent/320",[144,3.842]],["name/321",[129,53.505]],["parent/321",[144,3.842]],["name/322",[130,53.505]],["parent/322",[144,3.842]],["name/323",[131,59.865]],["parent/323",[144,3.842]],["name/324",[132,59.865]],["parent/324",[144,3.842]],["name/325",[133,59.865]],["parent/325",[144,3.842]],["name/326",[134,59.865]],["parent/326",[144,3.842]],["name/327",[89,49.648]],["parent/327",[144,3.842]],["name/328",[135,59.865]],["parent/328",[144,3.842]],["name/329",[136,59.865]],["parent/329",[144,3.842]],["name/330",[146,57.858]],["parent/330",[]],["name/331",[1,23.937]],["parent/331",[146,5.323]],["name/332",[110,59.865]],["parent/332",[146,5.323]],["name/333",[24,24.568]],["parent/333",[146,5.323]],["name/334",[27,25.816]],["parent/334",[146,5.323]],["name/335",[147,59.865]],["parent/335",[]],["name/336",[1,23.937]],["parent/336",[147,5.507]],["name/337",[24,24.568]],["parent/337",[147,5.507]],["name/338",[27,25.816]],["parent/338",[147,5.507]],["name/339",[148,40.093]],["parent/339",[]],["name/340",[149,70.851]],["parent/340",[148,3.688]],["name/341",[150,70.851]],["parent/341",[148,3.688]],["name/342",[81,45.728]],["parent/342",[148,3.688]],["name/343",[112,65.742]],["parent/343",[148,3.688]],["name/344",[80,54.756]],["parent/344",[148,3.688]],["name/345",[60,45.201]],["parent/345",[148,3.688]],["name/346",[113,59.865]],["parent/346",[148,3.688]],["name/347",[114,59.865]],["parent/347",[148,3.688]],["name/348",[115,59.865]],["parent/348",[148,3.688]],["name/349",[116,59.865]],["parent/349",[148,3.688]],["name/350",[117,53.505]],["parent/350",[148,3.688]],["name/351",[86,38.142]],["parent/351",[148,3.688]],["name/352",[118,46.283]],["parent/352",[151,5.738]],["name/353",[120,44.701]],["parent/353",[151,5.738]],["name/354",[121,53.505]],["parent/354",[148,3.688]],["name/355",[86,38.142]],["parent/355",[148,3.688]],["name/356",[120,44.701]],["parent/356",[151,5.738]],["name/357",[118,46.283]],["parent/357",[148,3.688]],["name/358",[122,48.878]],["parent/358",[148,3.688]],["name/359",[123,59.865]],["parent/359",[148,3.688]],["name/360",[124,59.865]],["parent/360",[148,3.688]],["name/361",[125,59.865]],["parent/361",[148,3.688]],["name/362",[126,59.865]],["parent/362",[148,3.688]],["name/363",[127,59.865]],["parent/363",[148,3.688]],["name/364",[128,59.865]],["parent/364",[148,3.688]],["name/365",[129,53.505]],["parent/365",[148,3.688]],["name/366",[130,53.505]],["parent/366",[148,3.688]],["name/367",[131,59.865]],["parent/367",[148,3.688]],["name/368",[132,59.865]],["parent/368",[148,3.688]],["name/369",[133,59.865]],["parent/369",[148,3.688]],["name/370",[134,59.865]],["parent/370",[148,3.688]],["name/371",[89,49.648]],["parent/371",[148,3.688]],["name/372",[135,59.865]],["parent/372",[148,3.688]],["name/373",[136,59.865]],["parent/373",[148,3.688]],["name/374",[152,59.865]],["parent/374",[]],["name/375",[1,23.937]],["parent/375",[152,5.507]],["name/376",[24,24.568]],["parent/376",[152,5.507]],["name/377",[27,25.816]],["parent/377",[152,5.507]],["name/378",[153,59.865]],["parent/378",[]],["name/379",[154,70.851]],["parent/379",[153,5.507]],["name/380",[155,65.742]],["parent/380",[153,5.507]],["name/381",[156,65.742]],["parent/381",[153,5.507]],["name/382",[157,59.865]],["parent/382",[]],["name/383",[1,23.937]],["parent/383",[157,5.507]],["name/384",[24,24.568]],["parent/384",[157,5.507]],["name/385",[27,25.816]],["parent/385",[157,5.507]],["name/386",[158,56.187]],["parent/386",[]],["name/387",[159,70.851]],["parent/387",[158,5.169]],["name/388",[160,70.851]],["parent/388",[158,5.169]],["name/389",[161,70.851]],["parent/389",[158,5.169]],["name/390",[162,70.851]],["parent/390",[158,5.169]],["name/391",[163,70.851]],["parent/391",[158,5.169]],["name/392",[164,59.865]],["parent/392",[]],["name/393",[1,23.937]],["parent/393",[164,5.507]],["name/394",[24,24.568]],["parent/394",[164,5.507]],["name/395",[27,25.816]],["parent/395",[164,5.507]],["name/396",[165,59.865]],["parent/396",[]],["name/397",[1,23.937]],["parent/397",[165,5.507]],["name/398",[24,24.568]],["parent/398",[165,5.507]],["name/399",[27,25.816]],["parent/399",[165,5.507]],["name/400",[166,45.728]],["parent/400",[]],["name/401",[167,65.742]],["parent/401",[166,4.207]],["name/402",[168,70.851]],["parent/402",[166,4.207]],["name/403",[169,65.742]],["parent/403",[166,4.207]],["name/404",[170,65.742]],["parent/404",[166,4.207]],["name/405",[171,65.742]],["parent/405",[166,4.207]],["name/406",[172,70.851]],["parent/406",[166,4.207]],["name/407",[173,70.851]],["parent/407",[166,4.207]],["name/408",[174,70.851]],["parent/408",[166,4.207]],["name/409",[175,70.851]],["parent/409",[166,4.207]],["name/410",[176,70.851]],["parent/410",[166,4.207]],["name/411",[177,70.851]],["parent/411",[166,4.207]],["name/412",[178,70.851]],["parent/412",[166,4.207]],["name/413",[179,70.851]],["parent/413",[166,4.207]],["name/414",[180,70.851]],["parent/414",[166,4.207]],["name/415",[181,65.742]],["parent/415",[166,4.207]],["name/416",[182,70.851]],["parent/416",[166,4.207]],["name/417",[183,70.851]],["parent/417",[166,4.207]],["name/418",[117,53.505]],["parent/418",[]],["name/419",[1,23.937]],["parent/419",[117,4.922]],["name/420",[24,24.568]],["parent/420",[117,4.922]],["name/421",[27,25.816]],["parent/421",[117,4.922]],["name/422",[184,65.742]],["parent/422",[]],["name/423",[68,65.742]],["parent/423",[184,6.048]],["name/424",[185,62.378]],["parent/424",[]],["name/425",[24,24.568]],["parent/425",[185,5.738]],["name/426",[27,25.816]],["parent/426",[185,5.738]],["name/427",[121,53.505]],["parent/427",[]],["name/428",[1,23.937]],["parent/428",[121,4.922]],["name/429",[24,24.568]],["parent/429",[121,4.922]],["name/430",[27,25.816]],["parent/430",[121,4.922]],["name/431",[186,59.865]],["parent/431",[]],["name/432",[1,23.937]],["parent/432",[186,5.507]],["name/433",[24,24.568]],["parent/433",[186,5.507]],["name/434",[27,25.816]],["parent/434",[186,5.507]],["name/435",[187,57.858]],["parent/435",[]],["name/436",[1,23.937]],["parent/436",[187,5.323]],["name/437",[24,24.568]],["parent/437",[187,5.323]],["name/438",[27,25.816]],["parent/438",[187,5.323]],["name/439",[188,59.865]],["parent/439",[]],["name/440",[1,23.937]],["parent/440",[188,5.507]],["name/441",[24,24.568]],["parent/441",[188,5.507]],["name/442",[27,25.816]],["parent/442",[188,5.507]],["name/443",[189,59.865]],["parent/443",[]],["name/444",[1,23.937]],["parent/444",[189,5.507]],["name/445",[24,24.568]],["parent/445",[189,5.507]],["name/446",[27,25.816]],["parent/446",[189,5.507]],["name/447",[190,62.378]],["parent/447",[]],["name/448",[191,70.851]],["parent/448",[190,5.738]],["name/449",[192,70.851]],["parent/449",[190,5.738]],["name/450",[193,57.858]],["parent/450",[]],["name/451",[1,23.937]],["parent/451",[193,5.323]],["name/452",[194,65.742]],["parent/452",[193,5.323]],["name/453",[24,24.568]],["parent/453",[193,5.323]],["name/454",[27,25.816]],["parent/454",[193,5.323]],["name/455",[195,57.858]],["parent/455",[]],["name/456",[1,23.937]],["parent/456",[195,5.323]],["name/457",[194,65.742]],["parent/457",[195,5.323]],["name/458",[24,24.568]],["parent/458",[195,5.323]],["name/459",[27,25.816]],["parent/459",[195,5.323]],["name/460",[196,59.865]],["parent/460",[]],["name/461",[1,23.937]],["parent/461",[196,5.507]],["name/462",[197,59.865]],["parent/462",[196,5.507]],["name/463",[86,38.142]],["parent/463",[196,5.507]],["name/464",[81,45.728]],["parent/464",[198,6.048]],["name/465",[199,57.858]],["parent/465",[198,6.048]],["name/466",[200,57.858]],["parent/466",[]],["name/467",[1,23.937]],["parent/467",[200,5.323]],["name/468",[15,52.392]],["parent/468",[200,5.323]],["name/469",[81,45.728]],["parent/469",[200,5.323]],["name/470",[16,57.858]],["parent/470",[200,5.323]],["name/471",[201,59.865]],["parent/471",[]],["name/472",[1,23.937]],["parent/472",[201,5.507]],["name/473",[24,24.568]],["parent/473",[201,5.507]],["name/474",[27,25.816]],["parent/474",[201,5.507]],["name/475",[202,59.865]],["parent/475",[]],["name/476",[1,23.937]],["parent/476",[202,5.507]],["name/477",[24,24.568]],["parent/477",[202,5.507]],["name/478",[27,25.816]],["parent/478",[202,5.507]],["name/479",[101,52.392]],["parent/479",[]],["name/480",[1,23.937]],["parent/480",[101,4.82]],["name/481",[87,49.648]],["parent/481",[101,4.82]],["name/482",[24,24.568]],["parent/482",[101,4.82]],["name/483",[27,25.816]],["parent/483",[101,4.82]],["name/484",[203,59.865]],["parent/484",[]],["name/485",[1,23.937]],["parent/485",[203,5.507]],["name/486",[24,24.568]],["parent/486",[203,5.507]],["name/487",[27,25.816]],["parent/487",[203,5.507]],["name/488",[204,65.742]],["parent/488",[]],["name/489",[81,45.728]],["parent/489",[204,6.048]],["name/490",[205,59.865]],["parent/490",[]],["name/491",[1,23.937]],["parent/491",[205,5.507]],["name/492",[24,24.568]],["parent/492",[205,5.507]],["name/493",[27,25.816]],["parent/493",[205,5.507]],["name/494",[206,59.865]],["parent/494",[]],["name/495",[1,23.937]],["parent/495",[206,5.507]],["name/496",[24,24.568]],["parent/496",[206,5.507]],["name/497",[27,25.816]],["parent/497",[206,5.507]],["name/498",[207,62.378]],["parent/498",[]],["name/499",[208,70.851]],["parent/499",[207,5.738]],["name/500",[209,70.851]],["parent/500",[207,5.738]],["name/501",[210,59.865]],["parent/501",[]],["name/502",[1,23.937]],["parent/502",[210,5.507]],["name/503",[24,24.568]],["parent/503",[210,5.507]],["name/504",[27,25.816]],["parent/504",[210,5.507]],["name/505",[211,59.865]],["parent/505",[]],["name/506",[1,23.937]],["parent/506",[211,5.507]],["name/507",[24,24.568]],["parent/507",[211,5.507]],["name/508",[27,25.816]],["parent/508",[211,5.507]],["name/509",[212,59.865]],["parent/509",[]],["name/510",[1,23.937]],["parent/510",[212,5.507]],["name/511",[24,24.568]],["parent/511",[212,5.507]],["name/512",[27,25.816]],["parent/512",[212,5.507]],["name/513",[213,59.865]],["parent/513",[]],["name/514",[1,23.937]],["parent/514",[213,5.507]],["name/515",[24,24.568]],["parent/515",[213,5.507]],["name/516",[27,25.816]],["parent/516",[213,5.507]],["name/517",[214,59.865]],["parent/517",[]],["name/518",[1,23.937]],["parent/518",[214,5.507]],["name/519",[24,24.568]],["parent/519",[214,5.507]],["name/520",[27,25.816]],["parent/520",[214,5.507]],["name/521",[215,59.865]],["parent/521",[]],["name/522",[1,23.937]],["parent/522",[215,5.507]],["name/523",[24,24.568]],["parent/523",[215,5.507]],["name/524",[27,25.816]],["parent/524",[215,5.507]],["name/525",[216,59.865]],["parent/525",[]],["name/526",[1,23.937]],["parent/526",[216,5.507]],["name/527",[24,24.568]],["parent/527",[216,5.507]],["name/528",[27,25.816]],["parent/528",[216,5.507]],["name/529",[217,59.865]],["parent/529",[]],["name/530",[1,23.937]],["parent/530",[217,5.507]],["name/531",[24,24.568]],["parent/531",[217,5.507]],["name/532",[27,25.816]],["parent/532",[217,5.507]],["name/533",[218,59.865]],["parent/533",[]],["name/534",[81,45.728]],["parent/534",[218,5.507]],["name/535",[129,53.505]],["parent/535",[218,5.507]],["name/536",[130,53.505]],["parent/536",[218,5.507]],["name/537",[219,59.865]],["parent/537",[]],["name/538",[1,23.937]],["parent/538",[219,5.507]],["name/539",[24,24.568]],["parent/539",[219,5.507]],["name/540",[27,25.816]],["parent/540",[219,5.507]],["name/541",[220,59.865]],["parent/541",[]],["name/542",[1,23.937]],["parent/542",[220,5.507]],["name/543",[24,24.568]],["parent/543",[220,5.507]],["name/544",[27,25.816]],["parent/544",[220,5.507]],["name/545",[221,62.378]],["parent/545",[]],["name/546",[81,45.728]],["parent/546",[221,5.738]],["name/547",[130,53.505]],["parent/547",[221,5.738]],["name/548",[222,59.865]],["parent/548",[]],["name/549",[1,23.937]],["parent/549",[222,5.507]],["name/550",[24,24.568]],["parent/550",[222,5.507]],["name/551",[27,25.816]],["parent/551",[222,5.507]],["name/552",[223,59.865]],["parent/552",[]],["name/553",[1,23.937]],["parent/553",[223,5.507]],["name/554",[24,24.568]],["parent/554",[223,5.507]],["name/555",[27,25.816]],["parent/555",[223,5.507]],["name/556",[224,62.378]],["parent/556",[]],["name/557",[81,45.728]],["parent/557",[224,5.738]],["name/558",[129,53.505]],["parent/558",[224,5.738]],["name/559",[225,59.865]],["parent/559",[]],["name/560",[1,23.937]],["parent/560",[225,5.507]],["name/561",[24,24.568]],["parent/561",[225,5.507]],["name/562",[27,25.816]],["parent/562",[225,5.507]],["name/563",[226,59.865]],["parent/563",[]],["name/564",[1,23.937]],["parent/564",[226,5.507]],["name/565",[24,24.568]],["parent/565",[226,5.507]],["name/566",[27,25.816]],["parent/566",[226,5.507]],["name/567",[227,59.865]],["parent/567",[]],["name/568",[81,45.728]],["parent/568",[227,5.507]],["name/569",[129,53.505]],["parent/569",[227,5.507]],["name/570",[130,53.505]],["parent/570",[227,5.507]],["name/571",[228,59.865]],["parent/571",[]],["name/572",[1,23.937]],["parent/572",[228,5.507]],["name/573",[24,24.568]],["parent/573",[228,5.507]],["name/574",[27,25.816]],["parent/574",[228,5.507]],["name/575",[229,59.865]],["parent/575",[]],["name/576",[1,23.937]],["parent/576",[229,5.507]],["name/577",[24,24.568]],["parent/577",[229,5.507]],["name/578",[27,25.816]],["parent/578",[229,5.507]],["name/579",[230,59.865]],["parent/579",[]],["name/580",[81,45.728]],["parent/580",[230,5.507]],["name/581",[129,53.505]],["parent/581",[230,5.507]],["name/582",[130,53.505]],["parent/582",[230,5.507]],["name/583",[231,59.865]],["parent/583",[]],["name/584",[1,23.937]],["parent/584",[231,5.507]],["name/585",[24,24.568]],["parent/585",[231,5.507]],["name/586",[27,25.816]],["parent/586",[231,5.507]],["name/587",[232,59.865]],["parent/587",[]],["name/588",[1,23.937]],["parent/588",[232,5.507]],["name/589",[24,24.568]],["parent/589",[232,5.507]],["name/590",[27,25.816]],["parent/590",[232,5.507]],["name/591",[233,70.851]],["parent/591",[]],["name/592",[234,59.865]],["parent/592",[]],["name/593",[1,23.937]],["parent/593",[234,5.507]],["name/594",[24,24.568]],["parent/594",[234,5.507]],["name/595",[27,25.816]],["parent/595",[234,5.507]],["name/596",[235,62.378]],["parent/596",[]],["name/597",[81,45.728]],["parent/597",[235,5.738]],["name/598",[236,70.851]],["parent/598",[235,5.738]],["name/599",[237,59.865]],["parent/599",[]],["name/600",[1,23.937]],["parent/600",[237,5.507]],["name/601",[24,24.568]],["parent/601",[237,5.507]],["name/602",[27,25.816]],["parent/602",[237,5.507]],["name/603",[238,59.865]],["parent/603",[]],["name/604",[1,23.937]],["parent/604",[238,5.507]],["name/605",[24,24.568]],["parent/605",[238,5.507]],["name/606",[27,25.816]],["parent/606",[238,5.507]],["name/607",[239,62.378]],["parent/607",[]],["name/608",[81,45.728]],["parent/608",[239,5.738]],["name/609",[240,57.858]],["parent/609",[239,5.738]],["name/610",[241,59.865]],["parent/610",[]],["name/611",[1,23.937]],["parent/611",[241,5.507]],["name/612",[24,24.568]],["parent/612",[241,5.507]],["name/613",[27,25.816]],["parent/613",[241,5.507]],["name/614",[242,59.865]],["parent/614",[]],["name/615",[1,23.937]],["parent/615",[242,5.507]],["name/616",[24,24.568]],["parent/616",[242,5.507]],["name/617",[27,25.816]],["parent/617",[242,5.507]],["name/618",[243,59.865]],["parent/618",[]],["name/619",[1,23.937]],["parent/619",[243,5.507]],["name/620",[24,24.568]],["parent/620",[243,5.507]],["name/621",[27,25.816]],["parent/621",[243,5.507]],["name/622",[244,59.865]],["parent/622",[]],["name/623",[1,23.937]],["parent/623",[244,5.507]],["name/624",[24,24.568]],["parent/624",[244,5.507]],["name/625",[27,25.816]],["parent/625",[244,5.507]],["name/626",[245,59.865]],["parent/626",[]],["name/627",[1,23.937]],["parent/627",[245,5.507]],["name/628",[24,24.568]],["parent/628",[245,5.507]],["name/629",[27,25.816]],["parent/629",[245,5.507]],["name/630",[246,59.865]],["parent/630",[]],["name/631",[1,23.937]],["parent/631",[246,5.507]],["name/632",[24,24.568]],["parent/632",[246,5.507]],["name/633",[27,25.816]],["parent/633",[246,5.507]],["name/634",[247,59.865]],["parent/634",[]],["name/635",[1,23.937]],["parent/635",[247,5.507]],["name/636",[24,24.568]],["parent/636",[247,5.507]],["name/637",[27,25.816]],["parent/637",[247,5.507]],["name/638",[248,59.865]],["parent/638",[]],["name/639",[71,53.505]],["parent/639",[248,5.507]],["name/640",[249,70.851]],["parent/640",[248,5.507]],["name/641",[250,56.187]],["parent/641",[248,5.507]],["name/642",[251,59.865]],["parent/642",[]],["name/643",[250,56.187]],["parent/643",[251,5.507]],["name/644",[252,56.187]],["parent/644",[251,5.507]],["name/645",[80,54.756]],["parent/645",[251,5.507]],["name/646",[253,54.756]],["parent/646",[]],["name/647",[254,70.851]],["parent/647",[253,5.037]],["name/648",[43,59.865]],["parent/648",[253,5.037]],["name/649",[71,53.505]],["parent/649",[253,5.037]],["name/650",[255,70.851]],["parent/650",[253,5.037]],["name/651",[256,70.851]],["parent/651",[253,5.037]],["name/652",[257,65.742]],["parent/652",[253,5.037]],["name/653",[258,46.872]],["parent/653",[]],["name/654",[259,70.851]],["parent/654",[258,4.312]],["name/655",[260,70.851]],["parent/655",[258,4.312]],["name/656",[261,53.505]],["parent/656",[258,4.312]],["name/657",[262,56.187]],["parent/657",[258,4.312]],["name/658",[263,70.851]],["parent/658",[258,4.312]],["name/659",[86,38.142]],["parent/659",[258,4.312]],["name/660",[264,59.865]],["parent/660",[265,4.922]],["name/661",[266,59.865]],["parent/661",[265,4.922]],["name/662",[267,65.742]],["parent/662",[258,4.312]],["name/663",[268,70.851]],["parent/663",[258,4.312]],["name/664",[269,70.851]],["parent/664",[258,4.312]],["name/665",[86,38.142]],["parent/665",[258,4.312]],["name/666",[270,59.865]],["parent/666",[265,4.922]],["name/667",[271,59.865]],["parent/667",[265,4.922]],["name/668",[272,57.858]],["parent/668",[258,4.312]],["name/669",[86,38.142]],["parent/669",[258,4.312]],["name/670",[270,59.865]],["parent/670",[265,4.922]],["name/671",[271,59.865]],["parent/671",[265,4.922]],["name/672",[273,62.378]],["parent/672",[258,4.312]],["name/673",[26,49.648]],["parent/673",[258,4.312]],["name/674",[86,38.142]],["parent/674",[258,4.312]],["name/675",[264,59.865]],["parent/675",[265,4.922]],["name/676",[266,59.865]],["parent/676",[265,4.922]],["name/677",[274,59.865]],["parent/677",[]],["name/678",[1,23.937]],["parent/678",[274,5.507]],["name/679",[24,24.568]],["parent/679",[274,5.507]],["name/680",[25,45.201]],["parent/680",[274,5.507]],["name/681",[275,59.865]],["parent/681",[]],["name/682",[1,23.937]],["parent/682",[275,5.507]],["name/683",[24,24.568]],["parent/683",[275,5.507]],["name/684",[27,25.816]],["parent/684",[275,5.507]],["name/685",[276,49.648]],["parent/685",[]],["name/686",[277,70.851]],["parent/686",[276,4.567]],["name/687",[261,53.505]],["parent/687",[276,4.567]],["name/688",[278,70.851]],["parent/688",[276,4.567]],["name/689",[279,59.865]],["parent/689",[276,4.567]],["name/690",[36,51.392]],["parent/690",[276,4.567]],["name/691",[280,65.742]],["parent/691",[276,4.567]],["name/692",[281,65.742]],["parent/692",[276,4.567]],["name/693",[60,45.201]],["parent/693",[276,4.567]],["name/694",[282,59.865]],["parent/694",[276,4.567]],["name/695",[26,49.648]],["parent/695",[276,4.567]],["name/696",[283,65.742]],["parent/696",[276,4.567]],["name/697",[284,59.865]],["parent/697",[]],["name/698",[1,23.937]],["parent/698",[284,5.507]],["name/699",[24,24.568]],["parent/699",[284,5.507]],["name/700",[27,25.816]],["parent/700",[284,5.507]],["name/701",[285,50.482]],["parent/701",[]],["name/702",[81,45.728]],["parent/702",[285,4.644]],["name/703",[89,49.648]],["parent/703",[285,4.644]],["name/704",[279,59.865]],["parent/704",[285,4.644]],["name/705",[286,54.756]],["parent/705",[285,4.644]],["name/706",[287,57.858]],["parent/706",[285,4.644]],["name/707",[288,57.858]],["parent/707",[285,4.644]],["name/708",[261,53.505]],["parent/708",[285,4.644]],["name/709",[289,70.851]],["parent/709",[285,4.644]],["name/710",[290,70.851]],["parent/710",[285,4.644]],["name/711",[282,59.865]],["parent/711",[285,4.644]],["name/712",[291,57.858]],["parent/712",[]],["name/713",[1,23.937]],["parent/713",[291,5.323]],["name/714",[197,59.865]],["parent/714",[291,5.323]],["name/715",[24,24.568]],["parent/715",[291,5.323]],["name/716",[27,25.816]],["parent/716",[291,5.323]],["name/717",[292,54.756]],["parent/717",[]],["name/718",[29,51.392]],["parent/718",[292,5.037]],["name/719",[15,52.392]],["parent/719",[292,5.037]],["name/720",[21,48.878]],["parent/720",[292,5.037]],["name/721",[30,51.392]],["parent/721",[292,5.037]],["name/722",[16,57.858]],["parent/722",[292,5.037]],["name/723",[22,48.878]],["parent/723",[292,5.037]],["name/724",[293,59.865]],["parent/724",[]],["name/725",[1,23.937]],["parent/725",[293,5.507]],["name/726",[24,24.568]],["parent/726",[293,5.507]],["name/727",[27,25.816]],["parent/727",[293,5.507]],["name/728",[294,59.865]],["parent/728",[]],["name/729",[1,23.937]],["parent/729",[294,5.507]],["name/730",[24,24.568]],["parent/730",[294,5.507]],["name/731",[27,25.816]],["parent/731",[294,5.507]],["name/732",[295,62.378]],["parent/732",[]],["name/733",[296,70.851]],["parent/733",[295,5.738]],["name/734",[297,65.742]],["parent/734",[295,5.738]],["name/735",[288,57.858]],["parent/735",[]],["name/736",[1,23.937]],["parent/736",[288,5.323]],["name/737",[24,24.568]],["parent/737",[288,5.323]],["name/738",[27,25.816]],["parent/738",[288,5.323]],["name/739",[287,57.858]],["parent/739",[]],["name/740",[298,70.851]],["parent/740",[287,5.323]],["name/741",[299,70.851]],["parent/741",[287,5.323]],["name/742",[300,70.851]],["parent/742",[287,5.323]],["name/743",[301,59.865]],["parent/743",[]],["name/744",[1,23.937]],["parent/744",[301,5.507]],["name/745",[24,24.568]],["parent/745",[301,5.507]],["name/746",[27,25.816]],["parent/746",[301,5.507]],["name/747",[302,50.482]],["parent/747",[]],["name/748",[261,53.505]],["parent/748",[302,4.644]],["name/749",[36,51.392]],["parent/749",[302,4.644]],["name/750",[281,65.742]],["parent/750",[302,4.644]],["name/751",[282,59.865]],["parent/751",[302,4.644]],["name/752",[280,65.742]],["parent/752",[302,4.644]],["name/753",[89,49.648]],["parent/753",[302,4.644]],["name/754",[60,45.201]],["parent/754",[302,4.644]],["name/755",[26,49.648]],["parent/755",[302,4.644]],["name/756",[303,70.851]],["parent/756",[302,4.644]],["name/757",[283,65.742]],["parent/757",[302,4.644]],["name/758",[304,59.865]],["parent/758",[]],["name/759",[1,23.937]],["parent/759",[304,5.507]],["name/760",[24,24.568]],["parent/760",[304,5.507]],["name/761",[27,25.816]],["parent/761",[304,5.507]],["name/762",[305,59.865]],["parent/762",[]],["name/763",[250,56.187]],["parent/763",[305,5.507]],["name/764",[252,56.187]],["parent/764",[305,5.507]],["name/765",[80,54.756]],["parent/765",[305,5.507]],["name/766",[306,54.756]],["parent/766",[]],["name/767",[17,54.756]],["parent/767",[306,5.037]],["name/768",[307,59.865]],["parent/768",[306,5.037]],["name/769",[21,48.878]],["parent/769",[306,5.037]],["name/770",[308,59.865]],["parent/770",[306,5.037]],["name/771",[22,48.878]],["parent/771",[306,5.037]],["name/772",[309,53.505]],["parent/772",[]],["name/773",[17,54.756]],["parent/773",[309,4.922]],["name/774",[307,59.865]],["parent/774",[309,4.922]],["name/775",[30,51.392]],["parent/775",[309,4.922]],["name/776",[308,59.865]],["parent/776",[309,4.922]],["name/777",[310,70.851]],["parent/777",[309,4.922]],["name/778",[29,51.392]],["parent/778",[309,4.922]],["name/779",[311,49.648]],["parent/779",[]],["name/780",[312,70.851]],["parent/780",[311,4.567]],["name/781",[313,70.851]],["parent/781",[311,4.567]],["name/782",[306,54.756]],["parent/782",[311,4.567]],["name/783",[314,70.851]],["parent/783",[311,4.567]],["name/784",[315,70.851]],["parent/784",[311,4.567]],["name/785",[309,53.505]],["parent/785",[311,4.567]],["name/786",[316,70.851]],["parent/786",[311,4.567]],["name/787",[317,70.851]],["parent/787",[311,4.567]],["name/788",[318,70.851]],["parent/788",[311,4.567]],["name/789",[319,70.851]],["parent/789",[311,4.567]],["name/790",[320,65.742]],["parent/790",[311,4.567]],["name/791",[321,59.865]],["parent/791",[]],["name/792",[1,23.937]],["parent/792",[321,5.507]],["name/793",[24,24.568]],["parent/793",[321,5.507]],["name/794",[25,45.201]],["parent/794",[321,5.507]],["name/795",[322,59.865]],["parent/795",[]],["name/796",[1,23.937]],["parent/796",[322,5.507]],["name/797",[24,24.568]],["parent/797",[322,5.507]],["name/798",[27,25.816]],["parent/798",[322,5.507]],["name/799",[323,62.378]],["parent/799",[]],["name/800",[324,70.851]],["parent/800",[323,5.738]],["name/801",[325,70.851]],["parent/801",[323,5.738]],["name/802",[326,59.865]],["parent/802",[]],["name/803",[1,23.937]],["parent/803",[326,5.507]],["name/804",[24,24.568]],["parent/804",[326,5.507]],["name/805",[27,25.816]],["parent/805",[326,5.507]],["name/806",[327,54.756]],["parent/806",[]],["name/807",[29,51.392]],["parent/807",[327,5.037]],["name/808",[30,51.392]],["parent/808",[327,5.037]],["name/809",[21,48.878]],["parent/809",[327,5.037]],["name/810",[22,48.878]],["parent/810",[327,5.037]],["name/811",[328,65.742]],["parent/811",[327,5.037]],["name/812",[329,65.742]],["parent/812",[327,5.037]],["name/813",[330,56.187]],["parent/813",[]],["name/814",[71,53.505]],["parent/814",[330,5.169]],["name/815",[86,38.142]],["parent/815",[330,5.169]],["name/816",[29,51.392]],["parent/816",[331,4.567]],["name/817",[86,38.142]],["parent/817",[331,4.567]],["name/818",[60,45.201]],["parent/818",[332,4.207]],["name/819",[122,48.878]],["parent/819",[332,4.207]],["name/820",[118,46.283]],["parent/820",[332,4.207]],["name/821",[30,51.392]],["parent/821",[331,4.567]],["name/822",[86,38.142]],["parent/822",[331,4.567]],["name/823",[60,45.201]],["parent/823",[332,4.207]],["name/824",[122,48.878]],["parent/824",[332,4.207]],["name/825",[118,46.283]],["parent/825",[332,4.207]],["name/826",[21,48.878]],["parent/826",[331,4.567]],["name/827",[86,38.142]],["parent/827",[331,4.567]],["name/828",[60,45.201]],["parent/828",[332,4.207]],["name/829",[122,48.878]],["parent/829",[332,4.207]],["name/830",[118,46.283]],["parent/830",[332,4.207]],["name/831",[22,48.878]],["parent/831",[331,4.567]],["name/832",[86,38.142]],["parent/832",[331,4.567]],["name/833",[60,45.201]],["parent/833",[332,4.207]],["name/834",[122,48.878]],["parent/834",[332,4.207]],["name/835",[118,46.283]],["parent/835",[332,4.207]],["name/836",[328,65.742]],["parent/836",[331,4.567]],["name/837",[86,38.142]],["parent/837",[331,4.567]],["name/838",[60,45.201]],["parent/838",[332,4.207]],["name/839",[122,48.878]],["parent/839",[332,4.207]],["name/840",[118,46.283]],["parent/840",[332,4.207]],["name/841",[329,65.742]],["parent/841",[331,4.567]],["name/842",[86,38.142]],["parent/842",[331,4.567]],["name/843",[60,45.201]],["parent/843",[332,4.207]],["name/844",[122,48.878]],["parent/844",[332,4.207]],["name/845",[118,46.283]],["parent/845",[332,4.207]],["name/846",[1,23.937]],["parent/846",[330,5.169]],["name/847",[24,24.568]],["parent/847",[330,5.169]],["name/848",[27,25.816]],["parent/848",[330,5.169]],["name/849",[333,62.378]],["parent/849",[]],["name/850",[334,70.851]],["parent/850",[333,5.738]],["name/851",[320,65.742]],["parent/851",[333,5.738]],["name/852",[335,59.865]],["parent/852",[]],["name/853",[1,23.937]],["parent/853",[335,5.507]],["name/854",[24,24.568]],["parent/854",[335,5.507]],["name/855",[27,25.816]],["parent/855",[335,5.507]],["name/856",[336,56.187]],["parent/856",[]],["name/857",[81,45.728]],["parent/857",[336,5.169]],["name/858",[337,65.742]],["parent/858",[336,5.169]],["name/859",[338,65.742]],["parent/859",[336,5.169]],["name/860",[262,56.187]],["parent/860",[336,5.169]],["name/861",[86,38.142]],["parent/861",[336,5.169]],["name/862",[339,65.742]],["parent/862",[340,6.048]],["name/863",[273,62.378]],["parent/863",[340,6.048]],["name/864",[341,51.392]],["parent/864",[]],["name/865",[1,23.937]],["parent/865",[341,4.728]],["name/866",[342,70.851]],["parent/866",[341,4.728]],["name/867",[343,70.851]],["parent/867",[341,4.728]],["name/868",[344,70.851]],["parent/868",[341,4.728]],["name/869",[345,70.851]],["parent/869",[341,4.728]],["name/870",[346,70.851]],["parent/870",[341,4.728]],["name/871",[347,70.851]],["parent/871",[341,4.728]],["name/872",[24,24.568]],["parent/872",[341,4.728]],["name/873",[27,25.816]],["parent/873",[341,4.728]],["name/874",[348,57.858]],["parent/874",[]],["name/875",[337,65.742]],["parent/875",[348,5.323]],["name/876",[338,65.742]],["parent/876",[348,5.323]],["name/877",[262,56.187]],["parent/877",[348,5.323]],["name/878",[86,38.142]],["parent/878",[348,5.323]],["name/879",[339,65.742]],["parent/879",[349,6.048]],["name/880",[273,62.378]],["parent/880",[349,6.048]],["name/881",[350,59.865]],["parent/881",[]],["name/882",[1,23.937]],["parent/882",[350,5.507]],["name/883",[24,24.568]],["parent/883",[350,5.507]],["name/884",[27,25.816]],["parent/884",[350,5.507]],["name/885",[351,59.865]],["parent/885",[]],["name/886",[43,59.865]],["parent/886",[351,5.507]],["name/887",[352,70.851]],["parent/887",[351,5.507]],["name/888",[353,70.851]],["parent/888",[351,5.507]],["name/889",[354,59.865]],["parent/889",[]],["name/890",[1,23.937]],["parent/890",[354,5.507]],["name/891",[24,24.568]],["parent/891",[354,5.507]],["name/892",[25,45.201]],["parent/892",[354,5.507]],["name/893",[355,59.865]],["parent/893",[]],["name/894",[1,23.937]],["parent/894",[355,5.507]],["name/895",[24,24.568]],["parent/895",[355,5.507]],["name/896",[27,25.816]],["parent/896",[355,5.507]],["name/897",[356,57.858]],["parent/897",[]],["name/898",[43,59.865]],["parent/898",[356,5.323]],["name/899",[357,70.851]],["parent/899",[356,5.323]],["name/900",[358,62.378]],["parent/900",[356,5.323]],["name/901",[359,70.851]],["parent/901",[356,5.323]],["name/902",[360,62.378]],["parent/902",[]],["name/903",[122,48.878]],["parent/903",[360,5.738]],["name/904",[120,44.701]],["parent/904",[360,5.738]],["name/905",[361,59.865]],["parent/905",[]],["name/906",[1,23.937]],["parent/906",[361,5.507]],["name/907",[24,24.568]],["parent/907",[361,5.507]],["name/908",[27,25.816]],["parent/908",[361,5.507]],["name/909",[362,54.756]],["parent/909",[]],["name/910",[7,62.378]],["parent/910",[362,5.037]],["name/911",[86,38.142]],["parent/911",[362,5.037]],["name/912",[363,57.858]],["parent/912",[364,5.169]],["name/913",[365,59.865]],["parent/913",[364,5.169]],["name/914",[366,59.865]],["parent/914",[364,5.169]],["name/915",[8,62.378]],["parent/915",[362,5.037]],["name/916",[86,38.142]],["parent/916",[362,5.037]],["name/917",[363,57.858]],["parent/917",[364,5.169]],["name/918",[365,59.865]],["parent/918",[364,5.169]],["name/919",[366,59.865]],["parent/919",[364,5.169]],["name/920",[367,70.851]],["parent/920",[362,5.037]],["name/921",[81,45.728]],["parent/921",[362,5.037]],["name/922",[368,65.742]],["parent/922",[]],["name/923",[369,65.742]],["parent/923",[]],["name/924",[370,70.851]],["parent/924",[369,6.048]],["name/925",[371,65.742]],["parent/925",[]],["name/926",[372,70.851]],["parent/926",[371,6.048]],["name/927",[4,50.482]],["parent/927",[]],["name/928",[1,23.937]],["parent/928",[4,4.644]],["name/929",[24,24.568]],["parent/929",[4,4.644]],["name/930",[373,70.851]],["parent/930",[4,4.644]],["name/931",[374,53.505]],["parent/931",[4,4.644]],["name/932",[375,70.851]],["parent/932",[4,4.644]],["name/933",[27,25.816]],["parent/933",[4,4.644]],["name/934",[376,57.858]],["parent/934",[]],["name/935",[1,23.937]],["parent/935",[376,5.323]],["name/936",[377,59.865]],["parent/936",[376,5.323]],["name/937",[24,24.568]],["parent/937",[376,5.323]],["name/938",[27,25.816]],["parent/938",[376,5.323]],["name/939",[378,47.497]],["parent/939",[]],["name/940",[85,59.865]],["parent/940",[378,4.369]],["name/941",[379,65.742]],["parent/941",[378,4.369]],["name/942",[380,65.742]],["parent/942",[378,4.369]],["name/943",[65,62.378]],["parent/943",[378,4.369]],["name/944",[381,65.742]],["parent/944",[378,4.369]],["name/945",[382,70.851]],["parent/945",[378,4.369]],["name/946",[383,70.851]],["parent/946",[378,4.369]],["name/947",[384,65.742]],["parent/947",[378,4.369]],["name/948",[385,65.742]],["parent/948",[378,4.369]],["name/949",[386,65.742]],["parent/949",[378,4.369]],["name/950",[71,53.505]],["parent/950",[378,4.369]],["name/951",[387,65.742]],["parent/951",[378,4.369]],["name/952",[388,65.742]],["parent/952",[378,4.369]],["name/953",[389,65.742]],["parent/953",[378,4.369]],["name/954",[390,59.865]],["parent/954",[]],["name/955",[391,70.851]],["parent/955",[390,5.507]],["name/956",[272,57.858]],["parent/956",[390,5.507]],["name/957",[187,57.858]],["parent/957",[390,5.507]],["name/958",[392,52.392]],["parent/958",[]],["name/959",[87,49.648]],["parent/959",[392,4.82]],["name/960",[393,70.851]],["parent/960",[392,4.82]],["name/961",[80,54.756]],["parent/961",[392,4.82]],["name/962",[26,49.648]],["parent/962",[392,4.82]],["name/963",[15,52.392]],["parent/963",[392,4.82]],["name/964",[394,70.851]],["parent/964",[392,4.82]],["name/965",[60,45.201]],["parent/965",[392,4.82]],["name/966",[86,38.142]],["parent/966",[392,4.82]],["name/967",[141,51.392]],["parent/967",[395,6.048]],["name/968",[102,51.392]],["parent/968",[395,6.048]],["name/969",[396,59.865]],["parent/969",[]],["name/970",[1,23.937]],["parent/970",[396,5.507]],["name/971",[24,24.568]],["parent/971",[396,5.507]],["name/972",[27,25.816]],["parent/972",[396,5.507]],["name/973",[87,49.648]],["parent/973",[]],["name/974",[1,23.937]],["parent/974",[87,4.567]],["name/975",[24,24.568]],["parent/975",[87,4.567]],["name/976",[27,25.816]],["parent/976",[87,4.567]],["name/977",[397,59.865]],["parent/977",[]],["name/978",[1,23.937]],["parent/978",[397,5.507]],["name/979",[24,24.568]],["parent/979",[397,5.507]],["name/980",[27,25.816]],["parent/980",[397,5.507]],["name/981",[398,54.756]],["parent/981",[]],["name/982",[399,65.742]],["parent/982",[398,5.037]],["name/983",[400,70.851]],["parent/983",[398,5.037]],["name/984",[93,57.858]],["parent/984",[398,5.037]],["name/985",[94,57.858]],["parent/985",[398,5.037]],["name/986",[401,70.851]],["parent/986",[398,5.037]],["name/987",[86,38.142]],["parent/987",[398,5.037]],["name/988",[66,65.742]],["parent/988",[402,6.048]],["name/989",[15,52.392]],["parent/989",[402,6.048]],["name/990",[374,53.505]],["parent/990",[]],["name/991",[1,23.937]],["parent/991",[374,4.922]],["name/992",[399,65.742]],["parent/992",[374,4.922]],["name/993",[93,57.858]],["parent/993",[374,4.922]],["name/994",[94,57.858]],["parent/994",[374,4.922]],["name/995",[24,24.568]],["parent/995",[374,4.922]],["name/996",[27,25.816]],["parent/996",[374,4.922]],["name/997",[403,59.865]],["parent/997",[]],["name/998",[1,23.937]],["parent/998",[403,5.507]],["name/999",[24,24.568]],["parent/999",[403,5.507]],["name/1000",[27,25.816]],["parent/1000",[403,5.507]],["name/1001",[404,56.187]],["parent/1001",[]],["name/1002",[261,53.505]],["parent/1002",[404,5.169]],["name/1003",[262,56.187]],["parent/1003",[404,5.169]],["name/1004",[405,65.742]],["parent/1004",[404,5.169]],["name/1005",[86,38.142]],["parent/1005",[404,5.169]],["name/1006",[271,59.865]],["parent/1006",[406,6.048]],["name/1007",[270,59.865]],["parent/1007",[406,6.048]],["name/1008",[407,65.742]],["parent/1008",[404,5.169]],["name/1009",[5,52.392]],["parent/1009",[]],["name/1010",[1,23.937]],["parent/1010",[5,4.82]],["name/1011",[408,70.851]],["parent/1011",[5,4.82]],["name/1012",[409,70.851]],["parent/1012",[5,4.82]],["name/1013",[410,70.851]],["parent/1013",[5,4.82]],["name/1014",[411,53.505]],["parent/1014",[]],["name/1015",[412,70.851]],["parent/1015",[411,4.922]],["name/1016",[86,38.142]],["parent/1016",[411,4.922]],["name/1017",[264,59.865]],["parent/1017",[413,5.169]],["name/1018",[266,59.865]],["parent/1018",[413,5.169]],["name/1019",[414,70.851]],["parent/1019",[411,4.922]],["name/1020",[86,38.142]],["parent/1020",[411,4.922]],["name/1021",[264,59.865]],["parent/1021",[413,5.169]],["name/1022",[266,59.865]],["parent/1022",[413,5.169]],["name/1023",[405,65.742]],["parent/1023",[411,4.922]],["name/1024",[86,38.142]],["parent/1024",[411,4.922]],["name/1025",[271,59.865]],["parent/1025",[413,5.169]],["name/1026",[270,59.865]],["parent/1026",[413,5.169]],["name/1027",[407,65.742]],["parent/1027",[411,4.922]],["name/1028",[415,59.865]],["parent/1028",[]],["name/1029",[416,70.851]],["parent/1029",[415,5.507]],["name/1030",[417,70.851]],["parent/1030",[415,5.507]],["name/1031",[155,65.742]],["parent/1031",[415,5.507]],["name/1032",[418,57.858]],["parent/1032",[]],["name/1033",[419,70.851]],["parent/1033",[418,5.323]],["name/1034",[420,70.851]],["parent/1034",[418,5.323]],["name/1035",[421,70.851]],["parent/1035",[418,5.323]],["name/1036",[422,70.851]],["parent/1036",[418,5.323]],["name/1037",[423,65.742]],["parent/1037",[]],["name/1038",[156,65.742]],["parent/1038",[423,6.048]],["name/1039",[424,59.865]],["parent/1039",[]],["name/1040",[1,23.937]],["parent/1040",[424,5.507]],["name/1041",[24,24.568]],["parent/1041",[424,5.507]],["name/1042",[27,25.816]],["parent/1042",[424,5.507]],["name/1043",[425,57.858]],["parent/1043",[]],["name/1044",[71,53.505]],["parent/1044",[425,5.323]],["name/1045",[426,70.851]],["parent/1045",[425,5.323]],["name/1046",[257,65.742]],["parent/1046",[425,5.323]],["name/1047",[427,70.851]],["parent/1047",[425,5.323]],["name/1048",[428,57.858]],["parent/1048",[]],["name/1049",[429,70.851]],["parent/1049",[428,5.323]],["name/1050",[21,48.878]],["parent/1050",[428,5.323]],["name/1051",[22,48.878]],["parent/1051",[428,5.323]],["name/1052",[430,70.851]],["parent/1052",[428,5.323]],["name/1053",[431,59.865]],["parent/1053",[]],["name/1054",[120,44.701]],["parent/1054",[431,5.507]],["name/1055",[432,70.851]],["parent/1055",[431,5.507]],["name/1056",[279,59.865]],["parent/1056",[431,5.507]],["name/1057",[433,59.865]],["parent/1057",[]],["name/1058",[1,23.937]],["parent/1058",[433,5.507]],["name/1059",[24,24.568]],["parent/1059",[433,5.507]],["name/1060",[27,25.816]],["parent/1060",[433,5.507]],["name/1061",[434,59.865]],["parent/1061",[]],["name/1062",[1,23.937]],["parent/1062",[434,5.507]],["name/1063",[24,24.568]],["parent/1063",[434,5.507]],["name/1064",[27,25.816]],["parent/1064",[434,5.507]],["name/1065",[435,59.865]],["parent/1065",[]],["name/1066",[1,23.937]],["parent/1066",[435,5.507]],["name/1067",[24,24.568]],["parent/1067",[435,5.507]],["name/1068",[27,25.816]],["parent/1068",[435,5.507]],["name/1069",[436,59.865]],["parent/1069",[]],["name/1070",[1,23.937]],["parent/1070",[436,5.507]],["name/1071",[24,24.568]],["parent/1071",[436,5.507]],["name/1072",[27,25.816]],["parent/1072",[436,5.507]],["name/1073",[437,52.392]],["parent/1073",[]],["name/1074",[438,70.851]],["parent/1074",[437,4.82]],["name/1075",[439,56.187]],["parent/1075",[437,4.82]],["name/1076",[440,65.742]],["parent/1076",[437,4.82]],["name/1077",[441,70.851]],["parent/1077",[437,4.82]],["name/1078",[250,56.187]],["parent/1078",[437,4.82]],["name/1079",[442,65.742]],["parent/1079",[437,4.82]],["name/1080",[252,56.187]],["parent/1080",[437,4.82]],["name/1081",[443,70.851]],["parent/1081",[437,4.82]],["name/1082",[444,52.392]],["parent/1082",[]],["name/1083",[445,70.851]],["parent/1083",[444,4.82]],["name/1084",[440,65.742]],["parent/1084",[444,4.82]],["name/1085",[47,65.742]],["parent/1085",[444,4.82]],["name/1086",[250,56.187]],["parent/1086",[444,4.82]],["name/1087",[442,65.742]],["parent/1087",[444,4.82]],["name/1088",[252,56.187]],["parent/1088",[444,4.82]],["name/1089",[102,51.392]],["parent/1089",[444,4.82]],["name/1090",[446,70.851]],["parent/1090",[444,4.82]],["name/1091",[447,59.865]],["parent/1091",[]],["name/1092",[448,65.742]],["parent/1092",[447,5.507]],["name/1093",[449,65.742]],["parent/1093",[447,5.507]],["name/1094",[450,65.742]],["parent/1094",[447,5.507]],["name/1095",[451,59.865]],["parent/1095",[]],["name/1096",[448,65.742]],["parent/1096",[451,5.507]],["name/1097",[449,65.742]],["parent/1097",[451,5.507]],["name/1098",[450,65.742]],["parent/1098",[451,5.507]],["name/1099",[452,57.858]],["parent/1099",[]],["name/1100",[21,48.878]],["parent/1100",[452,5.323]],["name/1101",[30,51.392]],["parent/1101",[452,5.323]],["name/1102",[29,51.392]],["parent/1102",[452,5.323]],["name/1103",[22,48.878]],["parent/1103",[452,5.323]],["name/1104",[453,51.392]],["parent/1104",[]],["name/1105",[454,57.858]],["parent/1105",[453,4.728]],["name/1106",[455,57.858]],["parent/1106",[453,4.728]],["name/1107",[456,70.851]],["parent/1107",[453,4.728]],["name/1108",[457,70.851]],["parent/1108",[453,4.728]],["name/1109",[458,70.851]],["parent/1109",[453,4.728]],["name/1110",[459,70.851]],["parent/1110",[453,4.728]],["name/1111",[279,59.865]],["parent/1111",[453,4.728]],["name/1112",[267,65.742]],["parent/1112",[453,4.728]],["name/1113",[460,70.851]],["parent/1113",[453,4.728]],["name/1114",[461,59.865]],["parent/1114",[]],["name/1115",[1,23.937]],["parent/1115",[461,5.507]],["name/1116",[24,24.568]],["parent/1116",[461,5.507]],["name/1117",[27,25.816]],["parent/1117",[461,5.507]],["name/1118",[454,57.858]],["parent/1118",[]],["name/1119",[1,23.937]],["parent/1119",[454,5.323]],["name/1120",[24,24.568]],["parent/1120",[454,5.323]],["name/1121",[27,25.816]],["parent/1121",[454,5.323]],["name/1122",[455,57.858]],["parent/1122",[]],["name/1123",[1,23.937]],["parent/1123",[455,5.323]],["name/1124",[24,24.568]],["parent/1124",[455,5.323]],["name/1125",[27,25.816]],["parent/1125",[455,5.323]],["name/1126",[462,65.742]],["parent/1126",[]],["name/1127",[463,70.851]],["parent/1127",[462,6.048]],["name/1128",[464,42.919]],["parent/1128",[]],["name/1129",[465,70.851]],["parent/1129",[464,3.948]],["name/1130",[466,70.851]],["parent/1130",[464,3.948]],["name/1131",[467,70.851]],["parent/1131",[464,3.948]],["name/1132",[468,70.851]],["parent/1132",[464,3.948]],["name/1133",[469,70.851]],["parent/1133",[464,3.948]],["name/1134",[470,70.851]],["parent/1134",[464,3.948]],["name/1135",[471,70.851]],["parent/1135",[464,3.948]],["name/1136",[472,70.851]],["parent/1136",[464,3.948]],["name/1137",[473,70.851]],["parent/1137",[464,3.948]],["name/1138",[474,70.851]],["parent/1138",[464,3.948]],["name/1139",[475,70.851]],["parent/1139",[464,3.948]],["name/1140",[476,70.851]],["parent/1140",[464,3.948]],["name/1141",[477,70.851]],["parent/1141",[464,3.948]],["name/1142",[478,70.851]],["parent/1142",[464,3.948]],["name/1143",[479,70.851]],["parent/1143",[464,3.948]],["name/1144",[480,70.851]],["parent/1144",[464,3.948]],["name/1145",[481,70.851]],["parent/1145",[464,3.948]],["name/1146",[482,70.851]],["parent/1146",[464,3.948]],["name/1147",[483,70.851]],["parent/1147",[464,3.948]],["name/1148",[484,70.851]],["parent/1148",[464,3.948]],["name/1149",[485,70.851]],["parent/1149",[464,3.948]],["name/1150",[486,70.851]],["parent/1150",[464,3.948]],["name/1151",[120,44.701]],["parent/1151",[464,3.948]],["name/1152",[487,59.865]],["parent/1152",[]],["name/1153",[1,23.937]],["parent/1153",[487,5.507]],["name/1154",[24,24.568]],["parent/1154",[487,5.507]],["name/1155",[25,45.201]],["parent/1155",[487,5.507]],["name/1156",[488,56.187]],["parent/1156",[]],["name/1157",[1,23.937]],["parent/1157",[488,5.169]],["name/1158",[489,70.851]],["parent/1158",[488,5.169]],["name/1159",[24,24.568]],["parent/1159",[488,5.169]],["name/1160",[110,59.865]],["parent/1160",[488,5.169]],["name/1161",[27,25.816]],["parent/1161",[488,5.169]],["name/1162",[490,59.865]],["parent/1162",[]],["name/1163",[363,57.858]],["parent/1163",[490,5.507]],["name/1164",[365,59.865]],["parent/1164",[490,5.507]],["name/1165",[366,59.865]],["parent/1165",[490,5.507]],["name/1166",[491,50.482]],["parent/1166",[]],["name/1167",[252,56.187]],["parent/1167",[491,4.644]],["name/1168",[86,38.142]],["parent/1168",[491,4.644]],["name/1169",[122,48.878]],["parent/1169",[492,5.507]],["name/1170",[250,56.187]],["parent/1170",[492,5.507]],["name/1171",[493,70.851]],["parent/1171",[492,5.507]],["name/1172",[282,59.865]],["parent/1172",[492,5.507]],["name/1173",[494,70.851]],["parent/1173",[491,4.644]],["name/1174",[495,70.851]],["parent/1174",[491,4.644]],["name/1175",[496,70.851]],["parent/1175",[491,4.644]],["name/1176",[497,70.851]],["parent/1176",[491,4.644]],["name/1177",[498,70.851]],["parent/1177",[491,4.644]],["name/1178",[286,54.756]],["parent/1178",[491,4.644]],["name/1179",[439,56.187]],["parent/1179",[491,4.644]],["name/1180",[120,44.701]],["parent/1180",[491,4.644]],["name/1181",[499,65.742]],["parent/1181",[]],["name/1182",[86,38.142]],["parent/1182",[499,6.048]],["name/1183",[29,51.392]],["parent/1183",[500,5.037]],["name/1184",[22,48.878]],["parent/1184",[500,5.037]],["name/1185",[30,51.392]],["parent/1185",[500,5.037]],["name/1186",[21,48.878]],["parent/1186",[500,5.037]],["name/1187",[501,54.756]],["parent/1187",[500,5.037]],["name/1188",[502,54.756]],["parent/1188",[500,5.037]],["name/1189",[503,65.742]],["parent/1189",[500,5.037]],["name/1190",[504,65.742]],["parent/1190",[]],["name/1191",[86,38.142]],["parent/1191",[504,6.048]],["name/1192",[261,53.505]],["parent/1192",[505,5.738]],["name/1193",[262,56.187]],["parent/1193",[505,5.738]],["name/1194",[506,65.742]],["parent/1194",[505,5.738]],["name/1195",[507,59.865]],["parent/1195",[]],["name/1196",[1,23.937]],["parent/1196",[507,5.507]],["name/1197",[24,24.568]],["parent/1197",[507,5.507]],["name/1198",[27,25.816]],["parent/1198",[507,5.507]],["name/1199",[508,62.378]],["parent/1199",[]],["name/1200",[261,53.505]],["parent/1200",[508,5.738]],["name/1201",[272,57.858]],["parent/1201",[508,5.738]],["name/1202",[509,59.865]],["parent/1202",[]],["name/1203",[1,23.937]],["parent/1203",[509,5.507]],["name/1204",[24,24.568]],["parent/1204",[509,5.507]],["name/1205",[25,45.201]],["parent/1205",[509,5.507]],["name/1206",[439,56.187]],["parent/1206",[]],["name/1207",[1,23.937]],["parent/1207",[439,5.169]],["name/1208",[24,24.568]],["parent/1208",[439,5.169]],["name/1209",[27,25.816]],["parent/1209",[439,5.169]],["name/1210",[510,56.187]],["parent/1210",[]],["name/1211",[272,57.858]],["parent/1211",[510,5.169]],["name/1212",[511,70.851]],["parent/1212",[510,5.169]],["name/1213",[512,70.851]],["parent/1213",[510,5.169]],["name/1214",[513,70.851]],["parent/1214",[510,5.169]],["name/1215",[81,45.728]],["parent/1215",[510,5.169]],["name/1216",[514,59.865]],["parent/1216",[]],["name/1217",[1,23.937]],["parent/1217",[514,5.507]],["name/1218",[24,24.568]],["parent/1218",[514,5.507]],["name/1219",[25,45.201]],["parent/1219",[514,5.507]],["name/1220",[515,59.865]],["parent/1220",[]],["name/1221",[1,23.937]],["parent/1221",[515,5.507]],["name/1222",[24,24.568]],["parent/1222",[515,5.507]],["name/1223",[27,25.816]],["parent/1223",[515,5.507]],["name/1224",[516,65.742]],["parent/1224",[]],["name/1225",[517,70.851]],["parent/1225",[516,6.048]],["name/1226",[518,59.865]],["parent/1226",[]],["name/1227",[1,23.937]],["parent/1227",[518,5.507]],["name/1228",[24,24.568]],["parent/1228",[518,5.507]],["name/1229",[25,45.201]],["parent/1229",[518,5.507]],["name/1230",[519,59.865]],["parent/1230",[]],["name/1231",[1,23.937]],["parent/1231",[519,5.507]],["name/1232",[24,24.568]],["parent/1232",[519,5.507]],["name/1233",[27,25.816]],["parent/1233",[519,5.507]],["name/1234",[520,62.378]],["parent/1234",[]],["name/1235",[521,70.851]],["parent/1235",[520,5.738]],["name/1236",[522,70.851]],["parent/1236",[520,5.738]],["name/1237",[523,59.865]],["parent/1237",[]],["name/1238",[261,53.505]],["parent/1238",[523,5.507]],["name/1239",[262,56.187]],["parent/1239",[523,5.507]],["name/1240",[506,65.742]],["parent/1240",[523,5.507]],["name/1241",[524,59.865]],["parent/1241",[]],["name/1242",[1,23.937]],["parent/1242",[524,5.507]],["name/1243",[24,24.568]],["parent/1243",[524,5.507]],["name/1244",[25,45.201]],["parent/1244",[524,5.507]],["name/1245",[525,59.865]],["parent/1245",[]],["name/1246",[1,23.937]],["parent/1246",[525,5.507]],["name/1247",[24,24.568]],["parent/1247",[525,5.507]],["name/1248",[27,25.816]],["parent/1248",[525,5.507]],["name/1249",[526,56.187]],["parent/1249",[]],["name/1250",[69,65.742]],["parent/1250",[526,5.169]],["name/1251",[527,70.851]],["parent/1251",[526,5.169]],["name/1252",[528,70.851]],["parent/1252",[526,5.169]],["name/1253",[529,70.851]],["parent/1253",[526,5.169]],["name/1254",[530,70.851]],["parent/1254",[526,5.169]],["name/1255",[531,59.865]],["parent/1255",[]],["name/1256",[15,52.392]],["parent/1256",[531,5.507]],["name/1257",[532,70.851]],["parent/1257",[531,5.507]],["name/1258",[533,70.851]],["parent/1258",[531,5.507]],["name/1259",[534,59.865]],["parent/1259",[]],["name/1260",[1,23.937]],["parent/1260",[534,5.507]],["name/1261",[24,24.568]],["parent/1261",[534,5.507]],["name/1262",[25,45.201]],["parent/1262",[534,5.507]],["name/1263",[535,59.865]],["parent/1263",[]],["name/1264",[1,23.937]],["parent/1264",[535,5.507]],["name/1265",[24,24.568]],["parent/1265",[535,5.507]],["name/1266",[27,25.816]],["parent/1266",[535,5.507]],["name/1267",[536,59.865]],["parent/1267",[]],["name/1268",[537,70.851]],["parent/1268",[536,5.507]],["name/1269",[538,70.851]],["parent/1269",[536,5.507]],["name/1270",[539,70.851]],["parent/1270",[536,5.507]],["name/1271",[540,62.378]],["parent/1271",[]],["name/1272",[252,56.187]],["parent/1272",[540,5.738]],["name/1273",[80,54.756]],["parent/1273",[540,5.738]],["name/1274",[541,62.378]],["parent/1274",[]],["name/1275",[542,70.851]],["parent/1275",[541,5.738]],["name/1276",[543,70.851]],["parent/1276",[541,5.738]],["name/1277",[544,59.865]],["parent/1277",[]],["name/1278",[545,70.851]],["parent/1278",[544,5.507]],["name/1279",[546,70.851]],["parent/1279",[544,5.507]],["name/1280",[547,70.851]],["parent/1280",[544,5.507]],["name/1281",[548,56.187]],["parent/1281",[]],["name/1282",[549,57.858]],["parent/1282",[548,5.169]],["name/1283",[550,70.851]],["parent/1283",[548,5.169]],["name/1284",[551,70.851]],["parent/1284",[548,5.169]],["name/1285",[552,70.851]],["parent/1285",[548,5.169]],["name/1286",[553,70.851]],["parent/1286",[548,5.169]],["name/1287",[549,57.858]],["parent/1287",[]],["name/1288",[1,23.937]],["parent/1288",[549,5.323]],["name/1289",[24,24.568]],["parent/1289",[549,5.323]],["name/1290",[27,25.816]],["parent/1290",[549,5.323]],["name/1291",[554,53.505]],["parent/1291",[]],["name/1292",[29,51.392]],["parent/1292",[554,4.922]],["name/1293",[22,48.878]],["parent/1293",[554,4.922]],["name/1294",[30,51.392]],["parent/1294",[554,4.922]],["name/1295",[21,48.878]],["parent/1295",[554,4.922]],["name/1296",[501,54.756]],["parent/1296",[554,4.922]],["name/1297",[502,54.756]],["parent/1297",[554,4.922]],["name/1298",[503,65.742]],["parent/1298",[554,4.922]],["name/1299",[555,59.865]],["parent/1299",[]],["name/1300",[1,23.937]],["parent/1300",[555,5.507]],["name/1301",[24,24.568]],["parent/1301",[555,5.507]],["name/1302",[25,45.201]],["parent/1302",[555,5.507]],["name/1303",[556,59.865]],["parent/1303",[]],["name/1304",[1,23.937]],["parent/1304",[556,5.507]],["name/1305",[24,24.568]],["parent/1305",[556,5.507]],["name/1306",[27,25.816]],["parent/1306",[556,5.507]],["name/1307",[557,59.865]],["parent/1307",[]],["name/1308",[558,70.851]],["parent/1308",[557,5.507]],["name/1309",[559,70.851]],["parent/1309",[557,5.507]],["name/1310",[560,65.742]],["parent/1310",[557,5.507]],["name/1311",[561,57.858]],["parent/1311",[]],["name/1312",[562,70.851]],["parent/1312",[561,5.323]],["name/1313",[15,52.392]],["parent/1313",[561,5.323]],["name/1314",[297,65.742]],["parent/1314",[561,5.323]],["name/1315",[563,70.851]],["parent/1315",[561,5.323]],["name/1316",[564,59.865]],["parent/1316",[]],["name/1317",[1,23.937]],["parent/1317",[564,5.507]],["name/1318",[24,24.568]],["parent/1318",[564,5.507]],["name/1319",[25,45.201]],["parent/1319",[564,5.507]],["name/1320",[565,59.865]],["parent/1320",[]],["name/1321",[1,23.937]],["parent/1321",[565,5.507]],["name/1322",[24,24.568]],["parent/1322",[565,5.507]],["name/1323",[27,25.816]],["parent/1323",[565,5.507]],["name/1324",[566,56.187]],["parent/1324",[]],["name/1325",[567,70.851]],["parent/1325",[566,5.169]],["name/1326",[568,70.851]],["parent/1326",[566,5.169]],["name/1327",[560,65.742]],["parent/1327",[566,5.169]],["name/1328",[569,70.851]],["parent/1328",[566,5.169]],["name/1329",[570,70.851]],["parent/1329",[566,5.169]],["name/1330",[571,59.865]],["parent/1330",[]],["name/1331",[1,23.937]],["parent/1331",[571,5.507]],["name/1332",[24,24.568]],["parent/1332",[571,5.507]],["name/1333",[25,45.201]],["parent/1333",[571,5.507]],["name/1334",[120,44.701]],["parent/1334",[]],["name/1335",[1,23.937]],["parent/1335",[120,4.112]],["name/1336",[24,24.568]],["parent/1336",[120,4.112]],["name/1337",[27,25.816]],["parent/1337",[120,4.112]],["name/1338",[572,59.865]],["parent/1338",[]],["name/1339",[363,57.858]],["parent/1339",[572,5.507]],["name/1340",[365,59.865]],["parent/1340",[572,5.507]],["name/1341",[366,59.865]],["parent/1341",[572,5.507]],["name/1342",[573,62.378]],["parent/1342",[]],["name/1343",[120,44.701]],["parent/1343",[573,5.738]],["name/1344",[377,59.865]],["parent/1344",[573,5.738]],["name/1345",[574,62.378]],["parent/1345",[]],["name/1346",[501,54.756]],["parent/1346",[574,5.738]],["name/1347",[502,54.756]],["parent/1347",[574,5.738]],["name/1348",[575,59.865]],["parent/1348",[]],["name/1349",[1,23.937]],["parent/1349",[575,5.507]],["name/1350",[24,24.568]],["parent/1350",[575,5.507]],["name/1351",[27,25.816]],["parent/1351",[575,5.507]],["name/1352",[576,59.865]],["parent/1352",[]],["name/1353",[1,23.937]],["parent/1353",[576,5.507]],["name/1354",[24,24.568]],["parent/1354",[576,5.507]],["name/1355",[25,45.201]],["parent/1355",[576,5.507]],["name/1356",[577,57.858]],["parent/1356",[]],["name/1357",[118,46.283]],["parent/1357",[577,5.323]],["name/1358",[578,70.851]],["parent/1358",[577,5.323]],["name/1359",[579,70.851]],["parent/1359",[577,5.323]],["name/1360",[580,70.851]],["parent/1360",[577,5.323]],["name/1361",[581,59.865]],["parent/1361",[]],["name/1362",[1,23.937]],["parent/1362",[581,5.507]],["name/1363",[24,24.568]],["parent/1363",[581,5.507]],["name/1364",[27,25.816]],["parent/1364",[581,5.507]],["name/1365",[582,59.865]],["parent/1365",[]],["name/1366",[583,70.851]],["parent/1366",[582,5.507]],["name/1367",[118,46.283]],["parent/1367",[582,5.507]],["name/1368",[120,44.701]],["parent/1368",[582,5.507]],["name/1369",[89,49.648]],["parent/1369",[]],["name/1370",[1,23.937]],["parent/1370",[89,4.567]],["name/1371",[24,24.568]],["parent/1371",[89,4.567]],["name/1372",[27,25.816]],["parent/1372",[89,4.567]],["name/1373",[584,38.399]],["parent/1373",[]],["name/1374",[64,65.742]],["parent/1374",[584,3.532]],["name/1375",[585,70.851]],["parent/1375",[584,3.532]],["name/1376",[586,70.851]],["parent/1376",[584,3.532]],["name/1377",[587,70.851]],["parent/1377",[584,3.532]],["name/1378",[588,70.851]],["parent/1378",[584,3.532]],["name/1379",[358,62.378]],["parent/1379",[584,3.532]],["name/1380",[589,70.851]],["parent/1380",[584,3.532]],["name/1381",[590,70.851]],["parent/1381",[584,3.532]],["name/1382",[591,70.851]],["parent/1382",[584,3.532]],["name/1383",[592,70.851]],["parent/1383",[584,3.532]],["name/1384",[593,70.851]],["parent/1384",[584,3.532]],["name/1385",[594,70.851]],["parent/1385",[584,3.532]],["name/1386",[595,70.851]],["parent/1386",[584,3.532]],["name/1387",[596,70.851]],["parent/1387",[584,3.532]],["name/1388",[597,70.851]],["parent/1388",[584,3.532]],["name/1389",[598,70.851]],["parent/1389",[584,3.532]],["name/1390",[599,70.851]],["parent/1390",[584,3.532]],["name/1391",[600,70.851]],["parent/1391",[584,3.532]],["name/1392",[601,70.851]],["parent/1392",[584,3.532]],["name/1393",[602,70.851]],["parent/1393",[584,3.532]],["name/1394",[603,70.851]],["parent/1394",[584,3.532]],["name/1395",[604,70.851]],["parent/1395",[584,3.532]],["name/1396",[605,70.851]],["parent/1396",[584,3.532]],["name/1397",[606,70.851]],["parent/1397",[584,3.532]],["name/1398",[607,70.851]],["parent/1398",[584,3.532]],["name/1399",[608,70.851]],["parent/1399",[584,3.532]],["name/1400",[609,70.851]],["parent/1400",[584,3.532]],["name/1401",[610,70.851]],["parent/1401",[584,3.532]],["name/1402",[611,70.851]],["parent/1402",[584,3.532]],["name/1403",[612,70.851]],["parent/1403",[584,3.532]],["name/1404",[613,70.851]],["parent/1404",[584,3.532]],["name/1405",[614,70.851]],["parent/1405",[584,3.532]],["name/1406",[615,70.851]],["parent/1406",[584,3.532]],["name/1407",[616,70.851]],["parent/1407",[584,3.532]],["name/1408",[617,70.851]],["parent/1408",[584,3.532]],["name/1409",[618,70.851]],["parent/1409",[584,3.532]],["name/1410",[619,70.851]],["parent/1410",[584,3.532]],["name/1411",[620,56.187]],["parent/1411",[]],["name/1412",[363,57.858]],["parent/1412",[620,5.169]],["name/1413",[621,70.851]],["parent/1413",[620,5.169]],["name/1414",[622,70.851]],["parent/1414",[620,5.169]],["name/1415",[623,70.851]],["parent/1415",[620,5.169]],["name/1416",[624,70.851]],["parent/1416",[620,5.169]],["name/1417",[2,56.187]],["parent/1417",[]],["name/1418",[1,23.937]],["parent/1418",[2,5.169]],["name/1419",[24,24.568]],["parent/1419",[2,5.169]],["name/1420",[27,25.816]],["parent/1420",[2,5.169]],["name/1421",[625,51.392]],["parent/1421",[]],["name/1422",[141,51.392]],["parent/1422",[625,4.728]],["name/1423",[240,57.858]],["parent/1423",[625,4.728]],["name/1424",[626,59.865]],["parent/1424",[625,4.728]],["name/1425",[627,59.865]],["parent/1425",[625,4.728]],["name/1426",[199,57.858]],["parent/1426",[625,4.728]],["name/1427",[628,59.865]],["parent/1427",[625,4.728]],["name/1428",[629,59.865]],["parent/1428",[625,4.728]],["name/1429",[630,59.865]],["parent/1429",[625,4.728]],["name/1430",[631,59.865]],["parent/1430",[625,4.728]],["name/1431",[632,50.482]],["parent/1431",[]],["name/1432",[377,59.865]],["parent/1432",[632,4.644]],["name/1433",[240,57.858]],["parent/1433",[632,4.644]],["name/1434",[141,51.392]],["parent/1434",[632,4.644]],["name/1435",[626,59.865]],["parent/1435",[632,4.644]],["name/1436",[627,59.865]],["parent/1436",[632,4.644]],["name/1437",[199,57.858]],["parent/1437",[632,4.644]],["name/1438",[628,59.865]],["parent/1438",[632,4.644]],["name/1439",[629,59.865]],["parent/1439",[632,4.644]],["name/1440",[630,59.865]],["parent/1440",[632,4.644]],["name/1441",[631,59.865]],["parent/1441",[632,4.644]],["name/1442",[633,59.865]],["parent/1442",[]],["name/1443",[1,23.937]],["parent/1443",[633,5.507]],["name/1444",[24,24.568]],["parent/1444",[633,5.507]],["name/1445",[27,25.816]],["parent/1445",[633,5.507]],["name/1446",[634,50.482]],["parent/1446",[]],["name/1447",[102,51.392]],["parent/1447",[634,4.644]],["name/1448",[141,51.392]],["parent/1448",[634,4.644]],["name/1449",[240,57.858]],["parent/1449",[634,4.644]],["name/1450",[626,59.865]],["parent/1450",[634,4.644]],["name/1451",[627,59.865]],["parent/1451",[634,4.644]],["name/1452",[199,57.858]],["parent/1452",[634,4.644]],["name/1453",[628,59.865]],["parent/1453",[634,4.644]],["name/1454",[629,59.865]],["parent/1454",[634,4.644]],["name/1455",[630,59.865]],["parent/1455",[634,4.644]],["name/1456",[631,59.865]],["parent/1456",[634,4.644]],["name/1457",[635,49.648]],["parent/1457",[]],["name/1458",[377,59.865]],["parent/1458",[635,4.567]],["name/1459",[240,57.858]],["parent/1459",[635,4.567]],["name/1460",[102,51.392]],["parent/1460",[635,4.567]],["name/1461",[141,51.392]],["parent/1461",[635,4.567]],["name/1462",[626,59.865]],["parent/1462",[635,4.567]],["name/1463",[627,59.865]],["parent/1463",[635,4.567]],["name/1464",[199,57.858]],["parent/1464",[635,4.567]],["name/1465",[628,59.865]],["parent/1465",[635,4.567]],["name/1466",[629,59.865]],["parent/1466",[635,4.567]],["name/1467",[630,59.865]],["parent/1467",[635,4.567]],["name/1468",[631,59.865]],["parent/1468",[635,4.567]],["name/1469",[636,59.865]],["parent/1469",[]],["name/1470",[1,23.937]],["parent/1470",[636,5.507]],["name/1471",[24,24.568]],["parent/1471",[636,5.507]],["name/1472",[27,25.816]],["parent/1472",[636,5.507]],["name/1473",[637,59.865]],["parent/1473",[]],["name/1474",[1,23.937]],["parent/1474",[637,5.507]],["name/1475",[24,24.568]],["parent/1475",[637,5.507]],["name/1476",[27,25.816]],["parent/1476",[637,5.507]],["name/1477",[638,59.865]],["parent/1477",[]],["name/1478",[1,23.937]],["parent/1478",[638,5.507]],["name/1479",[24,24.568]],["parent/1479",[638,5.507]],["name/1480",[27,25.816]],["parent/1480",[638,5.507]],["name/1481",[639,62.378]],["parent/1481",[]],["name/1482",[102,51.392]],["parent/1482",[639,5.738]],["name/1483",[141,51.392]],["parent/1483",[639,5.738]],["name/1484",[640,59.865]],["parent/1484",[]],["name/1485",[1,23.937]],["parent/1485",[640,5.507]],["name/1486",[24,24.568]],["parent/1486",[640,5.507]],["name/1487",[27,25.816]],["parent/1487",[640,5.507]],["name/1488",[641,59.865]],["parent/1488",[]],["name/1489",[1,23.937]],["parent/1489",[641,5.507]],["name/1490",[24,24.568]],["parent/1490",[641,5.507]],["name/1491",[27,25.816]],["parent/1491",[641,5.507]],["name/1492",[642,59.865]],["parent/1492",[]],["name/1493",[1,23.937]],["parent/1493",[642,5.507]],["name/1494",[643,70.851]],["parent/1494",[642,5.507]],["name/1495",[87,49.648]],["parent/1495",[642,5.507]],["name/1496",[644,46.283]],["parent/1496",[]],["name/1497",[645,70.851]],["parent/1497",[644,4.258]],["name/1498",[646,70.851]],["parent/1498",[644,4.258]],["name/1499",[647,70.851]],["parent/1499",[644,4.258]],["name/1500",[648,70.851]],["parent/1500",[644,4.258]],["name/1501",[649,70.851]],["parent/1501",[644,4.258]],["name/1502",[650,70.851]],["parent/1502",[644,4.258]],["name/1503",[651,70.851]],["parent/1503",[644,4.258]],["name/1504",[652,70.851]],["parent/1504",[644,4.258]],["name/1505",[653,70.851]],["parent/1505",[644,4.258]],["name/1506",[654,70.851]],["parent/1506",[644,4.258]],["name/1507",[655,70.851]],["parent/1507",[644,4.258]],["name/1508",[656,70.851]],["parent/1508",[644,4.258]],["name/1509",[657,70.851]],["parent/1509",[644,4.258]],["name/1510",[658,70.851]],["parent/1510",[644,4.258]],["name/1511",[659,70.851]],["parent/1511",[644,4.258]],["name/1512",[660,70.851]],["parent/1512",[644,4.258]],["name/1513",[661,65.742]],["parent/1513",[]],["name/1514",[86,38.142]],["parent/1514",[661,6.048]],["name/1515",[662,59.865]],["parent/1515",[]],["name/1516",[1,23.937]],["parent/1516",[662,5.507]],["name/1517",[24,24.568]],["parent/1517",[662,5.507]],["name/1518",[27,25.816]],["parent/1518",[662,5.507]],["name/1519",[663,59.865]],["parent/1519",[]],["name/1520",[1,23.937]],["parent/1520",[663,5.507]],["name/1521",[24,24.568]],["parent/1521",[663,5.507]],["name/1522",[27,25.816]],["parent/1522",[663,5.507]],["name/1523",[664,59.865]],["parent/1523",[]],["name/1524",[1,23.937]],["parent/1524",[664,5.507]],["name/1525",[24,24.568]],["parent/1525",[664,5.507]],["name/1526",[25,45.201]],["parent/1526",[664,5.507]],["name/1527",[665,70.851]],["parent/1527",[]],["name/1528",[666,59.865]],["parent/1528",[]],["name/1529",[1,23.937]],["parent/1529",[666,5.507]],["name/1530",[24,24.568]],["parent/1530",[666,5.507]],["name/1531",[25,45.201]],["parent/1531",[666,5.507]],["name/1532",[667,70.851]],["parent/1532",[]],["name/1533",[668,56.187]],["parent/1533",[]],["name/1534",[669,70.851]],["parent/1534",[668,5.169]],["name/1535",[1,23.937]],["parent/1535",[668,5.169]],["name/1536",[110,59.865]],["parent/1536",[668,5.169]],["name/1537",[24,24.568]],["parent/1537",[668,5.169]],["name/1538",[27,25.816]],["parent/1538",[668,5.169]],["name/1539",[670,59.865]],["parent/1539",[]],["name/1540",[1,23.937]],["parent/1540",[670,5.507]],["name/1541",[24,24.568]],["parent/1541",[670,5.507]],["name/1542",[27,25.816]],["parent/1542",[670,5.507]],["name/1543",[671,70.851]],["parent/1543",[]],["name/1544",[672,65.742]],["parent/1544",[]],["name/1545",[673,70.851]],["parent/1545",[672,6.048]],["name/1546",[674,59.865]],["parent/1546",[]],["name/1547",[1,23.937]],["parent/1547",[674,5.507]],["name/1548",[24,24.568]],["parent/1548",[674,5.507]],["name/1549",[27,25.816]],["parent/1549",[674,5.507]],["name/1550",[675,59.865]],["parent/1550",[]],["name/1551",[1,23.937]],["parent/1551",[675,5.507]],["name/1552",[24,24.568]],["parent/1552",[675,5.507]],["name/1553",[27,25.816]],["parent/1553",[675,5.507]],["name/1554",[676,59.865]],["parent/1554",[]],["name/1555",[1,23.937]],["parent/1555",[676,5.507]],["name/1556",[24,24.568]],["parent/1556",[676,5.507]],["name/1557",[27,25.816]],["parent/1557",[676,5.507]],["name/1558",[677,59.865]],["parent/1558",[]],["name/1559",[1,23.937]],["parent/1559",[677,5.507]],["name/1560",[24,24.568]],["parent/1560",[677,5.507]],["name/1561",[27,25.816]],["parent/1561",[677,5.507]],["name/1562",[678,59.865]],["parent/1562",[]],["name/1563",[1,23.937]],["parent/1563",[678,5.507]],["name/1564",[24,24.568]],["parent/1564",[678,5.507]],["name/1565",[27,25.816]],["parent/1565",[678,5.507]],["name/1566",[679,59.865]],["parent/1566",[]],["name/1567",[1,23.937]],["parent/1567",[679,5.507]],["name/1568",[24,24.568]],["parent/1568",[679,5.507]],["name/1569",[27,25.816]],["parent/1569",[679,5.507]],["name/1570",[680,62.378]],["parent/1570",[]],["name/1571",[368,65.742]],["parent/1571",[680,5.738]],["name/1572",[681,70.851]],["parent/1572",[680,5.738]],["name/1573",[682,62.378]],["parent/1573",[]],["name/1574",[1,23.937]],["parent/1574",[682,5.738]],["name/1575",[24,24.568]],["parent/1575",[682,5.738]],["name/1576",[683,62.378]],["parent/1576",[]],["name/1577",[501,54.756]],["parent/1577",[683,5.738]],["name/1578",[120,44.701]],["parent/1578",[683,5.738]],["name/1579",[684,54.756]],["parent/1579",[]],["name/1580",[1,23.937]],["parent/1580",[684,5.037]],["name/1581",[685,65.742]],["parent/1581",[684,5.037]],["name/1582",[27,25.816]],["parent/1582",[684,5.037]],["name/1583",[686,65.742]],["parent/1583",[684,5.037]],["name/1584",[687,65.742]],["parent/1584",[684,5.037]],["name/1585",[5,52.392]],["parent/1585",[684,5.037]],["name/1586",[688,62.378]],["parent/1586",[]],["name/1587",[502,54.756]],["parent/1587",[688,5.738]],["name/1588",[120,44.701]],["parent/1588",[688,5.738]],["name/1589",[689,54.756]],["parent/1589",[]],["name/1590",[1,23.937]],["parent/1590",[689,5.037]],["name/1591",[685,65.742]],["parent/1591",[689,5.037]],["name/1592",[27,25.816]],["parent/1592",[689,5.037]],["name/1593",[686,65.742]],["parent/1593",[689,5.037]],["name/1594",[687,65.742]],["parent/1594",[689,5.037]],["name/1595",[5,52.392]],["parent/1595",[689,5.037]],["name/1596",[690,65.742]],["parent/1596",[]],["name/1597",[81,45.728]],["parent/1597",[690,6.048]],["name/1598",[501,54.756]],["parent/1598",[]],["name/1599",[1,23.937]],["parent/1599",[501,5.037]],["name/1600",[197,59.865]],["parent/1600",[501,5.037]],["name/1601",[502,54.756]],["parent/1601",[]],["name/1602",[1,23.937]],["parent/1602",[502,5.037]],["name/1603",[197,59.865]],["parent/1603",[502,5.037]],["name/1604",[12,56.187]],["parent/1604",[]],["name/1605",[1,23.937]],["parent/1605",[12,5.169]],["name/1606",[691,70.851]],["parent/1606",[12,5.169]],["name/1607",[24,24.568]],["parent/1607",[12,5.169]],["name/1608",[27,25.816]],["parent/1608",[12,5.169]],["name/1609",[692,59.865]],["parent/1609",[]],["name/1610",[1,23.937]],["parent/1610",[692,5.507]],["name/1611",[24,24.568]],["parent/1611",[692,5.507]],["name/1612",[25,45.201]],["parent/1612",[692,5.507]],["name/1613",[693,59.865]],["parent/1613",[]],["name/1614",[1,23.937]],["parent/1614",[693,5.507]],["name/1615",[24,24.568]],["parent/1615",[693,5.507]],["name/1616",[27,25.816]],["parent/1616",[693,5.507]],["name/1617",[694,59.865]],["parent/1617",[]],["name/1618",[1,23.937]],["parent/1618",[694,5.507]],["name/1619",[24,24.568]],["parent/1619",[694,5.507]],["name/1620",[27,25.816]],["parent/1620",[694,5.507]],["name/1621",[695,59.865]],["parent/1621",[]],["name/1622",[1,23.937]],["parent/1622",[695,5.507]],["name/1623",[24,24.568]],["parent/1623",[695,5.507]],["name/1624",[27,25.816]],["parent/1624",[695,5.507]],["name/1625",[696,59.865]],["parent/1625",[]],["name/1626",[1,23.937]],["parent/1626",[696,5.507]],["name/1627",[24,24.568]],["parent/1627",[696,5.507]],["name/1628",[27,25.816]],["parent/1628",[696,5.507]],["name/1629",[697,56.187]],["parent/1629",[]],["name/1630",[17,54.756]],["parent/1630",[697,5.169]],["name/1631",[307,59.865]],["parent/1631",[697,5.169]],["name/1632",[21,48.878]],["parent/1632",[697,5.169]],["name/1633",[308,59.865]],["parent/1633",[697,5.169]],["name/1634",[22,48.878]],["parent/1634",[697,5.169]],["name/1635",[698,56.187]],["parent/1635",[]],["name/1636",[30,51.392]],["parent/1636",[698,5.169]],["name/1637",[17,54.756]],["parent/1637",[698,5.169]],["name/1638",[307,59.865]],["parent/1638",[698,5.169]],["name/1639",[308,59.865]],["parent/1639",[698,5.169]],["name/1640",[29,51.392]],["parent/1640",[698,5.169]],["name/1641",[699,33.395]],["parent/1641",[]],["name/1642",[65,62.378]],["parent/1642",[699,3.072]],["name/1643",[389,65.742]],["parent/1643",[699,3.072]],["name/1644",[386,65.742]],["parent/1644",[699,3.072]],["name/1645",[388,65.742]],["parent/1645",[699,3.072]],["name/1646",[385,65.742]],["parent/1646",[699,3.072]],["name/1647",[700,70.851]],["parent/1647",[699,3.072]],["name/1648",[379,65.742]],["parent/1648",[699,3.072]],["name/1649",[387,65.742]],["parent/1649",[699,3.072]],["name/1650",[701,70.851]],["parent/1650",[699,3.072]],["name/1651",[380,65.742]],["parent/1651",[699,3.072]],["name/1652",[702,70.851]],["parent/1652",[699,3.072]],["name/1653",[703,70.851]],["parent/1653",[699,3.072]],["name/1654",[704,70.851]],["parent/1654",[699,3.072]],["name/1655",[705,70.851]],["parent/1655",[699,3.072]],["name/1656",[706,70.851]],["parent/1656",[699,3.072]],["name/1657",[707,70.851]],["parent/1657",[699,3.072]],["name/1658",[708,70.851]],["parent/1658",[699,3.072]],["name/1659",[709,70.851]],["parent/1659",[699,3.072]],["name/1660",[381,65.742]],["parent/1660",[699,3.072]],["name/1661",[710,70.851]],["parent/1661",[699,3.072]],["name/1662",[711,70.851]],["parent/1662",[699,3.072]],["name/1663",[712,70.851]],["parent/1663",[699,3.072]],["name/1664",[384,65.742]],["parent/1664",[699,3.072]],["name/1665",[85,59.865]],["parent/1665",[699,3.072]],["name/1666",[713,70.851]],["parent/1666",[699,3.072]],["name/1667",[714,70.851]],["parent/1667",[699,3.072]],["name/1668",[715,70.851]],["parent/1668",[699,3.072]],["name/1669",[716,70.851]],["parent/1669",[699,3.072]],["name/1670",[717,70.851]],["parent/1670",[699,3.072]],["name/1671",[718,70.851]],["parent/1671",[699,3.072]],["name/1672",[719,70.851]],["parent/1672",[699,3.072]],["name/1673",[720,70.851]],["parent/1673",[699,3.072]],["name/1674",[721,70.851]],["parent/1674",[699,3.072]],["name/1675",[722,70.851]],["parent/1675",[699,3.072]],["name/1676",[723,70.851]],["parent/1676",[699,3.072]],["name/1677",[724,70.851]],["parent/1677",[699,3.072]],["name/1678",[725,70.851]],["parent/1678",[699,3.072]],["name/1679",[726,70.851]],["parent/1679",[699,3.072]],["name/1680",[727,70.851]],["parent/1680",[699,3.072]],["name/1681",[728,70.851]],["parent/1681",[699,3.072]],["name/1682",[729,70.851]],["parent/1682",[699,3.072]],["name/1683",[730,70.851]],["parent/1683",[699,3.072]],["name/1684",[731,70.851]],["parent/1684",[699,3.072]],["name/1685",[732,70.851]],["parent/1685",[699,3.072]],["name/1686",[733,70.851]],["parent/1686",[699,3.072]],["name/1687",[734,70.851]],["parent/1687",[699,3.072]],["name/1688",[735,70.851]],["parent/1688",[699,3.072]],["name/1689",[71,53.505]],["parent/1689",[699,3.072]],["name/1690",[736,70.851]],["parent/1690",[699,3.072]],["name/1691",[737,70.851]],["parent/1691",[699,3.072]],["name/1692",[738,70.851]],["parent/1692",[699,3.072]],["name/1693",[739,70.851]],["parent/1693",[699,3.072]],["name/1694",[740,70.851]],["parent/1694",[699,3.072]],["name/1695",[741,70.851]],["parent/1695",[699,3.072]],["name/1696",[742,70.851]],["parent/1696",[699,3.072]],["name/1697",[743,70.851]],["parent/1697",[699,3.072]],["name/1698",[744,70.851]],["parent/1698",[699,3.072]],["name/1699",[745,70.851]],["parent/1699",[699,3.072]],["name/1700",[746,70.851]],["parent/1700",[699,3.072]],["name/1701",[747,70.851]],["parent/1701",[699,3.072]],["name/1702",[748,70.851]],["parent/1702",[699,3.072]],["name/1703",[749,70.851]],["parent/1703",[699,3.072]],["name/1704",[750,57.858]],["parent/1704",[]],["name/1705",[60,45.201]],["parent/1705",[750,5.323]],["name/1706",[118,46.283]],["parent/1706",[750,5.323]],["name/1707",[122,48.878]],["parent/1707",[750,5.323]],["name/1708",[272,57.858]],["parent/1708",[750,5.323]],["name/1709",[751,59.865]],["parent/1709",[]],["name/1710",[1,23.937]],["parent/1710",[751,5.507]],["name/1711",[24,24.568]],["parent/1711",[751,5.507]],["name/1712",[27,25.816]],["parent/1712",[751,5.507]],["name/1713",[752,41.406]],["parent/1713",[]],["name/1714",[167,65.742]],["parent/1714",[752,3.809]],["name/1715",[753,70.851]],["parent/1715",[752,3.809]],["name/1716",[754,70.851]],["parent/1716",[752,3.809]],["name/1717",[755,70.851]],["parent/1717",[752,3.809]],["name/1718",[756,70.851]],["parent/1718",[752,3.809]],["name/1719",[757,70.851]],["parent/1719",[752,3.809]],["name/1720",[171,65.742]],["parent/1720",[752,3.809]],["name/1721",[169,65.742]],["parent/1721",[752,3.809]],["name/1722",[758,70.851]],["parent/1722",[752,3.809]],["name/1723",[759,70.851]],["parent/1723",[752,3.809]],["name/1724",[358,62.378]],["parent/1724",[752,3.809]],["name/1725",[71,53.505]],["parent/1725",[752,3.809]],["name/1726",[760,70.851]],["parent/1726",[752,3.809]],["name/1727",[170,65.742]],["parent/1727",[752,3.809]],["name/1728",[761,70.851]],["parent/1728",[752,3.809]],["name/1729",[762,70.851]],["parent/1729",[752,3.809]],["name/1730",[763,70.851]],["parent/1730",[752,3.809]],["name/1731",[764,70.851]],["parent/1731",[752,3.809]],["name/1732",[765,70.851]],["parent/1732",[752,3.809]],["name/1733",[766,70.851]],["parent/1733",[752,3.809]],["name/1734",[767,70.851]],["parent/1734",[752,3.809]],["name/1735",[768,70.851]],["parent/1735",[752,3.809]],["name/1736",[769,70.851]],["parent/1736",[752,3.809]],["name/1737",[770,70.851]],["parent/1737",[752,3.809]],["name/1738",[771,70.851]],["parent/1738",[752,3.809]],["name/1739",[772,70.851]],["parent/1739",[752,3.809]],["name/1740",[181,65.742]],["parent/1740",[752,3.809]],["name/1741",[773,70.851]],["parent/1741",[]],["name/1742",[774,70.851]],["parent/1742",[]],["name/1743",[775,70.851]],["parent/1743",[]],["name/1744",[776,70.851]],["parent/1744",[]],["name/1745",[777,70.851]],["parent/1745",[]],["name/1746",[778,70.851]],["parent/1746",[]],["name/1747",[779,70.851]],["parent/1747",[]],["name/1748",[780,70.851]],["parent/1748",[]],["name/1749",[781,70.851]],["parent/1749",[]],["name/1750",[782,70.851]],["parent/1750",[]],["name/1751",[783,70.851]],["parent/1751",[]],["name/1752",[784,70.851]],["parent/1752",[]],["name/1753",[785,70.851]],["parent/1753",[]],["name/1754",[786,70.851]],["parent/1754",[]],["name/1755",[787,70.851]],["parent/1755",[]],["name/1756",[788,70.851]],["parent/1756",[]],["name/1757",[789,70.851]],["parent/1757",[]],["name/1758",[286,54.756]],["parent/1758",[]],["name/1759",[18,65.742]],["parent/1759",[286,5.037]],["name/1760",[30,51.392]],["parent/1760",[286,5.037]],["name/1761",[17,54.756]],["parent/1761",[286,5.037]],["name/1762",[29,51.392]],["parent/1762",[286,5.037]],["name/1763",[790,59.865]],["parent/1763",[]],["name/1764",[1,23.937]],["parent/1764",[790,5.507]],["name/1765",[24,24.568]],["parent/1765",[790,5.507]],["name/1766",[25,45.201]],["parent/1766",[790,5.507]],["name/1767",[791,59.865]],["parent/1767",[]],["name/1768",[1,23.937]],["parent/1768",[791,5.507]],["name/1769",[24,24.568]],["parent/1769",[791,5.507]],["name/1770",[27,25.816]],["parent/1770",[791,5.507]],["name/1771",[792,57.858]],["parent/1771",[]],["name/1772",[793,70.851]],["parent/1772",[792,5.323]],["name/1773",[794,70.851]],["parent/1773",[792,5.323]],["name/1774",[795,70.851]],["parent/1774",[792,5.323]],["name/1775",[1,23.937]],["parent/1775",[792,5.323]],["name/1776",[796,54.756]],["parent/1776",[]],["name/1777",[797,70.851]],["parent/1777",[796,5.037]],["name/1778",[7,62.378]],["parent/1778",[796,5.037]],["name/1779",[8,62.378]],["parent/1779",[796,5.037]],["name/1780",[2,56.187]],["parent/1780",[796,5.037]],["name/1781",[798,70.851]],["parent/1781",[796,5.037]],["name/1782",[5,52.392]],["parent/1782",[796,5.037]],["name/1783",[799,62.378]],["parent/1783",[]],["name/1784",[1,23.937]],["parent/1784",[799,5.738]],["name/1785",[800,70.851]],["parent/1785",[799,5.738]],["name/1786",[801,70.851]],["parent/1786",[]],["name/1787",[802,70.851]],["parent/1787",[]],["name/1788",[803,70.851]],["parent/1788",[]],["name/1789",[804,70.851]],["parent/1789",[]]],"invertedIndex":[["__type",{"_index":86,"name":{"140":{},"147":{},"180":{},"203":{},"210":{},"240":{},"244":{},"277":{},"281":{},"307":{},"311":{},"351":{},"355":{},"463":{},"659":{},"665":{},"669":{},"674":{},"815":{},"817":{},"822":{},"827":{},"832":{},"837":{},"842":{},"861":{},"878":{},"911":{},"916":{},"966":{},"987":{},"1005":{},"1016":{},"1020":{},"1024":{},"1168":{},"1182":{},"1191":{},"1514":{}},"parent":{}}],["_attr",{"_index":673,"name":{"1545":{}},"parent":{}}],["absolutehorizontalposition",{"_index":313,"name":{"781":{}},"parent":{}}],["absoluteverticalposition",{"_index":315,"name":{"784":{}},"parent":{}}],["abstractnumbering",{"_index":376,"name":{"934":{}},"parent":{"935":{},"936":{},"937":{},"938":{}}}],["abstractnumid",{"_index":400,"name":{"983":{}},"parent":{}}],["add",{"_index":685,"name":{"1581":{},"1591":{}},"parent":{}}],["addcelltocolumnindex",{"_index":345,"name":{"869":{}},"parent":{}}],["addcelltoindex",{"_index":344,"name":{"868":{}},"parent":{}}],["addchildelement",{"_index":27,"name":{"31":{},"40":{},"44":{},"55":{},"59":{},"63":{},"67":{},"82":{},"94":{},"98":{},"124":{},"128":{},"166":{},"229":{},"270":{},"334":{},"338":{},"377":{},"385":{},"395":{},"399":{},"421":{},"426":{},"430":{},"434":{},"438":{},"442":{},"446":{},"454":{},"459":{},"474":{},"478":{},"483":{},"487":{},"493":{},"497":{},"504":{},"508":{},"512":{},"516":{},"520":{},"524":{},"528":{},"532":{},"540":{},"544":{},"551":{},"555":{},"562":{},"566":{},"574":{},"578":{},"586":{},"590":{},"595":{},"602":{},"606":{},"613":{},"617":{},"621":{},"625":{},"629":{},"633":{},"637":{},"684":{},"700":{},"716":{},"727":{},"731":{},"738":{},"746":{},"761":{},"798":{},"805":{},"848":{},"855":{},"873":{},"884":{},"896":{},"908":{},"933":{},"938":{},"972":{},"976":{},"980":{},"996":{},"1000":{},"1042":{},"1060":{},"1064":{},"1068":{},"1072":{},"1117":{},"1121":{},"1125":{},"1161":{},"1198":{},"1209":{},"1223":{},"1233":{},"1248":{},"1266":{},"1290":{},"1306":{},"1323":{},"1337":{},"1351":{},"1364":{},"1372":{},"1420":{},"1445":{},"1472":{},"1476":{},"1480":{},"1487":{},"1491":{},"1518":{},"1522":{},"1538":{},"1542":{},"1549":{},"1553":{},"1557":{},"1561":{},"1565":{},"1569":{},"1582":{},"1592":{},"1608":{},"1616":{},"1620":{},"1624":{},"1628":{},"1712":{},"1770":{}},"parent":{}}],["addimage",{"_index":409,"name":{"1012":{}},"parent":{}}],["addmedia",{"_index":408,"name":{"1011":{}},"parent":{}}],["addruntofront",{"_index":103,"name":{"165":{}},"parent":{}}],["addsection",{"_index":489,"name":{"1158":{}},"parent":{}}],["after",{"_index":45,"name":{"73":{}},"parent":{}}],["afterautospacing",{"_index":50,"name":{"78":{}},"parent":{}}],["aiueo",{"_index":704,"name":{"1654":{}},"parent":{}}],["aiueo_full_width",{"_index":711,"name":{"1662":{}},"parent":{}}],["align",{"_index":449,"name":{"1093":{},"1097":{}},"parent":{}}],["alignment",{"_index":26,"name":{"28":{},"152":{},"168":{},"185":{},"215":{},"673":{},"695":{},"755":{},"962":{}},"parent":{"29":{},"30":{},"31":{}}}],["alignmentattributes",{"_index":23,"name":{"24":{}},"parent":{"25":{},"26":{},"27":{}}}],["alignmenttype",{"_index":14,"name":{"15":{}},"parent":{"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{}}}],["all_pages",{"_index":537,"name":{"1268":{}},"parent":{}}],["allcaps",{"_index":126,"name":{"251":{},"288":{},"318":{},"362":{}},"parent":{}}],["allowoverlap",{"_index":456,"name":{"1107":{}},"parent":{}}],["anchor",{"_index":269,"name":{"664":{}},"parent":{}}],["anchorlock",{"_index":259,"name":{"654":{}},"parent":{}}],["appproperties",{"_index":11,"name":{"12":{}},"parent":{}}],["arabic_abjad",{"_index":740,"name":{"1694":{}},"parent":{}}],["arabic_alpha",{"_index":739,"name":{"1693":{}},"parent":{}}],["around",{"_index":254,"name":{"647":{}},"parent":{}}],["array",{"_index":410,"name":{"1013":{}},"parent":{}}],["ascii",{"_index":159,"name":{"387":{}},"parent":{}}],["at_least",{"_index":41,"name":{"69":{}},"parent":{}}],["atleast",{"_index":352,"name":{"887":{}},"parent":{}}],["attributemap",{"_index":665,"name":{"1527":{}},"parent":{}}],["attributes",{"_index":664,"name":{"1523":{}},"parent":{"1524":{},"1525":{},"1526":{}}}],["auto",{"_index":43,"name":{"71":{},"648":{},"886":{},"898":{}},"parent":{}}],["autofit",{"_index":324,"name":{"800":{}},"parent":{}}],["back",{"_index":542,"name":{"1275":{}},"parent":{}}],["background",{"_index":463,"name":{"1127":{}},"parent":{}}],["baht_text",{"_index":748,"name":{"1702":{}},"parent":{}}],["bar",{"_index":63,"name":{"103":{}},"parent":{}}],["basedon",{"_index":626,"name":{"1424":{},"1435":{},"1450":{},"1462":{}},"parent":{}}],["baseemphasismark",{"_index":185,"name":{"424":{}},"parent":{"425":{},"426":{}}}],["basexmlcomponent",{"_index":682,"name":{"1573":{}},"parent":{"1574":{},"1575":{}}}],["before",{"_index":46,"name":{"74":{}},"parent":{}}],["beforeautospacing",{"_index":49,"name":{"77":{}},"parent":{}}],["behinddocument",{"_index":458,"name":{"1109":{}},"parent":{}}],["bidirectional",{"_index":83,"name":{"135":{},"198":{}},"parent":{}}],["body",{"_index":488,"name":{"1156":{}},"parent":{"1157":{},"1158":{},"1159":{},"1160":{},"1161":{}}}],["bold",{"_index":113,"name":{"235":{},"272":{},"302":{},"346":{}},"parent":{}}],["boldcomplexscript",{"_index":114,"name":{"236":{},"273":{},"303":{},"347":{}},"parent":{}}],["bookmark",{"_index":200,"name":{"466":{}},"parent":{"467":{},"468":{},"469":{},"470":{}}}],["bookmarkend",{"_index":202,"name":{"475":{}},"parent":{"476":{},"477":{},"478":{}}}],["bookmarkstart",{"_index":201,"name":{"471":{}},"parent":{"472":{},"473":{},"474":{}}}],["border",{"_index":31,"name":{"37":{},"133":{},"196":{}},"parent":{"38":{},"39":{},"40":{}}}],["borderelement",{"_index":751,"name":{"1709":{}},"parent":{"1710":{},"1711":{},"1712":{}}}],["borders",{"_index":282,"name":{"694":{},"711":{},"751":{},"1172":{}},"parent":{}}],["borderstyle",{"_index":752,"name":{"1713":{}},"parent":{"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{}}}],["both",{"_index":18,"name":{"19":{},"1759":{}},"parent":{}}],["both_sides",{"_index":429,"name":{"1049":{}},"parent":{}}],["bottom",{"_index":30,"name":{"34":{},"721":{},"775":{},"808":{},"821":{},"1101":{},"1185":{},"1294":{},"1636":{},"1760":{}},"parent":{}}],["bottom_margin",{"_index":445,"name":{"1083":{}},"parent":{}}],["bottom_to_top_left_to_right",{"_index":298,"name":{"740":{}},"parent":{}}],["bottomfromtext",{"_index":316,"name":{"786":{}},"parent":{}}],["break",{"_index":112,"name":{"232":{},"343":{}},"parent":{}}],["bullet",{"_index":85,"name":{"139":{},"202":{},"940":{},"1665":{}},"parent":{}}],["cantsplit",{"_index":337,"name":{"858":{},"875":{}},"parent":{}}],["captionlabel",{"_index":645,"name":{"1497":{}},"parent":{}}],["captionlabelincludingnumbers",{"_index":647,"name":{"1499":{}},"parent":{}}],["cardinal_text",{"_index":379,"name":{"941":{},"1648":{}},"parent":{}}],["cellcount",{"_index":342,"name":{"866":{}},"parent":{}}],["cellmargin",{"_index":303,"name":{"756":{}},"parent":{}}],["cells",{"_index":343,"name":{"867":{}},"parent":{}}],["center",{"_index":17,"name":{"18":{},"102":{},"767":{},"773":{},"1630":{},"1637":{},"1761":{}},"parent":{}}],["char",{"_index":149,"name":{"340":{}},"parent":{}}],["character",{"_index":438,"name":{"1074":{}},"parent":{}}],["characterspacing",{"_index":134,"name":{"259":{},"296":{},"326":{},"370":{}},"parent":{}}],["characterstyles",{"_index":623,"name":{"1415":{}},"parent":{}}],["chicago",{"_index":380,"name":{"942":{},"1651":{}},"parent":{}}],["children",{"_index":81,"name":{"132":{},"231":{},"342":{},"464":{},"469":{},"489":{},"534":{},"546":{},"557":{},"568":{},"580":{},"597":{},"608":{},"702":{},"857":{},"921":{},"1215":{},"1597":{}},"parent":{}}],["chinese_counting",{"_index":726,"name":{"1679":{}},"parent":{}}],["chinese_counting_ten_thousand",{"_index":728,"name":{"1681":{}},"parent":{}}],["chinese_legal_simplified",{"_index":727,"name":{"1680":{}},"parent":{}}],["chosung",{"_index":714,"name":{"1667":{}},"parent":{}}],["clear",{"_index":64,"name":{"104":{},"1374":{}},"parent":{}}],["colon",{"_index":528,"name":{"1252":{}},"parent":{}}],["color",{"_index":118,"name":{"241":{},"246":{},"278":{},"283":{},"308":{},"313":{},"352":{},"357":{},"820":{},"825":{},"830":{},"835":{},"840":{},"845":{},"1357":{},"1367":{},"1706":{}},"parent":{}}],["column",{"_index":439,"name":{"1075":{},"1179":{},"1206":{}},"parent":{"1207":{},"1208":{},"1209":{}}}],["columnattributes",{"_index":509,"name":{"1202":{}},"parent":{"1203":{},"1204":{},"1205":{}}}],["columnbreak",{"_index":38,"name":{"60":{}},"parent":{"61":{},"62":{},"63":{}}}],["columnindextorootindex",{"_index":347,"name":{"871":{}},"parent":{}}],["columns",{"_index":515,"name":{"1220":{}},"parent":{"1221":{},"1222":{},"1223":{}}}],["columnsattributes",{"_index":514,"name":{"1216":{}},"parent":{"1217":{},"1218":{},"1219":{}}}],["columnspan",{"_index":289,"name":{"709":{}},"parent":{}}],["columnwidths",{"_index":278,"name":{"688":{}},"parent":{}}],["concretehyperlink",{"_index":193,"name":{"450":{}},"parent":{"451":{},"452":{},"453":{},"454":{}}}],["concretenumbering",{"_index":374,"name":{"931":{},"990":{}},"parent":{"991":{},"992":{},"993":{},"994":{},"995":{},"996":{}}}],["config",{"_index":372,"name":{"926":{}},"parent":{}}],["constructor",{"_index":1,"name":{"1":{},"25":{},"29":{},"38":{},"42":{},"53":{},"57":{},"61":{},"65":{},"80":{},"92":{},"96":{},"118":{},"122":{},"126":{},"163":{},"226":{},"268":{},"331":{},"336":{},"375":{},"383":{},"393":{},"397":{},"419":{},"428":{},"432":{},"436":{},"440":{},"444":{},"451":{},"456":{},"461":{},"467":{},"472":{},"476":{},"480":{},"485":{},"491":{},"495":{},"502":{},"506":{},"510":{},"514":{},"518":{},"522":{},"526":{},"530":{},"538":{},"542":{},"549":{},"553":{},"560":{},"564":{},"572":{},"576":{},"584":{},"588":{},"593":{},"600":{},"604":{},"611":{},"615":{},"619":{},"623":{},"627":{},"631":{},"635":{},"678":{},"682":{},"698":{},"713":{},"725":{},"729":{},"736":{},"744":{},"759":{},"792":{},"796":{},"803":{},"846":{},"853":{},"865":{},"882":{},"890":{},"894":{},"906":{},"928":{},"935":{},"970":{},"974":{},"978":{},"991":{},"998":{},"1010":{},"1040":{},"1058":{},"1062":{},"1066":{},"1070":{},"1115":{},"1119":{},"1123":{},"1153":{},"1157":{},"1196":{},"1203":{},"1207":{},"1217":{},"1221":{},"1227":{},"1231":{},"1242":{},"1246":{},"1260":{},"1264":{},"1288":{},"1300":{},"1304":{},"1317":{},"1321":{},"1331":{},"1335":{},"1349":{},"1353":{},"1362":{},"1370":{},"1418":{},"1443":{},"1470":{},"1474":{},"1478":{},"1485":{},"1489":{},"1493":{},"1516":{},"1520":{},"1524":{},"1529":{},"1535":{},"1540":{},"1547":{},"1551":{},"1555":{},"1559":{},"1563":{},"1567":{},"1574":{},"1580":{},"1590":{},"1599":{},"1602":{},"1605":{},"1610":{},"1614":{},"1618":{},"1622":{},"1626":{},"1710":{},"1764":{},"1768":{},"1775":{},"1784":{}},"parent":{}}],["contenttypes",{"_index":9,"name":{"10":{}},"parent":{}}],["contextualspacing",{"_index":96,"name":{"154":{},"170":{},"187":{},"217":{}},"parent":{}}],["continue",{"_index":296,"name":{"733":{}},"parent":{}}],["continuous",{"_index":560,"name":{"1310":{},"1327":{}},"parent":{}}],["convertinchestotwip",{"_index":802,"name":{"1787":{}},"parent":{}}],["convertmillimeterstotwip",{"_index":801,"name":{"1786":{}},"parent":{}}],["converttoxmlcomponent",{"_index":667,"name":{"1532":{}},"parent":{}}],["coreproperties",{"_index":3,"name":{"4":{}},"parent":{}}],["count",{"_index":511,"name":{"1212":{}},"parent":{}}],["countby",{"_index":562,"name":{"1312":{}},"parent":{}}],["cp",{"_index":482,"name":{"1146":{}},"parent":{}}],["createconcretenumberinginstance",{"_index":373,"name":{"930":{}},"parent":{}}],["createfootnote",{"_index":691,"name":{"1606":{}},"parent":{}}],["cs",{"_index":160,"name":{"388":{}},"parent":{}}],["current",{"_index":138,"name":{"264":{}},"parent":{}}],["currentrelationshipid",{"_index":797,"name":{"1777":{}},"parent":{}}],["custom",{"_index":95,"name":{"151":{},"184":{},"214":{}},"parent":{}}],["customproperties",{"_index":10,"name":{"11":{}},"parent":{}}],["dash",{"_index":173,"name":{"407":{}},"parent":{}}],["dash_dot_stroked",{"_index":753,"name":{"1715":{}},"parent":{}}],["dash_small_gap",{"_index":755,"name":{"1717":{}},"parent":{}}],["dashdotdotheavy",{"_index":180,"name":{"414":{}},"parent":{}}],["dashdotheavy",{"_index":178,"name":{"412":{}},"parent":{}}],["dashed",{"_index":754,"name":{"1716":{}},"parent":{}}],["dashedheavy",{"_index":174,"name":{"408":{}},"parent":{}}],["dashlong",{"_index":175,"name":{"409":{}},"parent":{}}],["dashlongheavy",{"_index":176,"name":{"410":{}},"parent":{}}],["data",{"_index":154,"name":{"379":{}},"parent":{}}],["datetimevalue",{"_index":787,"name":{"1755":{}},"parent":{}}],["dc",{"_index":483,"name":{"1147":{}},"parent":{}}],["dcmitype",{"_index":485,"name":{"1149":{}},"parent":{}}],["dcterms",{"_index":484,"name":{"1148":{}},"parent":{}}],["decimal",{"_index":65,"name":{"105":{},"943":{},"1642":{}},"parent":{}}],["decimal_enclosed_circle",{"_index":381,"name":{"944":{},"1660":{}},"parent":{}}],["decimal_enclosed_circle_chinese",{"_index":717,"name":{"1670":{}},"parent":{}}],["decimal_enclosed_full_stop",{"_index":715,"name":{"1668":{}},"parent":{}}],["decimal_enclosed_fullstop",{"_index":382,"name":{"945":{}},"parent":{}}],["decimal_enclosed_paren",{"_index":716,"name":{"1669":{}},"parent":{}}],["decimal_enclosed_parentheses",{"_index":383,"name":{"946":{}},"parent":{}}],["decimal_full_width",{"_index":706,"name":{"1656":{}},"parent":{}}],["decimal_full_width_2",{"_index":710,"name":{"1661":{}},"parent":{}}],["decimal_half_width",{"_index":707,"name":{"1657":{}},"parent":{}}],["decimal_zero",{"_index":384,"name":{"947":{},"1664":{}},"parent":{}}],["decimalnumber",{"_index":773,"name":{"1741":{}},"parent":{}}],["default",{"_index":363,"name":{"912":{},"917":{},"1163":{},"1339":{},"1412":{}},"parent":{}}],["degree",{"_index":236,"name":{"598":{}},"parent":{}}],["deletedtextrun",{"_index":696,"name":{"1625":{}},"parent":{"1626":{},"1627":{},"1628":{}}}],["denominator",{"_index":209,"name":{"500":{}},"parent":{}}],["diagonal_cross",{"_index":585,"name":{"1375":{}},"parent":{}}],["diagonal_stripe",{"_index":586,"name":{"1376":{}},"parent":{}}],["display",{"_index":545,"name":{"1278":{}},"parent":{}}],["distance",{"_index":563,"name":{"1315":{}},"parent":{}}],["distb",{"_index":420,"name":{"1034":{}},"parent":{}}],["distl",{"_index":421,"name":{"1035":{}},"parent":{}}],["distr",{"_index":422,"name":{"1036":{}},"parent":{}}],["distribute",{"_index":20,"name":{"21":{}},"parent":{}}],["distt",{"_index":419,"name":{"1033":{}},"parent":{}}],["docgridattributes",{"_index":518,"name":{"1226":{}},"parent":{"1227":{},"1228":{},"1229":{}}}],["document",{"_index":0,"name":{"0":{},"2":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{}}}],["documentattributes",{"_index":487,"name":{"1152":{}},"parent":{"1153":{},"1154":{},"1155":{}}}],["documentbackground",{"_index":581,"name":{"1361":{}},"parent":{"1362":{},"1363":{},"1364":{}}}],["documentbackgroundattributes",{"_index":576,"name":{"1352":{}},"parent":{"1353":{},"1354":{},"1355":{}}}],["documentdefaults",{"_index":640,"name":{"1484":{}},"parent":{"1485":{},"1486":{},"1487":{}}}],["documentgrid",{"_index":519,"name":{"1230":{}},"parent":{"1231":{},"1232":{},"1233":{}}}],["dollar_text",{"_index":749,"name":{"1703":{}},"parent":{}}],["dot",{"_index":68,"name":{"110":{},"423":{}},"parent":{}}],["dot_dash",{"_index":756,"name":{"1718":{}},"parent":{}}],["dot_dot_dash",{"_index":757,"name":{"1719":{}},"parent":{}}],["dotdash",{"_index":177,"name":{"411":{}},"parent":{}}],["dotdotdash",{"_index":179,"name":{"413":{}},"parent":{}}],["dotemphasismark",{"_index":186,"name":{"431":{}},"parent":{"432":{},"433":{},"434":{}}}],["dotted",{"_index":171,"name":{"405":{},"1720":{}},"parent":{}}],["dottedheavy",{"_index":172,"name":{"406":{}},"parent":{}}],["double",{"_index":169,"name":{"403":{},"1721":{}},"parent":{}}],["double_wave",{"_index":758,"name":{"1722":{}},"parent":{}}],["doublestrike",{"_index":128,"name":{"253":{},"290":{},"320":{},"364":{}},"parent":{}}],["drawing",{"_index":424,"name":{"1039":{}},"parent":{"1040":{},"1041":{},"1042":{}}}],["drop",{"_index":249,"name":{"640":{}},"parent":{}}],["dropcap",{"_index":260,"name":{"655":{}},"parent":{}}],["dropcaptype",{"_index":248,"name":{"638":{}},"parent":{"639":{},"640":{},"641":{}}}],["dxa",{"_index":357,"name":{"899":{}},"parent":{}}],["eastasia",{"_index":161,"name":{"389":{}},"parent":{}}],["eighthpointmeasurevalue",{"_index":788,"name":{"1756":{}},"parent":{}}],["em_dash",{"_index":529,"name":{"1253":{}},"parent":{}}],["emboss",{"_index":135,"name":{"261":{},"298":{},"328":{},"372":{}},"parent":{}}],["emphasismark",{"_index":121,"name":{"243":{},"280":{},"310":{},"354":{},"427":{}},"parent":{"428":{},"429":{},"430":{}}}],["emphasismarktype",{"_index":184,"name":{"422":{}},"parent":{"423":{}}}],["empty_object",{"_index":661,"name":{"1513":{}},"parent":{"1514":{}}}],["emus",{"_index":414,"name":{"1019":{}},"parent":{}}],["en_dash",{"_index":530,"name":{"1254":{}},"parent":{}}],["end",{"_index":16,"name":{"17":{},"47":{},"106":{},"470":{},"722":{}},"parent":{}}],["entriesfrombookmark",{"_index":646,"name":{"1498":{}},"parent":{}}],["entryandpagenumberseparator",{"_index":654,"name":{"1506":{}},"parent":{}}],["equalwidth",{"_index":513,"name":{"1214":{}},"parent":{}}],["even",{"_index":366,"name":{"914":{},"919":{},"1165":{},"1341":{}},"parent":{}}],["even_page",{"_index":569,"name":{"1328":{}},"parent":{}}],["exact",{"_index":353,"name":{"888":{}},"parent":{}}],["exactly",{"_index":42,"name":{"70":{}},"parent":{}}],["external",{"_index":192,"name":{"449":{}},"parent":{}}],["externalhyperlink",{"_index":196,"name":{"460":{}},"parent":{"461":{},"462":{},"463":{}}}],["externalhyperlink.__type",{"_index":198,"name":{},"parent":{"464":{},"465":{}}}],["extract",{"_index":800,"name":{"1785":{}},"parent":{}}],["file",{"_index":368,"name":{"922":{},"1571":{}},"parent":{}}],["filename",{"_index":417,"name":{"1030":{}},"parent":{}}],["filerelationships",{"_index":6,"name":{"7":{}},"parent":{}}],["fill",{"_index":583,"name":{"1366":{}},"parent":{}}],["first",{"_index":365,"name":{"913":{},"918":{},"1164":{},"1340":{}},"parent":{}}],["first_page",{"_index":538,"name":{"1269":{}},"parent":{}}],["firstline",{"_index":35,"name":{"51":{}},"parent":{}}],["fixed",{"_index":325,"name":{"801":{}},"parent":{}}],["flip",{"_index":405,"name":{"1004":{},"1023":{}},"parent":{}}],["float",{"_index":280,"name":{"691":{},"752":{}},"parent":{}}],["floating",{"_index":156,"name":{"381":{},"1038":{}},"parent":{}}],["font",{"_index":131,"name":{"256":{},"293":{},"323":{},"367":{}},"parent":{}}],["footer",{"_index":502,"name":{"1188":{},"1297":{},"1347":{},"1587":{},"1601":{}},"parent":{"1602":{},"1603":{}}}],["footers",{"_index":8,"name":{"9":{},"915":{},"1779":{}},"parent":{}}],["footerwrapper",{"_index":689,"name":{"1589":{}},"parent":{"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{}}}],["footerwrappergroup",{"_index":496,"name":{"1175":{}},"parent":{}}],["footnotereference",{"_index":693,"name":{"1613":{}},"parent":{"1614":{},"1615":{},"1616":{}}}],["footnotereferencerun",{"_index":694,"name":{"1617":{}},"parent":{"1618":{},"1619":{},"1620":{}}}],["footnotereferencerunattributes",{"_index":692,"name":{"1609":{}},"parent":{"1610":{},"1611":{},"1612":{}}}],["footnotes",{"_index":12,"name":{"13":{},"1604":{}},"parent":{"1605":{},"1606":{},"1607":{},"1608":{}}}],["format",{"_index":393,"name":{"960":{}},"parent":{}}],["formattype",{"_index":532,"name":{"1257":{}},"parent":{}}],["frame",{"_index":91,"name":{"144":{},"207":{}},"parent":{}}],["frameanchortype",{"_index":251,"name":{"642":{}},"parent":{"643":{},"644":{},"645":{}}}],["frameproperties",{"_index":275,"name":{"681":{}},"parent":{"682":{},"683":{},"684":{}}}],["framepropertiesattributes",{"_index":274,"name":{"677":{}},"parent":{"678":{},"679":{},"680":{}}}],["framewrap",{"_index":253,"name":{"646":{}},"parent":{"647":{},"648":{},"649":{},"650":{},"651":{},"652":{}}}],["fromxmlstring",{"_index":669,"name":{"1534":{}},"parent":{}}],["front",{"_index":543,"name":{"1276":{}},"parent":{}}],["ganada",{"_index":713,"name":{"1666":{}},"parent":{}}],["grid",{"_index":494,"name":{"1173":{}},"parent":{}}],["gridspan",{"_index":294,"name":{"728":{}},"parent":{"729":{},"730":{},"731":{}}}],["gutter",{"_index":503,"name":{"1189":{},"1298":{}},"parent":{}}],["hanging",{"_index":34,"name":{"50":{}},"parent":{}}],["hansi",{"_index":162,"name":{"390":{}},"parent":{}}],["header",{"_index":501,"name":{"1187":{},"1296":{},"1346":{},"1577":{},"1598":{}},"parent":{"1599":{},"1600":{}}}],["headerfooterreference",{"_index":575,"name":{"1348":{}},"parent":{"1349":{},"1350":{},"1351":{}}}],["headerfooterreferencetype",{"_index":572,"name":{"1338":{}},"parent":{"1339":{},"1340":{},"1341":{}}}],["headerfootertype",{"_index":574,"name":{"1345":{}},"parent":{"1346":{},"1347":{}}}],["headers",{"_index":7,"name":{"8":{},"910":{},"1778":{}},"parent":{}}],["headerwrapper",{"_index":684,"name":{"1579":{}},"parent":{"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{}}}],["headerwrappergroup",{"_index":495,"name":{"1174":{}},"parent":{}}],["heading",{"_index":82,"name":{"134":{},"197":{}},"parent":{}}],["heading_1",{"_index":53,"name":{"84":{}},"parent":{}}],["heading_2",{"_index":54,"name":{"85":{}},"parent":{}}],["heading_3",{"_index":55,"name":{"86":{}},"parent":{}}],["heading_4",{"_index":56,"name":{"87":{}},"parent":{}}],["heading_5",{"_index":57,"name":{"88":{}},"parent":{}}],["heading_6",{"_index":58,"name":{"89":{}},"parent":{}}],["headinglevel",{"_index":52,"name":{"83":{}},"parent":{"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{}}}],["headingstylerange",{"_index":653,"name":{"1505":{}},"parent":{}}],["hebrew_1",{"_index":737,"name":{"1691":{}},"parent":{}}],["hebrew_2",{"_index":738,"name":{"1692":{}},"parent":{}}],["height",{"_index":262,"name":{"657":{},"860":{},"877":{},"1003":{},"1193":{},"1239":{}},"parent":{}}],["heightrule",{"_index":351,"name":{"885":{}},"parent":{"886":{},"887":{},"888":{}}}],["hex",{"_index":701,"name":{"1650":{}},"parent":{}}],["hexcolorvalue",{"_index":780,"name":{"1748":{}},"parent":{}}],["hidetabandpagenumbersinwebview",{"_index":660,"name":{"1512":{}},"parent":{}}],["highlight",{"_index":132,"name":{"257":{},"294":{},"324":{},"368":{}},"parent":{}}],["highlightcomplexscript",{"_index":133,"name":{"258":{},"295":{},"325":{},"369":{}},"parent":{}}],["hindi_consonants",{"_index":742,"name":{"1696":{}},"parent":{}}],["hindi_counting",{"_index":744,"name":{"1698":{}},"parent":{}}],["hindi_numbers",{"_index":743,"name":{"1697":{}},"parent":{}}],["hindi_vowels",{"_index":741,"name":{"1695":{}},"parent":{}}],["hint",{"_index":163,"name":{"391":{}},"parent":{}}],["horizontal",{"_index":270,"name":{"666":{},"670":{},"1007":{},"1026":{}},"parent":{}}],["horizontal_cross",{"_index":587,"name":{"1377":{}},"parent":{}}],["horizontal_stripe",{"_index":588,"name":{"1378":{}},"parent":{}}],["horizontalanchor",{"_index":312,"name":{"780":{}},"parent":{}}],["horizontalposition",{"_index":454,"name":{"1105":{},"1118":{}},"parent":{"1119":{},"1120":{},"1121":{}}}],["horizontalpositionalign",{"_index":697,"name":{"1629":{}},"parent":{"1630":{},"1631":{},"1632":{},"1633":{},"1634":{}}}],["horizontalpositionrelativefrom",{"_index":437,"name":{"1073":{}},"parent":{"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{}}}],["hpsmeasureelement",{"_index":676,"name":{"1554":{}},"parent":{"1555":{},"1556":{},"1557":{}}}],["hpsmeasurevalue",{"_index":782,"name":{"1750":{}},"parent":{}}],["hyperlink",{"_index":650,"name":{"1502":{}},"parent":{}}],["hyperlinktype",{"_index":190,"name":{"447":{}},"parent":{"448":{},"449":{}}}],["hyphen",{"_index":69,"name":{"111":{},"1250":{}},"parent":{}}],["ibasecharacterstyleoptions",{"_index":625,"name":{"1421":{}},"parent":{"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{},"1428":{},"1429":{},"1430":{}}}],["ibaseparagraphstyleoptions",{"_index":634,"name":{"1446":{}},"parent":{"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{},"1455":{},"1456":{}}}],["iborderoptions",{"_index":750,"name":{"1704":{}},"parent":{"1705":{},"1706":{},"1707":{},"1708":{}}}],["ibordersoptions",{"_index":28,"name":{"32":{}},"parent":{"33":{},"34":{},"35":{},"36":{}}}],["icharacterstyleoptions",{"_index":632,"name":{"1431":{}},"parent":{"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{}}}],["icolumnattributes",{"_index":508,"name":{"1199":{}},"parent":{"1200":{},"1201":{}}}],["icolumnsattributes",{"_index":510,"name":{"1210":{}},"parent":{"1211":{},"1212":{},"1213":{},"1214":{},"1215":{}}}],["iconcretenumberingoptions",{"_index":398,"name":{"981":{}},"parent":{"982":{},"983":{},"984":{},"985":{},"986":{},"987":{}}}],["iconcretenumberingoptions.__type",{"_index":402,"name":{},"parent":{"988":{},"989":{}}}],["icontext",{"_index":680,"name":{"1570":{}},"parent":{"1571":{},"1572":{}}}],["id",{"_index":377,"name":{"936":{},"1344":{},"1432":{},"1458":{}},"parent":{}}],["ideograph_digital",{"_index":702,"name":{"1652":{}},"parent":{}}],["ideograph_enclosed_circle",{"_index":718,"name":{"1671":{}},"parent":{}}],["ideograph_legal_traditional",{"_index":723,"name":{"1676":{}},"parent":{}}],["ideograph_traditional",{"_index":719,"name":{"1672":{}},"parent":{}}],["ideograph_zodiac",{"_index":720,"name":{"1673":{}},"parent":{}}],["ideograph_zodiac_traditional",{"_index":721,"name":{"1674":{}},"parent":{}}],["idistance",{"_index":418,"name":{"1032":{}},"parent":{"1033":{},"1034":{},"1035":{},"1036":{}}}],["idocgridattributesproperties",{"_index":516,"name":{"1224":{}},"parent":{"1225":{}}}],["idocumentattributesproperties",{"_index":464,"name":{"1128":{}},"parent":{"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1143":{},"1144":{},"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{}}}],["idocumentbackgroundoptions",{"_index":577,"name":{"1356":{}},"parent":{"1357":{},"1358":{},"1359":{},"1360":{}}}],["idocumentdefaultsoptions",{"_index":639,"name":{"1481":{}},"parent":{"1482":{},"1483":{}}}],["idocumentfooter",{"_index":688,"name":{"1586":{}},"parent":{"1587":{},"1588":{}}}],["idocumentheader",{"_index":683,"name":{"1576":{}},"parent":{"1577":{},"1578":{}}}],["idocumentoptions",{"_index":462,"name":{"1126":{}},"parent":{"1127":{}}}],["idocumenttemplate",{"_index":796,"name":{"1776":{}},"parent":{"1777":{},"1778":{},"1779":{},"1780":{},"1781":{},"1782":{}}}],["idrawingoptions",{"_index":423,"name":{"1037":{}},"parent":{"1038":{}}}],["ifileproperties",{"_index":369,"name":{"923":{}},"parent":{"924":{}}}],["ifloating",{"_index":453,"name":{"1104":{}},"parent":{"1105":{},"1106":{},"1107":{},"1108":{},"1109":{},"1110":{},"1111":{},"1112":{},"1113":{}}}],["ifontattributesproperties",{"_index":158,"name":{"386":{}},"parent":{"387":{},"388":{},"389":{},"390":{},"391":{}}}],["iframeoptions",{"_index":258,"name":{"653":{}},"parent":{"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"662":{},"663":{},"664":{},"665":{},"668":{},"669":{},"672":{},"673":{},"674":{}}}],["iframeoptions.__type",{"_index":265,"name":{},"parent":{"660":{},"661":{},"666":{},"667":{},"670":{},"671":{},"675":{},"676":{}}}],["ignorable",{"_index":481,"name":{"1145":{}},"parent":{}}],["ignoreifemptyxmlcomponent",{"_index":663,"name":{"1519":{}},"parent":{"1520":{},"1521":{},"1522":{}}}],["iheaderfootergroup",{"_index":490,"name":{"1162":{}},"parent":{"1163":{},"1164":{},"1165":{}}}],["iheaderfooteroptions",{"_index":573,"name":{"1342":{}},"parent":{"1343":{},"1344":{}}}],["iheaderoptions",{"_index":690,"name":{"1596":{}},"parent":{"1597":{}}}],["ihorizontalpositionoptions",{"_index":447,"name":{"1091":{}},"parent":{"1092":{},"1093":{},"1094":{}}}],["iimageoptions",{"_index":153,"name":{"378":{}},"parent":{"379":{},"380":{},"381":{}}}],["iindentattributesproperties",{"_index":33,"name":{"45":{}},"parent":{"46":{},"47":{},"48":{},"49":{},"50":{},"51":{}}}],["ilevelparagraphstylepropertiesoptions",{"_index":104,"name":{"167":{}},"parent":{"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{}}}],["ilevelsoptions",{"_index":392,"name":{"958":{}},"parent":{"959":{},"960":{},"961":{},"962":{},"963":{},"964":{},"965":{},"966":{}}}],["ilevelsoptions.__type",{"_index":395,"name":{},"parent":{"967":{},"968":{}}}],["ilinenumberattributes",{"_index":561,"name":{"1311":{}},"parent":{"1312":{},"1313":{},"1314":{},"1315":{}}}],["imagerun",{"_index":157,"name":{"382":{}},"parent":{"383":{},"384":{},"385":{}}}],["imargins",{"_index":452,"name":{"1099":{}},"parent":{"1100":{},"1101":{},"1102":{},"1103":{}}}],["imathfractionoptions",{"_index":207,"name":{"498":{}},"parent":{"499":{},"500":{}}}],["imathfunctionoptions",{"_index":239,"name":{"607":{}},"parent":{"608":{},"609":{}}}],["imathoptions",{"_index":204,"name":{"488":{}},"parent":{"489":{}}}],["imathpresubsuperscriptoptions",{"_index":230,"name":{"579":{}},"parent":{"580":{},"581":{},"582":{}}}],["imathradicaloptions",{"_index":235,"name":{"596":{}},"parent":{"597":{},"598":{}}}],["imathsubscriptoptions",{"_index":224,"name":{"556":{}},"parent":{"557":{},"558":{}}}],["imathsubsuperscriptoptions",{"_index":227,"name":{"567":{}},"parent":{"568":{},"569":{},"570":{}}}],["imathsumoptions",{"_index":218,"name":{"533":{}},"parent":{"534":{},"535":{},"536":{}}}],["imathsuperscriptoptions",{"_index":221,"name":{"545":{}},"parent":{"546":{},"547":{}}}],["imediadata",{"_index":415,"name":{"1028":{}},"parent":{"1029":{},"1030":{},"1031":{}}}],["imediadatatransformation",{"_index":411,"name":{"1014":{}},"parent":{"1015":{},"1016":{},"1019":{},"1020":{},"1023":{},"1024":{},"1027":{}}}],["imediadatatransformation.__type",{"_index":413,"name":{},"parent":{"1017":{},"1018":{},"1021":{},"1022":{},"1025":{},"1026":{}}}],["imediatransformation",{"_index":404,"name":{"1001":{}},"parent":{"1002":{},"1003":{},"1004":{},"1005":{},"1008":{}}}],["imediatransformation.__type",{"_index":406,"name":{},"parent":{"1006":{},"1007":{}}}],["importdotx",{"_index":799,"name":{"1783":{}},"parent":{"1784":{},"1785":{}}}],["importedrootelementattributes",{"_index":670,"name":{"1539":{}},"parent":{"1540":{},"1541":{},"1542":{}}}],["importedstyles",{"_index":624,"name":{"1416":{}},"parent":{}}],["importedxmlcomponent",{"_index":668,"name":{"1533":{}},"parent":{"1534":{},"1535":{},"1536":{},"1537":{},"1538":{}}}],["imprint",{"_index":136,"name":{"262":{},"299":{},"329":{},"373":{}},"parent":{}}],["indent",{"_index":36,"name":{"52":{},"157":{},"173":{},"190":{},"220":{},"690":{},"749":{}},"parent":{"53":{},"54":{},"55":{}}}],["initializablexmlcomponent",{"_index":674,"name":{"1546":{}},"parent":{"1547":{},"1548":{},"1549":{}}}],["initialstyles",{"_index":621,"name":{"1413":{}},"parent":{}}],["inline",{"_index":310,"name":{"777":{}},"parent":{}}],["insertedtextrun",{"_index":695,"name":{"1621":{}},"parent":{"1622":{},"1623":{},"1624":{}}}],["inset",{"_index":759,"name":{"1723":{}},"parent":{}}],["inside",{"_index":307,"name":{"768":{},"774":{},"1631":{},"1638":{}},"parent":{}}],["inside_margin",{"_index":440,"name":{"1076":{},"1084":{}},"parent":{}}],["insidehorizontal",{"_index":328,"name":{"811":{},"836":{}},"parent":{}}],["insidevertical",{"_index":329,"name":{"812":{},"841":{}},"parent":{}}],["instance",{"_index":94,"name":{"150":{},"183":{},"213":{},"985":{},"994":{}},"parent":{}}],["internal",{"_index":191,"name":{"448":{}},"parent":{}}],["internalhyperlink",{"_index":195,"name":{"455":{}},"parent":{"456":{},"457":{},"458":{},"459":{}}}],["inumberingoptions",{"_index":371,"name":{"925":{}},"parent":{"926":{}}}],["ipageborderattributes",{"_index":544,"name":{"1277":{}},"parent":{"1278":{},"1279":{},"1280":{}}}],["ipagebordersoptions",{"_index":548,"name":{"1281":{}},"parent":{"1282":{},"1283":{},"1284":{},"1285":{},"1286":{}}}],["ipagemarginattributes",{"_index":554,"name":{"1291":{}},"parent":{"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{}}}],["ipagenumbertypeattributes",{"_index":531,"name":{"1255":{}},"parent":{"1256":{},"1257":{},"1258":{}}}],["ipagesizeattributes",{"_index":523,"name":{"1237":{}},"parent":{"1238":{},"1239":{},"1240":{}}}],["iparagraphoptions",{"_index":79,"name":{"130":{}},"parent":{"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{}}}],["iparagraphoptions.__type",{"_index":88,"name":{},"parent":{"141":{},"148":{},"149":{},"150":{},"151":{}}}],["iparagraphpropertiesoptions",{"_index":107,"name":{"195":{}},"parent":{"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{}}}],["iparagraphpropertiesoptions.__type",{"_index":108,"name":{},"parent":{"204":{},"211":{},"212":{},"213":{},"214":{}}}],["iparagraphstyleoptions",{"_index":635,"name":{"1457":{}},"parent":{"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{}}}],["iparagraphstylepropertiesoptions",{"_index":105,"name":{"178":{}},"parent":{"179":{},"180":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{}}}],["iparagraphstylepropertiesoptions.__type",{"_index":106,"name":{},"parent":{"181":{},"182":{},"183":{},"184":{}}}],["iroha",{"_index":705,"name":{"1655":{}},"parent":{}}],["iroha_full_width",{"_index":712,"name":{"1663":{}},"parent":{}}],["irunoptions",{"_index":111,"name":{"230":{}},"parent":{"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"243":{},"244":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{}}}],["irunoptions.__type",{"_index":119,"name":{},"parent":{"241":{},"242":{},"245":{}}}],["irunpropertiesoptions",{"_index":144,"name":{"300":{}},"parent":{"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"310":{},"311":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{}}}],["irunpropertiesoptions.__type",{"_index":145,"name":{},"parent":{"308":{},"309":{},"312":{}}}],["irunstylepropertiesoptions",{"_index":142,"name":{"271":{}},"parent":{"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"280":{},"281":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{}}}],["irunstylepropertiesoptions.__type",{"_index":143,"name":{},"parent":{"278":{},"279":{},"282":{}}}],["isectionoptions",{"_index":362,"name":{"909":{}},"parent":{"910":{},"911":{},"915":{},"916":{},"920":{},"921":{}}}],["isectionoptions.__type",{"_index":364,"name":{},"parent":{"912":{},"913":{},"914":{},"917":{},"918":{},"919":{}}}],["isectionpropertiesoptions",{"_index":491,"name":{"1166":{}},"parent":{"1167":{},"1168":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{},"1178":{},"1179":{},"1180":{}}}],["isectionpropertiesoptions.__type",{"_index":492,"name":{},"parent":{"1169":{},"1170":{},"1171":{},"1172":{}}}],["ishadingattributesproperties",{"_index":582,"name":{"1365":{}},"parent":{"1366":{},"1367":{},"1368":{}}}],["ispacingproperties",{"_index":44,"name":{"72":{}},"parent":{"73":{},"74":{},"75":{},"76":{},"77":{},"78":{}}}],["istylesoptions",{"_index":620,"name":{"1411":{}},"parent":{"1412":{},"1413":{},"1414":{},"1415":{},"1416":{}}}],["isymbolrunoptions",{"_index":148,"name":{"339":{}},"parent":{"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"354":{},"355":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{}}}],["isymbolrunoptions.__type",{"_index":151,"name":{},"parent":{"352":{},"353":{},"356":{}}}],["itablebordersoptions",{"_index":327,"name":{"806":{}},"parent":{"807":{},"808":{},"809":{},"810":{},"811":{},"812":{}}}],["itablecellborders",{"_index":292,"name":{"717":{}},"parent":{"718":{},"719":{},"720":{},"721":{},"722":{},"723":{}}}],["itablecelloptions",{"_index":285,"name":{"701":{}},"parent":{"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{}}}],["itablefloatoptions",{"_index":311,"name":{"779":{}},"parent":{"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{}}}],["itableofcontentsoptions",{"_index":644,"name":{"1496":{}},"parent":{"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1511":{},"1512":{}}}],["itableoptions",{"_index":276,"name":{"685":{}},"parent":{"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{}}}],["itablepropertiesoptions",{"_index":302,"name":{"747":{}},"parent":{"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{}}}],["itablerowoptions",{"_index":336,"name":{"856":{}},"parent":{"857":{},"858":{},"859":{},"860":{},"861":{}}}],["itablerowoptions.__type",{"_index":340,"name":{},"parent":{"862":{},"863":{}}}],["itablerowpropertiesoptions",{"_index":348,"name":{"874":{}},"parent":{"875":{},"876":{},"877":{},"878":{}}}],["itablerowpropertiesoptions.__type",{"_index":349,"name":{},"parent":{"879":{},"880":{}}}],["itablewidthproperties",{"_index":360,"name":{"902":{}},"parent":{"903":{},"904":{}}}],["italics",{"_index":115,"name":{"237":{},"274":{},"304":{},"348":{}},"parent":{}}],["italicscomplexscript",{"_index":116,"name":{"238":{},"275":{},"305":{},"349":{}},"parent":{}}],["itextwrapping",{"_index":431,"name":{"1053":{}},"parent":{"1054":{},"1055":{},"1056":{}}}],["iverticalpositionoptions",{"_index":451,"name":{"1095":{}},"parent":{"1096":{},"1097":{},"1098":{}}}],["ixmlableobject",{"_index":672,"name":{"1544":{}},"parent":{"1545":{}}}],["ixmlattribute",{"_index":671,"name":{"1543":{}},"parent":{}}],["japanese_counting",{"_index":703,"name":{"1653":{}},"parent":{}}],["japanese_digital_ten_thousand",{"_index":709,"name":{"1659":{}},"parent":{}}],["japanese_legal",{"_index":708,"name":{"1658":{}},"parent":{}}],["justified",{"_index":19,"name":{"20":{}},"parent":{}}],["keeplines",{"_index":100,"name":{"160":{},"176":{},"193":{},"223":{}},"parent":{}}],["keepnext",{"_index":99,"name":{"159":{},"175":{},"192":{},"222":{}},"parent":{}}],["korean_counting",{"_index":730,"name":{"1683":{}},"parent":{}}],["korean_digital",{"_index":729,"name":{"1682":{}},"parent":{}}],["korean_digital_2",{"_index":732,"name":{"1685":{}},"parent":{}}],["korean_legal",{"_index":731,"name":{"1684":{}},"parent":{}}],["landscape",{"_index":522,"name":{"1236":{}},"parent":{}}],["largest",{"_index":430,"name":{"1052":{}},"parent":{}}],["layout",{"_index":281,"name":{"692":{},"750":{}},"parent":{}}],["layoutincell",{"_index":459,"name":{"1110":{}},"parent":{}}],["leadertype",{"_index":67,"name":{"109":{}},"parent":{"110":{},"111":{},"112":{},"113":{},"114":{}}}],["left",{"_index":21,"name":{"22":{},"35":{},"48":{},"100":{},"720":{},"769":{},"809":{},"826":{},"1050":{},"1100":{},"1186":{},"1295":{},"1632":{}},"parent":{}}],["left_margin",{"_index":441,"name":{"1077":{}},"parent":{}}],["left_to_right_top_to_bottom",{"_index":299,"name":{"741":{}},"parent":{}}],["leftfromtext",{"_index":318,"name":{"788":{}},"parent":{}}],["lefttabstop",{"_index":98,"name":{"156":{},"172":{},"189":{},"219":{}},"parent":{}}],["level",{"_index":87,"name":{"141":{},"149":{},"182":{},"204":{},"212":{},"481":{},"959":{},"973":{},"1495":{}},"parent":{"974":{},"975":{},"976":{}}}],["levelbase",{"_index":396,"name":{"969":{}},"parent":{"970":{},"971":{},"972":{}}}],["levelformat",{"_index":378,"name":{"939":{}},"parent":{"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{},"953":{}}}],["levelforoverride",{"_index":397,"name":{"977":{}},"parent":{"978":{},"979":{},"980":{}}}],["leveloverride",{"_index":403,"name":{"997":{}},"parent":{"998":{},"999":{},"1000":{}}}],["levelsuffix",{"_index":390,"name":{"954":{}},"parent":{"955":{},"956":{},"957":{}}}],["line",{"_index":47,"name":{"75":{},"1085":{}},"parent":{}}],["linenumberattributes",{"_index":564,"name":{"1316":{}},"parent":{"1317":{},"1318":{},"1319":{}}}],["linenumberrestartformat",{"_index":557,"name":{"1307":{}},"parent":{"1308":{},"1309":{},"1310":{}}}],["linenumbers",{"_index":497,"name":{"1176":{}},"parent":{}}],["linenumbertype",{"_index":565,"name":{"1320":{}},"parent":{"1321":{},"1322":{},"1323":{}}}],["linepitch",{"_index":517,"name":{"1225":{}},"parent":{}}],["linerule",{"_index":48,"name":{"76":{}},"parent":{}}],["lineruletype",{"_index":40,"name":{"68":{}},"parent":{"69":{},"70":{},"71":{}}}],["lines",{"_index":268,"name":{"663":{}},"parent":{}}],["link",{"_index":199,"name":{"465":{},"1426":{},"1437":{},"1452":{},"1464":{}},"parent":{}}],["linkid",{"_index":194,"name":{"452":{},"457":{}},"parent":{}}],["lockanchor",{"_index":457,"name":{"1108":{}},"parent":{}}],["longhexnumber",{"_index":775,"name":{"1743":{}},"parent":{}}],["lower_letter",{"_index":385,"name":{"948":{},"1646":{}},"parent":{}}],["lower_roman",{"_index":386,"name":{"949":{},"1644":{}},"parent":{}}],["m",{"_index":469,"name":{"1133":{}},"parent":{}}],["margin",{"_index":250,"name":{"641":{},"643":{},"763":{},"1078":{},"1086":{},"1170":{}},"parent":{}}],["margins",{"_index":279,"name":{"689":{},"704":{},"1056":{},"1111":{}},"parent":{}}],["math",{"_index":205,"name":{"490":{}},"parent":{"491":{},"492":{},"493":{}}}],["mathaccentcharacter",{"_index":213,"name":{"513":{}},"parent":{"514":{},"515":{},"516":{}}}],["mathangledbrackets",{"_index":247,"name":{"634":{}},"parent":{"635":{},"636":{},"637":{}}}],["mathbase",{"_index":214,"name":{"517":{}},"parent":{"518":{},"519":{},"520":{}}}],["mathcomponent",{"_index":233,"name":{"591":{}},"parent":{}}],["mathcurlybrackets",{"_index":246,"name":{"630":{}},"parent":{"631":{},"632":{},"633":{}}}],["mathdegree",{"_index":234,"name":{"592":{}},"parent":{"593":{},"594":{},"595":{}}}],["mathdenominator",{"_index":211,"name":{"505":{}},"parent":{"506":{},"507":{},"508":{}}}],["mathfraction",{"_index":210,"name":{"501":{}},"parent":{"502":{},"503":{},"504":{}}}],["mathfunction",{"_index":241,"name":{"610":{}},"parent":{"611":{},"612":{},"613":{}}}],["mathfunctionname",{"_index":242,"name":{"614":{}},"parent":{"615":{},"616":{},"617":{}}}],["mathfunctionproperties",{"_index":243,"name":{"618":{}},"parent":{"619":{},"620":{},"621":{}}}],["mathlimitlocation",{"_index":215,"name":{"521":{}},"parent":{"522":{},"523":{},"524":{}}}],["mathnarayproperties",{"_index":216,"name":{"525":{}},"parent":{"526":{},"527":{},"528":{}}}],["mathnumerator",{"_index":212,"name":{"509":{}},"parent":{"510":{},"511":{},"512":{}}}],["mathpresubsuperscript",{"_index":231,"name":{"583":{}},"parent":{"584":{},"585":{},"586":{}}}],["mathpresubsuperscriptproperties",{"_index":232,"name":{"587":{}},"parent":{"588":{},"589":{},"590":{}}}],["mathradical",{"_index":237,"name":{"599":{}},"parent":{"600":{},"601":{},"602":{}}}],["mathradicalproperties",{"_index":238,"name":{"603":{}},"parent":{"604":{},"605":{},"606":{}}}],["mathroundbrackets",{"_index":244,"name":{"622":{}},"parent":{"623":{},"624":{},"625":{}}}],["mathrun",{"_index":206,"name":{"494":{}},"parent":{"495":{},"496":{},"497":{}}}],["mathsquarebrackets",{"_index":245,"name":{"626":{}},"parent":{"627":{},"628":{},"629":{}}}],["mathsubscript",{"_index":225,"name":{"559":{}},"parent":{"560":{},"561":{},"562":{}}}],["mathsubscriptelement",{"_index":217,"name":{"529":{}},"parent":{"530":{},"531":{},"532":{}}}],["mathsubscriptproperties",{"_index":226,"name":{"563":{}},"parent":{"564":{},"565":{},"566":{}}}],["mathsubsuperscript",{"_index":228,"name":{"571":{}},"parent":{"572":{},"573":{},"574":{}}}],["mathsubsuperscriptproperties",{"_index":229,"name":{"575":{}},"parent":{"576":{},"577":{},"578":{}}}],["mathsum",{"_index":219,"name":{"537":{}},"parent":{"538":{},"539":{},"540":{}}}],["mathsuperscript",{"_index":222,"name":{"548":{}},"parent":{"549":{},"550":{},"551":{}}}],["mathsuperscriptelement",{"_index":220,"name":{"541":{}},"parent":{"542":{},"543":{},"544":{}}}],["mathsuperscriptproperties",{"_index":223,"name":{"552":{}},"parent":{"553":{},"554":{},"555":{}}}],["max",{"_index":74,"name":{"116":{}},"parent":{}}],["mc",{"_index":466,"name":{"1130":{}},"parent":{}}],["measurementorpercentvalue",{"_index":786,"name":{"1754":{}},"parent":{}}],["media",{"_index":5,"name":{"6":{},"1009":{},"1585":{},"1595":{},"1782":{}},"parent":{"1010":{},"1011":{},"1012":{},"1013":{}}}],["middle_dot",{"_index":70,"name":{"112":{}},"parent":{}}],["name",{"_index":240,"name":{"609":{},"1423":{},"1433":{},"1449":{},"1459":{}},"parent":{}}],["never",{"_index":334,"name":{"850":{}},"parent":{}}],["new_page",{"_index":558,"name":{"1308":{}},"parent":{}}],["new_section",{"_index":559,"name":{"1309":{}},"parent":{}}],["next",{"_index":627,"name":{"1425":{},"1436":{},"1451":{},"1463":{}},"parent":{}}],["next_column",{"_index":568,"name":{"1326":{}},"parent":{}}],["next_page",{"_index":567,"name":{"1325":{}},"parent":{}}],["nil",{"_index":358,"name":{"900":{},"1379":{},"1724":{}},"parent":{}}],["none",{"_index":71,"name":{"113":{},"639":{},"649":{},"814":{},"950":{},"1044":{},"1689":{},"1725":{}},"parent":{}}],["not_beside",{"_index":255,"name":{"650":{}},"parent":{}}],["not_first_page",{"_index":539,"name":{"1270":{}},"parent":{}}],["nothing",{"_index":391,"name":{"955":{}},"parent":{}}],["num",{"_index":66,"name":{"107":{},"988":{}},"parent":{}}],["number_in_dash",{"_index":736,"name":{"1690":{}},"parent":{}}],["numberformat",{"_index":699,"name":{"1641":{}},"parent":{"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{},"1674":{},"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{},"1689":{},"1690":{},"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{}}}],["numbering",{"_index":4,"name":{"5":{},"146":{},"179":{},"209":{},"927":{}},"parent":{"928":{},"929":{},"930":{},"931":{},"932":{},"933":{}}}],["numberproperties",{"_index":77,"name":{"125":{}},"parent":{"126":{},"127":{},"128":{}}}],["numbervalueelement",{"_index":678,"name":{"1562":{}},"parent":{"1563":{},"1564":{},"1565":{}}}],["numerator",{"_index":208,"name":{"499":{}},"parent":{}}],["numid",{"_index":399,"name":{"982":{},"992":{}},"parent":{}}],["o",{"_index":467,"name":{"1131":{}},"parent":{}}],["odd_page",{"_index":570,"name":{"1329":{}},"parent":{}}],["offset",{"_index":450,"name":{"1094":{},"1098":{}},"parent":{}}],["offsetfrom",{"_index":546,"name":{"1279":{}},"parent":{}}],["onoffelement",{"_index":675,"name":{"1550":{}},"parent":{"1551":{},"1552":{},"1553":{}}}],["options",{"_index":197,"name":{"462":{},"714":{},"1600":{},"1603":{}},"parent":{}}],["ordinal",{"_index":700,"name":{"1647":{}},"parent":{}}],["ordinal_text",{"_index":387,"name":{"951":{},"1649":{}},"parent":{}}],["orientation",{"_index":506,"name":{"1194":{},"1240":{}},"parent":{}}],["outlinelevel",{"_index":101,"name":{"161":{},"177":{},"194":{},"224":{},"479":{}},"parent":{"480":{},"481":{},"482":{},"483":{}}}],["outset",{"_index":760,"name":{"1726":{}},"parent":{}}],["outside",{"_index":308,"name":{"770":{},"776":{},"1633":{},"1639":{}},"parent":{}}],["outside_margin",{"_index":442,"name":{"1079":{},"1087":{}},"parent":{}}],["overlap",{"_index":320,"name":{"790":{},"851":{}},"parent":{}}],["overlaptype",{"_index":333,"name":{"849":{}},"parent":{"850":{},"851":{}}}],["overridelevel",{"_index":401,"name":{"986":{}},"parent":{}}],["packer",{"_index":792,"name":{"1771":{}},"parent":{"1772":{},"1773":{},"1774":{},"1775":{}}}],["page",{"_index":252,"name":{"644":{},"764":{},"1080":{},"1088":{},"1167":{},"1272":{}},"parent":{}}],["pageborderbottom",{"_index":552,"name":{"1285":{}},"parent":{}}],["pageborderdisplay",{"_index":536,"name":{"1267":{}},"parent":{"1268":{},"1269":{},"1270":{}}}],["pageborderleft",{"_index":553,"name":{"1286":{}},"parent":{}}],["pageborderoffsetfrom",{"_index":540,"name":{"1271":{}},"parent":{"1272":{},"1273":{}}}],["pageborderright",{"_index":551,"name":{"1284":{}},"parent":{}}],["pageborders",{"_index":549,"name":{"1282":{},"1287":{}},"parent":{"1288":{},"1289":{},"1290":{}}}],["pagebordertop",{"_index":550,"name":{"1283":{}},"parent":{}}],["pageborderzorder",{"_index":541,"name":{"1274":{}},"parent":{"1275":{},"1276":{}}}],["pagebreak",{"_index":37,"name":{"56":{}},"parent":{"57":{},"58":{},"59":{}}}],["pagebreakbefore",{"_index":39,"name":{"64":{},"136":{},"199":{}},"parent":{"65":{},"66":{},"67":{}}}],["pagemargin",{"_index":556,"name":{"1303":{}},"parent":{"1304":{},"1305":{},"1306":{}}}],["pagemarginattributes",{"_index":555,"name":{"1299":{}},"parent":{"1300":{},"1301":{},"1302":{}}}],["pagenumber",{"_index":137,"name":{"263":{}},"parent":{"264":{},"265":{},"266":{}}}],["pagenumbers",{"_index":493,"name":{"1171":{}},"parent":{}}],["pagenumbersentrylevelsrange",{"_index":652,"name":{"1504":{}},"parent":{}}],["pagenumberseparator",{"_index":526,"name":{"1249":{}},"parent":{"1250":{},"1251":{},"1252":{},"1253":{},"1254":{}}}],["pagenumbertype",{"_index":535,"name":{"1263":{}},"parent":{"1264":{},"1265":{},"1266":{}}}],["pagenumbertypeattributes",{"_index":534,"name":{"1259":{}},"parent":{"1260":{},"1261":{},"1262":{}}}],["pageorientation",{"_index":520,"name":{"1234":{}},"parent":{"1235":{},"1236":{}}}],["pagereference",{"_index":203,"name":{"484":{}},"parent":{"485":{},"486":{},"487":{}}}],["pagesize",{"_index":525,"name":{"1245":{}},"parent":{"1246":{},"1247":{},"1248":{}}}],["pagesizeattributes",{"_index":524,"name":{"1241":{}},"parent":{"1242":{},"1243":{},"1244":{}}}],["paragraph",{"_index":102,"name":{"162":{},"968":{},"1089":{},"1447":{},"1460":{},"1482":{}},"parent":{"163":{},"164":{},"165":{},"166":{}}}],["paragraphchild",{"_index":78,"name":{"129":{}},"parent":{}}],["paragraphproperties",{"_index":109,"name":{"225":{}},"parent":{"226":{},"227":{},"228":{},"229":{}}}],["paragraphpropertiesdefaults",{"_index":637,"name":{"1473":{}},"parent":{"1474":{},"1475":{},"1476":{}}}],["paragraphstyles",{"_index":622,"name":{"1414":{}},"parent":{}}],["percent_10",{"_index":590,"name":{"1381":{}},"parent":{}}],["percent_12",{"_index":591,"name":{"1382":{}},"parent":{}}],["percent_15",{"_index":592,"name":{"1383":{}},"parent":{}}],["percent_20",{"_index":593,"name":{"1384":{}},"parent":{}}],["percent_25",{"_index":594,"name":{"1385":{}},"parent":{}}],["percent_30",{"_index":595,"name":{"1386":{}},"parent":{}}],["percent_35",{"_index":596,"name":{"1387":{}},"parent":{}}],["percent_37",{"_index":597,"name":{"1388":{}},"parent":{}}],["percent_40",{"_index":598,"name":{"1389":{}},"parent":{}}],["percent_45",{"_index":599,"name":{"1390":{}},"parent":{}}],["percent_5",{"_index":589,"name":{"1380":{}},"parent":{}}],["percent_50",{"_index":600,"name":{"1391":{}},"parent":{}}],["percent_55",{"_index":601,"name":{"1392":{}},"parent":{}}],["percent_60",{"_index":602,"name":{"1393":{}},"parent":{}}],["percent_62",{"_index":603,"name":{"1394":{}},"parent":{}}],["percent_65",{"_index":604,"name":{"1395":{}},"parent":{}}],["percent_70",{"_index":605,"name":{"1396":{}},"parent":{}}],["percent_75",{"_index":606,"name":{"1397":{}},"parent":{}}],["percent_80",{"_index":607,"name":{"1398":{}},"parent":{}}],["percent_85",{"_index":608,"name":{"1399":{}},"parent":{}}],["percent_87",{"_index":609,"name":{"1400":{}},"parent":{}}],["percent_90",{"_index":610,"name":{"1401":{}},"parent":{}}],["percent_95",{"_index":611,"name":{"1402":{}},"parent":{}}],["percentage",{"_index":359,"name":{"901":{}},"parent":{}}],["percentagevalue",{"_index":785,"name":{"1753":{}},"parent":{}}],["period",{"_index":527,"name":{"1251":{}},"parent":{}}],["pixels",{"_index":412,"name":{"1015":{}},"parent":{}}],["pointmeasurevalue",{"_index":789,"name":{"1757":{}},"parent":{}}],["portrait",{"_index":521,"name":{"1235":{}},"parent":{}}],["position",{"_index":263,"name":{"658":{}},"parent":{}}],["positiveuniversalmeasurevalue",{"_index":779,"name":{"1747":{}},"parent":{}}],["prepforxml",{"_index":24,"name":{"26":{},"30":{},"39":{},"43":{},"54":{},"58":{},"62":{},"66":{},"81":{},"93":{},"97":{},"119":{},"123":{},"127":{},"164":{},"228":{},"269":{},"333":{},"337":{},"376":{},"384":{},"394":{},"398":{},"420":{},"425":{},"429":{},"433":{},"437":{},"441":{},"445":{},"453":{},"458":{},"473":{},"477":{},"482":{},"486":{},"492":{},"496":{},"503":{},"507":{},"511":{},"515":{},"519":{},"523":{},"527":{},"531":{},"539":{},"543":{},"550":{},"554":{},"561":{},"565":{},"573":{},"577":{},"585":{},"589":{},"594":{},"601":{},"605":{},"612":{},"616":{},"620":{},"624":{},"628":{},"632":{},"636":{},"679":{},"683":{},"699":{},"715":{},"726":{},"730":{},"737":{},"745":{},"760":{},"793":{},"797":{},"804":{},"847":{},"854":{},"872":{},"883":{},"891":{},"895":{},"907":{},"929":{},"937":{},"971":{},"975":{},"979":{},"995":{},"999":{},"1041":{},"1059":{},"1063":{},"1067":{},"1071":{},"1116":{},"1120":{},"1124":{},"1154":{},"1159":{},"1197":{},"1204":{},"1208":{},"1218":{},"1222":{},"1228":{},"1232":{},"1243":{},"1247":{},"1261":{},"1265":{},"1289":{},"1301":{},"1305":{},"1318":{},"1322":{},"1332":{},"1336":{},"1350":{},"1354":{},"1363":{},"1371":{},"1419":{},"1444":{},"1471":{},"1475":{},"1479":{},"1486":{},"1490":{},"1517":{},"1521":{},"1525":{},"1530":{},"1537":{},"1541":{},"1548":{},"1552":{},"1556":{},"1560":{},"1564":{},"1568":{},"1575":{},"1607":{},"1611":{},"1615":{},"1619":{},"1623":{},"1627":{},"1711":{},"1765":{},"1769":{}},"parent":{}}],["preservenewlineinentries",{"_index":659,"name":{"1511":{}},"parent":{}}],["preservetabinentries",{"_index":658,"name":{"1510":{}},"parent":{}}],["properties",{"_index":367,"name":{"920":{}},"parent":{}}],["push",{"_index":110,"name":{"227":{},"332":{},"1160":{},"1536":{}},"parent":{}}],["quickformat",{"_index":631,"name":{"1430":{},"1441":{},"1456":{},"1468":{}},"parent":{}}],["r",{"_index":468,"name":{"1132":{}},"parent":{}}],["reference",{"_index":93,"name":{"148":{},"181":{},"211":{},"984":{},"993":{}},"parent":{}}],["referenceconfig",{"_index":375,"name":{"932":{}},"parent":{}}],["relationships",{"_index":687,"name":{"1584":{},"1594":{}},"parent":{}}],["relative",{"_index":448,"name":{"1092":{},"1096":{}},"parent":{}}],["relativehorizontalposition",{"_index":306,"name":{"766":{},"782":{}},"parent":{"767":{},"768":{},"769":{},"770":{},"771":{}}}],["relativeverticalposition",{"_index":309,"name":{"772":{},"785":{}},"parent":{"773":{},"774":{},"775":{},"776":{},"777":{},"778":{}}}],["restart",{"_index":297,"name":{"734":{},"1314":{}},"parent":{}}],["reverse_diagonal_stripe",{"_index":612,"name":{"1403":{}},"parent":{}}],["right",{"_index":22,"name":{"23":{},"36":{},"49":{},"101":{},"723":{},"771":{},"810":{},"831":{},"1051":{},"1103":{},"1184":{},"1293":{},"1634":{}},"parent":{}}],["right_margin",{"_index":443,"name":{"1081":{}},"parent":{}}],["rightfromtext",{"_index":319,"name":{"789":{}},"parent":{}}],["righttabstop",{"_index":97,"name":{"155":{},"171":{},"188":{},"218":{}},"parent":{}}],["righttoleft",{"_index":124,"name":{"249":{},"286":{},"316":{},"360":{}},"parent":{}}],["rootindextocolumnindex",{"_index":346,"name":{"870":{}},"parent":{}}],["rotation",{"_index":407,"name":{"1008":{},"1027":{}},"parent":{}}],["rows",{"_index":277,"name":{"686":{}},"parent":{}}],["rowspan",{"_index":290,"name":{"710":{}},"parent":{}}],["rule",{"_index":273,"name":{"672":{},"863":{},"880":{}},"parent":{}}],["run",{"_index":141,"name":{"267":{},"967":{},"1422":{},"1434":{},"1448":{},"1461":{},"1483":{}},"parent":{"268":{},"269":{},"270":{}}}],["runfonts",{"_index":164,"name":{"392":{}},"parent":{"393":{},"394":{},"395":{}}}],["runproperties",{"_index":146,"name":{"330":{}},"parent":{"331":{},"332":{},"333":{},"334":{}}}],["runpropertiesdefaults",{"_index":638,"name":{"1477":{}},"parent":{"1478":{},"1479":{},"1480":{}}}],["russian_lower",{"_index":734,"name":{"1687":{}},"parent":{}}],["russian_upper",{"_index":735,"name":{"1688":{}},"parent":{}}],["sectionmargindefaults",{"_index":499,"name":{"1181":{}},"parent":{"1182":{}}}],["sectionmargindefaults.__type",{"_index":500,"name":{},"parent":{"1183":{},"1184":{},"1185":{},"1186":{},"1187":{},"1188":{},"1189":{}}}],["sectionpagesizedefaults",{"_index":504,"name":{"1190":{}},"parent":{"1191":{}}}],["sectionpagesizedefaults.__type",{"_index":505,"name":{},"parent":{"1192":{},"1193":{},"1194":{}}}],["sectionproperties",{"_index":507,"name":{"1195":{}},"parent":{"1196":{},"1197":{},"1198":{}}}],["sectiontype",{"_index":566,"name":{"1324":{}},"parent":{"1325":{},"1326":{},"1327":{},"1328":{},"1329":{}}}],["sectiontypeattributes",{"_index":571,"name":{"1330":{}},"parent":{"1331":{},"1332":{},"1333":{}}}],["semihidden",{"_index":629,"name":{"1428":{},"1439":{},"1454":{},"1466":{}},"parent":{}}],["separate",{"_index":512,"name":{"1213":{}},"parent":{}}],["separator",{"_index":533,"name":{"1258":{}},"parent":{}}],["seqfieldidentifierforprefix",{"_index":655,"name":{"1507":{}},"parent":{}}],["sequenceandpagenumbersseparator",{"_index":648,"name":{"1500":{}},"parent":{}}],["sequentialidentifier",{"_index":165,"name":{"396":{}},"parent":{"397":{},"398":{},"399":{}}}],["set",{"_index":25,"name":{"27":{},"120":{},"680":{},"794":{},"892":{},"1155":{},"1205":{},"1219":{},"1229":{},"1244":{},"1262":{},"1302":{},"1319":{},"1333":{},"1355":{},"1526":{},"1531":{},"1612":{},"1766":{}},"parent":{}}],["settings",{"_index":13,"name":{"14":{}},"parent":{}}],["shading",{"_index":89,"name":{"142":{},"205":{},"260":{},"297":{},"327":{},"371":{},"703":{},"753":{},"1369":{}},"parent":{"1370":{},"1371":{},"1372":{}}}],["shadingtype",{"_index":584,"name":{"1373":{}},"parent":{"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{}}}],["shorthexnumber",{"_index":776,"name":{"1744":{}},"parent":{}}],["side",{"_index":432,"name":{"1055":{}},"parent":{}}],["signedhpsmeasurevalue",{"_index":783,"name":{"1751":{}},"parent":{}}],["signedtwipsmeasurevalue",{"_index":781,"name":{"1749":{}},"parent":{}}],["simplefield",{"_index":188,"name":{"439":{}},"parent":{"440":{},"441":{},"442":{}}}],["simplemailmergefield",{"_index":189,"name":{"443":{}},"parent":{"444":{},"445":{},"446":{}}}],["simplepos",{"_index":461,"name":{"1114":{}},"parent":{"1115":{},"1116":{},"1117":{}}}],["single",{"_index":167,"name":{"401":{},"1714":{}},"parent":{}}],["size",{"_index":122,"name":{"247":{},"284":{},"314":{},"358":{},"819":{},"824":{},"829":{},"834":{},"839":{},"844":{},"903":{},"1169":{},"1707":{}},"parent":{}}],["sizecomplexscript",{"_index":123,"name":{"248":{},"285":{},"315":{},"359":{}},"parent":{}}],["smallcaps",{"_index":125,"name":{"250":{},"287":{},"317":{},"361":{}},"parent":{}}],["solid",{"_index":613,"name":{"1404":{}},"parent":{}}],["space",{"_index":272,"name":{"668":{},"956":{},"1201":{},"1211":{},"1708":{}},"parent":{}}],["spacing",{"_index":51,"name":{"79":{},"158":{},"174":{},"191":{},"221":{}},"parent":{"80":{},"81":{},"82":{}}}],["square",{"_index":426,"name":{"1045":{}},"parent":{}}],["start",{"_index":15,"name":{"16":{},"46":{},"108":{},"468":{},"719":{},"963":{},"989":{},"1256":{},"1313":{}},"parent":{}}],["stream",{"_index":416,"name":{"1029":{}},"parent":{}}],["strike",{"_index":127,"name":{"252":{},"289":{},"319":{},"363":{}},"parent":{}}],["stringcontainer",{"_index":679,"name":{"1566":{}},"parent":{"1567":{},"1568":{},"1569":{}}}],["stringvalueelement",{"_index":677,"name":{"1558":{}},"parent":{"1559":{},"1560":{},"1561":{}}}],["style",{"_index":60,"name":{"91":{},"138":{},"201":{},"234":{},"301":{},"345":{},"693":{},"754":{},"818":{},"823":{},"828":{},"833":{},"838":{},"843":{},"965":{},"1705":{}},"parent":{"92":{},"93":{},"94":{}}}],["styleforcharacter",{"_index":633,"name":{"1442":{}},"parent":{"1443":{},"1444":{},"1445":{}}}],["styleforparagraph",{"_index":636,"name":{"1469":{}},"parent":{"1470":{},"1471":{},"1472":{}}}],["stylelevel",{"_index":642,"name":{"1492":{}},"parent":{"1493":{},"1494":{},"1495":{}}}],["stylename",{"_index":643,"name":{"1494":{}},"parent":{}}],["styles",{"_index":2,"name":{"3":{},"1417":{},"1780":{}},"parent":{"1418":{},"1419":{},"1420":{}}}],["styleswithlevels",{"_index":656,"name":{"1508":{}},"parent":{}}],["subscript",{"_index":129,"name":{"254":{},"291":{},"321":{},"365":{},"535":{},"558":{},"569":{},"581":{}},"parent":{}}],["suffix",{"_index":394,"name":{"964":{}},"parent":{}}],["superscript",{"_index":130,"name":{"255":{},"292":{},"322":{},"366":{},"536":{},"547":{},"570":{},"582":{}},"parent":{}}],["suppresslinenumbers",{"_index":92,"name":{"145":{},"208":{}},"parent":{}}],["symbolfont",{"_index":150,"name":{"341":{}},"parent":{}}],["symbolrun",{"_index":152,"name":{"374":{}},"parent":{"375":{},"376":{},"377":{}}}],["tab",{"_index":187,"name":{"435":{},"957":{}},"parent":{"436":{},"437":{},"438":{}}}],["tabattributes",{"_index":75,"name":{"117":{}},"parent":{"118":{},"119":{},"120":{}}}],["table",{"_index":284,"name":{"697":{}},"parent":{"698":{},"699":{},"700":{}}}],["tableanchortype",{"_index":305,"name":{"762":{}},"parent":{"763":{},"764":{},"765":{}}}],["tableborders",{"_index":330,"name":{"813":{}},"parent":{"814":{},"815":{},"846":{},"847":{},"848":{}}}],["tableborders.__type",{"_index":331,"name":{},"parent":{"816":{},"817":{},"821":{},"822":{},"826":{},"827":{},"831":{},"832":{},"836":{},"837":{},"841":{},"842":{}}}],["tableborders.__type.__type",{"_index":332,"name":{},"parent":{"818":{},"819":{},"820":{},"823":{},"824":{},"825":{},"828":{},"829":{},"830":{},"833":{},"834":{},"835":{},"838":{},"839":{},"840":{},"843":{},"844":{},"845":{}}}],["tablecell",{"_index":291,"name":{"712":{}},"parent":{"713":{},"714":{},"715":{},"716":{}}}],["tablecellborders",{"_index":293,"name":{"724":{}},"parent":{"725":{},"726":{},"727":{}}}],["tablefloatoptionsattributes",{"_index":321,"name":{"791":{}},"parent":{"792":{},"793":{},"794":{}}}],["tablefloatproperties",{"_index":322,"name":{"795":{}},"parent":{"796":{},"797":{},"798":{}}}],["tableheader",{"_index":338,"name":{"859":{},"876":{}},"parent":{}}],["tablelayout",{"_index":326,"name":{"802":{}},"parent":{"803":{},"804":{},"805":{}}}],["tablelayouttype",{"_index":323,"name":{"799":{}},"parent":{"800":{},"801":{}}}],["tableofcontents",{"_index":641,"name":{"1488":{}},"parent":{"1489":{},"1490":{},"1491":{}}}],["tableoverlap",{"_index":335,"name":{"852":{}},"parent":{"853":{},"854":{},"855":{}}}],["tableproperties",{"_index":304,"name":{"758":{}},"parent":{"759":{},"760":{},"761":{}}}],["tablerow",{"_index":341,"name":{"864":{}},"parent":{"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{}}}],["tablerowheight",{"_index":355,"name":{"893":{}},"parent":{"894":{},"895":{},"896":{}}}],["tablerowheightattributes",{"_index":354,"name":{"889":{}},"parent":{"890":{},"891":{},"892":{}}}],["tablerowproperties",{"_index":350,"name":{"881":{}},"parent":{"882":{},"883":{},"884":{}}}],["tablewidthelement",{"_index":361,"name":{"905":{}},"parent":{"906":{},"907":{},"908":{}}}],["tabstop",{"_index":61,"name":{"95":{}},"parent":{"96":{},"97":{},"98":{}}}],["tabstopitem",{"_index":76,"name":{"121":{}},"parent":{"122":{},"123":{},"124":{}}}],["tabstopposition",{"_index":73,"name":{"115":{}},"parent":{"116":{}}}],["tabstops",{"_index":84,"name":{"137":{},"200":{}},"parent":{}}],["tabstoptype",{"_index":62,"name":{"99":{}},"parent":{"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{}}}],["taiwanese_counting",{"_index":722,"name":{"1675":{}},"parent":{}}],["taiwanese_counting_thousand",{"_index":724,"name":{"1677":{}},"parent":{}}],["taiwanese_digital",{"_index":725,"name":{"1678":{}},"parent":{}}],["tcfieldidentifier",{"_index":649,"name":{"1501":{}},"parent":{}}],["tcfieldlevelrange",{"_index":651,"name":{"1503":{}},"parent":{}}],["tdirection",{"_index":301,"name":{"743":{}},"parent":{"744":{},"745":{},"746":{}}}],["template",{"_index":370,"name":{"924":{}},"parent":{}}],["text",{"_index":80,"name":{"131":{},"233":{},"344":{},"645":{},"765":{},"961":{},"1273":{}},"parent":{}}],["textdirection",{"_index":287,"name":{"706":{},"739":{}},"parent":{"740":{},"741":{},"742":{}}}],["textrun",{"_index":147,"name":{"335":{}},"parent":{"336":{},"337":{},"338":{}}}],["textwrappingside",{"_index":428,"name":{"1048":{}},"parent":{"1049":{},"1050":{},"1051":{},"1052":{}}}],["textwrappingtype",{"_index":425,"name":{"1043":{}},"parent":{"1044":{},"1045":{},"1046":{},"1047":{}}}],["thai_counting",{"_index":747,"name":{"1701":{}},"parent":{}}],["thai_letters",{"_index":745,"name":{"1699":{}},"parent":{}}],["thai_numbers",{"_index":746,"name":{"1700":{}},"parent":{}}],["thematicbreak",{"_index":32,"name":{"41":{},"153":{},"169":{},"186":{},"216":{}},"parent":{"42":{},"43":{},"44":{}}}],["themecolor",{"_index":578,"name":{"1358":{}},"parent":{}}],["themeshade",{"_index":579,"name":{"1359":{}},"parent":{}}],["themetint",{"_index":580,"name":{"1360":{}},"parent":{}}],["thick",{"_index":170,"name":{"404":{},"1727":{}},"parent":{}}],["thick_thin_large_gap",{"_index":761,"name":{"1728":{}},"parent":{}}],["thick_thin_medium_gap",{"_index":762,"name":{"1729":{}},"parent":{}}],["thick_thin_small_gap",{"_index":763,"name":{"1730":{}},"parent":{}}],["thin_diagonal_cross",{"_index":614,"name":{"1405":{}},"parent":{}}],["thin_diagonal_stripe",{"_index":615,"name":{"1406":{}},"parent":{}}],["thin_horizontal_cross",{"_index":616,"name":{"1407":{}},"parent":{}}],["thin_reverse_diagonal_stripe",{"_index":617,"name":{"1408":{}},"parent":{}}],["thin_thick_large_gap",{"_index":764,"name":{"1731":{}},"parent":{}}],["thin_thick_medium_gap",{"_index":765,"name":{"1732":{}},"parent":{}}],["thin_thick_small_gap",{"_index":766,"name":{"1733":{}},"parent":{}}],["thin_thick_thin_large_gap",{"_index":767,"name":{"1734":{}},"parent":{}}],["thin_thick_thin_medium_gap",{"_index":768,"name":{"1735":{}},"parent":{}}],["thin_thick_thin_small_gap",{"_index":769,"name":{"1736":{}},"parent":{}}],["thin_vertical_stripe",{"_index":618,"name":{"1409":{}},"parent":{}}],["three_d_emboss",{"_index":770,"name":{"1737":{}},"parent":{}}],["three_d_engrave",{"_index":771,"name":{"1738":{}},"parent":{}}],["through",{"_index":256,"name":{"651":{}},"parent":{}}],["tight",{"_index":257,"name":{"652":{},"1046":{}},"parent":{}}],["title",{"_index":59,"name":{"90":{}},"parent":{}}],["titlepage",{"_index":498,"name":{"1177":{}},"parent":{}}],["titlepageisdefined",{"_index":798,"name":{"1781":{}},"parent":{}}],["tobase64string",{"_index":794,"name":{"1773":{}},"parent":{}}],["toblob",{"_index":795,"name":{"1774":{}},"parent":{}}],["tobuffer",{"_index":793,"name":{"1772":{}},"parent":{}}],["top",{"_index":29,"name":{"33":{},"718":{},"778":{},"807":{},"816":{},"1102":{},"1183":{},"1292":{},"1640":{},"1762":{}},"parent":{}}],["top_and_bottom",{"_index":427,"name":{"1047":{}},"parent":{}}],["top_margin",{"_index":446,"name":{"1090":{}},"parent":{}}],["top_to_bottom_right_to_left",{"_index":300,"name":{"742":{}},"parent":{}}],["topfromtext",{"_index":317,"name":{"787":{}},"parent":{}}],["total_pages",{"_index":139,"name":{"265":{}},"parent":{}}],["total_pages_in_section",{"_index":140,"name":{"266":{}},"parent":{}}],["transformation",{"_index":155,"name":{"380":{},"1031":{}},"parent":{}}],["triple",{"_index":772,"name":{"1739":{}},"parent":{}}],["twipsmeasurevalue",{"_index":784,"name":{"1752":{}},"parent":{}}],["type",{"_index":120,"name":{"242":{},"245":{},"279":{},"282":{},"309":{},"312":{},"353":{},"356":{},"904":{},"1054":{},"1151":{},"1180":{},"1334":{},"1343":{},"1368":{},"1578":{},"1588":{}},"parent":{"1335":{},"1336":{},"1337":{}}}],["ucharhexnumber",{"_index":777,"name":{"1745":{}},"parent":{}}],["uipriority",{"_index":628,"name":{"1427":{},"1438":{},"1453":{},"1465":{}},"parent":{}}],["underline",{"_index":117,"name":{"239":{},"276":{},"306":{},"350":{},"418":{}},"parent":{"419":{},"420":{},"421":{}}}],["underlinetype",{"_index":166,"name":{"400":{}},"parent":{"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{}}}],["underscore",{"_index":72,"name":{"114":{}},"parent":{}}],["unhidewhenused",{"_index":630,"name":{"1429":{},"1440":{},"1455":{},"1467":{}},"parent":{}}],["uniqueid",{"_index":804,"name":{"1789":{}},"parent":{}}],["uniquenumericid",{"_index":803,"name":{"1788":{}},"parent":{}}],["universalmeasurevalue",{"_index":778,"name":{"1746":{}},"parent":{}}],["unsigneddecimalnumber",{"_index":774,"name":{"1742":{}},"parent":{}}],["upper_letter",{"_index":388,"name":{"952":{},"1645":{}},"parent":{}}],["upper_roman",{"_index":389,"name":{"953":{},"1643":{}},"parent":{}}],["useappliedparagraphoutlinelevel",{"_index":657,"name":{"1509":{}},"parent":{}}],["v",{"_index":470,"name":{"1134":{}},"parent":{}}],["value",{"_index":339,"name":{"862":{},"879":{}},"parent":{}}],["vertical",{"_index":271,"name":{"667":{},"671":{},"1006":{},"1025":{}},"parent":{}}],["vertical_stripe",{"_index":619,"name":{"1410":{}},"parent":{}}],["verticalalign",{"_index":286,"name":{"705":{},"1178":{},"1758":{}},"parent":{"1759":{},"1760":{},"1761":{},"1762":{}}}],["verticalalignattributes",{"_index":790,"name":{"1763":{}},"parent":{"1764":{},"1765":{},"1766":{}}}],["verticalalignelement",{"_index":791,"name":{"1767":{}},"parent":{"1768":{},"1769":{},"1770":{}}}],["verticalanchor",{"_index":314,"name":{"783":{}},"parent":{}}],["verticalmerge",{"_index":288,"name":{"707":{},"735":{}},"parent":{"736":{},"737":{},"738":{}}}],["verticalmergetype",{"_index":295,"name":{"732":{}},"parent":{"733":{},"734":{}}}],["verticalposition",{"_index":455,"name":{"1106":{},"1122":{}},"parent":{"1123":{},"1124":{},"1125":{}}}],["verticalpositionalign",{"_index":698,"name":{"1635":{}},"parent":{"1636":{},"1637":{},"1638":{},"1639":{},"1640":{}}}],["verticalpositionrelativefrom",{"_index":444,"name":{"1082":{}},"parent":{"1083":{},"1084":{},"1085":{},"1086":{},"1087":{},"1088":{},"1089":{},"1090":{}}}],["vietnamese_counting",{"_index":733,"name":{"1686":{}},"parent":{}}],["view",{"_index":686,"name":{"1583":{},"1593":{}},"parent":{}}],["viewwrapper",{"_index":681,"name":{"1572":{}},"parent":{}}],["visuallyrighttoleft",{"_index":283,"name":{"696":{},"757":{}},"parent":{}}],["w",{"_index":474,"name":{"1138":{}},"parent":{}}],["w10",{"_index":473,"name":{"1137":{}},"parent":{}}],["w14",{"_index":475,"name":{"1139":{}},"parent":{}}],["w15",{"_index":476,"name":{"1140":{}},"parent":{}}],["wave",{"_index":181,"name":{"415":{},"1740":{}},"parent":{}}],["wavydouble",{"_index":183,"name":{"417":{}},"parent":{}}],["wavyheavy",{"_index":182,"name":{"416":{}},"parent":{}}],["widowcontrol",{"_index":90,"name":{"143":{},"206":{}},"parent":{}}],["width",{"_index":261,"name":{"656":{},"687":{},"708":{},"748":{},"1002":{},"1192":{},"1200":{},"1238":{}},"parent":{}}],["widthtype",{"_index":356,"name":{"897":{}},"parent":{"898":{},"899":{},"900":{},"901":{}}}],["wne",{"_index":479,"name":{"1143":{}},"parent":{}}],["words",{"_index":168,"name":{"402":{}},"parent":{}}],["wp",{"_index":472,"name":{"1136":{}},"parent":{}}],["wp14",{"_index":471,"name":{"1135":{}},"parent":{}}],["wpc",{"_index":465,"name":{"1129":{}},"parent":{}}],["wpg",{"_index":477,"name":{"1141":{}},"parent":{}}],["wpi",{"_index":478,"name":{"1142":{}},"parent":{}}],["wps",{"_index":480,"name":{"1144":{}},"parent":{}}],["wrap",{"_index":267,"name":{"662":{},"1112":{}},"parent":{}}],["wrapnone",{"_index":433,"name":{"1057":{}},"parent":{"1058":{},"1059":{},"1060":{}}}],["wrapsquare",{"_index":434,"name":{"1061":{}},"parent":{"1062":{},"1063":{},"1064":{}}}],["wraptight",{"_index":435,"name":{"1065":{}},"parent":{"1066":{},"1067":{},"1068":{}}}],["wraptopandbottom",{"_index":436,"name":{"1069":{}},"parent":{"1070":{},"1071":{},"1072":{}}}],["x",{"_index":264,"name":{"660":{},"675":{},"1017":{},"1021":{}},"parent":{}}],["xmlattributecomponent",{"_index":666,"name":{"1528":{}},"parent":{"1529":{},"1530":{},"1531":{}}}],["xmlcomponent",{"_index":662,"name":{"1515":{}},"parent":{"1516":{},"1517":{},"1518":{}}}],["xsi",{"_index":486,"name":{"1150":{}},"parent":{}}],["y",{"_index":266,"name":{"661":{},"676":{},"1018":{},"1022":{}},"parent":{}}],["zindex",{"_index":460,"name":{"1113":{}},"parent":{}}],["zorder",{"_index":547,"name":{"1280":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/api/assets/style.css b/api/assets/style.css new file mode 100644 index 0000000000..ff488199db --- /dev/null +++ b/api/assets/style.css @@ -0,0 +1,1384 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} diff --git a/api/assets/images/widgets.png b/api/assets/widgets.png similarity index 100% rename from api/assets/images/widgets.png rename to api/assets/widgets.png diff --git a/api/assets/images/widgets@2x.png b/api/assets/widgets@2x.png similarity index 100% rename from api/assets/images/widgets@2x.png rename to api/assets/widgets@2x.png diff --git a/api/classes/AbstractNumbering.html b/api/classes/AbstractNumbering.html new file mode 100644 index 0000000000..2a3362476b --- /dev/null +++ b/api/classes/AbstractNumbering.html @@ -0,0 +1 @@ +AbstractNumbering | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractNumbering

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly id

id: number

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Alignment.html b/api/classes/Alignment.html new file mode 100644 index 0000000000..597e0e2458 --- /dev/null +++ b/api/classes/Alignment.html @@ -0,0 +1 @@ +Alignment | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Alignment

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/AlignmentAttributes.html b/api/classes/AlignmentAttributes.html new file mode 100644 index 0000000000..f6c17fee02 --- /dev/null +++ b/api/classes/AlignmentAttributes.html @@ -0,0 +1 @@ +AlignmentAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlignmentAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Attributes.html b/api/classes/Attributes.html new file mode 100644 index 0000000000..f8e59590ec --- /dev/null +++ b/api/classes/Attributes.html @@ -0,0 +1 @@ +Attributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Attributes

Hierarchy

  • XmlAttributeComponent<{ bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }>
    • Attributes

Index

Constructors

Methods

Constructors

constructor

  • new Attributes(properties: { bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }): Attributes
  • Parameters

    • properties: { bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }
      • Optional Readonly bottom?: string
      • Optional Readonly color?: string
      • Optional Readonly fill?: string
      • Optional Readonly footer?: string
      • Optional Readonly gutter?: string
      • Optional Readonly h?: string
      • Optional Readonly header?: string
      • Optional Readonly left?: string
      • Optional Readonly linePitch?: string
      • Optional Readonly pos?: string | number
      • Optional Readonly right?: string
      • Optional Readonly rsidR?: string
      • Optional Readonly rsidRPr?: string
      • Optional Readonly rsidSect?: string
      • Optional Readonly space?: string
      • Optional Readonly sz?: string
      • Optional Readonly top?: string
      • Optional Readonly type?: string
      • Optional Readonly val?: string | number | boolean
      • Optional Readonly w?: string

    Returns Attributes

Methods

prepForXml

set

  • set(properties: { bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }): void
  • Parameters

    • properties: { bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }
      • Optional Readonly bottom?: string
      • Optional Readonly color?: string
      • Optional Readonly fill?: string
      • Optional Readonly footer?: string
      • Optional Readonly gutter?: string
      • Optional Readonly h?: string
      • Optional Readonly header?: string
      • Optional Readonly left?: string
      • Optional Readonly linePitch?: string
      • Optional Readonly pos?: string | number
      • Optional Readonly right?: string
      • Optional Readonly rsidR?: string
      • Optional Readonly rsidRPr?: string
      • Optional Readonly rsidSect?: string
      • Optional Readonly space?: string
      • Optional Readonly sz?: string
      • Optional Readonly top?: string
      • Optional Readonly type?: string
      • Optional Readonly val?: string | number | boolean
      • Optional Readonly w?: string

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BaseEmphasisMark.html b/api/classes/BaseEmphasisMark.html new file mode 100644 index 0000000000..39d0c9cd3d --- /dev/null +++ b/api/classes/BaseEmphasisMark.html @@ -0,0 +1 @@ +BaseEmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseEmphasisMark

Hierarchy

Index

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BaseXmlComponent.html b/api/classes/BaseXmlComponent.html new file mode 100644 index 0000000000..6b212832e5 --- /dev/null +++ b/api/classes/BaseXmlComponent.html @@ -0,0 +1 @@ +BaseXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseXmlComponent

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

Abstract prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Body.html b/api/classes/Body.html new file mode 100644 index 0000000000..0ad4505f3b --- /dev/null +++ b/api/classes/Body.html @@ -0,0 +1,11 @@ +Body | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Body

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

addSection

  • +

    Adds new section properties. +Note: Previous section is created in paragraph after the current element, and then new section will be added. +The spec says:

    +
      +
    • section element should be in the last paragraph of the section
    • +
    • last section should be direct child of body
    • +
    +

    Parameters

    Returns void

prepForXml

push

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Bookmark.html b/api/classes/Bookmark.html new file mode 100644 index 0000000000..69b339d5e8 --- /dev/null +++ b/api/classes/Bookmark.html @@ -0,0 +1 @@ +Bookmark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Bookmark

Hierarchy

  • Bookmark

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly children

children: ParagraphChild[]

Readonly end

Readonly start

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BookmarkEnd.html b/api/classes/BookmarkEnd.html new file mode 100644 index 0000000000..ed25da1f56 --- /dev/null +++ b/api/classes/BookmarkEnd.html @@ -0,0 +1 @@ +BookmarkEnd | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BookmarkEnd

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BookmarkStart.html b/api/classes/BookmarkStart.html new file mode 100644 index 0000000000..cee7a4ad21 --- /dev/null +++ b/api/classes/BookmarkStart.html @@ -0,0 +1 @@ +BookmarkStart | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BookmarkStart

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Border.html b/api/classes/Border.html new file mode 100644 index 0000000000..23ed38e81f --- /dev/null +++ b/api/classes/Border.html @@ -0,0 +1 @@ +Border | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Border

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/BorderElement.html b/api/classes/BorderElement.html new file mode 100644 index 0000000000..fba46e31a3 --- /dev/null +++ b/api/classes/BorderElement.html @@ -0,0 +1 @@ +BorderElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BorderElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Column.html b/api/classes/Column.html new file mode 100644 index 0000000000..b185a3f29e --- /dev/null +++ b/api/classes/Column.html @@ -0,0 +1 @@ +Column | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Column

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ColumnAttributes.html b/api/classes/ColumnAttributes.html new file mode 100644 index 0000000000..de66fbe944 --- /dev/null +++ b/api/classes/ColumnAttributes.html @@ -0,0 +1 @@ +ColumnAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ColumnBreak.html b/api/classes/ColumnBreak.html new file mode 100644 index 0000000000..7735d46d94 --- /dev/null +++ b/api/classes/ColumnBreak.html @@ -0,0 +1 @@ +ColumnBreak | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnBreak

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Columns.html b/api/classes/Columns.html new file mode 100644 index 0000000000..b26d6d6b51 --- /dev/null +++ b/api/classes/Columns.html @@ -0,0 +1 @@ +Columns | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Columns

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ColumnsAttributes.html b/api/classes/ColumnsAttributes.html new file mode 100644 index 0000000000..80935b5c67 --- /dev/null +++ b/api/classes/ColumnsAttributes.html @@ -0,0 +1 @@ +ColumnsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnsAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ConcreteHyperlink.html b/api/classes/ConcreteHyperlink.html new file mode 100644 index 0000000000..4136391732 --- /dev/null +++ b/api/classes/ConcreteHyperlink.html @@ -0,0 +1 @@ +ConcreteHyperlink | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConcreteHyperlink

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly linkId

linkId: string

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ConcreteNumbering.html b/api/classes/ConcreteNumbering.html new file mode 100644 index 0000000000..3f57588cd1 --- /dev/null +++ b/api/classes/ConcreteNumbering.html @@ -0,0 +1 @@ +ConcreteNumbering | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConcreteNumbering

Hierarchy

Index

Constructors

constructor

Properties

Readonly instance

instance: number

Readonly numId

numId: number

Readonly reference

reference: string

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DeletedTextRun.html b/api/classes/DeletedTextRun.html new file mode 100644 index 0000000000..db8d61ba15 --- /dev/null +++ b/api/classes/DeletedTextRun.html @@ -0,0 +1 @@ +DeletedTextRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeletedTextRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocGridAttributes.html b/api/classes/DocGridAttributes.html new file mode 100644 index 0000000000..fe6f0875c3 --- /dev/null +++ b/api/classes/DocGridAttributes.html @@ -0,0 +1 @@ +DocGridAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocGridAttributes

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Document.html b/api/classes/Document.html new file mode 100644 index 0000000000..41b0e6a594 --- /dev/null +++ b/api/classes/Document.html @@ -0,0 +1 @@ +Document | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Document

Hierarchy

  • Document

Index

Constructors

constructor

Accessors

AppProperties

  • get AppProperties(): AppProperties

ContentTypes

  • get ContentTypes(): ContentTypes

CoreProperties

  • get CoreProperties(): CoreProperties

CustomProperties

  • get CustomProperties(): CustomProperties

Document

  • get Document(): DocumentWrapper

FileRelationships

  • get FileRelationships(): Relationships

FootNotes

  • get FootNotes(): FootnotesWrapper

Footers

Headers

Media

Numbering

Settings

  • get Settings(): Settings

Styles

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentAttributes.html b/api/classes/DocumentAttributes.html new file mode 100644 index 0000000000..d1be1f51d7 --- /dev/null +++ b/api/classes/DocumentAttributes.html @@ -0,0 +1 @@ +DocumentAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentAttributes

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentBackground.html b/api/classes/DocumentBackground.html new file mode 100644 index 0000000000..a4d616f0ad --- /dev/null +++ b/api/classes/DocumentBackground.html @@ -0,0 +1 @@ +DocumentBackground | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentBackground

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentBackgroundAttributes.html b/api/classes/DocumentBackgroundAttributes.html new file mode 100644 index 0000000000..4ba8df4d0a --- /dev/null +++ b/api/classes/DocumentBackgroundAttributes.html @@ -0,0 +1 @@ +DocumentBackgroundAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentBackgroundAttributes

Hierarchy

  • XmlAttributeComponent<{ color: string; themeColor?: string; themeShade?: string; themeTint?: string }>
    • DocumentBackgroundAttributes

Index

Constructors

Methods

Constructors

constructor

  • new DocumentBackgroundAttributes(properties: { color: string; themeColor?: string; themeShade?: string; themeTint?: string }): DocumentBackgroundAttributes

Methods

prepForXml

set

  • set(properties: { color: string; themeColor?: string; themeShade?: string; themeTint?: string }): void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentDefaults.html b/api/classes/DocumentDefaults.html new file mode 100644 index 0000000000..45b2d2c04d --- /dev/null +++ b/api/classes/DocumentDefaults.html @@ -0,0 +1 @@ +DocumentDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentDefaults

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DocumentGrid.html b/api/classes/DocumentGrid.html new file mode 100644 index 0000000000..18b868d029 --- /dev/null +++ b/api/classes/DocumentGrid.html @@ -0,0 +1 @@ +DocumentGrid | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentGrid

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/DotEmphasisMark.html b/api/classes/DotEmphasisMark.html new file mode 100644 index 0000000000..29ce45d960 --- /dev/null +++ b/api/classes/DotEmphasisMark.html @@ -0,0 +1 @@ +DotEmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DotEmphasisMark

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Drawing.html b/api/classes/Drawing.html new file mode 100644 index 0000000000..ca9911fa3d --- /dev/null +++ b/api/classes/Drawing.html @@ -0,0 +1 @@ +Drawing | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Drawing

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/EmphasisMark.html b/api/classes/EmphasisMark.html new file mode 100644 index 0000000000..9e3dd52413 --- /dev/null +++ b/api/classes/EmphasisMark.html @@ -0,0 +1 @@ +EmphasisMark | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmphasisMark

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ExternalHyperlink.html b/api/classes/ExternalHyperlink.html new file mode 100644 index 0000000000..27f45e260e --- /dev/null +++ b/api/classes/ExternalHyperlink.html @@ -0,0 +1 @@ +ExternalHyperlink | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExternalHyperlink

Hierarchy

  • ExternalHyperlink

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly options

options: { children: ParagraphChild[]; link: string }

Type declaration

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FootNoteReferenceRunAttributes.html b/api/classes/FootNoteReferenceRunAttributes.html new file mode 100644 index 0000000000..536ee1d93b --- /dev/null +++ b/api/classes/FootNoteReferenceRunAttributes.html @@ -0,0 +1 @@ +FootNoteReferenceRunAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootNoteReferenceRunAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

  • set(properties: { id: number }): void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FootNotes.html b/api/classes/FootNotes.html new file mode 100644 index 0000000000..5a653c8f63 --- /dev/null +++ b/api/classes/FootNotes.html @@ -0,0 +1 @@ +FootNotes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootNotes

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

createFootNote

  • createFootNote(id: number, paragraph: Paragraph[]): void

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Footer.html b/api/classes/Footer.html new file mode 100644 index 0000000000..e56ed18b34 --- /dev/null +++ b/api/classes/Footer.html @@ -0,0 +1 @@ +Footer | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Footer

Hierarchy

  • Footer

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly options

options: IHeaderOptions = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FooterWrapper.html b/api/classes/FooterWrapper.html new file mode 100644 index 0000000000..a3255a41fd --- /dev/null +++ b/api/classes/FooterWrapper.html @@ -0,0 +1 @@ +FooterWrapper | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FooterWrapper

Hierarchy

  • FooterWrapper

Implements

  • IViewWrapper

Index

Constructors

constructor

Accessors

Media

Relationships

  • get Relationships(): Relationships

View

  • get View(): Footer

Methods

add

addChildElement

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FootnoteReference.html b/api/classes/FootnoteReference.html new file mode 100644 index 0000000000..0460877874 --- /dev/null +++ b/api/classes/FootnoteReference.html @@ -0,0 +1 @@ +FootnoteReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootnoteReference

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FootnoteReferenceRun.html b/api/classes/FootnoteReferenceRun.html new file mode 100644 index 0000000000..2769c31c79 --- /dev/null +++ b/api/classes/FootnoteReferenceRun.html @@ -0,0 +1 @@ +FootnoteReferenceRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FootnoteReferenceRun

Hierarchy

  • Run
    • FootnoteReferenceRun

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FrameProperties.html b/api/classes/FrameProperties.html new file mode 100644 index 0000000000..f30b4c99c0 --- /dev/null +++ b/api/classes/FrameProperties.html @@ -0,0 +1 @@ +FrameProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FrameProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/FramePropertiesAttributes.html b/api/classes/FramePropertiesAttributes.html new file mode 100644 index 0000000000..0d13a3e617 --- /dev/null +++ b/api/classes/FramePropertiesAttributes.html @@ -0,0 +1 @@ +FramePropertiesAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FramePropertiesAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/GridSpan.html b/api/classes/GridSpan.html new file mode 100644 index 0000000000..462930244e --- /dev/null +++ b/api/classes/GridSpan.html @@ -0,0 +1,3 @@ +GridSpan | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GridSpan

+

GridSpan element. Should be used in a table cell. Pass the number of columns that this cell need to span.

+

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Header.html b/api/classes/Header.html new file mode 100644 index 0000000000..04e55b8cdd --- /dev/null +++ b/api/classes/Header.html @@ -0,0 +1 @@ +Header | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Header

Hierarchy

  • Header

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly options

options: IHeaderOptions = ...

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/HeaderFooterReference.html b/api/classes/HeaderFooterReference.html new file mode 100644 index 0000000000..9c9598259c --- /dev/null +++ b/api/classes/HeaderFooterReference.html @@ -0,0 +1 @@ +HeaderFooterReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HeaderFooterReference

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/HeaderWrapper.html b/api/classes/HeaderWrapper.html new file mode 100644 index 0000000000..36275a242f --- /dev/null +++ b/api/classes/HeaderWrapper.html @@ -0,0 +1 @@ +HeaderWrapper | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HeaderWrapper

Hierarchy

  • HeaderWrapper

Implements

  • IViewWrapper

Index

Constructors

constructor

Accessors

Media

Relationships

  • get Relationships(): Relationships

View

  • get View(): Header

Methods

add

addChildElement

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/HorizontalPosition.html b/api/classes/HorizontalPosition.html new file mode 100644 index 0000000000..a17c73d44d --- /dev/null +++ b/api/classes/HorizontalPosition.html @@ -0,0 +1 @@ +HorizontalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HorizontalPosition

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/HpsMeasureElement.html b/api/classes/HpsMeasureElement.html new file mode 100644 index 0000000000..23c3305688 --- /dev/null +++ b/api/classes/HpsMeasureElement.html @@ -0,0 +1 @@ +HpsMeasureElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HpsMeasureElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/IgnoreIfEmptyXmlComponent.html b/api/classes/IgnoreIfEmptyXmlComponent.html new file mode 100644 index 0000000000..00169affa5 --- /dev/null +++ b/api/classes/IgnoreIfEmptyXmlComponent.html @@ -0,0 +1 @@ +IgnoreIfEmptyXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IgnoreIfEmptyXmlComponent

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ImageRun.html b/api/classes/ImageRun.html new file mode 100644 index 0000000000..80998d1703 --- /dev/null +++ b/api/classes/ImageRun.html @@ -0,0 +1 @@ +ImageRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImageRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ImportDotx.html b/api/classes/ImportDotx.html new file mode 100644 index 0000000000..2ff9c5162a --- /dev/null +++ b/api/classes/ImportDotx.html @@ -0,0 +1 @@ +ImportDotx | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImportDotx

Hierarchy

  • ImportDotx

Index

Constructors

Methods

Constructors

constructor

Methods

extract

  • extract(data: string | Buffer | Uint8Array | ArrayBuffer | number[] | Blob | ReadableStream): Promise<IDocumentTemplate>

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ImportedRootElementAttributes.html b/api/classes/ImportedRootElementAttributes.html new file mode 100644 index 0000000000..98bd6aa7e0 --- /dev/null +++ b/api/classes/ImportedRootElementAttributes.html @@ -0,0 +1,3 @@ +ImportedRootElementAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImportedRootElementAttributes

+

Used for the attributes of root element that is being imported.

+

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ImportedXmlComponent.html b/api/classes/ImportedXmlComponent.html new file mode 100644 index 0000000000..346ab6da3a --- /dev/null +++ b/api/classes/ImportedXmlComponent.html @@ -0,0 +1,9 @@ +ImportedXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImportedXmlComponent

+

Represents imported xml component from xml file.

+

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

push

Static fromXmlString

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Indent.html b/api/classes/Indent.html new file mode 100644 index 0000000000..104f70d815 --- /dev/null +++ b/api/classes/Indent.html @@ -0,0 +1 @@ +Indent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Indent

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/InitializableXmlComponent.html b/api/classes/InitializableXmlComponent.html new file mode 100644 index 0000000000..a6cd1b34a5 --- /dev/null +++ b/api/classes/InitializableXmlComponent.html @@ -0,0 +1 @@ +InitializableXmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InitializableXmlComponent

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/InsertedTextRun.html b/api/classes/InsertedTextRun.html new file mode 100644 index 0000000000..c232743909 --- /dev/null +++ b/api/classes/InsertedTextRun.html @@ -0,0 +1 @@ +InsertedTextRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InsertedTextRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/InternalHyperlink.html b/api/classes/InternalHyperlink.html new file mode 100644 index 0000000000..ff2eca227e --- /dev/null +++ b/api/classes/InternalHyperlink.html @@ -0,0 +1 @@ +InternalHyperlink | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InternalHyperlink

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly linkId

linkId: string

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Level.html b/api/classes/Level.html new file mode 100644 index 0000000000..48b73874ed --- /dev/null +++ b/api/classes/Level.html @@ -0,0 +1 @@ +Level | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Level

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/LevelBase.html b/api/classes/LevelBase.html new file mode 100644 index 0000000000..f532370800 --- /dev/null +++ b/api/classes/LevelBase.html @@ -0,0 +1 @@ +LevelBase | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LevelBase

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/LevelForOverride.html b/api/classes/LevelForOverride.html new file mode 100644 index 0000000000..32e85f10f5 --- /dev/null +++ b/api/classes/LevelForOverride.html @@ -0,0 +1 @@ +LevelForOverride | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LevelForOverride

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/LevelOverride.html b/api/classes/LevelOverride.html new file mode 100644 index 0000000000..081df2f49a --- /dev/null +++ b/api/classes/LevelOverride.html @@ -0,0 +1 @@ +LevelOverride | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LevelOverride

Hierarchy

Index

Constructors

constructor

  • new LevelOverride(levelNum: number, start?: number): LevelOverride

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/LineNumberAttributes.html b/api/classes/LineNumberAttributes.html new file mode 100644 index 0000000000..18b450c7d8 --- /dev/null +++ b/api/classes/LineNumberAttributes.html @@ -0,0 +1 @@ +LineNumberAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LineNumberAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/LineNumberType.html b/api/classes/LineNumberType.html new file mode 100644 index 0000000000..ca886f436a --- /dev/null +++ b/api/classes/LineNumberType.html @@ -0,0 +1 @@ +LineNumberType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LineNumberType

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Math.html b/api/classes/Math.html new file mode 100644 index 0000000000..b0b0636c4b --- /dev/null +++ b/api/classes/Math.html @@ -0,0 +1 @@ +Math | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Math

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathAccentCharacter.html b/api/classes/MathAccentCharacter.html new file mode 100644 index 0000000000..f1b6cd98d6 --- /dev/null +++ b/api/classes/MathAccentCharacter.html @@ -0,0 +1 @@ +MathAccentCharacter | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathAccentCharacter

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathAngledBrackets.html b/api/classes/MathAngledBrackets.html new file mode 100644 index 0000000000..f7d69945c7 --- /dev/null +++ b/api/classes/MathAngledBrackets.html @@ -0,0 +1 @@ +MathAngledBrackets | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathAngledBrackets

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathBase.html b/api/classes/MathBase.html new file mode 100644 index 0000000000..b5f3ec5011 --- /dev/null +++ b/api/classes/MathBase.html @@ -0,0 +1 @@ +MathBase | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathBase

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathCurlyBrackets.html b/api/classes/MathCurlyBrackets.html new file mode 100644 index 0000000000..84140089c4 --- /dev/null +++ b/api/classes/MathCurlyBrackets.html @@ -0,0 +1 @@ +MathCurlyBrackets | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathCurlyBrackets

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathDegree.html b/api/classes/MathDegree.html new file mode 100644 index 0000000000..8269c14367 --- /dev/null +++ b/api/classes/MathDegree.html @@ -0,0 +1 @@ +MathDegree | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathDegree

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathDenominator.html b/api/classes/MathDenominator.html new file mode 100644 index 0000000000..0f97e32164 --- /dev/null +++ b/api/classes/MathDenominator.html @@ -0,0 +1 @@ +MathDenominator | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathDenominator

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathFraction.html b/api/classes/MathFraction.html new file mode 100644 index 0000000000..da5bd527b1 --- /dev/null +++ b/api/classes/MathFraction.html @@ -0,0 +1 @@ +MathFraction | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathFraction

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathFunction.html b/api/classes/MathFunction.html new file mode 100644 index 0000000000..ccd841ed97 --- /dev/null +++ b/api/classes/MathFunction.html @@ -0,0 +1 @@ +MathFunction | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathFunction

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathFunctionName.html b/api/classes/MathFunctionName.html new file mode 100644 index 0000000000..c89dda00cd --- /dev/null +++ b/api/classes/MathFunctionName.html @@ -0,0 +1 @@ +MathFunctionName | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathFunctionName

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathFunctionProperties.html b/api/classes/MathFunctionProperties.html new file mode 100644 index 0000000000..cc354f03c9 --- /dev/null +++ b/api/classes/MathFunctionProperties.html @@ -0,0 +1 @@ +MathFunctionProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathFunctionProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathLimitLocation.html b/api/classes/MathLimitLocation.html new file mode 100644 index 0000000000..abe517a33e --- /dev/null +++ b/api/classes/MathLimitLocation.html @@ -0,0 +1 @@ +MathLimitLocation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathLimitLocation

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathNArayProperties.html b/api/classes/MathNArayProperties.html new file mode 100644 index 0000000000..643dfb0d40 --- /dev/null +++ b/api/classes/MathNArayProperties.html @@ -0,0 +1 @@ +MathNArayProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathNArayProperties

Hierarchy

Index

Constructors

constructor

  • new MathNArayProperties(accent: string, hasSuperScript: boolean, hasSubScript: boolean): MathNArayProperties

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathNumerator.html b/api/classes/MathNumerator.html new file mode 100644 index 0000000000..d527299b41 --- /dev/null +++ b/api/classes/MathNumerator.html @@ -0,0 +1 @@ +MathNumerator | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathNumerator

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathPreSubSuperScript.html b/api/classes/MathPreSubSuperScript.html new file mode 100644 index 0000000000..367910e23e --- /dev/null +++ b/api/classes/MathPreSubSuperScript.html @@ -0,0 +1 @@ +MathPreSubSuperScript | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathPreSubSuperScript

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathPreSubSuperScriptProperties.html b/api/classes/MathPreSubSuperScriptProperties.html new file mode 100644 index 0000000000..48bb2cabc8 --- /dev/null +++ b/api/classes/MathPreSubSuperScriptProperties.html @@ -0,0 +1 @@ +MathPreSubSuperScriptProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathPreSubSuperScriptProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathRadical.html b/api/classes/MathRadical.html new file mode 100644 index 0000000000..fddbae3275 --- /dev/null +++ b/api/classes/MathRadical.html @@ -0,0 +1 @@ +MathRadical | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathRadical

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathRadicalProperties.html b/api/classes/MathRadicalProperties.html new file mode 100644 index 0000000000..7a9b961dd6 --- /dev/null +++ b/api/classes/MathRadicalProperties.html @@ -0,0 +1 @@ +MathRadicalProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathRadicalProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathRoundBrackets.html b/api/classes/MathRoundBrackets.html new file mode 100644 index 0000000000..9f61b913c0 --- /dev/null +++ b/api/classes/MathRoundBrackets.html @@ -0,0 +1 @@ +MathRoundBrackets | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathRoundBrackets

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathRun.html b/api/classes/MathRun.html new file mode 100644 index 0000000000..b8afad1694 --- /dev/null +++ b/api/classes/MathRun.html @@ -0,0 +1 @@ +MathRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSquareBrackets.html b/api/classes/MathSquareBrackets.html new file mode 100644 index 0000000000..ccfd3c62a2 --- /dev/null +++ b/api/classes/MathSquareBrackets.html @@ -0,0 +1 @@ +MathSquareBrackets | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSquareBrackets

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSubScript.html b/api/classes/MathSubScript.html new file mode 100644 index 0000000000..8660b891b6 --- /dev/null +++ b/api/classes/MathSubScript.html @@ -0,0 +1 @@ +MathSubScript | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSubScript

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSubScriptElement.html b/api/classes/MathSubScriptElement.html new file mode 100644 index 0000000000..a400ce2aa9 --- /dev/null +++ b/api/classes/MathSubScriptElement.html @@ -0,0 +1 @@ +MathSubScriptElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSubScriptElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSubScriptProperties.html b/api/classes/MathSubScriptProperties.html new file mode 100644 index 0000000000..9b627daec9 --- /dev/null +++ b/api/classes/MathSubScriptProperties.html @@ -0,0 +1 @@ +MathSubScriptProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSubScriptProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSubSuperScript.html b/api/classes/MathSubSuperScript.html new file mode 100644 index 0000000000..5f4aace0b1 --- /dev/null +++ b/api/classes/MathSubSuperScript.html @@ -0,0 +1 @@ +MathSubSuperScript | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSubSuperScript

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSubSuperScriptProperties.html b/api/classes/MathSubSuperScriptProperties.html new file mode 100644 index 0000000000..a27959edc2 --- /dev/null +++ b/api/classes/MathSubSuperScriptProperties.html @@ -0,0 +1 @@ +MathSubSuperScriptProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSubSuperScriptProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSum.html b/api/classes/MathSum.html new file mode 100644 index 0000000000..13010ee5f2 --- /dev/null +++ b/api/classes/MathSum.html @@ -0,0 +1 @@ +MathSum | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSum

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSuperScript.html b/api/classes/MathSuperScript.html new file mode 100644 index 0000000000..2dfd7158b3 --- /dev/null +++ b/api/classes/MathSuperScript.html @@ -0,0 +1 @@ +MathSuperScript | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSuperScript

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSuperScriptElement.html b/api/classes/MathSuperScriptElement.html new file mode 100644 index 0000000000..f88ca7948f --- /dev/null +++ b/api/classes/MathSuperScriptElement.html @@ -0,0 +1 @@ +MathSuperScriptElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSuperScriptElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/MathSuperScriptProperties.html b/api/classes/MathSuperScriptProperties.html new file mode 100644 index 0000000000..95f00f0e52 --- /dev/null +++ b/api/classes/MathSuperScriptProperties.html @@ -0,0 +1 @@ +MathSuperScriptProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MathSuperScriptProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Media.html b/api/classes/Media.html new file mode 100644 index 0000000000..b34890a8c9 --- /dev/null +++ b/api/classes/Media.html @@ -0,0 +1 @@ +Media | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Media

Hierarchy

  • Media

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

Array

Methods

addImage

  • addImage(key: string, mediaData: IMediaData): void

addMedia

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/NumberProperties.html b/api/classes/NumberProperties.html new file mode 100644 index 0000000000..f75fa0aebf --- /dev/null +++ b/api/classes/NumberProperties.html @@ -0,0 +1 @@ +NumberProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NumberProperties

Hierarchy

Index

Constructors

constructor

  • new NumberProperties(numberId: string | number, indentLevel: number): NumberProperties

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/NumberValueElement.html b/api/classes/NumberValueElement.html new file mode 100644 index 0000000000..a56259c72f --- /dev/null +++ b/api/classes/NumberValueElement.html @@ -0,0 +1 @@ +NumberValueElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NumberValueElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Numbering.html b/api/classes/Numbering.html new file mode 100644 index 0000000000..dd98188a70 --- /dev/null +++ b/api/classes/Numbering.html @@ -0,0 +1 @@ +Numbering | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Numbering

Hierarchy

Index

Constructors

constructor

Accessors

ConcreteNumbering

ReferenceConfig

  • get ReferenceConfig(): object[]

Methods

addChildElement

createConcreteNumberingInstance

  • createConcreteNumberingInstance(reference: string, instance: number): void

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/OnOffElement.html b/api/classes/OnOffElement.html new file mode 100644 index 0000000000..7fb2fb612d --- /dev/null +++ b/api/classes/OnOffElement.html @@ -0,0 +1 @@ +OnOffElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnOffElement

Hierarchy

Index

Constructors

constructor

  • new OnOffElement(name: string, val?: undefined | boolean): OnOffElement

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/OutlineLevel.html b/api/classes/OutlineLevel.html new file mode 100644 index 0000000000..07d6ae847e --- /dev/null +++ b/api/classes/OutlineLevel.html @@ -0,0 +1 @@ +OutlineLevel | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutlineLevel

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly level

level: number

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Packer.html b/api/classes/Packer.html new file mode 100644 index 0000000000..8eb4a3ee8f --- /dev/null +++ b/api/classes/Packer.html @@ -0,0 +1 @@ +Packer | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Packer

Hierarchy

  • Packer

Index

Constructors

constructor

Methods

Static toBase64String

  • toBase64String(file: Document, prettify?: boolean): Promise<string>

Static toBlob

  • toBlob(file: Document, prettify?: boolean): Promise<Blob>

Static toBuffer

  • toBuffer(file: Document, prettify?: boolean): Promise<Buffer>

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageBorders.html b/api/classes/PageBorders.html new file mode 100644 index 0000000000..de8eef52c3 --- /dev/null +++ b/api/classes/PageBorders.html @@ -0,0 +1 @@ +PageBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageBorders

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageBreak.html b/api/classes/PageBreak.html new file mode 100644 index 0000000000..ecb4765ee2 --- /dev/null +++ b/api/classes/PageBreak.html @@ -0,0 +1 @@ +PageBreak | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageBreak

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageBreakBefore.html b/api/classes/PageBreakBefore.html new file mode 100644 index 0000000000..182a1c065b --- /dev/null +++ b/api/classes/PageBreakBefore.html @@ -0,0 +1,3 @@ +PageBreakBefore | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageBreakBefore

+

Add page break before the paragraph if there is no one added before.

+

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageMargin.html b/api/classes/PageMargin.html new file mode 100644 index 0000000000..f9c4237709 --- /dev/null +++ b/api/classes/PageMargin.html @@ -0,0 +1 @@ +PageMargin | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageMargin

Hierarchy

Index

Constructors

constructor

  • new PageMargin(top: string | number, right: string | number, bottom: string | number, left: string | number, header: string | number, footer: string | number, gutter: string | number): PageMargin

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageMarginAttributes.html b/api/classes/PageMarginAttributes.html new file mode 100644 index 0000000000..952c905ac9 --- /dev/null +++ b/api/classes/PageMarginAttributes.html @@ -0,0 +1 @@ +PageMarginAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageMarginAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageNumberType.html b/api/classes/PageNumberType.html new file mode 100644 index 0000000000..61dc417f8b --- /dev/null +++ b/api/classes/PageNumberType.html @@ -0,0 +1 @@ +PageNumberType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageNumberType

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageNumberTypeAttributes.html b/api/classes/PageNumberTypeAttributes.html new file mode 100644 index 0000000000..07cb610372 --- /dev/null +++ b/api/classes/PageNumberTypeAttributes.html @@ -0,0 +1 @@ +PageNumberTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageNumberTypeAttributes

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageReference.html b/api/classes/PageReference.html new file mode 100644 index 0000000000..cd87b3b174 --- /dev/null +++ b/api/classes/PageReference.html @@ -0,0 +1 @@ +PageReference | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageReference

Hierarchy

  • Run
    • PageReference

Index

Constructors

constructor

  • new PageReference(bookmarkId: string, options?: IPageReferenceOptions): PageReference

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageSize.html b/api/classes/PageSize.html new file mode 100644 index 0000000000..624d70f1f4 --- /dev/null +++ b/api/classes/PageSize.html @@ -0,0 +1 @@ +PageSize | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageSize

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/PageSizeAttributes.html b/api/classes/PageSizeAttributes.html new file mode 100644 index 0000000000..a129904a23 --- /dev/null +++ b/api/classes/PageSizeAttributes.html @@ -0,0 +1 @@ +PageSizeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageSizeAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Paragraph.html b/api/classes/Paragraph.html new file mode 100644 index 0000000000..0aafd212a3 --- /dev/null +++ b/api/classes/Paragraph.html @@ -0,0 +1 @@ +Paragraph | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Paragraph

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

addRunToFront

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ParagraphProperties.html b/api/classes/ParagraphProperties.html new file mode 100644 index 0000000000..a91a3db1b6 --- /dev/null +++ b/api/classes/ParagraphProperties.html @@ -0,0 +1 @@ +ParagraphProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParagraphProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

push

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ParagraphPropertiesDefaults.html b/api/classes/ParagraphPropertiesDefaults.html new file mode 100644 index 0000000000..5c09221292 --- /dev/null +++ b/api/classes/ParagraphPropertiesDefaults.html @@ -0,0 +1 @@ +ParagraphPropertiesDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParagraphPropertiesDefaults

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Run.html b/api/classes/Run.html new file mode 100644 index 0000000000..90cbcab0a6 --- /dev/null +++ b/api/classes/Run.html @@ -0,0 +1 @@ +Run | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Run

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/RunFonts.html b/api/classes/RunFonts.html new file mode 100644 index 0000000000..2e993802ab --- /dev/null +++ b/api/classes/RunFonts.html @@ -0,0 +1 @@ +RunFonts | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunFonts

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/RunProperties.html b/api/classes/RunProperties.html new file mode 100644 index 0000000000..3dea36f800 --- /dev/null +++ b/api/classes/RunProperties.html @@ -0,0 +1 @@ +RunProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

push

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/RunPropertiesDefaults.html b/api/classes/RunPropertiesDefaults.html new file mode 100644 index 0000000000..2e346e2434 --- /dev/null +++ b/api/classes/RunPropertiesDefaults.html @@ -0,0 +1 @@ +RunPropertiesDefaults | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunPropertiesDefaults

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SectionProperties.html b/api/classes/SectionProperties.html new file mode 100644 index 0000000000..56d7018720 --- /dev/null +++ b/api/classes/SectionProperties.html @@ -0,0 +1 @@ +SectionProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SectionProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SectionTypeAttributes.html b/api/classes/SectionTypeAttributes.html new file mode 100644 index 0000000000..c5bba4e127 --- /dev/null +++ b/api/classes/SectionTypeAttributes.html @@ -0,0 +1 @@ +SectionTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SectionTypeAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SequentialIdentifier.html b/api/classes/SequentialIdentifier.html new file mode 100644 index 0000000000..282dc27165 --- /dev/null +++ b/api/classes/SequentialIdentifier.html @@ -0,0 +1 @@ +SequentialIdentifier | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SequentialIdentifier

Hierarchy

  • Run
    • SequentialIdentifier

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Shading.html b/api/classes/Shading.html new file mode 100644 index 0000000000..c60a933d62 --- /dev/null +++ b/api/classes/Shading.html @@ -0,0 +1 @@ +Shading | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Shading

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SimpleField.html b/api/classes/SimpleField.html new file mode 100644 index 0000000000..ca1f5ef97f --- /dev/null +++ b/api/classes/SimpleField.html @@ -0,0 +1 @@ +SimpleField | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimpleField

Hierarchy

Index

Constructors

constructor

  • new SimpleField(instruction: string, cachedValue?: string): SimpleField

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SimpleMailMergeField.html b/api/classes/SimpleMailMergeField.html new file mode 100644 index 0000000000..642364bf97 --- /dev/null +++ b/api/classes/SimpleMailMergeField.html @@ -0,0 +1 @@ +SimpleMailMergeField | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimpleMailMergeField

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SimplePos.html b/api/classes/SimplePos.html new file mode 100644 index 0000000000..4af14ce844 --- /dev/null +++ b/api/classes/SimplePos.html @@ -0,0 +1 @@ +SimplePos | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimplePos

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Spacing.html b/api/classes/Spacing.html new file mode 100644 index 0000000000..e9179acae0 --- /dev/null +++ b/api/classes/Spacing.html @@ -0,0 +1 @@ +Spacing | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Spacing

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StringContainer.html b/api/classes/StringContainer.html new file mode 100644 index 0000000000..4d10f06d50 --- /dev/null +++ b/api/classes/StringContainer.html @@ -0,0 +1 @@ +StringContainer | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringContainer

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StringValueElement.html b/api/classes/StringValueElement.html new file mode 100644 index 0000000000..5558cad0e5 --- /dev/null +++ b/api/classes/StringValueElement.html @@ -0,0 +1 @@ +StringValueElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringValueElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Style.html b/api/classes/Style.html new file mode 100644 index 0000000000..21f4bf67ce --- /dev/null +++ b/api/classes/Style.html @@ -0,0 +1 @@ +Style | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Style

Hierarchy

Index

Constructors

constructor

  • new Style(styleId: string): Style

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StyleForCharacter.html b/api/classes/StyleForCharacter.html new file mode 100644 index 0000000000..d2b7167bcc --- /dev/null +++ b/api/classes/StyleForCharacter.html @@ -0,0 +1 @@ +StyleForCharacter | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleForCharacter

Hierarchy

  • Style
    • StyleForCharacter

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StyleForParagraph.html b/api/classes/StyleForParagraph.html new file mode 100644 index 0000000000..e544f8ceee --- /dev/null +++ b/api/classes/StyleForParagraph.html @@ -0,0 +1 @@ +StyleForParagraph | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleForParagraph

Hierarchy

  • Style
    • StyleForParagraph

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/StyleLevel.html b/api/classes/StyleLevel.html new file mode 100644 index 0000000000..7f000c3e88 --- /dev/null +++ b/api/classes/StyleLevel.html @@ -0,0 +1 @@ +StyleLevel | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StyleLevel

Hierarchy

  • StyleLevel

Index

Constructors

Properties

Constructors

constructor

  • new StyleLevel(styleName: string, level: number): StyleLevel

Properties

Readonly level

level: number

Readonly styleName

styleName: string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Styles.html b/api/classes/Styles.html new file mode 100644 index 0000000000..92b75637bd --- /dev/null +++ b/api/classes/Styles.html @@ -0,0 +1 @@ +Styles | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Styles

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/SymbolRun.html b/api/classes/SymbolRun.html new file mode 100644 index 0000000000..6573ff0384 --- /dev/null +++ b/api/classes/SymbolRun.html @@ -0,0 +1 @@ +SymbolRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SymbolRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TDirection.html b/api/classes/TDirection.html new file mode 100644 index 0000000000..b3e3e9f46e --- /dev/null +++ b/api/classes/TDirection.html @@ -0,0 +1,3 @@ +TDirection | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TDirection

+

Text Direction within a table cell

+

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Tab.html b/api/classes/Tab.html new file mode 100644 index 0000000000..9c07aa8572 --- /dev/null +++ b/api/classes/Tab.html @@ -0,0 +1 @@ +Tab | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Tab

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TabAttributes.html b/api/classes/TabAttributes.html new file mode 100644 index 0000000000..a89d25c148 --- /dev/null +++ b/api/classes/TabAttributes.html @@ -0,0 +1 @@ +TabAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TabStop.html b/api/classes/TabStop.html new file mode 100644 index 0000000000..c89881393c --- /dev/null +++ b/api/classes/TabStop.html @@ -0,0 +1 @@ +TabStop | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabStop

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TabStopItem.html b/api/classes/TabStopItem.html new file mode 100644 index 0000000000..0ee7ad6bf2 --- /dev/null +++ b/api/classes/TabStopItem.html @@ -0,0 +1 @@ +TabStopItem | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TabStopItem

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Table.html b/api/classes/Table.html new file mode 100644 index 0000000000..599b3b79db --- /dev/null +++ b/api/classes/Table.html @@ -0,0 +1 @@ +Table | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Table

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableBorders.html b/api/classes/TableBorders.html new file mode 100644 index 0000000000..836b241008 --- /dev/null +++ b/api/classes/TableBorders.html @@ -0,0 +1 @@ +TableBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableBorders

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Static Readonly NONE

NONE: { bottom: { color: string; size: number; style: BorderStyle }; insideHorizontal: { color: string; size: number; style: BorderStyle }; insideVertical: { color: string; size: number; style: BorderStyle }; left: { color: string; size: number; style: BorderStyle }; right: { color: string; size: number; style: BorderStyle }; top: { color: string; size: number; style: BorderStyle } } = ...

Type declaration

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableCell.html b/api/classes/TableCell.html new file mode 100644 index 0000000000..67997b7ef3 --- /dev/null +++ b/api/classes/TableCell.html @@ -0,0 +1 @@ +TableCell | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableCell

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly options

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableCellBorders.html b/api/classes/TableCellBorders.html new file mode 100644 index 0000000000..c3eb45399b --- /dev/null +++ b/api/classes/TableCellBorders.html @@ -0,0 +1 @@ +TableCellBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableCellBorders

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableFloatOptionsAttributes.html b/api/classes/TableFloatOptionsAttributes.html new file mode 100644 index 0000000000..c2a7c5de7d --- /dev/null +++ b/api/classes/TableFloatOptionsAttributes.html @@ -0,0 +1 @@ +TableFloatOptionsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableFloatOptionsAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableFloatProperties.html b/api/classes/TableFloatProperties.html new file mode 100644 index 0000000000..a9fcde07e4 --- /dev/null +++ b/api/classes/TableFloatProperties.html @@ -0,0 +1 @@ +TableFloatProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableFloatProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableLayout.html b/api/classes/TableLayout.html new file mode 100644 index 0000000000..50dec80e68 --- /dev/null +++ b/api/classes/TableLayout.html @@ -0,0 +1 @@ +TableLayout | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableLayout

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableOfContents.html b/api/classes/TableOfContents.html new file mode 100644 index 0000000000..70595e8265 --- /dev/null +++ b/api/classes/TableOfContents.html @@ -0,0 +1 @@ +TableOfContents | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableOfContents

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableOverlap.html b/api/classes/TableOverlap.html new file mode 100644 index 0000000000..3e1ea9510a --- /dev/null +++ b/api/classes/TableOverlap.html @@ -0,0 +1 @@ +TableOverlap | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableOverlap

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableProperties.html b/api/classes/TableProperties.html new file mode 100644 index 0000000000..c149fba743 --- /dev/null +++ b/api/classes/TableProperties.html @@ -0,0 +1 @@ +TableProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableRow.html b/api/classes/TableRow.html new file mode 100644 index 0000000000..08f41bf664 --- /dev/null +++ b/api/classes/TableRow.html @@ -0,0 +1 @@ +TableRow | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRow

Hierarchy

Index

Constructors

constructor

Accessors

CellCount

  • get CellCount(): number

cells

Methods

addCellToColumnIndex

  • addCellToColumnIndex(cell: TableCell, columnIndex: number): void

addCellToIndex

  • addCellToIndex(cell: TableCell, index: number): void

addChildElement

columnIndexToRootIndex

  • columnIndexToRootIndex(columnIndex: number, allowEndNewCell?: boolean): number

prepForXml

rootIndexToColumnIndex

  • rootIndexToColumnIndex(rootIndex: number): number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableRowHeight.html b/api/classes/TableRowHeight.html new file mode 100644 index 0000000000..afe7fd8129 --- /dev/null +++ b/api/classes/TableRowHeight.html @@ -0,0 +1 @@ +TableRowHeight | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowHeight

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableRowHeightAttributes.html b/api/classes/TableRowHeightAttributes.html new file mode 100644 index 0000000000..d1a48dc75b --- /dev/null +++ b/api/classes/TableRowHeightAttributes.html @@ -0,0 +1 @@ +TableRowHeightAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowHeightAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

  • set(properties: { rule: HeightRule; value: string | number }): void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableRowProperties.html b/api/classes/TableRowProperties.html new file mode 100644 index 0000000000..3cd3bd26b1 --- /dev/null +++ b/api/classes/TableRowProperties.html @@ -0,0 +1 @@ +TableRowProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableRowProperties

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TableWidthElement.html b/api/classes/TableWidthElement.html new file mode 100644 index 0000000000..3819b9eb3c --- /dev/null +++ b/api/classes/TableWidthElement.html @@ -0,0 +1 @@ +TableWidthElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableWidthElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/TextRun.html b/api/classes/TextRun.html new file mode 100644 index 0000000000..1e34f30f38 --- /dev/null +++ b/api/classes/TextRun.html @@ -0,0 +1 @@ +TextRun | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextRun

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/ThematicBreak.html b/api/classes/ThematicBreak.html new file mode 100644 index 0000000000..301bb178d3 --- /dev/null +++ b/api/classes/ThematicBreak.html @@ -0,0 +1 @@ +ThematicBreak | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ThematicBreak

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Type.html b/api/classes/Type.html new file mode 100644 index 0000000000..ff90a97d38 --- /dev/null +++ b/api/classes/Type.html @@ -0,0 +1 @@ +Type | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Type

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/Underline.html b/api/classes/Underline.html new file mode 100644 index 0000000000..e2225c4d62 --- /dev/null +++ b/api/classes/Underline.html @@ -0,0 +1 @@ +Underline | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Underline

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/VerticalAlignAttributes.html b/api/classes/VerticalAlignAttributes.html new file mode 100644 index 0000000000..0d83741037 --- /dev/null +++ b/api/classes/VerticalAlignAttributes.html @@ -0,0 +1 @@ +VerticalAlignAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalAlignAttributes

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

prepForXml

set

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/VerticalAlignElement.html b/api/classes/VerticalAlignElement.html new file mode 100644 index 0000000000..4291678238 --- /dev/null +++ b/api/classes/VerticalAlignElement.html @@ -0,0 +1 @@ +VerticalAlignElement | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalAlignElement

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/VerticalMerge.html b/api/classes/VerticalMerge.html new file mode 100644 index 0000000000..297b716bdc --- /dev/null +++ b/api/classes/VerticalMerge.html @@ -0,0 +1,3 @@ +VerticalMerge | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalMerge

+

Vertical merge element. Should be used in a table cell.

+

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/VerticalPosition.html b/api/classes/VerticalPosition.html new file mode 100644 index 0000000000..589abccdd5 --- /dev/null +++ b/api/classes/VerticalPosition.html @@ -0,0 +1 @@ +VerticalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalPosition

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/WrapNone.html b/api/classes/WrapNone.html new file mode 100644 index 0000000000..3913e2001b --- /dev/null +++ b/api/classes/WrapNone.html @@ -0,0 +1 @@ +WrapNone | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapNone

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/WrapSquare.html b/api/classes/WrapSquare.html new file mode 100644 index 0000000000..77758e0776 --- /dev/null +++ b/api/classes/WrapSquare.html @@ -0,0 +1 @@ +WrapSquare | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapSquare

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/WrapTight.html b/api/classes/WrapTight.html new file mode 100644 index 0000000000..efcc78d5bb --- /dev/null +++ b/api/classes/WrapTight.html @@ -0,0 +1 @@ +WrapTight | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapTight

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/WrapTopAndBottom.html b/api/classes/WrapTopAndBottom.html new file mode 100644 index 0000000000..92cfb1f17b --- /dev/null +++ b/api/classes/WrapTopAndBottom.html @@ -0,0 +1 @@ +WrapTopAndBottom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WrapTopAndBottom

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/XmlAttributeComponent.html b/api/classes/XmlAttributeComponent.html new file mode 100644 index 0000000000..a8198fe962 --- /dev/null +++ b/api/classes/XmlAttributeComponent.html @@ -0,0 +1 @@ +XmlAttributeComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlAttributeComponent<T>

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/XmlComponent.html b/api/classes/XmlComponent.html new file mode 100644 index 0000000000..4a78bf38e6 --- /dev/null +++ b/api/classes/XmlComponent.html @@ -0,0 +1 @@ +XmlComponent | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlComponent

Hierarchy

Index

Constructors

constructor

Methods

addChildElement

prepForXml

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/classes/abstractnumbering.html b/api/classes/abstractnumbering.html deleted file mode 100644 index 71e1566b32..0000000000 --- a/api/classes/abstractnumbering.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - AbstractNumbering | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class AbstractNumbering

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly id

-
id: number
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/alignment.html b/api/classes/alignment.html deleted file mode 100644 index edef854ef2..0000000000 --- a/api/classes/alignment.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Alignment | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Alignment

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/alignmentattributes.html b/api/classes/alignmentattributes.html deleted file mode 100644 index 880dbae7cd..0000000000 --- a/api/classes/alignmentattributes.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - AlignmentAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class AlignmentAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/attributes.html b/api/classes/attributes.html deleted file mode 100644 index f6003d55b5..0000000000 --- a/api/classes/attributes.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - - Attributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Attributes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - XmlAttributeComponent<{ bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }> -
      -
    • - Attributes -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new Attributes(properties: { bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }): Attributes
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      properties: { bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }
      -
        -
      • -
        Optional Readonly bottom?: string
        -
      • -
      • -
        Optional Readonly color?: string
        -
      • -
      • -
        Optional Readonly fill?: string
        -
      • -
      • -
        Optional Readonly footer?: string
        -
      • -
      • -
        Optional Readonly gutter?: string
        -
      • -
      • -
        Optional Readonly h?: string
        -
      • -
      • -
        Optional Readonly header?: string
        -
      • -
      • -
        Optional Readonly left?: string
        -
      • -
      • -
        Optional Readonly linePitch?: string
        -
      • -
      • -
        Optional Readonly pos?: string | number
        -
      • -
      • -
        Optional Readonly right?: string
        -
      • -
      • -
        Optional Readonly rsidR?: string
        -
      • -
      • -
        Optional Readonly rsidRPr?: string
        -
      • -
      • -
        Optional Readonly rsidSect?: string
        -
      • -
      • -
        Optional Readonly space?: string
        -
      • -
      • -
        Optional Readonly sz?: string
        -
      • -
      • -
        Optional Readonly top?: string
        -
      • -
      • -
        Optional Readonly type?: string
        -
      • -
      • -
        Optional Readonly val?: string | number | boolean
        -
      • -
      • -
        Optional Readonly w?: string
        -
      • -
      -
    • -
    -

    Returns Attributes

    -
  • -
-
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

-
    -
  • set(properties: { bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      properties: { bottom?: string; color?: string; fill?: string; footer?: string; gutter?: string; h?: string; header?: string; left?: string; linePitch?: string; pos?: string | number; right?: string; rsidR?: string; rsidRPr?: string; rsidSect?: string; space?: string; sz?: string; top?: string; type?: string; val?: string | number | boolean; w?: string }
      -
        -
      • -
        Optional Readonly bottom?: string
        -
      • -
      • -
        Optional Readonly color?: string
        -
      • -
      • -
        Optional Readonly fill?: string
        -
      • -
      • -
        Optional Readonly footer?: string
        -
      • -
      • -
        Optional Readonly gutter?: string
        -
      • -
      • -
        Optional Readonly h?: string
        -
      • -
      • -
        Optional Readonly header?: string
        -
      • -
      • -
        Optional Readonly left?: string
        -
      • -
      • -
        Optional Readonly linePitch?: string
        -
      • -
      • -
        Optional Readonly pos?: string | number
        -
      • -
      • -
        Optional Readonly right?: string
        -
      • -
      • -
        Optional Readonly rsidR?: string
        -
      • -
      • -
        Optional Readonly rsidRPr?: string
        -
      • -
      • -
        Optional Readonly rsidSect?: string
        -
      • -
      • -
        Optional Readonly space?: string
        -
      • -
      • -
        Optional Readonly sz?: string
        -
      • -
      • -
        Optional Readonly top?: string
        -
      • -
      • -
        Optional Readonly type?: string
        -
      • -
      • -
        Optional Readonly val?: string | number | boolean
        -
      • -
      • -
        Optional Readonly w?: string
        -
      • -
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/baseemphasismark.html b/api/classes/baseemphasismark.html deleted file mode 100644 index 6b055aba8b..0000000000 --- a/api/classes/baseemphasismark.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - BaseEmphasisMark | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BaseEmphasisMark

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Methods

- -
-
-
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/basexmlcomponent.html b/api/classes/basexmlcomponent.html deleted file mode 100644 index 56ba695724..0000000000 --- a/api/classes/basexmlcomponent.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - BaseXmlComponent | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BaseXmlComponent

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

Abstract prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/body.html b/api/classes/body.html deleted file mode 100644 index 80dd36e285..0000000000 --- a/api/classes/body.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - Body | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Body

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new Body(): Body
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

addSection

- -
    -
  • - -
    -
    -

    Adds new section properties. - Note: Previous section is created in paragraph after the current element, and then new section will be added. - The spec says:

    -
      -
    • section element should be in the last paragraph of the section
    • -
    • last section should be direct child of body
    • -
    -
    -
    -

    Parameters

    - -

    Returns void

    -
  • -
-
-
- -

prepForXml

- - -
-
- -

push

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/bookmark.html b/api/classes/bookmark.html deleted file mode 100644 index 20d0db6b94..0000000000 --- a/api/classes/bookmark.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - Bookmark | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Bookmark

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Bookmark -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly children

-
children: TextRun[]
- -
-
- -

Readonly end

- - -
-
- -

Readonly start

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/bookmarkend.html b/api/classes/bookmarkend.html deleted file mode 100644 index 6aafdd1495..0000000000 --- a/api/classes/bookmarkend.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - BookmarkEnd | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BookmarkEnd

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/bookmarkstart.html b/api/classes/bookmarkstart.html deleted file mode 100644 index 254131ec1a..0000000000 --- a/api/classes/bookmarkstart.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - BookmarkStart | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BookmarkStart

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new BookmarkStart(id: string, linkId: string): BookmarkStart
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/border.html b/api/classes/border.html deleted file mode 100644 index 4c4271877b..0000000000 --- a/api/classes/border.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Border | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Border

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/borderelement.html b/api/classes/borderelement.html deleted file mode 100644 index 329cc6ca52..0000000000 --- a/api/classes/borderelement.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - BorderElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BorderElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/columns.html b/api/classes/columns.html deleted file mode 100644 index f30326db64..0000000000 --- a/api/classes/columns.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Columns | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Columns

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/columnsattributes.html b/api/classes/columnsattributes.html deleted file mode 100644 index aa94e00375..0000000000 --- a/api/classes/columnsattributes.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - ColumnsAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ColumnsAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/concretehyperlink.html b/api/classes/concretehyperlink.html deleted file mode 100644 index 54a92cca9b..0000000000 --- a/api/classes/concretehyperlink.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - ConcreteHyperlink | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ConcreteHyperlink

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly linkId

-
linkId: string
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/concretenumbering.html b/api/classes/concretenumbering.html deleted file mode 100644 index 99c3e3731c..0000000000 --- a/api/classes/concretenumbering.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - ConcreteNumbering | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ConcreteNumbering

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly instance

-
instance: number
- -
-
- -

Readonly numId

-
numId: number
- -
-
- -

Readonly reference

-
reference: string
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/deletedtextrun.html b/api/classes/deletedtextrun.html deleted file mode 100644 index 222ad59321..0000000000 --- a/api/classes/deletedtextrun.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - DeletedTextRun | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DeletedTextRun

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/docgridattributes.html b/api/classes/docgridattributes.html deleted file mode 100644 index 89b455963a..0000000000 --- a/api/classes/docgridattributes.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - DocGridAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DocGridAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/document.html b/api/classes/document.html deleted file mode 100644 index bb7078e7be..0000000000 --- a/api/classes/document.html +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - Document | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Document

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Document -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Accessors

-
- -

AppProperties

-
    -
  • get AppProperties(): AppProperties
  • -
- -
-
- -

ContentTypes

-
    -
  • get ContentTypes(): ContentTypes
  • -
- -
-
- -

CoreProperties

-
    -
  • get CoreProperties(): CoreProperties
  • -
- -
-
- -

CustomProperties

-
    -
  • get CustomProperties(): CustomProperties
  • -
- -
-
- -

Document

-
    -
  • get Document(): DocumentWrapper
  • -
- -
-
- -

FileRelationships

-
    -
  • get FileRelationships(): Relationships
  • -
- -
-
- -

FootNotes

-
    -
  • get FootNotes(): FootnotesWrapper
  • -
- -
-
- -

Footers

- - -
-
- -

Headers

- - -
-
- -

Media

- - -
-
- -

Numbering

- - -
-
- -

Settings

-
    -
  • get Settings(): Settings
  • -
- -
-
- -

Styles

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/documentattributes.html b/api/classes/documentattributes.html deleted file mode 100644 index 5cbe959685..0000000000 --- a/api/classes/documentattributes.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - DocumentAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DocumentAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/documentbackground.html b/api/classes/documentbackground.html deleted file mode 100644 index 94e8ab121c..0000000000 --- a/api/classes/documentbackground.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - DocumentBackground | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DocumentBackground

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/documentbackgroundattributes.html b/api/classes/documentbackgroundattributes.html deleted file mode 100644 index 0760bd781d..0000000000 --- a/api/classes/documentbackgroundattributes.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - DocumentBackgroundAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DocumentBackgroundAttributes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - XmlAttributeComponent<{ color: string; themeColor?: string; themeShade?: string; themeTint?: string }> -
      -
    • - DocumentBackgroundAttributes -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new DocumentBackgroundAttributes(properties: { color: string; themeColor?: string; themeShade?: string; themeTint?: string }): DocumentBackgroundAttributes
  • -
- -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

-
    -
  • set(properties: { color: string; themeColor?: string; themeShade?: string; themeTint?: string }): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      properties: { color: string; themeColor?: string; themeShade?: string; themeTint?: string }
      -
        -
      • -
        Readonly color: string
        -
      • -
      • -
        Optional Readonly themeColor?: string
        -
      • -
      • -
        Optional Readonly themeShade?: string
        -
      • -
      • -
        Optional Readonly themeTint?: string
        -
      • -
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/documentdefaults.html b/api/classes/documentdefaults.html deleted file mode 100644 index 1324ddc9eb..0000000000 --- a/api/classes/documentdefaults.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - DocumentDefaults | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DocumentDefaults

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/documentgrid.html b/api/classes/documentgrid.html deleted file mode 100644 index 1d7e43b47e..0000000000 --- a/api/classes/documentgrid.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - DocumentGrid | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DocumentGrid

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/dotemphasismark.html b/api/classes/dotemphasismark.html deleted file mode 100644 index c32b21e046..0000000000 --- a/api/classes/dotemphasismark.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - DotEmphasisMark | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class DotEmphasisMark

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/drawing.html b/api/classes/drawing.html deleted file mode 100644 index 9416b5e6b5..0000000000 --- a/api/classes/drawing.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - Drawing | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Drawing

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/emphasismark.html b/api/classes/emphasismark.html deleted file mode 100644 index 620372cf3a..0000000000 --- a/api/classes/emphasismark.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - EmphasisMark | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class EmphasisMark

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/externalhyperlink.html b/api/classes/externalhyperlink.html deleted file mode 100644 index 433b6dbba9..0000000000 --- a/api/classes/externalhyperlink.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - ExternalHyperlink | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ExternalHyperlink

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ExternalHyperlink -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly options

-
options: { child: ParagraphChild; link: string }
- -
-

Type declaration

- -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/file.html b/api/classes/file.html deleted file mode 100644 index b9c9fc30b7..0000000000 --- a/api/classes/file.html +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - File | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class File

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - File -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Accessors

-
- -

AppProperties

-
    -
  • get AppProperties(): AppProperties
  • -
- -
-
- -

ContentTypes

-
    -
  • get ContentTypes(): ContentTypes
  • -
- -
-
- -

CoreProperties

-
    -
  • get CoreProperties(): CoreProperties
  • -
- -
-
- -

CustomProperties

-
    -
  • get CustomProperties(): CustomProperties
  • -
- -
-
- -

Document

-
    -
  • get Document(): DocumentWrapper
  • -
- -
-
- -

FileRelationships

-
    -
  • get FileRelationships(): Relationships
  • -
- -
-
- -

FootNotes

-
    -
  • get FootNotes(): FootnotesWrapper
  • -
- -
-
- -

Footers

- - -
-
- -

Headers

- - -
-
- -

Media

- - -
-
- -

Numbering

- - -
-
- -

Settings

-
    -
  • get Settings(): Settings
  • -
- -
-
- -

Styles

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/footer.html b/api/classes/footer.html deleted file mode 100644 index b8f2b42ba2..0000000000 --- a/api/classes/footer.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - Footer | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Footer

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Footer -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly options

-
options: IHeaderOptions = ...
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/footerwrapper.html b/api/classes/footerwrapper.html deleted file mode 100644 index 24aa4efa0c..0000000000 --- a/api/classes/footerwrapper.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - FooterWrapper | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class FooterWrapper

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - FooterWrapper -
  • -
-
-
-

Implements

-
    -
  • IViewWrapper
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Accessors

-
- -

Media

- - -
-
- -

Relationships

-
    -
  • get Relationships(): Relationships
  • -
- -
-
- -

View

-
    -
  • get View(): Footer
  • -
- -
-
-
-

Methods

-
- -

add

- - -
-
- -

addChildElement

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/footnotereference.html b/api/classes/footnotereference.html deleted file mode 100644 index c26822eefa..0000000000 --- a/api/classes/footnotereference.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - FootnoteReference | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class FootnoteReference

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/footnotereferencerun.html b/api/classes/footnotereferencerun.html deleted file mode 100644 index 3b3c2d25c4..0000000000 --- a/api/classes/footnotereferencerun.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - FootnoteReferenceRun | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class FootnoteReferenceRun

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Run -
      -
    • - FootnoteReferenceRun -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/footnotereferencerunattributes.html b/api/classes/footnotereferencerunattributes.html deleted file mode 100644 index cad90a88da..0000000000 --- a/api/classes/footnotereferencerunattributes.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - FootNoteReferenceRunAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class FootNoteReferenceRunAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

-
    -
  • set(properties: { id: number }): void
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/footnotes.html b/api/classes/footnotes.html deleted file mode 100644 index b20845bf94..0000000000 --- a/api/classes/footnotes.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - FootNotes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class FootNotes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

createFootNote

-
    -
  • createFootNote(id: number, paragraph: Paragraph[]): void
  • -
- -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/frameproperties.html b/api/classes/frameproperties.html deleted file mode 100644 index b93172f12a..0000000000 --- a/api/classes/frameproperties.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - FrameProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class FrameProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/framepropertiesattributes.html b/api/classes/framepropertiesattributes.html deleted file mode 100644 index 3a7c90a7e6..0000000000 --- a/api/classes/framepropertiesattributes.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - FramePropertiesAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class FramePropertiesAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/gridspan.html b/api/classes/gridspan.html deleted file mode 100644 index 5e1169570b..0000000000 --- a/api/classes/gridspan.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - GridSpan | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class GridSpan

-
-
-
-
-
-
-
-
-
-

GridSpan element. Should be used in a table cell. Pass the number of columns that this cell need to span.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new GridSpan(value: number): GridSpan
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/header.html b/api/classes/header.html deleted file mode 100644 index 915594daf1..0000000000 --- a/api/classes/header.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - Header | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Header

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Header -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly options

-
options: IHeaderOptions = ...
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/headerfooterreference.html b/api/classes/headerfooterreference.html deleted file mode 100644 index 4ddfccd33b..0000000000 --- a/api/classes/headerfooterreference.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - HeaderFooterReference | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class HeaderFooterReference

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/headerwrapper.html b/api/classes/headerwrapper.html deleted file mode 100644 index 27a0e7da7e..0000000000 --- a/api/classes/headerwrapper.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - HeaderWrapper | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class HeaderWrapper

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - HeaderWrapper -
  • -
-
-
-

Implements

-
    -
  • IViewWrapper
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Accessors

-
- -

Media

- - -
-
- -

Relationships

-
    -
  • get Relationships(): Relationships
  • -
- -
-
- -

View

-
    -
  • get View(): Header
  • -
- -
-
-
-

Methods

-
- -

add

- - -
-
- -

addChildElement

-
    -
  • addChildElement(childElement: string | XmlComponent): void
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/horizontalposition.html b/api/classes/horizontalposition.html deleted file mode 100644 index 37c48f451e..0000000000 --- a/api/classes/horizontalposition.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - HorizontalPosition | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class HorizontalPosition

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/hpsmeasureelement.html b/api/classes/hpsmeasureelement.html deleted file mode 100644 index 93139c2d04..0000000000 --- a/api/classes/hpsmeasureelement.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - HpsMeasureElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class HpsMeasureElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/ignoreifemptyxmlcomponent.html b/api/classes/ignoreifemptyxmlcomponent.html deleted file mode 100644 index 840fcc3866..0000000000 --- a/api/classes/ignoreifemptyxmlcomponent.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - IgnoreIfEmptyXmlComponent | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class IgnoreIfEmptyXmlComponent

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/imagerun.html b/api/classes/imagerun.html deleted file mode 100644 index faef66d0f8..0000000000 --- a/api/classes/imagerun.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - ImageRun | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ImageRun

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Run -
      -
    • - ImageRun -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/importdotx.html b/api/classes/importdotx.html deleted file mode 100644 index a1226d6cf7..0000000000 --- a/api/classes/importdotx.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - ImportDotx | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ImportDotx

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ImportDotx -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

extract

-
    -
  • extract(data: string | Buffer | Uint8Array | ArrayBuffer | number[] | Blob | ReadableStream): Promise<IDocumentTemplate>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/importedrootelementattributes.html b/api/classes/importedrootelementattributes.html deleted file mode 100644 index 3390948a69..0000000000 --- a/api/classes/importedrootelementattributes.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - ImportedRootElementAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ImportedRootElementAttributes

-
-
-
-
-
-
-
-
-
-

Used for the attributes of root element that is being imported.

-
-
-
-
-

Hierarchy

-
    -
  • - XmlComponent -
      -
    • - ImportedRootElementAttributes -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/importedxmlcomponent.html b/api/classes/importedxmlcomponent.html deleted file mode 100644 index c38a0eddfa..0000000000 --- a/api/classes/importedxmlcomponent.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - ImportedXmlComponent | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ImportedXmlComponent

-
-
-
-
-
-
-
-
-
-

Represents imported xml component from xml file.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
- -

push

- - -
-
- -

Static fromXmlString

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/indent.html b/api/classes/indent.html deleted file mode 100644 index 782a4f9629..0000000000 --- a/api/classes/indent.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Indent | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Indent

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/initializablexmlcomponent.html b/api/classes/initializablexmlcomponent.html deleted file mode 100644 index 3aea6fd59c..0000000000 --- a/api/classes/initializablexmlcomponent.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - InitializableXmlComponent | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class InitializableXmlComponent

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/insertedtextrun.html b/api/classes/insertedtextrun.html deleted file mode 100644 index e6bc7a9fa0..0000000000 --- a/api/classes/insertedtextrun.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - InsertedTextRun | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class InsertedTextRun

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/internalhyperlink.html b/api/classes/internalhyperlink.html deleted file mode 100644 index ce421af319..0000000000 --- a/api/classes/internalhyperlink.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - InternalHyperlink | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class InternalHyperlink

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly linkId

-
linkId: string
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/level.html b/api/classes/level.html deleted file mode 100644 index 3bf4b5dcc8..0000000000 --- a/api/classes/level.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Level | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Level

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/levelbase.html b/api/classes/levelbase.html deleted file mode 100644 index 42616e92b2..0000000000 --- a/api/classes/levelbase.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - LevelBase | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LevelBase

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/levelforoverride.html b/api/classes/levelforoverride.html deleted file mode 100644 index ef9b045a08..0000000000 --- a/api/classes/levelforoverride.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - LevelForOverride | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LevelForOverride

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - LevelBase -
      -
    • - LevelForOverride -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/leveloverride.html b/api/classes/leveloverride.html deleted file mode 100644 index a3d1990f9f..0000000000 --- a/api/classes/leveloverride.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - LevelOverride | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LevelOverride

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new LevelOverride(levelNum: number, start?: number): LevelOverride
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/linenumberattributes.html b/api/classes/linenumberattributes.html deleted file mode 100644 index fc8a921c3a..0000000000 --- a/api/classes/linenumberattributes.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - LineNumberAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LineNumberAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/linenumbertype.html b/api/classes/linenumbertype.html deleted file mode 100644 index cbaa80cd33..0000000000 --- a/api/classes/linenumbertype.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - LineNumberType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class LineNumberType

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/math.html b/api/classes/math.html deleted file mode 100644 index 1bb21de870..0000000000 --- a/api/classes/math.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Math | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Math

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathaccentcharacter.html b/api/classes/mathaccentcharacter.html deleted file mode 100644 index 9e6ae6438f..0000000000 --- a/api/classes/mathaccentcharacter.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathAccentCharacter | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathAccentCharacter

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathangledbrackets.html b/api/classes/mathangledbrackets.html deleted file mode 100644 index dc9b4345dc..0000000000 --- a/api/classes/mathangledbrackets.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - MathAngledBrackets | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathAngledBrackets

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathbase.html b/api/classes/mathbase.html deleted file mode 100644 index ac88c41760..0000000000 --- a/api/classes/mathbase.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathBase | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathBase

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathcurlybrackets.html b/api/classes/mathcurlybrackets.html deleted file mode 100644 index c51ec2cad8..0000000000 --- a/api/classes/mathcurlybrackets.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - MathCurlyBrackets | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathCurlyBrackets

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathdegree.html b/api/classes/mathdegree.html deleted file mode 100644 index 15534abae2..0000000000 --- a/api/classes/mathdegree.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathDegree | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathDegree

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathdenominator.html b/api/classes/mathdenominator.html deleted file mode 100644 index acad350dc4..0000000000 --- a/api/classes/mathdenominator.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathDenominator | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathDenominator

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathfraction.html b/api/classes/mathfraction.html deleted file mode 100644 index 7e666013c4..0000000000 --- a/api/classes/mathfraction.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathFraction | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathFraction

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathfunction.html b/api/classes/mathfunction.html deleted file mode 100644 index 22219a0ac1..0000000000 --- a/api/classes/mathfunction.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathFunction | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathFunction

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathfunctionname.html b/api/classes/mathfunctionname.html deleted file mode 100644 index f254439bfb..0000000000 --- a/api/classes/mathfunctionname.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathFunctionName | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathFunctionName

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathfunctionproperties.html b/api/classes/mathfunctionproperties.html deleted file mode 100644 index dd4f0775f8..0000000000 --- a/api/classes/mathfunctionproperties.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - MathFunctionProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathFunctionProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathlimitlocation.html b/api/classes/mathlimitlocation.html deleted file mode 100644 index 8a48a0f6bc..0000000000 --- a/api/classes/mathlimitlocation.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - MathLimitLocation | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathLimitLocation

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathnarayproperties.html b/api/classes/mathnarayproperties.html deleted file mode 100644 index f1114a110d..0000000000 --- a/api/classes/mathnarayproperties.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - MathNArayProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathNArayProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new MathNArayProperties(accent: string, hasSuperScript: boolean, hasSubScript: boolean): MathNArayProperties
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathnumerator.html b/api/classes/mathnumerator.html deleted file mode 100644 index e7fc0dcfd7..0000000000 --- a/api/classes/mathnumerator.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathNumerator | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathNumerator

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathpresubsuperscript.html b/api/classes/mathpresubsuperscript.html deleted file mode 100644 index e72017dc0a..0000000000 --- a/api/classes/mathpresubsuperscript.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathPreSubSuperScript | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathPreSubSuperScript

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathpresubsuperscriptproperties.html b/api/classes/mathpresubsuperscriptproperties.html deleted file mode 100644 index 07a9957ab3..0000000000 --- a/api/classes/mathpresubsuperscriptproperties.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - MathPreSubSuperScriptProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathPreSubSuperScriptProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - XmlComponent -
      -
    • - MathPreSubSuperScriptProperties -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathradical.html b/api/classes/mathradical.html deleted file mode 100644 index 116a75d44c..0000000000 --- a/api/classes/mathradical.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathRadical | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathRadical

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathradicalproperties.html b/api/classes/mathradicalproperties.html deleted file mode 100644 index e5b110912f..0000000000 --- a/api/classes/mathradicalproperties.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathRadicalProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathRadicalProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathroundbrackets.html b/api/classes/mathroundbrackets.html deleted file mode 100644 index 19899d7e66..0000000000 --- a/api/classes/mathroundbrackets.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - MathRoundBrackets | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathRoundBrackets

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathrun.html b/api/classes/mathrun.html deleted file mode 100644 index 2aa9f52492..0000000000 --- a/api/classes/mathrun.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathRun | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathRun

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new MathRun(text: string): MathRun
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsquarebrackets.html b/api/classes/mathsquarebrackets.html deleted file mode 100644 index 896238c99c..0000000000 --- a/api/classes/mathsquarebrackets.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - MathSquareBrackets | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSquareBrackets

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsubscript.html b/api/classes/mathsubscript.html deleted file mode 100644 index 45c541f926..0000000000 --- a/api/classes/mathsubscript.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathSubScript | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSubScript

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsubscriptelement.html b/api/classes/mathsubscriptelement.html deleted file mode 100644 index 91690e590b..0000000000 --- a/api/classes/mathsubscriptelement.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathSubScriptElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSubScriptElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsubscriptproperties.html b/api/classes/mathsubscriptproperties.html deleted file mode 100644 index 47c013a646..0000000000 --- a/api/classes/mathsubscriptproperties.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - MathSubScriptProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSubScriptProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsubsuperscript.html b/api/classes/mathsubsuperscript.html deleted file mode 100644 index 6d70dafd8a..0000000000 --- a/api/classes/mathsubsuperscript.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathSubSuperScript | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSubSuperScript

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsubsuperscriptproperties.html b/api/classes/mathsubsuperscriptproperties.html deleted file mode 100644 index 354f7c6692..0000000000 --- a/api/classes/mathsubsuperscriptproperties.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - MathSubSuperScriptProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSubSuperScriptProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - XmlComponent -
      -
    • - MathSubSuperScriptProperties -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsum.html b/api/classes/mathsum.html deleted file mode 100644 index 79bce9b1a7..0000000000 --- a/api/classes/mathsum.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathSum | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSum

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsuperscript.html b/api/classes/mathsuperscript.html deleted file mode 100644 index ec15c39501..0000000000 --- a/api/classes/mathsuperscript.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathSuperScript | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSuperScript

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsuperscriptelement.html b/api/classes/mathsuperscriptelement.html deleted file mode 100644 index b980e1db52..0000000000 --- a/api/classes/mathsuperscriptelement.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - MathSuperScriptElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSuperScriptElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/mathsuperscriptproperties.html b/api/classes/mathsuperscriptproperties.html deleted file mode 100644 index eeec5c92ba..0000000000 --- a/api/classes/mathsuperscriptproperties.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - MathSuperScriptProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MathSuperScriptProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/media.html b/api/classes/media.html deleted file mode 100644 index 04dfa7f046..0000000000 --- a/api/classes/media.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - Media | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Media

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Media -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Accessors

-
- -

Array

- - -
-
-
-

Methods

-
- -

addImage

-
    -
  • addImage(key: string, mediaData: IMediaData): void
  • -
- -
-
- -

addMedia

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/numbering.html b/api/classes/numbering.html deleted file mode 100644 index a2ed151b19..0000000000 --- a/api/classes/numbering.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - Numbering | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Numbering

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Accessors

-
- -

ConcreteNumbering

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

createConcreteNumberingInstance

-
    -
  • createConcreteNumberingInstance(reference: string, instance: number): void
  • -
- -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/numberproperties.html b/api/classes/numberproperties.html deleted file mode 100644 index 872e962aac..0000000000 --- a/api/classes/numberproperties.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - NumberProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class NumberProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new NumberProperties(numberId: string | number, indentLevel: number): NumberProperties
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/numbervalueelement.html b/api/classes/numbervalueelement.html deleted file mode 100644 index 2f32d0ff68..0000000000 --- a/api/classes/numbervalueelement.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - NumberValueElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class NumberValueElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/onoffelement.html b/api/classes/onoffelement.html deleted file mode 100644 index 26d914270c..0000000000 --- a/api/classes/onoffelement.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - OnOffElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class OnOffElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new OnOffElement(name: string, val?: undefined | boolean): OnOffElement
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/outlinelevel.html b/api/classes/outlinelevel.html deleted file mode 100644 index eb35a4ecaa..0000000000 --- a/api/classes/outlinelevel.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - OutlineLevel | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class OutlineLevel

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly level

-
level: number
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/packer.html b/api/classes/packer.html deleted file mode 100644 index 4eb5b0aeb6..0000000000 --- a/api/classes/packer.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - Packer | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Packer

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Packer -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

Static toBase64String

-
    -
  • toBase64String(file: Document, prettify?: boolean): Promise<string>
  • -
- -
-
- -

Static toBlob

-
    -
  • toBlob(file: Document, prettify?: boolean): Promise<Blob>
  • -
- -
-
- -

Static toBuffer

-
    -
  • toBuffer(file: Document, prettify?: boolean): Promise<Buffer>
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pageborders.html b/api/classes/pageborders.html deleted file mode 100644 index f878504561..0000000000 --- a/api/classes/pageborders.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - PageBorders | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageBorders

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pagebreak.html b/api/classes/pagebreak.html deleted file mode 100644 index 65d2390bf2..0000000000 --- a/api/classes/pagebreak.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - PageBreak | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageBreak

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Run -
      -
    • - PageBreak -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pagebreakbefore.html b/api/classes/pagebreakbefore.html deleted file mode 100644 index e2f9f82b6b..0000000000 --- a/api/classes/pagebreakbefore.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - PageBreakBefore | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageBreakBefore

-
-
-
-
-
-
-
-
-
-

Add page break before the paragraph if there is no one added before.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pagemargin.html b/api/classes/pagemargin.html deleted file mode 100644 index 618f1ece11..0000000000 --- a/api/classes/pagemargin.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - PageMargin | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageMargin

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new PageMargin(top: string | number, right: string | number, bottom: string | number, left: string | number, header: string | number, footer: string | number, gutter: string | number): PageMargin
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pagemarginattributes.html b/api/classes/pagemarginattributes.html deleted file mode 100644 index 3f00c559af..0000000000 --- a/api/classes/pagemarginattributes.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - PageMarginAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageMarginAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pagenumbertype.html b/api/classes/pagenumbertype.html deleted file mode 100644 index 5f0ea56ae1..0000000000 --- a/api/classes/pagenumbertype.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - PageNumberType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageNumberType

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pagenumbertypeattributes.html b/api/classes/pagenumbertypeattributes.html deleted file mode 100644 index 5e53d0598f..0000000000 --- a/api/classes/pagenumbertypeattributes.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - PageNumberTypeAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageNumberTypeAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pagesize.html b/api/classes/pagesize.html deleted file mode 100644 index bedf056b0c..0000000000 --- a/api/classes/pagesize.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - PageSize | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageSize

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/pagesizeattributes.html b/api/classes/pagesizeattributes.html deleted file mode 100644 index 01509cb0f5..0000000000 --- a/api/classes/pagesizeattributes.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - PageSizeAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class PageSizeAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/paragraph.html b/api/classes/paragraph.html deleted file mode 100644 index 32179d03ea..0000000000 --- a/api/classes/paragraph.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - Paragraph | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Paragraph

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

addRunToFront

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/paragraphproperties.html b/api/classes/paragraphproperties.html deleted file mode 100644 index aa98dd2caf..0000000000 --- a/api/classes/paragraphproperties.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - ParagraphProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ParagraphProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
- -

push

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/paragraphpropertiesdefaults.html b/api/classes/paragraphpropertiesdefaults.html deleted file mode 100644 index 4790a72251..0000000000 --- a/api/classes/paragraphpropertiesdefaults.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - ParagraphPropertiesDefaults | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ParagraphPropertiesDefaults

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - XmlComponent -
      -
    • - ParagraphPropertiesDefaults -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/run.html b/api/classes/run.html deleted file mode 100644 index 0445b950f9..0000000000 --- a/api/classes/run.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - Run | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Run

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/runfonts.html b/api/classes/runfonts.html deleted file mode 100644 index 682980930b..0000000000 --- a/api/classes/runfonts.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - RunFonts | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RunFonts

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/runproperties.html b/api/classes/runproperties.html deleted file mode 100644 index 27ad71c48e..0000000000 --- a/api/classes/runproperties.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - RunProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RunProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
- -

push

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/runpropertiesdefaults.html b/api/classes/runpropertiesdefaults.html deleted file mode 100644 index b283d8cdf4..0000000000 --- a/api/classes/runpropertiesdefaults.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - RunPropertiesDefaults | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RunPropertiesDefaults

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/sectionproperties.html b/api/classes/sectionproperties.html deleted file mode 100644 index 72df85ca11..0000000000 --- a/api/classes/sectionproperties.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - SectionProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SectionProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/sectiontypeattributes.html b/api/classes/sectiontypeattributes.html deleted file mode 100644 index 617a82ab4f..0000000000 --- a/api/classes/sectiontypeattributes.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - SectionTypeAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SectionTypeAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/sequentialidentifier.html b/api/classes/sequentialidentifier.html deleted file mode 100644 index d88fa780e0..0000000000 --- a/api/classes/sequentialidentifier.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - SequentialIdentifier | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SequentialIdentifier

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Run -
      -
    • - SequentialIdentifier -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/shading.html b/api/classes/shading.html deleted file mode 100644 index 1aca54c0bb..0000000000 --- a/api/classes/shading.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Shading | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Shading

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/simplefield.html b/api/classes/simplefield.html deleted file mode 100644 index 27394b1ff8..0000000000 --- a/api/classes/simplefield.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - SimpleField | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SimpleField

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new SimpleField(instruction: string, cachedValue?: string): SimpleField
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/simplemailmergefield.html b/api/classes/simplemailmergefield.html deleted file mode 100644 index e1b01778c9..0000000000 --- a/api/classes/simplemailmergefield.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - SimpleMailMergeField | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SimpleMailMergeField

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/simplepos.html b/api/classes/simplepos.html deleted file mode 100644 index c36d3bc158..0000000000 --- a/api/classes/simplepos.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - SimplePos | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SimplePos

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/spacing.html b/api/classes/spacing.html deleted file mode 100644 index 5729e29920..0000000000 --- a/api/classes/spacing.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Spacing | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Spacing

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/stringcontainer.html b/api/classes/stringcontainer.html deleted file mode 100644 index c2cfcc0ef8..0000000000 --- a/api/classes/stringcontainer.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - StringContainer | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class StringContainer

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/stringvalueelement.html b/api/classes/stringvalueelement.html deleted file mode 100644 index 3d75e3370e..0000000000 --- a/api/classes/stringvalueelement.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - StringValueElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class StringValueElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/style.html b/api/classes/style.html deleted file mode 100644 index 9424e7afbe..0000000000 --- a/api/classes/style.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Style | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Style

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new Style(styleId: string): Style
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/styleforcharacter.html b/api/classes/styleforcharacter.html deleted file mode 100644 index 8a43fceb88..0000000000 --- a/api/classes/styleforcharacter.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - StyleForCharacter | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class StyleForCharacter

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Style -
      -
    • - StyleForCharacter -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/styleforparagraph.html b/api/classes/styleforparagraph.html deleted file mode 100644 index a83667777b..0000000000 --- a/api/classes/styleforparagraph.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - StyleForParagraph | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class StyleForParagraph

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Style -
      -
    • - StyleForParagraph -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/stylelevel.html b/api/classes/stylelevel.html deleted file mode 100644 index da520cd011..0000000000 --- a/api/classes/stylelevel.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - StyleLevel | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class StyleLevel

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - StyleLevel -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new StyleLevel(styleName: string, level: number): StyleLevel
  • -
- -
-
-
-

Properties

-
- -

Readonly level

-
level: number
- -
-
- -

Readonly styleName

-
styleName: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/styles.html b/api/classes/styles.html deleted file mode 100644 index a837ed13f1..0000000000 --- a/api/classes/styles.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Styles | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Styles

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/symbolrun.html b/api/classes/symbolrun.html deleted file mode 100644 index 5ae37944bb..0000000000 --- a/api/classes/symbolrun.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - SymbolRun | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SymbolRun

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Run -
      -
    • - SymbolRun -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tab.html b/api/classes/tab.html deleted file mode 100644 index 1d26506624..0000000000 --- a/api/classes/tab.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - Tab | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Tab

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new Tab(): Tab
  • -
- -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tabattributes.html b/api/classes/tabattributes.html deleted file mode 100644 index a4ddb354f8..0000000000 --- a/api/classes/tabattributes.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - TabAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TabAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/table.html b/api/classes/table.html deleted file mode 100644 index a36057788d..0000000000 --- a/api/classes/table.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Table | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Table

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tableborders.html b/api/classes/tableborders.html deleted file mode 100644 index bb11b2d67b..0000000000 --- a/api/classes/tableborders.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - TableBorders | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableBorders

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Static Readonly NONE

-
NONE: { bottom: { color: string; size: number; style: BorderStyle }; insideHorizontal: { color: string; size: number; style: BorderStyle }; insideVertical: { color: string; size: number; style: BorderStyle }; left: { color: string; size: number; style: BorderStyle }; right: { color: string; size: number; style: BorderStyle }; top: { color: string; size: number; style: BorderStyle } } = ...
- -
-

Type declaration

-
    -
  • -
    bottom: { color: string; size: number; style: BorderStyle }
    -
      -
    • -
      color: string
      -
    • -
    • -
      size: number
      -
    • -
    • -
      style: BorderStyle
      -
    • -
    -
  • -
  • -
    insideHorizontal: { color: string; size: number; style: BorderStyle }
    -
      -
    • -
      color: string
      -
    • -
    • -
      size: number
      -
    • -
    • -
      style: BorderStyle
      -
    • -
    -
  • -
  • -
    insideVertical: { color: string; size: number; style: BorderStyle }
    -
      -
    • -
      color: string
      -
    • -
    • -
      size: number
      -
    • -
    • -
      style: BorderStyle
      -
    • -
    -
  • -
  • -
    left: { color: string; size: number; style: BorderStyle }
    -
      -
    • -
      color: string
      -
    • -
    • -
      size: number
      -
    • -
    • -
      style: BorderStyle
      -
    • -
    -
  • -
  • -
    right: { color: string; size: number; style: BorderStyle }
    -
      -
    • -
      color: string
      -
    • -
    • -
      size: number
      -
    • -
    • -
      style: BorderStyle
      -
    • -
    -
  • -
  • -
    top: { color: string; size: number; style: BorderStyle }
    -
      -
    • -
      color: string
      -
    • -
    • -
      size: number
      -
    • -
    • -
      style: BorderStyle
      -
    • -
    -
  • -
-
-
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablecell.html b/api/classes/tablecell.html deleted file mode 100644 index 2261ecfede..0000000000 --- a/api/classes/tablecell.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - TableCell | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableCell

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Readonly options

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablecellborders.html b/api/classes/tablecellborders.html deleted file mode 100644 index e348e42958..0000000000 --- a/api/classes/tablecellborders.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - TableCellBorders | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableCellBorders

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablefloatoptionsattributes.html b/api/classes/tablefloatoptionsattributes.html deleted file mode 100644 index 13367bcaf6..0000000000 --- a/api/classes/tablefloatoptionsattributes.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - TableFloatOptionsAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableFloatOptionsAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablefloatproperties.html b/api/classes/tablefloatproperties.html deleted file mode 100644 index f8c9d5a99c..0000000000 --- a/api/classes/tablefloatproperties.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - TableFloatProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableFloatProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablelayout.html b/api/classes/tablelayout.html deleted file mode 100644 index d709308409..0000000000 --- a/api/classes/tablelayout.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - TableLayout | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableLayout

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tableofcontents.html b/api/classes/tableofcontents.html deleted file mode 100644 index e978cea4bf..0000000000 --- a/api/classes/tableofcontents.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - TableOfContents | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableOfContents

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tableoverlap.html b/api/classes/tableoverlap.html deleted file mode 100644 index 4bca770473..0000000000 --- a/api/classes/tableoverlap.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - TableOverlap | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableOverlap

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tableproperties.html b/api/classes/tableproperties.html deleted file mode 100644 index 1205f1a6e2..0000000000 --- a/api/classes/tableproperties.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - TableProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablerow.html b/api/classes/tablerow.html deleted file mode 100644 index 7212fc3d61..0000000000 --- a/api/classes/tablerow.html +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - TableRow | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableRow

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Accessors

-
- -

CellCount

-
    -
  • get CellCount(): number
  • -
- -
-
- -

cells

- - -
-
-
-

Methods

-
- -

addCellToColumnIndex

-
    -
  • addCellToColumnIndex(cell: TableCell, columnIndex: number): void
  • -
- -
-
- -

addCellToIndex

-
    -
  • addCellToIndex(cell: TableCell, index: number): void
  • -
- -
-
- -

addChildElement

- - -
-
- -

columnIndexToRootIndex

-
    -
  • columnIndexToRootIndex(columnIndex: number, allowEndNewCell?: boolean): number
  • -
- -
-
- -

prepForXml

- - -
-
- -

rootIndexToColumnIndex

-
    -
  • rootIndexToColumnIndex(rootIndex: number): number
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablerowheight.html b/api/classes/tablerowheight.html deleted file mode 100644 index 748749ebc9..0000000000 --- a/api/classes/tablerowheight.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - TableRowHeight | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableRowHeight

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablerowheightattributes.html b/api/classes/tablerowheightattributes.html deleted file mode 100644 index 29bf0e12cd..0000000000 --- a/api/classes/tablerowheightattributes.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - TableRowHeightAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableRowHeightAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

-
    -
  • set(properties: { rule: HeightRule; value: string | number }): void
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablerowproperties.html b/api/classes/tablerowproperties.html deleted file mode 100644 index 926a8a8f1f..0000000000 --- a/api/classes/tablerowproperties.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - TableRowProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableRowProperties

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tablewidthelement.html b/api/classes/tablewidthelement.html deleted file mode 100644 index 8386c22419..0000000000 --- a/api/classes/tablewidthelement.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - TableWidthElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TableWidthElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tabstop.html b/api/classes/tabstop.html deleted file mode 100644 index 3c05d4169f..0000000000 --- a/api/classes/tabstop.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - TabStop | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TabStop

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tabstopitem.html b/api/classes/tabstopitem.html deleted file mode 100644 index 948f8f7d08..0000000000 --- a/api/classes/tabstopitem.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - TabStopItem | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TabStopItem

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/tdirection.html b/api/classes/tdirection.html deleted file mode 100644 index 64e964e13f..0000000000 --- a/api/classes/tdirection.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - TDirection | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TDirection

-
-
-
-
-
-
-
-
-
-

Text Direction within a table cell

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/textrun.html b/api/classes/textrun.html deleted file mode 100644 index 1ab6e54549..0000000000 --- a/api/classes/textrun.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - TextRun | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class TextRun

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Run -
      -
    • - TextRun -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/thematicbreak.html b/api/classes/thematicbreak.html deleted file mode 100644 index 51920144ef..0000000000 --- a/api/classes/thematicbreak.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - ThematicBreak | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class ThematicBreak

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/type.html b/api/classes/type.html deleted file mode 100644 index cd39a389b9..0000000000 --- a/api/classes/type.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - Type | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Type

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/underline.html b/api/classes/underline.html deleted file mode 100644 index 74a2bea3c8..0000000000 --- a/api/classes/underline.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - Underline | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Underline

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/verticalalignattributes.html b/api/classes/verticalalignattributes.html deleted file mode 100644 index 2db80223fd..0000000000 --- a/api/classes/verticalalignattributes.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - VerticalAlignAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class VerticalAlignAttributes

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/verticalalignelement.html b/api/classes/verticalalignelement.html deleted file mode 100644 index 5f2695a349..0000000000 --- a/api/classes/verticalalignelement.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - VerticalAlignElement | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class VerticalAlignElement

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/verticalmerge.html b/api/classes/verticalmerge.html deleted file mode 100644 index 727155d87e..0000000000 --- a/api/classes/verticalmerge.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - VerticalMerge | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class VerticalMerge

-
-
-
-
-
-
-
-
-
-

Vertical merge element. Should be used in a table cell.

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/verticalposition.html b/api/classes/verticalposition.html deleted file mode 100644 index 2ced70cb1f..0000000000 --- a/api/classes/verticalposition.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - VerticalPosition | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class VerticalPosition

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/wrapnone.html b/api/classes/wrapnone.html deleted file mode 100644 index 3555f00fda..0000000000 --- a/api/classes/wrapnone.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - WrapNone | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WrapNone

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/wrapsquare.html b/api/classes/wrapsquare.html deleted file mode 100644 index 62b50194b7..0000000000 --- a/api/classes/wrapsquare.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - WrapSquare | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WrapSquare

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/wraptight.html b/api/classes/wraptight.html deleted file mode 100644 index f877331779..0000000000 --- a/api/classes/wraptight.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - WrapTight | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WrapTight

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/wraptopandbottom.html b/api/classes/wraptopandbottom.html deleted file mode 100644 index 85e820db01..0000000000 --- a/api/classes/wraptopandbottom.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - WrapTopAndBottom | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class WrapTopAndBottom

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/xmlattributecomponent.html b/api/classes/xmlattributecomponent.html deleted file mode 100644 index 7039c9cd46..0000000000 --- a/api/classes/xmlattributecomponent.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - XmlAttributeComponent | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class XmlAttributeComponent<T>

-
-
-
-
-
-
-
-

Type parameters

-
    -
  • -

    T

    -
  • -
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

prepForXml

- - -
-
- -

set

-
    -
  • set(properties: T): void
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/classes/xmlcomponent.html b/api/classes/xmlcomponent.html deleted file mode 100644 index 74b19c4cef..0000000000 --- a/api/classes/xmlcomponent.html +++ /dev/null @@ -1,568 +0,0 @@ - - - - - - XmlComponent | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class XmlComponent

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Methods

-
- -

addChildElement

- - -
-
- -

prepForXml

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/AlignmentType.html b/api/enums/AlignmentType.html new file mode 100644 index 0000000000..b7f5f7cbc4 --- /dev/null +++ b/api/enums/AlignmentType.html @@ -0,0 +1 @@ +AlignmentType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AlignmentType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/BorderStyle.html b/api/enums/BorderStyle.html new file mode 100644 index 0000000000..a119454b3d --- /dev/null +++ b/api/enums/BorderStyle.html @@ -0,0 +1 @@ +BorderStyle | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BorderStyle

Index

Enumeration members

DASHED

DASHED = "dashed"

DASH_DOT_STROKED

DASH_DOT_STROKED = "dashDotStroked"

DASH_SMALL_GAP

DASH_SMALL_GAP = "dashSmallGap"

DOTTED

DOTTED = "dotted"

DOT_DASH

DOT_DASH = "dotDash"

DOT_DOT_DASH

DOT_DOT_DASH = "dotDotDash"

DOUBLE

DOUBLE = "double"

DOUBLE_WAVE

DOUBLE_WAVE = "doubleWave"

INSET

INSET = "inset"

NIL

NIL = "nil"

NONE

NONE = "none"

OUTSET

OUTSET = "outset"

SINGLE

SINGLE = "single"

THICK

THICK = "thick"

THICK_THIN_LARGE_GAP

THICK_THIN_LARGE_GAP = "thickThinLargeGap"

THICK_THIN_MEDIUM_GAP

THICK_THIN_MEDIUM_GAP = "thickThinMediumGap"

THICK_THIN_SMALL_GAP

THICK_THIN_SMALL_GAP = "thickThinSmallGap"

THIN_THICK_LARGE_GAP

THIN_THICK_LARGE_GAP = "thinThickLargeGap"

THIN_THICK_MEDIUM_GAP

THIN_THICK_MEDIUM_GAP = "thinThickMediumGap"

THIN_THICK_SMALL_GAP

THIN_THICK_SMALL_GAP = "thinThickSmallGap"

THIN_THICK_THIN_LARGE_GAP

THIN_THICK_THIN_LARGE_GAP = "thinThickThinLargeGap"

THIN_THICK_THIN_MEDIUM_GAP

THIN_THICK_THIN_MEDIUM_GAP = "thinThickThinMediumGap"

THIN_THICK_THIN_SMALL_GAP

THIN_THICK_THIN_SMALL_GAP = "thinThickThinSmallGap"

THREE_D_EMBOSS

THREE_D_EMBOSS = "threeDEmboss"

THREE_D_ENGRAVE

THREE_D_ENGRAVE = "threeDEngrave"

TRIPLE

TRIPLE = "triple"

WAVE

WAVE = "wave"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/DropCapType.html b/api/enums/DropCapType.html new file mode 100644 index 0000000000..92e9e3fc42 --- /dev/null +++ b/api/enums/DropCapType.html @@ -0,0 +1 @@ +DropCapType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DropCapType

Index

Enumeration members

Enumeration members

DROP

DROP = "drop"

MARGIN

MARGIN = "margin"

NONE

NONE = "none"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/EmphasisMarkType.html b/api/enums/EmphasisMarkType.html new file mode 100644 index 0000000000..2dce19a626 --- /dev/null +++ b/api/enums/EmphasisMarkType.html @@ -0,0 +1 @@ +EmphasisMarkType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EmphasisMarkType

Index

Enumeration members

Enumeration members

DOT

DOT = "dot"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/FrameAnchorType.html b/api/enums/FrameAnchorType.html new file mode 100644 index 0000000000..87b1e2d707 --- /dev/null +++ b/api/enums/FrameAnchorType.html @@ -0,0 +1 @@ +FrameAnchorType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FrameAnchorType

Index

Enumeration members

Enumeration members

MARGIN

MARGIN = "margin"

PAGE

PAGE = "page"

TEXT

TEXT = "text"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/FrameWrap.html b/api/enums/FrameWrap.html new file mode 100644 index 0000000000..dd09edec9a --- /dev/null +++ b/api/enums/FrameWrap.html @@ -0,0 +1 @@ +FrameWrap | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FrameWrap

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HeaderFooterReferenceType.html b/api/enums/HeaderFooterReferenceType.html new file mode 100644 index 0000000000..3d8131ca50 --- /dev/null +++ b/api/enums/HeaderFooterReferenceType.html @@ -0,0 +1 @@ +HeaderFooterReferenceType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeaderFooterReferenceType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HeaderFooterType.html b/api/enums/HeaderFooterType.html new file mode 100644 index 0000000000..aa0e943087 --- /dev/null +++ b/api/enums/HeaderFooterType.html @@ -0,0 +1 @@ +HeaderFooterType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeaderFooterType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HeadingLevel.html b/api/enums/HeadingLevel.html new file mode 100644 index 0000000000..d3588ebc8f --- /dev/null +++ b/api/enums/HeadingLevel.html @@ -0,0 +1 @@ +HeadingLevel | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeadingLevel

Index

Enumeration members

HEADING_1

HEADING_1 = "Heading1"

HEADING_2

HEADING_2 = "Heading2"

HEADING_3

HEADING_3 = "Heading3"

HEADING_4

HEADING_4 = "Heading4"

HEADING_5

HEADING_5 = "Heading5"

HEADING_6

HEADING_6 = "Heading6"

TITLE

TITLE = "Title"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HeightRule.html b/api/enums/HeightRule.html new file mode 100644 index 0000000000..9593aade76 --- /dev/null +++ b/api/enums/HeightRule.html @@ -0,0 +1,7 @@ +HeightRule | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeightRule

Index

Enumeration members

Enumeration members

ATLEAST

ATLEAST = "atLeast"
+

At least the value specified

+

AUTO

AUTO = "auto"
+

Height is determined based on the content, so value is ignored.

+

EXACT

EXACT = "exact"
+

Exactly the value specified

+

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HorizontalPositionAlign.html b/api/enums/HorizontalPositionAlign.html new file mode 100644 index 0000000000..c5badf218b --- /dev/null +++ b/api/enums/HorizontalPositionAlign.html @@ -0,0 +1 @@ +HorizontalPositionAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HorizontalPositionAlign

Index

Enumeration members

Enumeration members

CENTER

CENTER = "center"

INSIDE

INSIDE = "inside"

LEFT

LEFT = "left"

OUTSIDE

OUTSIDE = "outside"

RIGHT

RIGHT = "right"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HorizontalPositionRelativeFrom.html b/api/enums/HorizontalPositionRelativeFrom.html new file mode 100644 index 0000000000..a678bf7a01 --- /dev/null +++ b/api/enums/HorizontalPositionRelativeFrom.html @@ -0,0 +1 @@ +HorizontalPositionRelativeFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HorizontalPositionRelativeFrom

Index

Enumeration members

CHARACTER

CHARACTER = "character"

COLUMN

COLUMN = "column"

INSIDE_MARGIN

INSIDE_MARGIN = "insideMargin"

LEFT_MARGIN

LEFT_MARGIN = "leftMargin"

MARGIN

MARGIN = "margin"

OUTSIDE_MARGIN

OUTSIDE_MARGIN = "outsideMargin"

PAGE

PAGE = "page"

RIGHT_MARGIN

RIGHT_MARGIN = "rightMargin"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/HyperlinkType.html b/api/enums/HyperlinkType.html new file mode 100644 index 0000000000..1acb9bcb13 --- /dev/null +++ b/api/enums/HyperlinkType.html @@ -0,0 +1 @@ +HyperlinkType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HyperlinkType

Index

Enumeration members

Enumeration members

EXTERNAL

EXTERNAL = "EXTERNAL"

INTERNAL

INTERNAL = "INTERNAL"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LeaderType.html b/api/enums/LeaderType.html new file mode 100644 index 0000000000..47c73ad351 --- /dev/null +++ b/api/enums/LeaderType.html @@ -0,0 +1 @@ +LeaderType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LeaderType

Index

Enumeration members

DOT

DOT = "dot"

HYPHEN

HYPHEN = "hyphen"

MIDDLE_DOT

MIDDLE_DOT = "middleDot"

NONE

NONE = "none"

UNDERSCORE

UNDERSCORE = "underscore"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LevelFormat.html b/api/enums/LevelFormat.html new file mode 100644 index 0000000000..429ac68d09 --- /dev/null +++ b/api/enums/LevelFormat.html @@ -0,0 +1 @@ +LevelFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LevelFormat

Index

Enumeration members

BULLET

BULLET = "bullet"

CARDINAL_TEXT

CARDINAL_TEXT = "cardinalText"

CHICAGO

CHICAGO = "chicago"

DECIMAL

DECIMAL = "decimal"

DECIMAL_ENCLOSED_CIRCLE

DECIMAL_ENCLOSED_CIRCLE = "decimalEnclosedCircle"

DECIMAL_ENCLOSED_FULLSTOP

DECIMAL_ENCLOSED_FULLSTOP = "decimalEnclosedFullstop"

DECIMAL_ENCLOSED_PARENTHESES

DECIMAL_ENCLOSED_PARENTHESES = "decimalEnclosedParen"

DECIMAL_ZERO

DECIMAL_ZERO = "decimalZero"

LOWER_LETTER

LOWER_LETTER = "lowerLetter"

LOWER_ROMAN

LOWER_ROMAN = "lowerRoman"

NONE

NONE = "none"

ORDINAL_TEXT

ORDINAL_TEXT = "ordinalText"

UPPER_LETTER

UPPER_LETTER = "upperLetter"

UPPER_ROMAN

UPPER_ROMAN = "upperRoman"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LevelSuffix.html b/api/enums/LevelSuffix.html new file mode 100644 index 0000000000..08d8245ae9 --- /dev/null +++ b/api/enums/LevelSuffix.html @@ -0,0 +1 @@ +LevelSuffix | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LevelSuffix

Index

Enumeration members

Enumeration members

NOTHING

NOTHING = "nothing"

SPACE

SPACE = "space"

TAB

TAB = "tab"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LineNumberRestartFormat.html b/api/enums/LineNumberRestartFormat.html new file mode 100644 index 0000000000..027564a15f --- /dev/null +++ b/api/enums/LineNumberRestartFormat.html @@ -0,0 +1 @@ +LineNumberRestartFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LineNumberRestartFormat

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/LineRuleType.html b/api/enums/LineRuleType.html new file mode 100644 index 0000000000..d003cd373f --- /dev/null +++ b/api/enums/LineRuleType.html @@ -0,0 +1 @@ +LineRuleType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LineRuleType

Index

Enumeration members

Enumeration members

AT_LEAST

AT_LEAST = "atLeast"

AUTO

AUTO = "auto"

EXACTLY

EXACTLY = "exactly"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/NumberFormat.html b/api/enums/NumberFormat.html new file mode 100644 index 0000000000..90d7b10a91 --- /dev/null +++ b/api/enums/NumberFormat.html @@ -0,0 +1 @@ +NumberFormat | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NumberFormat

Index

Enumeration members

AIUEO

AIUEO = "aiueo"

AIUEO_FULL_WIDTH

AIUEO_FULL_WIDTH = "aiueoFullWidth"

ARABIC_ABJAD

ARABIC_ABJAD = "arabicAbjad"

ARABIC_ALPHA

ARABIC_ALPHA = "arabicAlpha"

BAHT_TEXT

BAHT_TEXT = "bahtText"

BULLET

BULLET = "bullet"

CARDINAL_TEXT

CARDINAL_TEXT = "cardinalText"

CHICAGO

CHICAGO = "chicago"

CHINESE_COUNTING

CHINESE_COUNTING = "chineseCounting"

CHINESE_COUNTING_TEN_THOUSAND

CHINESE_COUNTING_TEN_THOUSAND = "chineseCountingThousand"

CHINESE_LEGAL_SIMPLIFIED

CHINESE_LEGAL_SIMPLIFIED = "chineseLegalSimplified"

CHOSUNG

CHOSUNG = "chosung"

DECIMAL

DECIMAL = "decimal"

DECIMAL_ENCLOSED_CIRCLE

DECIMAL_ENCLOSED_CIRCLE = "decimalEnclosedCircle"

DECIMAL_ENCLOSED_CIRCLE_CHINESE

DECIMAL_ENCLOSED_CIRCLE_CHINESE = "decimalEnclosedCircleChinese"

DECIMAL_ENCLOSED_FULL_STOP

DECIMAL_ENCLOSED_FULL_STOP = "decimalEnclosedFullstop"

DECIMAL_ENCLOSED_PAREN

DECIMAL_ENCLOSED_PAREN = "decimalEnclosedParen"

DECIMAL_FULL_WIDTH

DECIMAL_FULL_WIDTH = "decimalFullWidth"

DECIMAL_FULL_WIDTH_2

DECIMAL_FULL_WIDTH_2 = "decimalFullWidth2"

DECIMAL_HALF_WIDTH

DECIMAL_HALF_WIDTH = "decimalHalfWidth"

DECIMAL_ZERO

DECIMAL_ZERO = "decimalZero"

DOLLAR_TEXT

DOLLAR_TEXT = "dollarText"

GANADA

GANADA = "ganada"

HEBREW_1

HEBREW_1 = "hebrew1"

HEBREW_2

HEBREW_2 = "hebrew2"

HEX

HEX = "hex"

HINDI_CONSONANTS

HINDI_CONSONANTS = "hindiConsonants"

HINDI_COUNTING

HINDI_COUNTING = "hindiCounting"

HINDI_NUMBERS

HINDI_NUMBERS = "hindiNumbers"

HINDI_VOWELS

HINDI_VOWELS = "hindiVowels"

IDEOGRAPH_DIGITAL

IDEOGRAPH_DIGITAL = "ideographDigital"

IDEOGRAPH_ENCLOSED_CIRCLE

IDEOGRAPH_ENCLOSED_CIRCLE = "ideographEnclosedCircle"

IDEOGRAPH_LEGAL_TRADITIONAL

IDEOGRAPH_LEGAL_TRADITIONAL = "ideographLegalTraditional"

IDEOGRAPH_TRADITIONAL

IDEOGRAPH_TRADITIONAL = "ideographTraditional"

IDEOGRAPH_ZODIAC

IDEOGRAPH_ZODIAC = "ideographZodiac"

IDEOGRAPH_ZODIAC_TRADITIONAL

IDEOGRAPH_ZODIAC_TRADITIONAL = "ideographZodiacTraditional"

IROHA

IROHA = "iroha"

IROHA_FULL_WIDTH

IROHA_FULL_WIDTH = "irohaFullWidth"

JAPANESE_COUNTING

JAPANESE_COUNTING = "japaneseCounting"

JAPANESE_DIGITAL_TEN_THOUSAND

JAPANESE_DIGITAL_TEN_THOUSAND = "japaneseDigitalTenThousand"

JAPANESE_LEGAL

JAPANESE_LEGAL = "japaneseLegal"

KOREAN_COUNTING

KOREAN_COUNTING = "koreanCounting"

KOREAN_DIGITAL

KOREAN_DIGITAL = "koreanDigital"

KOREAN_DIGITAL_2

KOREAN_DIGITAL_2 = "koreanDigital2"

KOREAN_LEGAL

KOREAN_LEGAL = "koreanLegal"

LOWER_LETTER

LOWER_LETTER = "lowerLetter"

LOWER_ROMAN

LOWER_ROMAN = "lowerRoman"

NONE

NONE = "none"

NUMBER_IN_DASH

NUMBER_IN_DASH = "numberInDash"

ORDINAL

ORDINAL = "ordinal"

ORDINAL_TEXT

ORDINAL_TEXT = "ordinalText"

RUSSIAN_LOWER

RUSSIAN_LOWER = "russianLower"

RUSSIAN_UPPER

RUSSIAN_UPPER = "russianUpper"

TAIWANESE_COUNTING

TAIWANESE_COUNTING = "taiwaneseCounting"

TAIWANESE_COUNTING_THOUSAND

TAIWANESE_COUNTING_THOUSAND = "taiwaneseCountingThousand"

TAIWANESE_DIGITAL

TAIWANESE_DIGITAL = "taiwaneseDigital"

THAI_COUNTING

THAI_COUNTING = "thaiCounting"

THAI_LETTERS

THAI_LETTERS = "thaiLetters"

THAI_NUMBERS

THAI_NUMBERS = "thaiNumbers"

UPPER_LETTER

UPPER_LETTER = "upperLetter"

UPPER_ROMAN

UPPER_ROMAN = "upperRoman"

VIETNAMESE_COUNTING

VIETNAMESE_COUNTING = "vietnameseCounting"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/OverlapType.html b/api/enums/OverlapType.html new file mode 100644 index 0000000000..235ff8ad77 --- /dev/null +++ b/api/enums/OverlapType.html @@ -0,0 +1 @@ +OverlapType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration OverlapType

Index

Enumeration members

Enumeration members

NEVER

NEVER = "never"

OVERLAP

OVERLAP = "overlap"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageBorderDisplay.html b/api/enums/PageBorderDisplay.html new file mode 100644 index 0000000000..66956db19b --- /dev/null +++ b/api/enums/PageBorderDisplay.html @@ -0,0 +1 @@ +PageBorderDisplay | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderDisplay

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageBorderOffsetFrom.html b/api/enums/PageBorderOffsetFrom.html new file mode 100644 index 0000000000..9f0c2571b7 --- /dev/null +++ b/api/enums/PageBorderOffsetFrom.html @@ -0,0 +1 @@ +PageBorderOffsetFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderOffsetFrom

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageBorderZOrder.html b/api/enums/PageBorderZOrder.html new file mode 100644 index 0000000000..d1876624b1 --- /dev/null +++ b/api/enums/PageBorderZOrder.html @@ -0,0 +1 @@ +PageBorderZOrder | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageBorderZOrder

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageNumber.html b/api/enums/PageNumber.html new file mode 100644 index 0000000000..25c10636e3 --- /dev/null +++ b/api/enums/PageNumber.html @@ -0,0 +1 @@ +PageNumber | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageNumber

Index

Enumeration members

CURRENT

CURRENT = "CURRENT"

TOTAL_PAGES

TOTAL_PAGES = "TOTAL_PAGES"

TOTAL_PAGES_IN_SECTION

TOTAL_PAGES_IN_SECTION = "TOTAL_PAGES_IN_SECTION"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageNumberSeparator.html b/api/enums/PageNumberSeparator.html new file mode 100644 index 0000000000..10138fe980 --- /dev/null +++ b/api/enums/PageNumberSeparator.html @@ -0,0 +1 @@ +PageNumberSeparator | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageNumberSeparator

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/PageOrientation.html b/api/enums/PageOrientation.html new file mode 100644 index 0000000000..58be1c97d8 --- /dev/null +++ b/api/enums/PageOrientation.html @@ -0,0 +1 @@ +PageOrientation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PageOrientation

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/RelativeHorizontalPosition.html b/api/enums/RelativeHorizontalPosition.html new file mode 100644 index 0000000000..acc226c948 --- /dev/null +++ b/api/enums/RelativeHorizontalPosition.html @@ -0,0 +1 @@ +RelativeHorizontalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RelativeHorizontalPosition

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/RelativeVerticalPosition.html b/api/enums/RelativeVerticalPosition.html new file mode 100644 index 0000000000..2474c96be9 --- /dev/null +++ b/api/enums/RelativeVerticalPosition.html @@ -0,0 +1 @@ +RelativeVerticalPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RelativeVerticalPosition

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/SectionType.html b/api/enums/SectionType.html new file mode 100644 index 0000000000..24d9254ee6 --- /dev/null +++ b/api/enums/SectionType.html @@ -0,0 +1 @@ +SectionType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SectionType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/ShadingType.html b/api/enums/ShadingType.html new file mode 100644 index 0000000000..37332b502d --- /dev/null +++ b/api/enums/ShadingType.html @@ -0,0 +1 @@ +ShadingType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ShadingType

Index

Enumeration members

CLEAR

CLEAR = "clear"

DIAGONAL_CROSS

DIAGONAL_CROSS = "diagCross"

DIAGONAL_STRIPE

DIAGONAL_STRIPE = "diagStripe"

HORIZONTAL_CROSS

HORIZONTAL_CROSS = "horzCross"

HORIZONTAL_STRIPE

HORIZONTAL_STRIPE = "horzStripe"

NIL

NIL = "nil"

PERCENT_10

PERCENT_10 = "pct10"

PERCENT_12

PERCENT_12 = "pct12"

PERCENT_15

PERCENT_15 = "pct15"

PERCENT_20

PERCENT_20 = "pct20"

PERCENT_25

PERCENT_25 = "pct25"

PERCENT_30

PERCENT_30 = "pct30"

PERCENT_35

PERCENT_35 = "pct35"

PERCENT_37

PERCENT_37 = "pct37"

PERCENT_40

PERCENT_40 = "pct40"

PERCENT_45

PERCENT_45 = "pct45"

PERCENT_5

PERCENT_5 = "pct5"

PERCENT_50

PERCENT_50 = "pct50"

PERCENT_55

PERCENT_55 = "pct55"

PERCENT_60

PERCENT_60 = "pct60"

PERCENT_62

PERCENT_62 = "pct62"

PERCENT_65

PERCENT_65 = "pct65"

PERCENT_70

PERCENT_70 = "pct70"

PERCENT_75

PERCENT_75 = "pct75"

PERCENT_80

PERCENT_80 = "pct80"

PERCENT_85

PERCENT_85 = "pct85"

PERCENT_87

PERCENT_87 = "pct87"

PERCENT_90

PERCENT_90 = "pct90"

PERCENT_95

PERCENT_95 = "pct95"

REVERSE_DIAGONAL_STRIPE

REVERSE_DIAGONAL_STRIPE = "reverseDiagStripe"

SOLID

SOLID = "solid"

THIN_DIAGONAL_CROSS

THIN_DIAGONAL_CROSS = "thinDiagCross"

THIN_DIAGONAL_STRIPE

THIN_DIAGONAL_STRIPE = "thinDiagStripe"

THIN_HORIZONTAL_CROSS

THIN_HORIZONTAL_CROSS = "thinHorzCross"

THIN_REVERSE_DIAGONAL_STRIPE

THIN_REVERSE_DIAGONAL_STRIPE = "thinReverseDiagStripe"

THIN_VERTICAL_STRIPE

THIN_VERTICAL_STRIPE = "thinVertStripe"

VERTICAL_STRIPE

VERTICAL_STRIPE = "vertStripe"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TabStopPosition.html b/api/enums/TabStopPosition.html new file mode 100644 index 0000000000..29a3e9cd42 --- /dev/null +++ b/api/enums/TabStopPosition.html @@ -0,0 +1 @@ +TabStopPosition | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TabStopPosition

Index

Enumeration members

Enumeration members

MAX

MAX = 9026

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TabStopType.html b/api/enums/TabStopType.html new file mode 100644 index 0000000000..fa99a63bea --- /dev/null +++ b/api/enums/TabStopType.html @@ -0,0 +1 @@ +TabStopType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TabStopType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TableAnchorType.html b/api/enums/TableAnchorType.html new file mode 100644 index 0000000000..7f82bd1bf6 --- /dev/null +++ b/api/enums/TableAnchorType.html @@ -0,0 +1 @@ +TableAnchorType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TableAnchorType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TableLayoutType.html b/api/enums/TableLayoutType.html new file mode 100644 index 0000000000..e3e9822160 --- /dev/null +++ b/api/enums/TableLayoutType.html @@ -0,0 +1 @@ +TableLayoutType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TableLayoutType

Index

Enumeration members

Enumeration members

AUTOFIT

AUTOFIT = "autofit"

FIXED

FIXED = "fixed"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TextDirection.html b/api/enums/TextDirection.html new file mode 100644 index 0000000000..bd3c608386 --- /dev/null +++ b/api/enums/TextDirection.html @@ -0,0 +1 @@ +TextDirection | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextDirection

Index

Enumeration members

BOTTOM_TO_TOP_LEFT_TO_RIGHT

BOTTOM_TO_TOP_LEFT_TO_RIGHT = "btLr"

LEFT_TO_RIGHT_TOP_TO_BOTTOM

LEFT_TO_RIGHT_TOP_TO_BOTTOM = "lrTb"

TOP_TO_BOTTOM_RIGHT_TO_LEFT

TOP_TO_BOTTOM_RIGHT_TO_LEFT = "tbRl"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TextWrappingSide.html b/api/enums/TextWrappingSide.html new file mode 100644 index 0000000000..0d3bef5d51 --- /dev/null +++ b/api/enums/TextWrappingSide.html @@ -0,0 +1 @@ +TextWrappingSide | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextWrappingSide

Index

Enumeration members

Enumeration members

BOTH_SIDES

BOTH_SIDES = "bothSides"

LARGEST

LARGEST = "largest"

LEFT

LEFT = "left"

RIGHT

RIGHT = "right"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/TextWrappingType.html b/api/enums/TextWrappingType.html new file mode 100644 index 0000000000..69244bc60d --- /dev/null +++ b/api/enums/TextWrappingType.html @@ -0,0 +1 @@ +TextWrappingType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextWrappingType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/UnderlineType.html b/api/enums/UnderlineType.html new file mode 100644 index 0000000000..8329546263 --- /dev/null +++ b/api/enums/UnderlineType.html @@ -0,0 +1 @@ +UnderlineType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UnderlineType

Index

Enumeration members

DASH

DASH = "dash"

DASHDOTDOTHEAVY

DASHDOTDOTHEAVY = "dashDotDotHeavy"

DASHDOTHEAVY

DASHDOTHEAVY = "dashDotHeavy"

DASHEDHEAVY

DASHEDHEAVY = "dashedHeavy"

DASHLONG

DASHLONG = "dashLong"

DASHLONGHEAVY

DASHLONGHEAVY = "dashLongHeavy"

DOTDASH

DOTDASH = "dotDash"

DOTDOTDASH

DOTDOTDASH = "dotDotDash"

DOTTED

DOTTED = "dotted"

DOTTEDHEAVY

DOTTEDHEAVY = "dottedHeavy"

DOUBLE

DOUBLE = "double"

SINGLE

SINGLE = "single"

THICK

THICK = "thick"

WAVE

WAVE = "wave"

WAVYDOUBLE

WAVYDOUBLE = "wavyDouble"

WAVYHEAVY

WAVYHEAVY = "wavyHeavy"

WORDS

WORDS = "words"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/VerticalAlign.html b/api/enums/VerticalAlign.html new file mode 100644 index 0000000000..5eecd1c03e --- /dev/null +++ b/api/enums/VerticalAlign.html @@ -0,0 +1 @@ +VerticalAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalAlign

Index

Enumeration members

Enumeration members

BOTH

BOTH = "both"

BOTTOM

BOTTOM = "bottom"

CENTER

CENTER = "center"

TOP

TOP = "top"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/VerticalMergeType.html b/api/enums/VerticalMergeType.html new file mode 100644 index 0000000000..52ba9d9574 --- /dev/null +++ b/api/enums/VerticalMergeType.html @@ -0,0 +1,7 @@ +VerticalMergeType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalMergeType

+

Vertical merge types.

+

Index

Enumeration members

Enumeration members

CONTINUE

CONTINUE = "continue"
+

Cell that is merged with upper one.

+

RESTART

RESTART = "restart"
+

Cell that is starting the vertical merge.

+

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/VerticalPositionAlign.html b/api/enums/VerticalPositionAlign.html new file mode 100644 index 0000000000..d7f29d2135 --- /dev/null +++ b/api/enums/VerticalPositionAlign.html @@ -0,0 +1 @@ +VerticalPositionAlign | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalPositionAlign

Index

Enumeration members

Enumeration members

BOTTOM

BOTTOM = "bottom"

CENTER

CENTER = "center"

INSIDE

INSIDE = "inside"

OUTSIDE

OUTSIDE = "outside"

TOP

TOP = "top"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/VerticalPositionRelativeFrom.html b/api/enums/VerticalPositionRelativeFrom.html new file mode 100644 index 0000000000..a709ec5869 --- /dev/null +++ b/api/enums/VerticalPositionRelativeFrom.html @@ -0,0 +1 @@ +VerticalPositionRelativeFrom | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerticalPositionRelativeFrom

Index

Enumeration members

BOTTOM_MARGIN

BOTTOM_MARGIN = "bottomMargin"

INSIDE_MARGIN

INSIDE_MARGIN = "insideMargin"

LINE

LINE = "line"

MARGIN

MARGIN = "margin"

OUTSIDE_MARGIN

OUTSIDE_MARGIN = "outsideMargin"

PAGE

PAGE = "page"

PARAGRAPH

PARAGRAPH = "paragraph"

TOP_MARGIN

TOP_MARGIN = "topMargin"

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/WidthType.html b/api/enums/WidthType.html new file mode 100644 index 0000000000..a266e93e1f --- /dev/null +++ b/api/enums/WidthType.html @@ -0,0 +1,9 @@ +WidthType | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WidthType

Index

Enumeration members

Enumeration members

AUTO

AUTO = "auto"
+

Auto.

+

DXA

DXA = "dxa"
+

Value is in twentieths of a point

+

NIL

NIL = "nil"
+

No (empty) value.

+

PERCENTAGE

PERCENTAGE = "pct"
+

Value is in percentage.

+

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/enums/alignmenttype.html b/api/enums/alignmenttype.html deleted file mode 100644 index 507066ec7f..0000000000 --- a/api/enums/alignmenttype.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - AlignmentType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration AlignmentType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

BOTH

-
BOTH: = "both"
- -
-
- -

CENTER

-
CENTER: = "center"
- -
-
- -

DISTRIBUTE

-
DISTRIBUTE: = "distribute"
- -
-
- -

END

-
END: = "end"
- -
-
- -

JUSTIFIED

-
JUSTIFIED: = "both"
- -
-
- -

LEFT

-
LEFT: = "left"
- -
-
- -

RIGHT

-
RIGHT: = "right"
- -
-
- -

START

-
START: = "start"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/borderstyle.html b/api/enums/borderstyle.html deleted file mode 100644 index 053024d2ea..0000000000 --- a/api/enums/borderstyle.html +++ /dev/null @@ -1,516 +0,0 @@ - - - - - - BorderStyle | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration BorderStyle

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Enumeration members

-
- -

DASHED

-
DASHED: = "dashed"
- -
-
- -

DASH_DOT_STROKED

-
DASH_DOT_STROKED: = "dashDotStroked"
- -
-
- -

DASH_SMALL_GAP

-
DASH_SMALL_GAP: = "dashSmallGap"
- -
-
- -

DOTTED

-
DOTTED: = "dotted"
- -
-
- -

DOT_DASH

-
DOT_DASH: = "dotDash"
- -
-
- -

DOT_DOT_DASH

-
DOT_DOT_DASH: = "dotDotDash"
- -
-
- -

DOUBLE

-
DOUBLE: = "double"
- -
-
- -

DOUBLE_WAVE

-
DOUBLE_WAVE: = "doubleWave"
- -
-
- -

INSET

-
INSET: = "inset"
- -
-
- -

NIL

-
NIL: = "nil"
- -
-
- -

NONE

-
NONE: = "none"
- -
-
- -

OUTSET

-
OUTSET: = "outset"
- -
-
- -

SINGLE

-
SINGLE: = "single"
- -
-
- -

THICK

-
THICK: = "thick"
- -
-
- -

THICK_THIN_LARGE_GAP

-
THICK_THIN_LARGE_GAP: = "thickThinLargeGap"
- -
-
- -

THICK_THIN_MEDIUM_GAP

-
THICK_THIN_MEDIUM_GAP: = "thickThinMediumGap"
- -
-
- -

THICK_THIN_SMALL_GAP

-
THICK_THIN_SMALL_GAP: = "thickThinSmallGap"
- -
-
- -

THIN_THICK_LARGE_GAP

-
THIN_THICK_LARGE_GAP: = "thinThickLargeGap"
- -
-
- -

THIN_THICK_MEDIUM_GAP

-
THIN_THICK_MEDIUM_GAP: = "thinThickMediumGap"
- -
-
- -

THIN_THICK_SMALL_GAP

-
THIN_THICK_SMALL_GAP: = "thinThickSmallGap"
- -
-
- -

THIN_THICK_THIN_LARGE_GAP

-
THIN_THICK_THIN_LARGE_GAP: = "thinThickThinLargeGap"
- -
-
- -

THIN_THICK_THIN_MEDIUM_GAP

-
THIN_THICK_THIN_MEDIUM_GAP: = "thinThickThinMediumGap"
- -
-
- -

THIN_THICK_THIN_SMALL_GAP

-
THIN_THICK_THIN_SMALL_GAP: = "thinThickThinSmallGap"
- -
-
- -

THREE_D_EMBOSS

-
THREE_D_EMBOSS: = "threeDEmboss"
- -
-
- -

THREE_D_ENGRAVE

-
THREE_D_ENGRAVE: = "threeDEngrave"
- -
-
- -

TRIPLE

-
TRIPLE: = "triple"
- -
-
- -

WAVE

-
WAVE: = "wave"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/dropcaptype.html b/api/enums/dropcaptype.html deleted file mode 100644 index 7a3db8f2ca..0000000000 --- a/api/enums/dropcaptype.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - DropCapType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration DropCapType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

DROP

-
DROP: = "drop"
- -
-
- -

MARGIN

-
MARGIN: = "margin"
- -
-
- -

NONE

-
NONE: = "none"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/emphasismarktype.html b/api/enums/emphasismarktype.html deleted file mode 100644 index 45b50f5f42..0000000000 --- a/api/enums/emphasismarktype.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - EmphasisMarkType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration EmphasisMarkType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

DOT

-
DOT: = "dot"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/frameanchortype.html b/api/enums/frameanchortype.html deleted file mode 100644 index 0a36239167..0000000000 --- a/api/enums/frameanchortype.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - FrameAnchorType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration FrameAnchorType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

MARGIN

-
MARGIN: = "margin"
- -
-
- -

PAGE

-
PAGE: = "page"
- -
-
- -

TEXT

-
TEXT: = "text"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/framewrap.html b/api/enums/framewrap.html deleted file mode 100644 index 892727575d..0000000000 --- a/api/enums/framewrap.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - FrameWrap | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration FrameWrap

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

AROUND

-
AROUND: = "around"
- -
-
- -

AUTO

-
AUTO: = "auto"
- -
-
- -

NONE

-
NONE: = "none"
- -
-
- -

NOT_BESIDE

-
NOT_BESIDE: = "notBeside"
- -
-
- -

THROUGH

-
THROUGH: = "through"
- -
-
- -

TIGHT

-
TIGHT: = "tight"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/headerfooterreferencetype.html b/api/enums/headerfooterreferencetype.html deleted file mode 100644 index ea3ea6d829..0000000000 --- a/api/enums/headerfooterreferencetype.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - HeaderFooterReferenceType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration HeaderFooterReferenceType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

DEFAULT

-
DEFAULT: = "default"
- -
-
- -

EVEN

-
EVEN: = "even"
- -
-
- -

FIRST

-
FIRST: = "first"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/headerfootertype.html b/api/enums/headerfootertype.html deleted file mode 100644 index c8e98d7887..0000000000 --- a/api/enums/headerfootertype.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - HeaderFooterType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration HeaderFooterType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

FOOTER

-
FOOTER: = "w:footerReference"
- -
-
- -

HEADER

-
HEADER: = "w:headerReference"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/headinglevel.html b/api/enums/headinglevel.html deleted file mode 100644 index c95f3b7760..0000000000 --- a/api/enums/headinglevel.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - HeadingLevel | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration HeadingLevel

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

HEADING_1

-
HEADING_1: = "Heading1"
- -
-
- -

HEADING_2

-
HEADING_2: = "Heading2"
- -
-
- -

HEADING_3

-
HEADING_3: = "Heading3"
- -
-
- -

HEADING_4

-
HEADING_4: = "Heading4"
- -
-
- -

HEADING_5

-
HEADING_5: = "Heading5"
- -
-
- -

HEADING_6

-
HEADING_6: = "Heading6"
- -
-
- -

TITLE

-
TITLE: = "Title"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/heightrule.html b/api/enums/heightrule.html deleted file mode 100644 index 8135f2102f..0000000000 --- a/api/enums/heightrule.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - HeightRule | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration HeightRule

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

ATLEAST

-
ATLEAST: = "atLeast"
- -
-
-

At least the value specified

-
-
-
-
- -

AUTO

-
AUTO: = "auto"
- -
-
-

Height is determined based on the content, so value is ignored.

-
-
-
-
- -

EXACT

-
EXACT: = "exact"
- -
-
-

Exactly the value specified

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/horizontalpositionalign.html b/api/enums/horizontalpositionalign.html deleted file mode 100644 index 443b1bd11f..0000000000 --- a/api/enums/horizontalpositionalign.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - HorizontalPositionAlign | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration HorizontalPositionAlign

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

CENTER

-
CENTER: = "center"
- -
-
- -

INSIDE

-
INSIDE: = "inside"
- -
-
- -

LEFT

-
LEFT: = "left"
- -
-
- -

OUTSIDE

-
OUTSIDE: = "outside"
- -
-
- -

RIGHT

-
RIGHT: = "right"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/horizontalpositionrelativefrom.html b/api/enums/horizontalpositionrelativefrom.html deleted file mode 100644 index b11aaceafe..0000000000 --- a/api/enums/horizontalpositionrelativefrom.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - HorizontalPositionRelativeFrom | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration HorizontalPositionRelativeFrom

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

CHARACTER

-
CHARACTER: = "character"
- -
-
- -

COLUMN

-
COLUMN: = "column"
- -
-
- -

INSIDE_MARGIN

-
INSIDE_MARGIN: = "insideMargin"
- -
-
- -

LEFT_MARGIN

-
LEFT_MARGIN: = "leftMargin"
- -
-
- -

MARGIN

-
MARGIN: = "margin"
- -
-
- -

OUTSIDE_MARGIN

-
OUTSIDE_MARGIN: = "outsideMargin"
- -
-
- -

PAGE

-
PAGE: = "page"
- -
-
- -

RIGHT_MARGIN

-
RIGHT_MARGIN: = "rightMargin"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/hyperlinktype.html b/api/enums/hyperlinktype.html deleted file mode 100644 index 82a50db3c9..0000000000 --- a/api/enums/hyperlinktype.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - HyperlinkType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration HyperlinkType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

EXTERNAL

-
EXTERNAL: = "EXTERNAL"
- -
-
- -

INTERNAL

-
INTERNAL: = "INTERNAL"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/leadertype.html b/api/enums/leadertype.html deleted file mode 100644 index 173ba69af8..0000000000 --- a/api/enums/leadertype.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - LeaderType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration LeaderType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

DOT

-
DOT: = "dot"
- -
-
- -

HYPHEN

-
HYPHEN: = "hyphen"
- -
-
- -

MIDDLE_DOT

-
MIDDLE_DOT: = "middleDot"
- -
-
- -

NONE

-
NONE: = "none"
- -
-
- -

UNDERSCORE

-
UNDERSCORE: = "underscore"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/levelformat.html b/api/enums/levelformat.html deleted file mode 100644 index 86c19769df..0000000000 --- a/api/enums/levelformat.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - LevelFormat | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration LevelFormat

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Enumeration members

-
- -

BULLET

-
BULLET: = "bullet"
- -
-
- -

CARDINAL_TEXT

-
CARDINAL_TEXT: = "cardinalText"
- -
-
- -

CHICAGO

-
CHICAGO: = "chicago"
- -
-
- -

DECIMAL

-
DECIMAL: = "decimal"
- -
-
- -

DECIMAL_ENCLOSED_CIRCLE

-
DECIMAL_ENCLOSED_CIRCLE: = "decimalEnclosedCircle"
- -
-
- -

DECIMAL_ENCLOSED_FULLSTOP

-
DECIMAL_ENCLOSED_FULLSTOP: = "decimalEnclosedFullstop"
- -
-
- -

DECIMAL_ENCLOSED_PARENTHESES

-
DECIMAL_ENCLOSED_PARENTHESES: = "decimalEnclosedParen"
- -
-
- -

DECIMAL_ZERO

-
DECIMAL_ZERO: = "decimalZero"
- -
-
- -

LOWER_LETTER

-
LOWER_LETTER: = "lowerLetter"
- -
-
- -

LOWER_ROMAN

-
LOWER_ROMAN: = "lowerRoman"
- -
-
- -

NONE

-
NONE: = "none"
- -
-
- -

ORDINAL_TEXT

-
ORDINAL_TEXT: = "ordinalText"
- -
-
- -

UPPER_LETTER

-
UPPER_LETTER: = "upperLetter"
- -
-
- -

UPPER_ROMAN

-
UPPER_ROMAN: = "upperRoman"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/levelsuffix.html b/api/enums/levelsuffix.html deleted file mode 100644 index 39c309f978..0000000000 --- a/api/enums/levelsuffix.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - LevelSuffix | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration LevelSuffix

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

NOTHING

-
NOTHING: = "nothing"
- -
-
- -

SPACE

-
SPACE: = "space"
- -
-
- -

TAB

-
TAB: = "tab"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/linenumberrestartformat.html b/api/enums/linenumberrestartformat.html deleted file mode 100644 index 1ec7c9b78c..0000000000 --- a/api/enums/linenumberrestartformat.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - LineNumberRestartFormat | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration LineNumberRestartFormat

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

CONTINUOUS

-
CONTINUOUS: = "continuous"
- -
-
- -

NEW_PAGE

-
NEW_PAGE: = "newPage"
- -
-
- -

NEW_SECTION

-
NEW_SECTION: = "newSection"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/lineruletype.html b/api/enums/lineruletype.html deleted file mode 100644 index 4518a37427..0000000000 --- a/api/enums/lineruletype.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - LineRuleType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration LineRuleType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

AT_LEAST

-
AT_LEAST: = "atLeast"
- -
-
- -

AUTO

-
AUTO: = "auto"
- -
-
- -

EXACTLY

-
EXACTLY: = "exactly"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/numberformat.html b/api/enums/numberformat.html deleted file mode 100644 index e1387ae85a..0000000000 --- a/api/enums/numberformat.html +++ /dev/null @@ -1,1006 +0,0 @@ - - - - - - NumberFormat | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration NumberFormat

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Enumeration members

-
- -

AIUEO

-
AIUEO: = "aiueo"
- -
-
- -

AIUEO_FULL_WIDTH

-
AIUEO_FULL_WIDTH: = "aiueoFullWidth"
- -
-
- -

ARABIC_ABJAD

-
ARABIC_ABJAD: = "arabicAbjad"
- -
-
- -

ARABIC_ALPHA

-
ARABIC_ALPHA: = "arabicAlpha"
- -
-
- -

BAHT_TEXT

-
BAHT_TEXT: = "bahtText"
- -
-
- -

BULLET

-
BULLET: = "bullet"
- -
-
- -

CARDINAL_TEXT

-
CARDINAL_TEXT: = "cardinalText"
- -
-
- -

CHICAGO

-
CHICAGO: = "chicago"
- -
-
- -

CHINESE_COUNTING

-
CHINESE_COUNTING: = "chineseCounting"
- -
-
- -

CHINESE_COUNTING_TEN_THOUSAND

-
CHINESE_COUNTING_TEN_THOUSAND: = "chineseCountingThousand"
- -
-
- -

CHINESE_LEGAL_SIMPLIFIED

-
CHINESE_LEGAL_SIMPLIFIED: = "chineseLegalSimplified"
- -
-
- -

CHOSUNG

-
CHOSUNG: = "chosung"
- -
-
- -

DECIMAL

-
DECIMAL: = "decimal"
- -
-
- -

DECIMAL_ENCLOSED_CIRCLE

-
DECIMAL_ENCLOSED_CIRCLE: = "decimalEnclosedCircle"
- -
-
- -

DECIMAL_ENCLOSED_CIRCLE_CHINESE

-
DECIMAL_ENCLOSED_CIRCLE_CHINESE: = "decimalEnclosedCircleChinese"
- -
-
- -

DECIMAL_ENCLOSED_FULL_STOP

-
DECIMAL_ENCLOSED_FULL_STOP: = "decimalEnclosedFullstop"
- -
-
- -

DECIMAL_ENCLOSED_PAREN

-
DECIMAL_ENCLOSED_PAREN: = "decimalEnclosedParen"
- -
-
- -

DECIMAL_FULL_WIDTH

-
DECIMAL_FULL_WIDTH: = "decimalFullWidth"
- -
-
- -

DECIMAL_FULL_WIDTH_2

-
DECIMAL_FULL_WIDTH_2: = "decimalFullWidth2"
- -
-
- -

DECIMAL_HALF_WIDTH

-
DECIMAL_HALF_WIDTH: = "decimalHalfWidth"
- -
-
- -

DECIMAL_ZERO

-
DECIMAL_ZERO: = "decimalZero"
- -
-
- -

DOLLAR_TEXT

-
DOLLAR_TEXT: = "dollarText"
- -
-
- -

GANADA

-
GANADA: = "ganada"
- -
-
- -

HEBREW_1

-
HEBREW_1: = "hebrew1"
- -
-
- -

HEBREW_2

-
HEBREW_2: = "hebrew2"
- -
-
- -

HEX

-
HEX: = "hex"
- -
-
- -

HINDI_CONSONANTS

-
HINDI_CONSONANTS: = "hindiConsonants"
- -
-
- -

HINDI_COUNTING

-
HINDI_COUNTING: = "hindiCounting"
- -
-
- -

HINDI_NUMBERS

-
HINDI_NUMBERS: = "hindiNumbers"
- -
-
- -

HINDI_VOWELS

-
HINDI_VOWELS: = "hindiVowels"
- -
-
- -

IDEOGRAPH_DIGITAL

-
IDEOGRAPH_DIGITAL: = "ideographDigital"
- -
-
- -

IDEOGRAPH_ENCLOSED_CIRCLE

-
IDEOGRAPH_ENCLOSED_CIRCLE: = "ideographEnclosedCircle"
- -
-
- -

IDEOGRAPH_LEGAL_TRADITIONAL

-
IDEOGRAPH_LEGAL_TRADITIONAL: = "ideographLegalTraditional"
- -
-
- -

IDEOGRAPH_TRADITIONAL

-
IDEOGRAPH_TRADITIONAL: = "ideographTraditional"
- -
-
- -

IDEOGRAPH_ZODIAC

-
IDEOGRAPH_ZODIAC: = "ideographZodiac"
- -
-
- -

IDEOGRAPH_ZODIAC_TRADITIONAL

-
IDEOGRAPH_ZODIAC_TRADITIONAL: = "ideographZodiacTraditional"
- -
-
- -

IROHA

-
IROHA: = "iroha"
- -
-
- -

IROHA_FULL_WIDTH

-
IROHA_FULL_WIDTH: = "irohaFullWidth"
- -
-
- -

JAPANESE_COUNTING

-
JAPANESE_COUNTING: = "japaneseCounting"
- -
-
- -

JAPANESE_DIGITAL_TEN_THOUSAND

-
JAPANESE_DIGITAL_TEN_THOUSAND: = "japaneseDigitalTenThousand"
- -
-
- -

JAPANESE_LEGAL

-
JAPANESE_LEGAL: = "japaneseLegal"
- -
-
- -

KOREAN_COUNTING

-
KOREAN_COUNTING: = "koreanCounting"
- -
-
- -

KOREAN_DIGITAL

-
KOREAN_DIGITAL: = "koreanDigital"
- -
-
- -

KOREAN_DIGITAL_2

-
KOREAN_DIGITAL_2: = "koreanDigital2"
- -
-
- -

KOREAN_LEGAL

-
KOREAN_LEGAL: = "koreanLegal"
- -
-
- -

LOWER_LETTER

-
LOWER_LETTER: = "lowerLetter"
- -
-
- -

LOWER_ROMAN

-
LOWER_ROMAN: = "lowerRoman"
- -
-
- -

NONE

-
NONE: = "none"
- -
-
- -

NUMBER_IN_DASH

-
NUMBER_IN_DASH: = "numberInDash"
- -
-
- -

ORDINAL

-
ORDINAL: = "ordinal"
- -
-
- -

ORDINAL_TEXT

-
ORDINAL_TEXT: = "ordinalText"
- -
-
- -

RUSSIAN_LOWER

-
RUSSIAN_LOWER: = "russianLower"
- -
-
- -

RUSSIAN_UPPER

-
RUSSIAN_UPPER: = "russianUpper"
- -
-
- -

TAIWANESE_COUNTING

-
TAIWANESE_COUNTING: = "taiwaneseCounting"
- -
-
- -

TAIWANESE_COUNTING_THOUSAND

-
TAIWANESE_COUNTING_THOUSAND: = "taiwaneseCountingThousand"
- -
-
- -

TAIWANESE_DIGITAL

-
TAIWANESE_DIGITAL: = "taiwaneseDigital"
- -
-
- -

THAI_COUNTING

-
THAI_COUNTING: = "thaiCounting"
- -
-
- -

THAI_LETTERS

-
THAI_LETTERS: = "thaiLetters"
- -
-
- -

THAI_NUMBERS

-
THAI_NUMBERS: = "thaiNumbers"
- -
-
- -

UPPER_LETTER

-
UPPER_LETTER: = "upperLetter"
- -
-
- -

UPPER_ROMAN

-
UPPER_ROMAN: = "upperRoman"
- -
-
- -

VIETNAMESE_COUNTING

-
VIETNAMESE_COUNTING: = "vietnameseCounting"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/overlaptype.html b/api/enums/overlaptype.html deleted file mode 100644 index 93f06c1726..0000000000 --- a/api/enums/overlaptype.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - OverlapType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration OverlapType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

NEVER

-
NEVER: = "never"
- -
-
- -

OVERLAP

-
OVERLAP: = "overlap"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/pageborderdisplay.html b/api/enums/pageborderdisplay.html deleted file mode 100644 index aaefedfb9a..0000000000 --- a/api/enums/pageborderdisplay.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - PageBorderDisplay | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration PageBorderDisplay

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

ALL_PAGES

-
ALL_PAGES: = "allPages"
- -
-
- -

FIRST_PAGE

-
FIRST_PAGE: = "firstPage"
- -
-
- -

NOT_FIRST_PAGE

-
NOT_FIRST_PAGE: = "notFirstPage"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/pageborderoffsetfrom.html b/api/enums/pageborderoffsetfrom.html deleted file mode 100644 index 68f6de3e17..0000000000 --- a/api/enums/pageborderoffsetfrom.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - PageBorderOffsetFrom | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration PageBorderOffsetFrom

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

PAGE

-
PAGE: = "page"
- -
-
- -

TEXT

-
TEXT: = "text"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/pageborderzorder.html b/api/enums/pageborderzorder.html deleted file mode 100644 index 27a3fec3fc..0000000000 --- a/api/enums/pageborderzorder.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - PageBorderZOrder | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration PageBorderZOrder

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

BACK

-
BACK: = "back"
- -
-
- -

FRONT

-
FRONT: = "front"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/pagenumber.html b/api/enums/pagenumber.html deleted file mode 100644 index 0875e4847d..0000000000 --- a/api/enums/pagenumber.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - PageNumber | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration PageNumber

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

CURRENT

-
CURRENT: = "CURRENT"
- -
-
- -

TOTAL_PAGES

-
TOTAL_PAGES: = "TOTAL_PAGES"
- -
-
- -

TOTAL_PAGES_IN_SECTION

-
TOTAL_PAGES_IN_SECTION: = "TOTAL_PAGES_IN_SECTION"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/pagenumberseparator.html b/api/enums/pagenumberseparator.html deleted file mode 100644 index 049060e1db..0000000000 --- a/api/enums/pagenumberseparator.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - PageNumberSeparator | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration PageNumberSeparator

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

COLON

-
COLON: = "colon"
- -
-
- -

EM_DASH

-
EM_DASH: = "emDash"
- -
-
- -

EN_DASH

-
EN_DASH: = "endash"
- -
-
- -

HYPHEN

-
HYPHEN: = "hyphen"
- -
-
- -

PERIOD

-
PERIOD: = "period"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/pageorientation.html b/api/enums/pageorientation.html deleted file mode 100644 index 817cb42746..0000000000 --- a/api/enums/pageorientation.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - PageOrientation | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration PageOrientation

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

LANDSCAPE

-
LANDSCAPE: = "landscape"
- -
-
- -

PORTRAIT

-
PORTRAIT: = "portrait"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/relativehorizontalposition.html b/api/enums/relativehorizontalposition.html deleted file mode 100644 index b8fbf1ea78..0000000000 --- a/api/enums/relativehorizontalposition.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - RelativeHorizontalPosition | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration RelativeHorizontalPosition

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

CENTER

-
CENTER: = "center"
- -
-
- -

INSIDE

-
INSIDE: = "inside"
- -
-
- -

LEFT

-
LEFT: = "left"
- -
-
- -

OUTSIDE

-
OUTSIDE: = "outside"
- -
-
- -

RIGHT

-
RIGHT: = "right"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/relativeverticalposition.html b/api/enums/relativeverticalposition.html deleted file mode 100644 index 3be95bb01b..0000000000 --- a/api/enums/relativeverticalposition.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - RelativeVerticalPosition | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration RelativeVerticalPosition

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

BOTTOM

-
BOTTOM: = "bottom"
- -
-
- -

CENTER

-
CENTER: = "center"
- -
-
- -

INLINE

-
INLINE: = "inline"
- -
-
- -

INSIDE

-
INSIDE: = "inside"
- -
-
- -

OUTSIDE

-
OUTSIDE: = "outside"
- -
-
- -

TOP

-
TOP: = "top"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/sectiontype.html b/api/enums/sectiontype.html deleted file mode 100644 index 5d6480668e..0000000000 --- a/api/enums/sectiontype.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - SectionType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration SectionType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

CONTINUOUS

-
CONTINUOUS: = "continuous"
- -
-
- -

EVEN_PAGE

-
EVEN_PAGE: = "evenPage"
- -
-
- -

NEXT_COLUMN

-
NEXT_COLUMN: = "nextColumn"
- -
-
- -

NEXT_PAGE

-
NEXT_PAGE: = "nextPage"
- -
-
- -

ODD_PAGE

-
ODD_PAGE: = "oddPage"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/shadingtype.html b/api/enums/shadingtype.html deleted file mode 100644 index 8e06db4167..0000000000 --- a/api/enums/shadingtype.html +++ /dev/null @@ -1,656 +0,0 @@ - - - - - - ShadingType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration ShadingType

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Enumeration members

-
- -

CLEAR

-
CLEAR: = "clear"
- -
-
- -

DIAGONAL_CROSS

-
DIAGONAL_CROSS: = "diagCross"
- -
-
- -

DIAGONAL_STRIPE

-
DIAGONAL_STRIPE: = "diagStripe"
- -
-
- -

HORIZONTAL_CROSS

-
HORIZONTAL_CROSS: = "horzCross"
- -
-
- -

HORIZONTAL_STRIPE

-
HORIZONTAL_STRIPE: = "horzStripe"
- -
-
- -

NIL

-
NIL: = "nil"
- -
-
- -

PERCENT_10

-
PERCENT_10: = "pct10"
- -
-
- -

PERCENT_12

-
PERCENT_12: = "pct12"
- -
-
- -

PERCENT_15

-
PERCENT_15: = "pct15"
- -
-
- -

PERCENT_20

-
PERCENT_20: = "pct20"
- -
-
- -

PERCENT_25

-
PERCENT_25: = "pct25"
- -
-
- -

PERCENT_30

-
PERCENT_30: = "pct30"
- -
-
- -

PERCENT_35

-
PERCENT_35: = "pct35"
- -
-
- -

PERCENT_37

-
PERCENT_37: = "pct37"
- -
-
- -

PERCENT_40

-
PERCENT_40: = "pct40"
- -
-
- -

PERCENT_45

-
PERCENT_45: = "pct45"
- -
-
- -

PERCENT_5

-
PERCENT_5: = "pct5"
- -
-
- -

PERCENT_50

-
PERCENT_50: = "pct50"
- -
-
- -

PERCENT_55

-
PERCENT_55: = "pct55"
- -
-
- -

PERCENT_60

-
PERCENT_60: = "pct60"
- -
-
- -

PERCENT_62

-
PERCENT_62: = "pct62"
- -
-
- -

PERCENT_65

-
PERCENT_65: = "pct65"
- -
-
- -

PERCENT_70

-
PERCENT_70: = "pct70"
- -
-
- -

PERCENT_75

-
PERCENT_75: = "pct75"
- -
-
- -

PERCENT_80

-
PERCENT_80: = "pct80"
- -
-
- -

PERCENT_85

-
PERCENT_85: = "pct85"
- -
-
- -

PERCENT_87

-
PERCENT_87: = "pct87"
- -
-
- -

PERCENT_90

-
PERCENT_90: = "pct90"
- -
-
- -

PERCENT_95

-
PERCENT_95: = "pct95"
- -
-
- -

REVERSE_DIAGONAL_STRIPE

-
REVERSE_DIAGONAL_STRIPE: = "reverseDiagStripe"
- -
-
- -

SOLID

-
SOLID: = "solid"
- -
-
- -

THIN_DIAGONAL_CROSS

-
THIN_DIAGONAL_CROSS: = "thinDiagCross"
- -
-
- -

THIN_DIAGONAL_STRIPE

-
THIN_DIAGONAL_STRIPE: = "thinDiagStripe"
- -
-
- -

THIN_HORIZONTAL_CROSS

-
THIN_HORIZONTAL_CROSS: = "thinHorzCross"
- -
-
- -

THIN_REVERSE_DIAGONAL_STRIPE

-
THIN_REVERSE_DIAGONAL_STRIPE: = "thinReverseDiagStripe"
- -
-
- -

THIN_VERTICAL_STRIPE

-
THIN_VERTICAL_STRIPE: = "thinVertStripe"
- -
-
- -

VERTICAL_STRIPE

-
VERTICAL_STRIPE: = "vertStripe"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/tableanchortype.html b/api/enums/tableanchortype.html deleted file mode 100644 index cbcf1d3920..0000000000 --- a/api/enums/tableanchortype.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - TableAnchorType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration TableAnchorType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

MARGIN

-
MARGIN: = "margin"
- -
-
- -

PAGE

-
PAGE: = "page"
- -
-
- -

TEXT

-
TEXT: = "text"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/tablelayouttype.html b/api/enums/tablelayouttype.html deleted file mode 100644 index 7e64004e1e..0000000000 --- a/api/enums/tablelayouttype.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - TableLayoutType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration TableLayoutType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

AUTOFIT

-
AUTOFIT: = "autofit"
- -
-
- -

FIXED

-
FIXED: = "fixed"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/tabstopposition.html b/api/enums/tabstopposition.html deleted file mode 100644 index 44ebfa8883..0000000000 --- a/api/enums/tabstopposition.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - TabStopPosition | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration TabStopPosition

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

MAX

-
MAX: = 9026
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/tabstoptype.html b/api/enums/tabstoptype.html deleted file mode 100644 index 6671d59d29..0000000000 --- a/api/enums/tabstoptype.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - TabStopType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration TabStopType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

BAR

-
BAR: = "bar"
- -
-
- -

CENTER

-
CENTER: = "center"
- -
-
- -

CLEAR

-
CLEAR: = "clear"
- -
-
- -

DECIMAL

-
DECIMAL: = "decimal"
- -
-
- -

END

-
END: = "end"
- -
-
- -

LEFT

-
LEFT: = "left"
- -
-
- -

NUM

-
NUM: = "num"
- -
-
- -

RIGHT

-
RIGHT: = "right"
- -
-
- -

START

-
START: = "start"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/textdirection.html b/api/enums/textdirection.html deleted file mode 100644 index 552d8f9f9e..0000000000 --- a/api/enums/textdirection.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - TextDirection | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration TextDirection

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Enumeration members

-
- -

BOTTOM_TO_TOP_LEFT_TO_RIGHT

-
BOTTOM_TO_TOP_LEFT_TO_RIGHT: = "btLr"
- -
-
- -

LEFT_TO_RIGHT_TOP_TO_BOTTOM

-
LEFT_TO_RIGHT_TOP_TO_BOTTOM: = "lrTb"
- -
-
- -

TOP_TO_BOTTOM_RIGHT_TO_LEFT

-
TOP_TO_BOTTOM_RIGHT_TO_LEFT: = "tbRl"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/textwrappingside.html b/api/enums/textwrappingside.html deleted file mode 100644 index 08e0747c2e..0000000000 --- a/api/enums/textwrappingside.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - TextWrappingSide | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration TextWrappingSide

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

BOTH_SIDES

-
BOTH_SIDES: = "bothSides"
- -
-
- -

LARGEST

-
LARGEST: = "largest"
- -
-
- -

LEFT

-
LEFT: = "left"
- -
-
- -

RIGHT

-
RIGHT: = "right"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/textwrappingtype.html b/api/enums/textwrappingtype.html deleted file mode 100644 index fa5f105e6f..0000000000 --- a/api/enums/textwrappingtype.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - TextWrappingType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration TextWrappingType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

NONE

-
NONE: = 0
- -
-
- -

SQUARE

-
SQUARE: = 1
- -
-
- -

TIGHT

-
TIGHT: = 2
- -
-
- -

TOP_AND_BOTTOM

-
TOP_AND_BOTTOM: = 3
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/underlinetype.html b/api/enums/underlinetype.html deleted file mode 100644 index 1162d51109..0000000000 --- a/api/enums/underlinetype.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - UnderlineType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration UnderlineType

-
-
-
-
-
-
-
-

Index

-
- -
-
-
-

Enumeration members

-
- -

DASH

-
DASH: = "dash"
- -
-
- -

DASHDOTDOTHEAVY

-
DASHDOTDOTHEAVY: = "dashDotDotHeavy"
- -
-
- -

DASHDOTHEAVY

-
DASHDOTHEAVY: = "dashDotHeavy"
- -
-
- -

DASHEDHEAVY

-
DASHEDHEAVY: = "dashedHeavy"
- -
-
- -

DASHLONG

-
DASHLONG: = "dashLong"
- -
-
- -

DASHLONGHEAVY

-
DASHLONGHEAVY: = "dashLongHeavy"
- -
-
- -

DOTDASH

-
DOTDASH: = "dotDash"
- -
-
- -

DOTDOTDASH

-
DOTDOTDASH: = "dotDotDash"
- -
-
- -

DOTTED

-
DOTTED: = "dotted"
- -
-
- -

DOTTEDHEAVY

-
DOTTEDHEAVY: = "dottedHeavy"
- -
-
- -

DOUBLE

-
DOUBLE: = "double"
- -
-
- -

SINGLE

-
SINGLE: = "single"
- -
-
- -

THICK

-
THICK: = "thick"
- -
-
- -

WAVE

-
WAVE: = "wave"
- -
-
- -

WAVYDOUBLE

-
WAVYDOUBLE: = "wavyDouble"
- -
-
- -

WAVYHEAVY

-
WAVYHEAVY: = "wavyHeavy"
- -
-
- -

WORDS

-
WORDS: = "words"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/verticalalign.html b/api/enums/verticalalign.html deleted file mode 100644 index 3e51405888..0000000000 --- a/api/enums/verticalalign.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - VerticalAlign | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration VerticalAlign

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

BOTH

-
BOTH: = "both"
- -
-
- -

BOTTOM

-
BOTTOM: = "bottom"
- -
-
- -

CENTER

-
CENTER: = "center"
- -
-
- -

TOP

-
TOP: = "top"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/verticalmergetype.html b/api/enums/verticalmergetype.html deleted file mode 100644 index dc793beab8..0000000000 --- a/api/enums/verticalmergetype.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - VerticalMergeType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration VerticalMergeType

-
-
-
-
-
-
-
-
-
-

Vertical merge types.

-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

CONTINUE

-
CONTINUE: = "continue"
- -
-
-

Cell that is merged with upper one.

-
-
-
-
- -

RESTART

-
RESTART: = "restart"
- -
-
-

Cell that is starting the vertical merge.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/verticalpositionalign.html b/api/enums/verticalpositionalign.html deleted file mode 100644 index 340746ba2d..0000000000 --- a/api/enums/verticalpositionalign.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - VerticalPositionAlign | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration VerticalPositionAlign

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

BOTTOM

-
BOTTOM: = "bottom"
- -
-
- -

CENTER

-
CENTER: = "center"
- -
-
- -

INSIDE

-
INSIDE: = "inside"
- -
-
- -

OUTSIDE

-
OUTSIDE: = "outside"
- -
-
- -

TOP

-
TOP: = "top"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/verticalpositionrelativefrom.html b/api/enums/verticalpositionrelativefrom.html deleted file mode 100644 index 7b37ae009c..0000000000 --- a/api/enums/verticalpositionrelativefrom.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - VerticalPositionRelativeFrom | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration VerticalPositionRelativeFrom

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

BOTTOM_MARGIN

-
BOTTOM_MARGIN: = "bottomMargin"
- -
-
- -

INSIDE_MARGIN

-
INSIDE_MARGIN: = "insideMargin"
- -
-
- -

LINE

-
LINE: = "line"
- -
-
- -

MARGIN

-
MARGIN: = "margin"
- -
-
- -

OUTSIDE_MARGIN

-
OUTSIDE_MARGIN: = "outsideMargin"
- -
-
- -

PAGE

-
PAGE: = "page"
- -
-
- -

PARAGRAPH

-
PARAGRAPH: = "paragraph"
- -
-
- -

TOP_MARGIN

-
TOP_MARGIN: = "topMargin"
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/enums/widthtype.html b/api/enums/widthtype.html deleted file mode 100644 index 48247f6696..0000000000 --- a/api/enums/widthtype.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - WidthType | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Enumeration WidthType

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumeration members

- -
-
-
-
-
-

Enumeration members

-
- -

AUTO

-
AUTO: = "auto"
- -
-
-

Auto.

-
-
-
-
- -

DXA

-
DXA: = "dxa"
- -
-
-

Value is in twentieths of a point

-
-
-
-
- -

NIL

-
NIL: = "nil"
- -
-
-

No (empty) value.

-
-
-
-
- -

PERCENTAGE

-
PERCENTAGE: = "pct"
- -
-
-

Value is in percentage.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/index.html b/api/index.html index f787cb5db1..2deac2acd9 100644 --- a/api/index.html +++ b/api/index.html @@ -1,1124 +1,102 @@ - - - - - - docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
-

docx

-
-
-
-
-
-
-
-

- clippy the assistant -

-

- Easily generate .docx files with JS/TS. Works for Node and on the Browser. -

-
-

NPM version - Downloads per month - Build Status - GitHub Action Workflow Status - Dependency Status - Known Vulnerabilities - Chat on Gitter - PRs Welcome - codecov

-

- drawing -

- -

Demo

-
- -

Browser

-
-

Here are examples of docx being used with basic HTML/JS in a browser environment:

- -

Here is an example of docx working in Angular:

- -

Here is an example of docx working in React:

- -

Here is an example of docx working in Vue.js:

- - -

Node

-
-

Press endpoint on the RunKit website:

-

RunKit Instructions

- -

More here

- -

How to use & Documentation

-
-

Please refer to the documentation at https://docx.js.org/ for details on how to use this library, examples and much more!

- -

Examples

-
-

Check the demo folder for examples.

- -

Contributing

-
-

Read the contribution guidelines here.

- -

Used by

-
-

drawing - drawing - drawing - drawing - drawing - drawing - drawing - drawing - drawing - drawing - drawing - drawing

-

...and many more!

-
-

patreon - browserstack

-

Made with 💖

-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file +docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

docx

+ clippy the assistant +

+ +

+ Easily generate .docx files with JS/TS. Works for Node and on the Browser. +

+ +
+

NPM version +Downloads per month +GitHub Action Workflow Status +Dependency Status +Known Vulnerabilities +Chat on Gitter +PRs Welcome +codecov

+

+ drawing +

+ + + +

Demo

+
+ + +

Browser

+
+

Here are examples of docx being used with basic HTML/JS in a browser environment:

+ +

Here is an example of docx working in Angular:

+ +

Here is an example of docx working in React:

+ +

Here is an example of docx working in Vue.js:

+ + + +

Node

+
+

Press endpoint on the RunKit website:

+

RunKit Instructions

+ +

More here

+ + +

How to use & Documentation

+
+

Please refer to the documentation at https://docx.js.org/ for details on how to use this library, examples and much more!

+ + +

Examples

+
+

Check the demo folder for examples.

+ + +

Contributing

+
+

Read the contribution guidelines here.

+ + +

Used by

+
+

drawing +drawing +drawing +drawing +drawing +drawing +drawing +drawing +drawing +drawing +drawing +drawing

+

...and many more!

+
+

patreon +browserstack

+

Made with 💖

+

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IBaseCharacterStyleOptions.html b/api/interfaces/IBaseCharacterStyleOptions.html new file mode 100644 index 0000000000..342841d93d --- /dev/null +++ b/api/interfaces/IBaseCharacterStyleOptions.html @@ -0,0 +1 @@ +IBaseCharacterStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseCharacterStyleOptions

Hierarchy

Index

Properties

Optional Readonly basedOn

basedOn?: string

Optional Readonly link

link?: string

Optional Readonly name

name?: string

Optional Readonly next

next?: string

Optional Readonly quickFormat

quickFormat?: boolean

Optional Readonly run

Optional Readonly semiHidden

semiHidden?: boolean

Optional Readonly uiPriority

uiPriority?: number

Optional Readonly unhideWhenUsed

unhideWhenUsed?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IBaseParagraphStyleOptions.html b/api/interfaces/IBaseParagraphStyleOptions.html new file mode 100644 index 0000000000..dff98a2ba6 --- /dev/null +++ b/api/interfaces/IBaseParagraphStyleOptions.html @@ -0,0 +1 @@ +IBaseParagraphStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseParagraphStyleOptions

Hierarchy

Index

Properties

Optional Readonly basedOn

basedOn?: string

Optional Readonly link

link?: string

Optional Readonly name

name?: string

Optional Readonly next

next?: string

Optional Readonly paragraph

Optional Readonly quickFormat

quickFormat?: boolean

Optional Readonly run

Optional Readonly semiHidden

semiHidden?: boolean

Optional Readonly uiPriority

uiPriority?: number

Optional Readonly unhideWhenUsed

unhideWhenUsed?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IBorderOptions.html b/api/interfaces/IBorderOptions.html new file mode 100644 index 0000000000..948b203a20 --- /dev/null +++ b/api/interfaces/IBorderOptions.html @@ -0,0 +1,7 @@ +IBorderOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBorderOptions

Hierarchy

  • IBorderOptions

Index

Properties

Optional Readonly color

color?: string
+

Border color, in hex (eg 'FF00AA')

+

Optional Readonly size

size?: number
+

Size of the border in 1/8 pt

+

Optional Readonly space

space?: number
+

Spacing offset. Values are specified in pt

+

Readonly style

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IBordersOptions.html b/api/interfaces/IBordersOptions.html new file mode 100644 index 0000000000..1d6ec9fdd1 --- /dev/null +++ b/api/interfaces/IBordersOptions.html @@ -0,0 +1 @@ +IBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBordersOptions

Hierarchy

  • IBordersOptions

Index

Properties

Optional Readonly bottom

Optional Readonly left

Optional Readonly right

Optional Readonly top

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ICharacterStyleOptions.html b/api/interfaces/ICharacterStyleOptions.html new file mode 100644 index 0000000000..8f25a69ddc --- /dev/null +++ b/api/interfaces/ICharacterStyleOptions.html @@ -0,0 +1 @@ +ICharacterStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICharacterStyleOptions

Hierarchy

Index

Properties

Optional Readonly basedOn

basedOn?: string

Readonly id

id: string

Optional Readonly link

link?: string

Optional Readonly name

name?: string

Optional Readonly next

next?: string

Optional Readonly quickFormat

quickFormat?: boolean

Optional Readonly run

Optional Readonly semiHidden

semiHidden?: boolean

Optional Readonly uiPriority

uiPriority?: number

Optional Readonly unhideWhenUsed

unhideWhenUsed?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IColumnAttributes.html b/api/interfaces/IColumnAttributes.html new file mode 100644 index 0000000000..357d01dfcd --- /dev/null +++ b/api/interfaces/IColumnAttributes.html @@ -0,0 +1 @@ +IColumnAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnAttributes

Hierarchy

  • IColumnAttributes

Index

Properties

Properties

Optional Readonly space

space?: string | number

Readonly width

width: string | number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IColumnsAttributes.html b/api/interfaces/IColumnsAttributes.html new file mode 100644 index 0000000000..f6ab6d3078 --- /dev/null +++ b/api/interfaces/IColumnsAttributes.html @@ -0,0 +1 @@ +IColumnsAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnsAttributes

Hierarchy

  • IColumnsAttributes

Index

Properties

Optional Readonly children

children?: Column[]

Optional Readonly count

count?: number

Optional Readonly equalWidth

equalWidth?: boolean

Optional Readonly separate

separate?: boolean

Optional Readonly space

space?: string | number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IConcreteNumberingOptions.html b/api/interfaces/IConcreteNumberingOptions.html new file mode 100644 index 0000000000..42567dcbe8 --- /dev/null +++ b/api/interfaces/IConcreteNumberingOptions.html @@ -0,0 +1 @@ +IConcreteNumberingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConcreteNumberingOptions

Hierarchy

  • IConcreteNumberingOptions

Index

Properties

Readonly abstractNumId

abstractNumId: number

Readonly instance

instance: number

Readonly numId

numId: number

Optional Readonly overrideLevel

overrideLevel?: { num: number; start?: number }

Type declaration

  • Readonly num: number
  • Optional Readonly start?: number

Readonly reference

reference: string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IContext.html b/api/interfaces/IContext.html new file mode 100644 index 0000000000..6f6cf7bfe0 --- /dev/null +++ b/api/interfaces/IContext.html @@ -0,0 +1 @@ +IContext | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContext

Hierarchy

  • IContext

Index

Properties

Properties

Readonly file

file: Document

Readonly viewWrapper

viewWrapper: IViewWrapper

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDistance.html b/api/interfaces/IDistance.html new file mode 100644 index 0000000000..7b854e9b3c --- /dev/null +++ b/api/interfaces/IDistance.html @@ -0,0 +1 @@ +IDistance | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDistance

Hierarchy

  • IDistance

Index

Properties

Optional Readonly distB

distB?: number

Optional Readonly distL

distL?: number

Optional Readonly distR

distR?: number

Optional Readonly distT

distT?: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocGridAttributesProperties.html b/api/interfaces/IDocGridAttributesProperties.html new file mode 100644 index 0000000000..494c9e6cb0 --- /dev/null +++ b/api/interfaces/IDocGridAttributesProperties.html @@ -0,0 +1 @@ +IDocGridAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocGridAttributesProperties

Hierarchy

  • IDocGridAttributesProperties

Index

Properties

Properties

Optional Readonly linePitch

linePitch?: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentAttributesProperties.html b/api/interfaces/IDocumentAttributesProperties.html new file mode 100644 index 0000000000..0bb679db01 --- /dev/null +++ b/api/interfaces/IDocumentAttributesProperties.html @@ -0,0 +1 @@ +IDocumentAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentAttributesProperties

Hierarchy

  • IDocumentAttributesProperties

Index

Properties

Optional Readonly Ignorable

Ignorable?: string

Optional Readonly cp

cp?: string

Optional Readonly dc

dc?: string

Optional Readonly dcmitype

dcmitype?: string

Optional Readonly dcterms

dcterms?: string

Optional Readonly m

m?: string

Optional Readonly mc

mc?: string

Optional Readonly o

o?: string

Optional Readonly r

r?: string

Optional Readonly type

type?: string

Optional Readonly v

v?: string

Optional Readonly w

w?: string

Optional Readonly w10

w10?: string

Optional Readonly w14

w14?: string

Optional Readonly w15

w15?: string

Optional Readonly wne

wne?: string

Optional Readonly wp

wp?: string

Optional Readonly wp14

wp14?: string

Optional Readonly wpc

wpc?: string

Optional Readonly wpg

wpg?: string

Optional Readonly wpi

wpi?: string

Optional Readonly wps

wps?: string

Optional Readonly xsi

xsi?: string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentBackgroundOptions.html b/api/interfaces/IDocumentBackgroundOptions.html new file mode 100644 index 0000000000..b07cc2aec3 --- /dev/null +++ b/api/interfaces/IDocumentBackgroundOptions.html @@ -0,0 +1 @@ +IDocumentBackgroundOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentBackgroundOptions

Hierarchy

  • IDocumentBackgroundOptions

Index

Properties

Optional Readonly color

color?: string

Optional Readonly themeColor

themeColor?: string

Optional Readonly themeShade

themeShade?: string

Optional Readonly themeTint

themeTint?: string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentDefaultsOptions.html b/api/interfaces/IDocumentDefaultsOptions.html new file mode 100644 index 0000000000..562e8651bd --- /dev/null +++ b/api/interfaces/IDocumentDefaultsOptions.html @@ -0,0 +1 @@ +IDocumentDefaultsOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentDefaultsOptions

Hierarchy

  • IDocumentDefaultsOptions

Index

Properties

Properties

Optional Readonly paragraph

Optional Readonly run

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentFooter.html b/api/interfaces/IDocumentFooter.html new file mode 100644 index 0000000000..9ca2b1935f --- /dev/null +++ b/api/interfaces/IDocumentFooter.html @@ -0,0 +1 @@ +IDocumentFooter | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentFooter

Hierarchy

  • IDocumentFooter

Index

Properties

Properties

Readonly footer

Readonly type

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentHeader.html b/api/interfaces/IDocumentHeader.html new file mode 100644 index 0000000000..8574d678e4 --- /dev/null +++ b/api/interfaces/IDocumentHeader.html @@ -0,0 +1 @@ +IDocumentHeader | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentHeader

Hierarchy

  • IDocumentHeader

Index

Properties

Properties

Readonly header

Readonly type

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentOptions.html b/api/interfaces/IDocumentOptions.html new file mode 100644 index 0000000000..fda15a1deb --- /dev/null +++ b/api/interfaces/IDocumentOptions.html @@ -0,0 +1 @@ +IDocumentOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentOptions

Hierarchy

  • IDocumentOptions

Index

Properties

Properties

Readonly background

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDocumentTemplate.html b/api/interfaces/IDocumentTemplate.html new file mode 100644 index 0000000000..07ea78bbb7 --- /dev/null +++ b/api/interfaces/IDocumentTemplate.html @@ -0,0 +1 @@ +IDocumentTemplate | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentTemplate

Hierarchy

  • IDocumentTemplate

Index

Properties

Readonly currentRelationshipId

currentRelationshipId: number

Readonly footers

footers: IDocumentFooter[]

Readonly headers

headers: IDocumentHeader[]

Readonly media

media: Media

Readonly styles

styles: string

Readonly titlePageIsDefined

titlePageIsDefined: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IDrawingOptions.html b/api/interfaces/IDrawingOptions.html new file mode 100644 index 0000000000..f108ba0512 --- /dev/null +++ b/api/interfaces/IDrawingOptions.html @@ -0,0 +1 @@ +IDrawingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDrawingOptions

Hierarchy

  • IDrawingOptions

Index

Properties

Properties

Optional Readonly floating

floating?: IFloating

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IFileProperties.html b/api/interfaces/IFileProperties.html new file mode 100644 index 0000000000..1e5d66dd10 --- /dev/null +++ b/api/interfaces/IFileProperties.html @@ -0,0 +1 @@ +IFileProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFileProperties

Hierarchy

  • IFileProperties

Index

Properties

Properties

Optional Readonly template

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IFloating.html b/api/interfaces/IFloating.html new file mode 100644 index 0000000000..db3be68ccd --- /dev/null +++ b/api/interfaces/IFloating.html @@ -0,0 +1 @@ +IFloating | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFloating

Hierarchy

  • IFloating

Index

Properties

Optional Readonly allowOverlap

allowOverlap?: boolean

Optional Readonly behindDocument

behindDocument?: boolean

Readonly horizontalPosition

horizontalPosition: IHorizontalPositionOptions

Optional Readonly layoutInCell

layoutInCell?: boolean

Optional Readonly lockAnchor

lockAnchor?: boolean

Optional Readonly margins

margins?: IMargins

Readonly verticalPosition

verticalPosition: IVerticalPositionOptions

Optional Readonly wrap

Optional Readonly zIndex

zIndex?: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IFontAttributesProperties.html b/api/interfaces/IFontAttributesProperties.html new file mode 100644 index 0000000000..da64f71bc3 --- /dev/null +++ b/api/interfaces/IFontAttributesProperties.html @@ -0,0 +1 @@ +IFontAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFontAttributesProperties

Hierarchy

  • IFontAttributesProperties

Index

Properties

Optional Readonly ascii

ascii?: string

Optional Readonly cs

cs?: string

Optional Readonly eastAsia

eastAsia?: string

Optional Readonly hAnsi

hAnsi?: string

Optional Readonly hint

hint?: string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IFrameOptions.html b/api/interfaces/IFrameOptions.html new file mode 100644 index 0000000000..540c02e995 --- /dev/null +++ b/api/interfaces/IFrameOptions.html @@ -0,0 +1 @@ +IFrameOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFrameOptions

Hierarchy

  • IFrameOptions

Index

Properties

Readonly alignment

Type declaration

Readonly anchor

anchor: { horizontal: FrameAnchorType; vertical: FrameAnchorType }

Type declaration

Optional Readonly anchorLock

anchorLock?: boolean

Optional Readonly dropCap

dropCap?: DropCapType

Readonly height

height: number

Optional Readonly lines

lines?: number

Readonly position

position: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number

Optional Readonly rule

rule?: HeightRule

Optional Readonly space

space?: { horizontal: number; vertical: number }

Type declaration

  • Readonly horizontal: number
  • Readonly vertical: number

Readonly width

width: number

Optional Readonly wrap

wrap?: FrameWrap

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IHeaderFooterGroup.html b/api/interfaces/IHeaderFooterGroup.html new file mode 100644 index 0000000000..5df16f27b6 --- /dev/null +++ b/api/interfaces/IHeaderFooterGroup.html @@ -0,0 +1 @@ +IHeaderFooterGroup | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderFooterGroup<T>

Type parameters

  • T

Hierarchy

  • IHeaderFooterGroup

Index

Properties

Optional Readonly default

default?: T

Optional Readonly even

even?: T

Optional Readonly first

first?: T

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IHeaderFooterOptions.html b/api/interfaces/IHeaderFooterOptions.html new file mode 100644 index 0000000000..f58018c816 --- /dev/null +++ b/api/interfaces/IHeaderFooterOptions.html @@ -0,0 +1 @@ +IHeaderFooterOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderFooterOptions

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IHeaderOptions.html b/api/interfaces/IHeaderOptions.html new file mode 100644 index 0000000000..16d4e8bf70 --- /dev/null +++ b/api/interfaces/IHeaderOptions.html @@ -0,0 +1 @@ +IHeaderOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHeaderOptions

Hierarchy

  • IHeaderOptions

Index

Properties

Properties

Readonly children

children: (Paragraph | Table)[]

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IHorizontalPositionOptions.html b/api/interfaces/IHorizontalPositionOptions.html new file mode 100644 index 0000000000..b6e3ecbcb4 --- /dev/null +++ b/api/interfaces/IHorizontalPositionOptions.html @@ -0,0 +1 @@ +IHorizontalPositionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHorizontalPositionOptions

Hierarchy

  • IHorizontalPositionOptions

Index

Properties

Optional Readonly align

Optional Readonly offset

offset?: number

Optional Readonly relative

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IImageOptions.html b/api/interfaces/IImageOptions.html new file mode 100644 index 0000000000..f672f30be0 --- /dev/null +++ b/api/interfaces/IImageOptions.html @@ -0,0 +1 @@ +IImageOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImageOptions

Hierarchy

  • IImageOptions

Index

Properties

Readonly data

data: string | Buffer | Uint8Array | ArrayBuffer

Optional Readonly floating

floating?: IFloating

Readonly transformation

transformation: IMediaTransformation

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IIndentAttributesProperties.html b/api/interfaces/IIndentAttributesProperties.html new file mode 100644 index 0000000000..9529cc6198 --- /dev/null +++ b/api/interfaces/IIndentAttributesProperties.html @@ -0,0 +1 @@ +IIndentAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIndentAttributesProperties

Hierarchy

  • IIndentAttributesProperties

Index

Properties

Optional Readonly end

end?: string | number

Optional Readonly firstLine

firstLine?: string | number

Optional Readonly hanging

hanging?: string | number

Optional Readonly left

left?: string | number

Optional Readonly right

right?: string | number

Optional Readonly start

start?: string | number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ILevelParagraphStylePropertiesOptions.html b/api/interfaces/ILevelParagraphStylePropertiesOptions.html new file mode 100644 index 0000000000..c589e55e1c --- /dev/null +++ b/api/interfaces/ILevelParagraphStylePropertiesOptions.html @@ -0,0 +1 @@ +ILevelParagraphStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILevelParagraphStylePropertiesOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly contextualSpacing

contextualSpacing?: boolean

Optional Readonly indent

Optional Readonly keepLines

keepLines?: boolean

Optional Readonly keepNext

keepNext?: boolean

Optional Readonly leftTabStop

leftTabStop?: number

Optional Readonly outlineLevel

outlineLevel?: number

Optional Readonly rightTabStop

rightTabStop?: number

Optional Readonly spacing

Optional Readonly thematicBreak

thematicBreak?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ILevelsOptions.html b/api/interfaces/ILevelsOptions.html new file mode 100644 index 0000000000..27ee15e1ba --- /dev/null +++ b/api/interfaces/ILevelsOptions.html @@ -0,0 +1 @@ +ILevelsOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILevelsOptions

Hierarchy

  • ILevelsOptions

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly format

format?: LevelFormat

Readonly level

level: number

Optional Readonly start

start?: number

Optional Readonly style

Type declaration

Optional Readonly suffix

suffix?: LevelSuffix

Optional Readonly text

text?: string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ILineNumberAttributes.html b/api/interfaces/ILineNumberAttributes.html new file mode 100644 index 0000000000..eb6aab55cd --- /dev/null +++ b/api/interfaces/ILineNumberAttributes.html @@ -0,0 +1 @@ +ILineNumberAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILineNumberAttributes

Hierarchy

  • ILineNumberAttributes

Index

Properties

Optional Readonly countBy

countBy?: number

Optional Readonly distance

distance?: string | number

Optional Readonly restart

Optional Readonly start

start?: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMargins.html b/api/interfaces/IMargins.html new file mode 100644 index 0000000000..a9acae1872 --- /dev/null +++ b/api/interfaces/IMargins.html @@ -0,0 +1 @@ +IMargins | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMargins

Hierarchy

  • IMargins

Index

Properties

Optional Readonly bottom

bottom?: number

Optional Readonly left

left?: number

Optional Readonly right

right?: number

Optional Readonly top

top?: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathFractionOptions.html b/api/interfaces/IMathFractionOptions.html new file mode 100644 index 0000000000..66ba9efcaa --- /dev/null +++ b/api/interfaces/IMathFractionOptions.html @@ -0,0 +1 @@ +IMathFractionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathFractionOptions

Hierarchy

  • IMathFractionOptions

Index

Properties

Readonly denominator

denominator: MathComponent[]

Readonly numerator

numerator: MathComponent[]

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathFunctionOptions.html b/api/interfaces/IMathFunctionOptions.html new file mode 100644 index 0000000000..e34e846ca2 --- /dev/null +++ b/api/interfaces/IMathFunctionOptions.html @@ -0,0 +1 @@ +IMathFunctionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathFunctionOptions

Hierarchy

  • IMathFunctionOptions

Index

Properties

Properties

Readonly children

children: MathComponent[]

Readonly name

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathOptions.html b/api/interfaces/IMathOptions.html new file mode 100644 index 0000000000..64fc25f9da --- /dev/null +++ b/api/interfaces/IMathOptions.html @@ -0,0 +1 @@ +IMathOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathOptions

Hierarchy

  • IMathOptions

Index

Properties

Properties

Readonly children

children: MathComponent[]

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathPreSubSuperScriptOptions.html b/api/interfaces/IMathPreSubSuperScriptOptions.html new file mode 100644 index 0000000000..e6c69df9a9 --- /dev/null +++ b/api/interfaces/IMathPreSubSuperScriptOptions.html @@ -0,0 +1 @@ +IMathPreSubSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathPreSubSuperScriptOptions

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathRadicalOptions.html b/api/interfaces/IMathRadicalOptions.html new file mode 100644 index 0000000000..b639775207 --- /dev/null +++ b/api/interfaces/IMathRadicalOptions.html @@ -0,0 +1 @@ +IMathRadicalOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathRadicalOptions

Hierarchy

  • IMathRadicalOptions

Index

Properties

Properties

Readonly children

children: MathComponent[]

Optional Readonly degree

degree?: MathComponent[]

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathSubScriptOptions.html b/api/interfaces/IMathSubScriptOptions.html new file mode 100644 index 0000000000..169f2d1d02 --- /dev/null +++ b/api/interfaces/IMathSubScriptOptions.html @@ -0,0 +1 @@ +IMathSubScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSubScriptOptions

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathSubSuperScriptOptions.html b/api/interfaces/IMathSubSuperScriptOptions.html new file mode 100644 index 0000000000..3024abe995 --- /dev/null +++ b/api/interfaces/IMathSubSuperScriptOptions.html @@ -0,0 +1 @@ +IMathSubSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSubSuperScriptOptions

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathSumOptions.html b/api/interfaces/IMathSumOptions.html new file mode 100644 index 0000000000..6046a679e6 --- /dev/null +++ b/api/interfaces/IMathSumOptions.html @@ -0,0 +1 @@ +IMathSumOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSumOptions

Hierarchy

  • IMathSumOptions

Index

Properties

Readonly children

children: MathComponent[]

Optional Readonly subScript

subScript?: MathComponent[]

Optional Readonly superScript

superScript?: MathComponent[]

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMathSuperScriptOptions.html b/api/interfaces/IMathSuperScriptOptions.html new file mode 100644 index 0000000000..7170f2a009 --- /dev/null +++ b/api/interfaces/IMathSuperScriptOptions.html @@ -0,0 +1 @@ +IMathSuperScriptOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMathSuperScriptOptions

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMediaData.html b/api/interfaces/IMediaData.html new file mode 100644 index 0000000000..9843c5f234 --- /dev/null +++ b/api/interfaces/IMediaData.html @@ -0,0 +1 @@ +IMediaData | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaData

Hierarchy

  • IMediaData

Index

Properties

Readonly fileName

fileName: string

Readonly stream

stream: Buffer | Uint8Array | ArrayBuffer

Readonly transformation

transformation: IMediaDataTransformation

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMediaDataTransformation.html b/api/interfaces/IMediaDataTransformation.html new file mode 100644 index 0000000000..10e9a0bff3 --- /dev/null +++ b/api/interfaces/IMediaDataTransformation.html @@ -0,0 +1 @@ +IMediaDataTransformation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaDataTransformation

Hierarchy

  • IMediaDataTransformation

Index

Properties

Readonly emus

emus: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number

Optional Readonly flip

flip?: { horizontal?: boolean; vertical?: boolean }

Type declaration

  • Optional Readonly horizontal?: boolean
  • Optional Readonly vertical?: boolean

Readonly pixels

pixels: { x: number; y: number }

Type declaration

  • Readonly x: number
  • Readonly y: number

Optional Readonly rotation

rotation?: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IMediaTransformation.html b/api/interfaces/IMediaTransformation.html new file mode 100644 index 0000000000..8d7cdd4ac1 --- /dev/null +++ b/api/interfaces/IMediaTransformation.html @@ -0,0 +1 @@ +IMediaTransformation | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMediaTransformation

Hierarchy

  • IMediaTransformation

Index

Properties

Optional Readonly flip

flip?: { horizontal?: boolean; vertical?: boolean }

Type declaration

  • Optional Readonly horizontal?: boolean
  • Optional Readonly vertical?: boolean

Readonly height

height: number

Optional Readonly rotation

rotation?: number

Readonly width

width: number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/INumberingOptions.html b/api/interfaces/INumberingOptions.html new file mode 100644 index 0000000000..fe6a4348fc --- /dev/null +++ b/api/interfaces/INumberingOptions.html @@ -0,0 +1 @@ +INumberingOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INumberingOptions

Hierarchy

  • INumberingOptions

Index

Properties

Properties

Readonly config

config: { levels: ILevelsOptions[]; reference: string }[]

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageBorderAttributes.html b/api/interfaces/IPageBorderAttributes.html new file mode 100644 index 0000000000..0195020b2c --- /dev/null +++ b/api/interfaces/IPageBorderAttributes.html @@ -0,0 +1 @@ +IPageBorderAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageBorderAttributes

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageBordersOptions.html b/api/interfaces/IPageBordersOptions.html new file mode 100644 index 0000000000..cee192f5c1 --- /dev/null +++ b/api/interfaces/IPageBordersOptions.html @@ -0,0 +1 @@ +IPageBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageBordersOptions

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageMarginAttributes.html b/api/interfaces/IPageMarginAttributes.html new file mode 100644 index 0000000000..0ba9c83acd --- /dev/null +++ b/api/interfaces/IPageMarginAttributes.html @@ -0,0 +1 @@ +IPageMarginAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageMarginAttributes

Hierarchy

  • IPageMarginAttributes

Index

Properties

Optional Readonly bottom

bottom?: string | number

Optional Readonly footer

footer?: string | number

Optional Readonly gutter

gutter?: string | number

Optional Readonly header

header?: string | number

Optional Readonly left

left?: string | number

Optional Readonly right

right?: string | number

Optional Readonly top

top?: string | number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageNumberTypeAttributes.html b/api/interfaces/IPageNumberTypeAttributes.html new file mode 100644 index 0000000000..eaf042ed87 --- /dev/null +++ b/api/interfaces/IPageNumberTypeAttributes.html @@ -0,0 +1 @@ +IPageNumberTypeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageNumberTypeAttributes

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IPageSizeAttributes.html b/api/interfaces/IPageSizeAttributes.html new file mode 100644 index 0000000000..4f844087ea --- /dev/null +++ b/api/interfaces/IPageSizeAttributes.html @@ -0,0 +1 @@ +IPageSizeAttributes | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageSizeAttributes

Hierarchy

  • IPageSizeAttributes

Index

Properties

Optional Readonly height

height?: string | number

Optional Readonly orientation

orientation?: PageOrientation

Optional Readonly width

width?: string | number

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IParagraphOptions.html b/api/interfaces/IParagraphOptions.html new file mode 100644 index 0000000000..43d27a99e0 --- /dev/null +++ b/api/interfaces/IParagraphOptions.html @@ -0,0 +1 @@ +IParagraphOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly bidirectional

bidirectional?: boolean

Optional Readonly border

Optional Readonly bullet

bullet?: { level: number }

Type declaration

  • Readonly level: number

Optional Readonly children

children?: ParagraphChild[]

Optional Readonly contextualSpacing

contextualSpacing?: boolean

Optional Readonly frame

Optional Readonly heading

heading?: HeadingLevel

Optional Readonly indent

Optional Readonly keepLines

keepLines?: boolean

Optional Readonly keepNext

keepNext?: boolean

Optional Readonly leftTabStop

leftTabStop?: number

Optional Readonly numbering

numbering?: { custom?: boolean; instance?: number; level: number; reference: string }

Type declaration

  • Optional Readonly custom?: boolean
  • Optional Readonly instance?: number
  • Readonly level: number
  • Readonly reference: string

Optional Readonly outlineLevel

outlineLevel?: number

Optional Readonly pageBreakBefore

pageBreakBefore?: boolean

Optional Readonly rightTabStop

rightTabStop?: number

Optional Readonly shading

Optional Readonly spacing

Optional Readonly style

style?: string

Optional Readonly suppressLineNumbers

suppressLineNumbers?: boolean

Optional Readonly tabStops

tabStops?: { leader?: LeaderType; position: number; type: TabStopType }[]

Optional Readonly text

text?: string

Optional Readonly thematicBreak

thematicBreak?: boolean

Optional Readonly widowControl

widowControl?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IParagraphPropertiesOptions.html b/api/interfaces/IParagraphPropertiesOptions.html new file mode 100644 index 0000000000..613f51866c --- /dev/null +++ b/api/interfaces/IParagraphPropertiesOptions.html @@ -0,0 +1 @@ +IParagraphPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphPropertiesOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly bidirectional

bidirectional?: boolean

Optional Readonly border

Optional Readonly bullet

bullet?: { level: number }

Type declaration

  • Readonly level: number

Optional Readonly contextualSpacing

contextualSpacing?: boolean

Optional Readonly frame

Optional Readonly heading

heading?: HeadingLevel

Optional Readonly indent

Optional Readonly keepLines

keepLines?: boolean

Optional Readonly keepNext

keepNext?: boolean

Optional Readonly leftTabStop

leftTabStop?: number

Optional Readonly numbering

numbering?: { custom?: boolean; instance?: number; level: number; reference: string }

Type declaration

  • Optional Readonly custom?: boolean
  • Optional Readonly instance?: number
  • Readonly level: number
  • Readonly reference: string

Optional Readonly outlineLevel

outlineLevel?: number

Optional Readonly pageBreakBefore

pageBreakBefore?: boolean

Optional Readonly rightTabStop

rightTabStop?: number

Optional Readonly shading

Optional Readonly spacing

Optional Readonly style

style?: string

Optional Readonly suppressLineNumbers

suppressLineNumbers?: boolean

Optional Readonly tabStops

tabStops?: { leader?: LeaderType; position: number; type: TabStopType }[]

Optional Readonly thematicBreak

thematicBreak?: boolean

Optional Readonly widowControl

widowControl?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IParagraphStyleOptions.html b/api/interfaces/IParagraphStyleOptions.html new file mode 100644 index 0000000000..fbb03488cd --- /dev/null +++ b/api/interfaces/IParagraphStyleOptions.html @@ -0,0 +1 @@ +IParagraphStyleOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphStyleOptions

Hierarchy

Index

Properties

Optional Readonly basedOn

basedOn?: string

Readonly id

id: string

Optional Readonly link

link?: string

Optional Readonly name

name?: string

Optional Readonly next

next?: string

Optional Readonly paragraph

Optional Readonly quickFormat

quickFormat?: boolean

Optional Readonly run

Optional Readonly semiHidden

semiHidden?: boolean

Optional Readonly uiPriority

uiPriority?: number

Optional Readonly unhideWhenUsed

unhideWhenUsed?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IParagraphStylePropertiesOptions.html b/api/interfaces/IParagraphStylePropertiesOptions.html new file mode 100644 index 0000000000..262a317b71 --- /dev/null +++ b/api/interfaces/IParagraphStylePropertiesOptions.html @@ -0,0 +1 @@ +IParagraphStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParagraphStylePropertiesOptions

Hierarchy

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly contextualSpacing

contextualSpacing?: boolean

Optional Readonly indent

Optional Readonly keepLines

keepLines?: boolean

Optional Readonly keepNext

keepNext?: boolean

Optional Readonly leftTabStop

leftTabStop?: number

Optional Readonly numbering

numbering?: { custom?: boolean; instance?: number; level: number; reference: string }

Type declaration

  • Optional Readonly custom?: boolean
  • Optional Readonly instance?: number
  • Readonly level: number
  • Readonly reference: string

Optional Readonly outlineLevel

outlineLevel?: number

Optional Readonly rightTabStop

rightTabStop?: number

Optional Readonly spacing

Optional Readonly thematicBreak

thematicBreak?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IRunOptions.html b/api/interfaces/IRunOptions.html new file mode 100644 index 0000000000..c8b0919dba --- /dev/null +++ b/api/interfaces/IRunOptions.html @@ -0,0 +1 @@ +IRunOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly break

break?: number

Optional Readonly characterSpacing

characterSpacing?: number

Optional Readonly children

children?: (string | FootnoteReferenceRun | Begin | FieldInstruction | Separate | End)[]

Optional Readonly color

color?: string

Optional Readonly doubleStrike

doubleStrike?: boolean

Optional Readonly emboss

emboss?: boolean

Optional Readonly emphasisMark

emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT

Optional Readonly font

font?: string | IFontOptions | IFontAttributesProperties

Optional Readonly highlight

highlight?: string

Optional Readonly highlightComplexScript

highlightComplexScript?: string | boolean

Optional Readonly imprint

imprint?: boolean

Optional Readonly italics

italics?: boolean

Optional Readonly italicsComplexScript

italicsComplexScript?: boolean

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly style

style?: string

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly text

text?: string

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IRunPropertiesOptions.html b/api/interfaces/IRunPropertiesOptions.html new file mode 100644 index 0000000000..25cf69d5a7 --- /dev/null +++ b/api/interfaces/IRunPropertiesOptions.html @@ -0,0 +1 @@ +IRunPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunPropertiesOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly characterSpacing

characterSpacing?: number

Optional Readonly color

color?: string

Optional Readonly doubleStrike

doubleStrike?: boolean

Optional Readonly emboss

emboss?: boolean

Optional Readonly emphasisMark

emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT

Optional Readonly font

font?: string | IFontOptions | IFontAttributesProperties

Optional Readonly highlight

highlight?: string

Optional Readonly highlightComplexScript

highlightComplexScript?: string | boolean

Optional Readonly imprint

imprint?: boolean

Optional Readonly italics

italics?: boolean

Optional Readonly italicsComplexScript

italicsComplexScript?: boolean

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly style

style?: string

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IRunStylePropertiesOptions.html b/api/interfaces/IRunStylePropertiesOptions.html new file mode 100644 index 0000000000..1a53ca89e7 --- /dev/null +++ b/api/interfaces/IRunStylePropertiesOptions.html @@ -0,0 +1 @@ +IRunStylePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunStylePropertiesOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly characterSpacing

characterSpacing?: number

Optional Readonly color

color?: string

Optional Readonly doubleStrike

doubleStrike?: boolean

Optional Readonly emboss

emboss?: boolean

Optional Readonly emphasisMark

emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT

Optional Readonly font

font?: string | IFontOptions | IFontAttributesProperties

Optional Readonly highlight

highlight?: string

Optional Readonly highlightComplexScript

highlightComplexScript?: string | boolean

Optional Readonly imprint

imprint?: boolean

Optional Readonly italics

italics?: boolean

Optional Readonly italicsComplexScript

italicsComplexScript?: boolean

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ISectionOptions.html b/api/interfaces/ISectionOptions.html new file mode 100644 index 0000000000..4c48229580 --- /dev/null +++ b/api/interfaces/ISectionOptions.html @@ -0,0 +1 @@ +ISectionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISectionOptions

Hierarchy

  • ISectionOptions

Index

Properties

Readonly children

children: (Paragraph | Table | TableOfContents)[]

Optional Readonly footers

footers?: { default?: Footer; even?: Footer; first?: Footer }

Type declaration

  • Optional Readonly default?: Footer
  • Optional Readonly even?: Footer
  • Optional Readonly first?: Footer

Optional Readonly headers

headers?: { default?: Header; even?: Header; first?: Header }

Type declaration

  • Optional Readonly default?: Header
  • Optional Readonly even?: Header
  • Optional Readonly first?: Header

Optional Readonly properties

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ISectionPropertiesOptions.html b/api/interfaces/ISectionPropertiesOptions.html new file mode 100644 index 0000000000..65421e76dc --- /dev/null +++ b/api/interfaces/ISectionPropertiesOptions.html @@ -0,0 +1 @@ +ISectionPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISectionPropertiesOptions

Hierarchy

  • ISectionPropertiesOptions

Index

Properties

Optional Readonly column

Optional Readonly footerWrapperGroup

footerWrapperGroup?: IHeaderFooterGroup<FooterWrapper>

Optional Readonly grid

Optional Readonly headerWrapperGroup

headerWrapperGroup?: IHeaderFooterGroup<HeaderWrapper>

Optional Readonly lineNumbers

lineNumbers?: ILineNumberAttributes

Optional Readonly page

page?: { borders?: IPageBordersOptions; margin?: IPageMarginAttributes; pageNumbers?: IPageNumberTypeAttributes; size?: IPageSizeAttributes }

Type declaration

Optional Readonly titlePage

titlePage?: boolean

Optional Readonly type

Optional Readonly verticalAlign

verticalAlign?: VerticalAlign

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IShadingAttributesProperties.html b/api/interfaces/IShadingAttributesProperties.html new file mode 100644 index 0000000000..e6e034d329 --- /dev/null +++ b/api/interfaces/IShadingAttributesProperties.html @@ -0,0 +1 @@ +IShadingAttributesProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IShadingAttributesProperties

Hierarchy

  • IShadingAttributesProperties

Index

Properties

Properties

Optional Readonly color

color?: string

Optional Readonly fill

fill?: string

Optional Readonly type

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ISpacingProperties.html b/api/interfaces/ISpacingProperties.html new file mode 100644 index 0000000000..b47e29dbe5 --- /dev/null +++ b/api/interfaces/ISpacingProperties.html @@ -0,0 +1 @@ +ISpacingProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISpacingProperties

Hierarchy

  • ISpacingProperties

Index

Properties

Optional Readonly after

after?: number

Optional Readonly afterAutoSpacing

afterAutoSpacing?: boolean

Optional Readonly before

before?: number

Optional Readonly beforeAutoSpacing

beforeAutoSpacing?: boolean

Optional Readonly line

line?: number

Optional Readonly lineRule

lineRule?: LineRuleType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IStylesOptions.html b/api/interfaces/IStylesOptions.html new file mode 100644 index 0000000000..f045a1a911 --- /dev/null +++ b/api/interfaces/IStylesOptions.html @@ -0,0 +1 @@ +IStylesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStylesOptions

Hierarchy

  • IStylesOptions

Index

Properties

Optional Readonly characterStyles

characterStyles?: ICharacterStyleOptions[]

Optional Readonly default

default?: IDefaultStylesOptions

Optional Readonly importedStyles

Optional Readonly initialStyles

initialStyles?: BaseXmlComponent

Optional Readonly paragraphStyles

paragraphStyles?: IParagraphStyleOptions[]

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ISymbolRunOptions.html b/api/interfaces/ISymbolRunOptions.html new file mode 100644 index 0000000000..1738af28c3 --- /dev/null +++ b/api/interfaces/ISymbolRunOptions.html @@ -0,0 +1 @@ +ISymbolRunOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISymbolRunOptions

Hierarchy

Index

Properties

Optional Readonly allCaps

allCaps?: boolean

Optional Readonly bold

bold?: boolean

Optional Readonly boldComplexScript

boldComplexScript?: boolean

Optional Readonly break

break?: number

Readonly char

char: string

Optional Readonly characterSpacing

characterSpacing?: number

Optional Readonly children

children?: (string | FootnoteReferenceRun | Begin | FieldInstruction | Separate | End)[]

Optional Readonly color

color?: string

Optional Readonly doubleStrike

doubleStrike?: boolean

Optional Readonly emboss

emboss?: boolean

Optional Readonly emphasisMark

emphasisMark?: { type?: DOT }

Type declaration

  • Optional Readonly type?: DOT

Optional Readonly font

font?: string | IFontOptions | IFontAttributesProperties

Optional Readonly highlight

highlight?: string

Optional Readonly highlightComplexScript

highlightComplexScript?: string | boolean

Optional Readonly imprint

imprint?: boolean

Optional Readonly italics

italics?: boolean

Optional Readonly italicsComplexScript

italicsComplexScript?: boolean

Optional Readonly rightToLeft

rightToLeft?: boolean

Optional Readonly shading

Optional Readonly size

size?: string | number

Optional Readonly sizeComplexScript

sizeComplexScript?: string | number | boolean

Optional Readonly smallCaps

smallCaps?: boolean

Optional Readonly strike

strike?: boolean

Optional Readonly style

style?: string

Optional Readonly subScript

subScript?: boolean

Optional Readonly superScript

superScript?: boolean

Optional Readonly symbolfont

symbolfont?: string

Optional Readonly text

text?: string

Optional Readonly underline

underline?: { color?: string; type?: UnderlineType }

Type declaration

  • Optional Readonly color?: string
  • Optional Readonly type?: UnderlineType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableBordersOptions.html b/api/interfaces/ITableBordersOptions.html new file mode 100644 index 0000000000..c3dee4ddcc --- /dev/null +++ b/api/interfaces/ITableBordersOptions.html @@ -0,0 +1 @@ +ITableBordersOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableBordersOptions

Hierarchy

  • ITableBordersOptions

Index

Properties

Optional Readonly bottom

Optional Readonly insideHorizontal

insideHorizontal?: IBorderOptions

Optional Readonly insideVertical

insideVertical?: IBorderOptions

Optional Readonly left

Optional Readonly right

Optional Readonly top

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableCellBorders.html b/api/interfaces/ITableCellBorders.html new file mode 100644 index 0000000000..65d3301d0c --- /dev/null +++ b/api/interfaces/ITableCellBorders.html @@ -0,0 +1 @@ +ITableCellBorders | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableCellBorders

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableCellOptions.html b/api/interfaces/ITableCellOptions.html new file mode 100644 index 0000000000..131e6f97aa --- /dev/null +++ b/api/interfaces/ITableCellOptions.html @@ -0,0 +1 @@ +ITableCellOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableCellOptions

Hierarchy

  • ITableCellPropertiesOptions
    • ITableCellOptions

Index

Properties

Optional Readonly borders

Readonly children

children: (Paragraph | Table)[]

Optional Readonly columnSpan

columnSpan?: number

Optional Readonly margins

margins?: ITableCellMarginOptions

Optional Readonly rowSpan

rowSpan?: number

Optional Readonly shading

Optional Readonly textDirection

textDirection?: TextDirection

Optional Readonly verticalAlign

verticalAlign?: VerticalAlign

Optional Readonly verticalMerge

verticalMerge?: VerticalMergeType

Optional Readonly width

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableFloatOptions.html b/api/interfaces/ITableFloatOptions.html new file mode 100644 index 0000000000..fc52ed6840 --- /dev/null +++ b/api/interfaces/ITableFloatOptions.html @@ -0,0 +1,57 @@ +ITableFloatOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableFloatOptions

Hierarchy

  • ITableFloatOptions

Index

Properties

Optional Readonly absoluteHorizontalPosition

absoluteHorizontalPosition?: string | number
+

Specifies an absolute horizontal position for the table, relative to the horizontalAnchor. +The value is in twentieths of a point. Note that the value can be negative, in which case the +table is positioned before the anchor object in the direction of horizontal text flow. +If relativeHorizontalPosition is also specified, then the absoluteHorizontalPosition attribute is ignored. +If the attribute is omitted, the value is assumed to be zero.

+

Optional Readonly absoluteVerticalPosition

absoluteVerticalPosition?: string | number
+

Specifies an absolute vertical position for the table, relative to the verticalAnchor anchor. +The value is in twentieths of a point. Note that the value can be negative, in which case the table is +positioned before the anchor object in the direction of vertical text flow. +If relativeVerticalPosition is also specified, then the absoluteVerticalPosition attribute is ignored. +If the attribute is omitted, the value is assumed to be zero.

+

Optional Readonly bottomFromText

bottomFromText?: string | number
+

Specifies the minimun distance to be maintained between the table and the top of text in the paragraph +below the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

+

Optional Readonly horizontalAnchor

horizontalAnchor?: TableAnchorType
+

Specifies the horizontal anchor or the base object from which the horizontal positioning in the +tblpX or tblpXSpec attribute should be determined. +margin - relative to the vertical edge of the text margin before any text runs (left edge for left-to-right paragraphs) +page - relative to the vertical edge of the page before any text runs (left edge for left-to-right paragraphs) +text - relative to the vertical edge of the text margin for the column in which the anchor paragraph is located +If omitted, the value is assumed to be page.

+

Optional Readonly leftFromText

leftFromText?: string | number
+

Specifies the minimun distance to be maintained between the table and the edge of text in the paragraph +to the left of the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

+

Optional Readonly overlap

overlap?: OverlapType

Optional Readonly relativeHorizontalPosition

relativeHorizontalPosition?: RelativeHorizontalPosition
+

Specifies a relative horizontal position for the table, relative to the horizontalAnchor attribute. +This will supersede the absoluteHorizontalPosition attribute. +Possible values are: +center - the table should be horizontally centered with respect to the anchor +inside - the table should be inside of the anchor +left - the table should be left aligned with respect to the anchor +outside - the table should be outside of the anchor +right - the table should be right aligned with respect to the anchor

+

Optional Readonly relativeVerticalPosition

relativeVerticalPosition?: RelativeVerticalPosition
+

Specifies a relative vertical position for the table, relative to the verticalAnchor attribute. +This will supersede the absoluteVerticalPosition attribute. Possible values are: +center - the table should be vertically centered with respect to the anchor +inside - the table should be vertically aligned to the edge of the anchor and inside the anchor +bottom - the table should be vertically aligned to the bottom edge of the anchor +outside - the table should be vertically aligned to the edge of the anchor and outside the anchor +inline - the table should be vertically aligned in line with the surrounding text (so as to not allow any text wrapping around it) +top - the table should be vertically aligned to the top edge of the anchor

+

Optional Readonly rightFromText

rightFromText?: string | number
+

Specifies the minimun distance to be maintained between the table and the edge of text in the paragraph +to the right of the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

+

Optional Readonly topFromText

topFromText?: string | number
+

Specifies the minimun distance to be maintained between the table and the bottom edge of text in the paragraph +above the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

+

Optional Readonly verticalAnchor

verticalAnchor?: TableAnchorType
+

Specifies the vertical anchor or the base object from which the vertical positioning +in the absoluteVerticalPosition attribute should be determined. Possible values are: +margin - relative to the horizontal edge of the text margin before any text runs (top edge for top-to-bottom paragraphs) +page - relative to the horizontal edge of the page before any text runs (top edge for top-to-bottom paragraphs) +text - relative to the horizontal edge of the text margin for the column in which the anchor paragraph is located +If omitted, the value is assumed to be page.

+

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableOfContentsOptions.html b/api/interfaces/ITableOfContentsOptions.html new file mode 100644 index 0000000000..3caf0f0910 --- /dev/null +++ b/api/interfaces/ITableOfContentsOptions.html @@ -0,0 +1,62 @@ +ITableOfContentsOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableOfContentsOptions

Hierarchy

  • ITableOfContentsOptions

Index

Properties

Optional Readonly captionLabel

captionLabel?: string
+

\a option - Includes captioned items, but omits caption labels and numbers. +The identifier designated by text in this switch's field-argument corresponds to the caption label. +Use captionLabelIncludingNumbers (\c) to build a table of captions with labels and numbers.

+

Optional Readonly captionLabelIncludingNumbers

captionLabelIncludingNumbers?: string
+

\c option - Includes figures, tables, charts, and other items that are numbered +by a SEQ field (§17.16.5.56). The sequence identifier designated by text in this switch's +field-argument, which corresponds to the caption label, shall match the identifier in the +corresponding SEQ field.

+

Optional Readonly entriesFromBookmark

entriesFromBookmark?: string
+

\b option - Includes entries only from the portion of the document marked by +the bookmark named by text in this switch's field-argument.

+

Optional Readonly entryAndPageNumberSeparator

entryAndPageNumberSeparator?: string
+

\p option - Text in this switch's field-argument specifies a sequence of characters +that separate an entry and its page number. The default is a tab with leader dots.

+

Optional Readonly headingStyleRange

headingStyleRange?: string
+

\o option - Uses paragraphs formatted with all or the specified range of builtin +heading styles. Headings in a style range are specified by text in this switch's +field-argument using the notation specified as for \l, where each integer corresponds +to the style with a style ID of HeadingX (e.g. 1 corresponds to Heading1). +If no heading range is specified, all heading levels used in the document are listed.

+

Optional Readonly hideTabAndPageNumbersInWebView

hideTabAndPageNumbersInWebView?: boolean
+

\z Hides tab leader and page numbers in web page view (§17.18.102).

+

Optional Readonly hyperlink

hyperlink?: boolean
+

\h option - Makes the table of contents entries hyperlinks.

+

Optional Readonly pageNumbersEntryLevelsRange

pageNumbersEntryLevelsRange?: string
+

\n option - Without field-argument, omits page numbers from the table of contents. +Page numbers are omitted from all levels unless a range of entry levels is specified by +text in this switch's field-argument. A range is specified as for \l.

+

Optional Readonly preserveNewLineInEntries

preserveNewLineInEntries?: boolean
+

\x Preserves newline characters within table entries.

+

Optional Readonly preserveTabInEntries

preserveTabInEntries?: boolean
+

\w Preserves tab entries within table entries.

+

Optional Readonly seqFieldIdentifierForPrefix

seqFieldIdentifierForPrefix?: string
+

\s option - For entries numbered with a SEQ field (§17.16.5.56), adds a prefix to the page number. +The prefix depends on the type of entry. text in this switch's field-argument shall match the +identifier in the SEQ field.

+

Optional Readonly sequenceAndPageNumbersSeparator

sequenceAndPageNumbersSeparator?: string
+

\d option - When used with \s, the text in this switch's field-argument defines +the separator between sequence and page numbers. The default separator is a hyphen (-).

+

Optional Readonly stylesWithLevels

stylesWithLevels?: StyleLevel[]
+

\t field-argument Uses paragraphs formatted with styles other than the built-in heading styles. +Text in this switch's field-argument specifies those styles as a set of comma-separated doublets, +with each doublet being a comma-separated set of style name and table of content level. +\t can be combined with \o.

+

Optional Readonly tcFieldIdentifier

tcFieldIdentifier?: string
+

\f option - Includes only those TC fields whose identifier exactly matches the +text in this switch's field-argument (which is typically a letter).

+

Optional Readonly tcFieldLevelRange

tcFieldLevelRange?: string
+

\l option - Includes TC fields that assign entries to one of the levels specified +by text in this switch's field-argument as a range having the form startLevel-endLevel, +where startLevel and endLevel are integers, and startLevel has a value equal-to or less-than endLevel. +TC fields that assign entries to lower levels are skipped.

+

Optional Readonly useAppliedParagraphOutlineLevel

useAppliedParagraphOutlineLevel?: boolean
+

\u Uses the applied paragraph outline level.

+

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableOptions.html b/api/interfaces/ITableOptions.html new file mode 100644 index 0000000000..26dc02521d --- /dev/null +++ b/api/interfaces/ITableOptions.html @@ -0,0 +1 @@ +ITableOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableOptions

Hierarchy

  • ITableOptions

Index

Properties

Optional Readonly alignment

alignment?: AlignmentType

Optional Readonly borders

Optional Readonly columnWidths

columnWidths?: number[]

Optional Readonly float

Optional Readonly indent

Optional Readonly layout

Optional Readonly margins

margins?: ITableCellMarginOptions

Readonly rows

rows: TableRow[]

Optional Readonly style

style?: string

Optional Readonly visuallyRightToLeft

visuallyRightToLeft?: boolean

Optional Readonly width

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITablePropertiesOptions.html b/api/interfaces/ITablePropertiesOptions.html new file mode 100644 index 0000000000..88d8c0a9e3 --- /dev/null +++ b/api/interfaces/ITablePropertiesOptions.html @@ -0,0 +1 @@ +ITablePropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITablePropertiesOptions

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableRowOptions.html b/api/interfaces/ITableRowOptions.html new file mode 100644 index 0000000000..1a16d352b7 --- /dev/null +++ b/api/interfaces/ITableRowOptions.html @@ -0,0 +1 @@ +ITableRowOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableRowOptions

Hierarchy

Index

Properties

Optional Readonly cantSplit

cantSplit?: boolean

Readonly children

children: TableCell[]

Optional Readonly height

height?: { rule: HeightRule; value: string | number }

Type declaration

  • Readonly rule: HeightRule
  • Readonly value: string | number

Optional Readonly tableHeader

tableHeader?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableRowPropertiesOptions.html b/api/interfaces/ITableRowPropertiesOptions.html new file mode 100644 index 0000000000..ffdf5a4c3d --- /dev/null +++ b/api/interfaces/ITableRowPropertiesOptions.html @@ -0,0 +1 @@ +ITableRowPropertiesOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableRowPropertiesOptions

Hierarchy

Index

Properties

Optional Readonly cantSplit

cantSplit?: boolean

Optional Readonly height

height?: { rule: HeightRule; value: string | number }

Type declaration

  • Readonly rule: HeightRule
  • Readonly value: string | number

Optional Readonly tableHeader

tableHeader?: boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITableWidthProperties.html b/api/interfaces/ITableWidthProperties.html new file mode 100644 index 0000000000..285110c8a3 --- /dev/null +++ b/api/interfaces/ITableWidthProperties.html @@ -0,0 +1 @@ +ITableWidthProperties | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableWidthProperties

Hierarchy

  • ITableWidthProperties

Index

Properties

Properties

Readonly size

size: string | number

Optional Readonly type

type?: WidthType

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ITextWrapping.html b/api/interfaces/ITextWrapping.html new file mode 100644 index 0000000000..522e04a5bd --- /dev/null +++ b/api/interfaces/ITextWrapping.html @@ -0,0 +1 @@ +ITextWrapping | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextWrapping

Hierarchy

  • ITextWrapping

Index

Properties

Properties

Optional Readonly margins

margins?: IDistance

Optional Readonly side

Readonly type

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IVerticalPositionOptions.html b/api/interfaces/IVerticalPositionOptions.html new file mode 100644 index 0000000000..5309fa6963 --- /dev/null +++ b/api/interfaces/IVerticalPositionOptions.html @@ -0,0 +1 @@ +IVerticalPositionOptions | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVerticalPositionOptions

Hierarchy

  • IVerticalPositionOptions

Index

Properties

Optional Readonly align

Optional Readonly offset

offset?: number

Optional Readonly relative

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IXmlAttribute.html b/api/interfaces/IXmlAttribute.html new file mode 100644 index 0000000000..acd71ca7c5 --- /dev/null +++ b/api/interfaces/IXmlAttribute.html @@ -0,0 +1 @@ +IXmlAttribute | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlAttribute

Hierarchy

  • IXmlAttribute

Indexable

[key: string]: string | number | boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/IXmlableObject.html b/api/interfaces/IXmlableObject.html new file mode 100644 index 0000000000..f043c9c1d7 --- /dev/null +++ b/api/interfaces/IXmlableObject.html @@ -0,0 +1,21 @@ +IXmlableObject | docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlableObject

Hierarchy

  • Object
    • IXmlableObject

Index

Properties

Optional Readonly _attr

constructor

constructor: Function
+

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

+

should

should: Assertion

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • +

    Determines whether an object has a property with the specified name.

    +

    Parameters

    • v: PropertyKey
      +

      A property name.

      +

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • +

    Determines whether an object exists in another object's prototype chain.

    +

    Parameters

    • v: Object
      +

      Another object whose prototype chain is to be checked.

      +

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • +

    Determines whether a specified property is enumerable.

    +

    Parameters

    • v: PropertyKey
      +

      A property name.

      +

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • +

    Returns a date converted to a string using the current locale.

    +

    Returns string

toString

  • toString(): string
  • +

    Returns a string representation of an object.

    +

    Returns string

valueOf

  • valueOf(): Object
  • +

    Returns the primitive value of the specified object.

    +

    Returns Object

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/api/interfaces/ibasecharacterstyleoptions.html b/api/interfaces/ibasecharacterstyleoptions.html deleted file mode 100644 index 743a7f7760..0000000000 --- a/api/interfaces/ibasecharacterstyleoptions.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - IBaseCharacterStyleOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IBaseCharacterStyleOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly basedOn

-
basedOn: string
- -
-
- -

Optional Readonly link

-
link: string
- -
-
- -

Optional Readonly name

-
name: string
- -
-
- -

Optional Readonly next

-
next: string
- -
-
- -

Optional Readonly quickFormat

-
quickFormat: boolean
- -
-
- -

Optional Readonly run

- - -
-
- -

Optional Readonly semiHidden

-
semiHidden: boolean
- -
-
- -

Optional Readonly uiPriority

-
uiPriority: number
- -
-
- -

Optional Readonly unhideWhenUsed

-
unhideWhenUsed: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ibaseparagraphstyleoptions.html b/api/interfaces/ibaseparagraphstyleoptions.html deleted file mode 100644 index 4ff40a65a4..0000000000 --- a/api/interfaces/ibaseparagraphstyleoptions.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - IBaseParagraphStyleOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IBaseParagraphStyleOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly basedOn

-
basedOn: string
- -
-
- -

Optional Readonly link

-
link: string
- -
-
- -

Optional Readonly name

-
name: string
- -
-
- -

Optional Readonly next

-
next: string
- -
-
- -

Optional Readonly paragraph

- - -
-
- -

Optional Readonly quickFormat

-
quickFormat: boolean
- -
-
- -

Optional Readonly run

- - -
-
- -

Optional Readonly semiHidden

-
semiHidden: boolean
- -
-
- -

Optional Readonly uiPriority

-
uiPriority: number
- -
-
- -

Optional Readonly unhideWhenUsed

-
unhideWhenUsed: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iborderoptions.html b/api/interfaces/iborderoptions.html deleted file mode 100644 index 3fa06b3576..0000000000 --- a/api/interfaces/iborderoptions.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - IBorderOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IBorderOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IBorderOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly color

-
color: string
- -
-
-

Border color, in hex (eg 'FF00AA')

-
-
-
-
- -

Optional Readonly size

-
size: number
- -
-
-

Size of the border in 1/8 pt

-
-
-
-
- -

Optional Readonly space

-
space: number
- -
-
-

Spacing offset. Values are specified in pt

-
-
-
-
- -

Readonly style

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ibordersoptions.html b/api/interfaces/ibordersoptions.html deleted file mode 100644 index a0a50a0d5b..0000000000 --- a/api/interfaces/ibordersoptions.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - IBordersOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IBordersOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IBordersOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly bottom

- - -
-
- -

Optional Readonly left

- - -
-
- -

Optional Readonly right

- - -
-
- -

Optional Readonly top

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/icharacterstyleoptions.html b/api/interfaces/icharacterstyleoptions.html deleted file mode 100644 index 77c6c6ab59..0000000000 --- a/api/interfaces/icharacterstyleoptions.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - ICharacterStyleOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ICharacterStyleOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly basedOn

-
basedOn: string
- -
-
- -

Readonly id

-
id: string
- -
-
- -

Optional Readonly link

-
link: string
- -
-
- -

Optional Readonly name

-
name: string
- -
-
- -

Optional Readonly next

-
next: string
- -
-
- -

Optional Readonly quickFormat

-
quickFormat: boolean
- -
-
- -

Optional Readonly run

- - -
-
- -

Optional Readonly semiHidden

-
semiHidden: boolean
- -
-
- -

Optional Readonly uiPriority

-
uiPriority: number
- -
-
- -

Optional Readonly unhideWhenUsed

-
unhideWhenUsed: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/icolumnsattributes.html b/api/interfaces/icolumnsattributes.html deleted file mode 100644 index 95bdbcc9ae..0000000000 --- a/api/interfaces/icolumnsattributes.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - IColumnsAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IColumnsAttributes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IColumnsAttributes -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly count

-
count: number
- -
-
- -

Optional Readonly equalWidth

-
equalWidth: boolean
- -
-
- -

Optional Readonly separate

-
separate: boolean
- -
-
- -

Optional Readonly space

-
space: string | number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iconcretenumberingoptions.html b/api/interfaces/iconcretenumberingoptions.html deleted file mode 100644 index f032037734..0000000000 --- a/api/interfaces/iconcretenumberingoptions.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - IConcreteNumberingOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IConcreteNumberingOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IConcreteNumberingOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly abstractNumId

-
abstractNumId: number
- -
-
- -

Readonly instance

-
instance: number
- -
-
- -

Readonly numId

-
numId: number
- -
-
- -

Optional Readonly overrideLevel

-
overrideLevel: { num: number; start?: number }
- -
-

Type declaration

-
    -
  • -
    Readonly num: number
    -
  • -
  • -
    Optional Readonly start?: number
    -
  • -
-
-
-
- -

Readonly reference

-
reference: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/icontext.html b/api/interfaces/icontext.html deleted file mode 100644 index e4c073f414..0000000000 --- a/api/interfaces/icontext.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IContext | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IContext

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IContext -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly file

-
file: Document
- -
-
- -

Readonly viewWrapper

-
viewWrapper: IViewWrapper
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idistance.html b/api/interfaces/idistance.html deleted file mode 100644 index 394a9708e4..0000000000 --- a/api/interfaces/idistance.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - IDistance | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDistance

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDistance -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly distB

-
distB: number
- -
-
- -

Optional Readonly distL

-
distL: number
- -
-
- -

Optional Readonly distR

-
distR: number
- -
-
- -

Optional Readonly distT

-
distT: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idocgridattributesproperties.html b/api/interfaces/idocgridattributesproperties.html deleted file mode 100644 index c4425460ac..0000000000 --- a/api/interfaces/idocgridattributesproperties.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - IDocGridAttributesProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDocGridAttributesProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDocGridAttributesProperties -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly linePitch

-
linePitch: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idocumentattributesproperties.html b/api/interfaces/idocumentattributesproperties.html deleted file mode 100644 index 7e907ae177..0000000000 --- a/api/interfaces/idocumentattributesproperties.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - IDocumentAttributesProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDocumentAttributesProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDocumentAttributesProperties -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly Ignorable

-
Ignorable: string
- -
-
- -

Optional Readonly cp

-
cp: string
- -
-
- -

Optional Readonly dc

-
dc: string
- -
-
- -

Optional Readonly dcmitype

-
dcmitype: string
- -
-
- -

Optional Readonly dcterms

-
dcterms: string
- -
-
- -

Optional Readonly m

-
m: string
- -
-
- -

Optional Readonly mc

-
mc: string
- -
-
- -

Optional Readonly o

-
o: string
- -
-
- -

Optional Readonly r

-
r: string
- -
-
- -

Optional Readonly type

-
type: string
- -
-
- -

Optional Readonly v

-
v: string
- -
-
- -

Optional Readonly w

-
w: string
- -
-
- -

Optional Readonly w10

-
w10: string
- -
-
- -

Optional Readonly w14

-
w14: string
- -
-
- -

Optional Readonly w15

-
w15: string
- -
-
- -

Optional Readonly wne

-
wne: string
- -
-
- -

Optional Readonly wp

-
wp: string
- -
-
- -

Optional Readonly wp14

-
wp14: string
- -
-
- -

Optional Readonly wpc

-
wpc: string
- -
-
- -

Optional Readonly wpg

-
wpg: string
- -
-
- -

Optional Readonly wpi

-
wpi: string
- -
-
- -

Optional Readonly wps

-
wps: string
- -
-
- -

Optional Readonly xsi

-
xsi: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idocumentbackgroundoptions.html b/api/interfaces/idocumentbackgroundoptions.html deleted file mode 100644 index 12d78908ba..0000000000 --- a/api/interfaces/idocumentbackgroundoptions.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - IDocumentBackgroundOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDocumentBackgroundOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDocumentBackgroundOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly color

-
color: string
- -
-
- -

Optional Readonly themeColor

-
themeColor: string
- -
-
- -

Optional Readonly themeShade

-
themeShade: string
- -
-
- -

Optional Readonly themeTint

-
themeTint: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idocumentdefaultsoptions.html b/api/interfaces/idocumentdefaultsoptions.html deleted file mode 100644 index 2ab420b6cb..0000000000 --- a/api/interfaces/idocumentdefaultsoptions.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IDocumentDefaultsOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDocumentDefaultsOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDocumentDefaultsOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly paragraph

- - -
-
- -

Optional Readonly run

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idocumentfooter.html b/api/interfaces/idocumentfooter.html deleted file mode 100644 index c237f999a9..0000000000 --- a/api/interfaces/idocumentfooter.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IDocumentFooter | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDocumentFooter

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDocumentFooter -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly footer

- - -
-
- -

Readonly type

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idocumentheader.html b/api/interfaces/idocumentheader.html deleted file mode 100644 index de7ef973e9..0000000000 --- a/api/interfaces/idocumentheader.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IDocumentHeader | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDocumentHeader

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDocumentHeader -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly header

- - -
-
- -

Readonly type

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idocumentoptions.html b/api/interfaces/idocumentoptions.html deleted file mode 100644 index 78b527387f..0000000000 --- a/api/interfaces/idocumentoptions.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - IDocumentOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDocumentOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDocumentOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly background

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idocumenttemplate.html b/api/interfaces/idocumenttemplate.html deleted file mode 100644 index 4b74d6d0ba..0000000000 --- a/api/interfaces/idocumenttemplate.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - IDocumentTemplate | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDocumentTemplate

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDocumentTemplate -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Readonly currentRelationshipId

-
currentRelationshipId: number
- -
-
- -

Readonly footers

-
footers: IDocumentFooter[]
- -
-
- -

Readonly headers

-
headers: IDocumentHeader[]
- -
-
- -

Readonly media

-
media: Media
- -
-
- -

Readonly styles

-
styles: string
- -
-
- -

Readonly titlePageIsDefined

-
titlePageIsDefined: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/idrawingoptions.html b/api/interfaces/idrawingoptions.html deleted file mode 100644 index 99bb867604..0000000000 --- a/api/interfaces/idrawingoptions.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - IDrawingOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IDrawingOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IDrawingOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly floating

-
floating: IFloating
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ifileproperties.html b/api/interfaces/ifileproperties.html deleted file mode 100644 index 8cd7db5f34..0000000000 --- a/api/interfaces/ifileproperties.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - IFileProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IFileProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IFileProperties -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly template

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ifloating.html b/api/interfaces/ifloating.html deleted file mode 100644 index 02d9971571..0000000000 --- a/api/interfaces/ifloating.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - IFloating | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IFloating

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IFloating -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly allowOverlap

-
allowOverlap: boolean
- -
-
- -

Optional Readonly behindDocument

-
behindDocument: boolean
- -
-
- -

Readonly horizontalPosition

-
horizontalPosition: IHorizontalPositionOptions
- -
-
- -

Optional Readonly layoutInCell

-
layoutInCell: boolean
- -
-
- -

Optional Readonly lockAnchor

-
lockAnchor: boolean
- -
-
- -

Optional Readonly margins

-
margins: IMargins
- -
-
- -

Readonly verticalPosition

-
verticalPosition: IVerticalPositionOptions
- -
-
- -

Optional Readonly wrap

- - -
-
- -

Optional Readonly zIndex

-
zIndex: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ifontattributesproperties.html b/api/interfaces/ifontattributesproperties.html deleted file mode 100644 index faf28373bb..0000000000 --- a/api/interfaces/ifontattributesproperties.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - IFontAttributesProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IFontAttributesProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IFontAttributesProperties -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly ascii

-
ascii: string
- -
-
- -

Optional Readonly cs

-
cs: string
- -
-
- -

Optional Readonly eastAsia

-
eastAsia: string
- -
-
- -

Optional Readonly hAnsi

-
hAnsi: string
- -
-
- -

Optional Readonly hint

-
hint: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iframeoptions.html b/api/interfaces/iframeoptions.html deleted file mode 100644 index 5c1a3a27f5..0000000000 --- a/api/interfaces/iframeoptions.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - IFrameOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IFrameOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IFrameOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly alignment

- - -
-

Type declaration

- -
-
-
- -

Readonly anchor

-
anchor: { horizontal: FrameAnchorType; vertical: FrameAnchorType }
- -
-

Type declaration

- -
-
-
- -

Optional Readonly anchorLock

-
anchorLock: boolean
- -
-
- -

Optional Readonly dropCap

-
dropCap: DropCapType
- -
-
- -

Readonly height

-
height: number
- -
-
- -

Optional Readonly lines

-
lines: number
- -
-
- -

Readonly position

-
position: { x: number; y: number }
- -
-

Type declaration

-
    -
  • -
    Readonly x: number
    -
  • -
  • -
    Readonly y: number
    -
  • -
-
-
-
- -

Optional Readonly rule

-
rule: number
- -
-
- -

Optional Readonly space

-
space: { horizontal: number; vertical: number }
- -
-

Type declaration

-
    -
  • -
    Readonly horizontal: number
    -
  • -
  • -
    Readonly vertical: number
    -
  • -
-
-
-
- -

Readonly width

-
width: number
- -
-
- -

Optional Readonly wrap

-
wrap: FrameWrap
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iheaderfootergroup.html b/api/interfaces/iheaderfootergroup.html deleted file mode 100644 index 885ca9fedf..0000000000 --- a/api/interfaces/iheaderfootergroup.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - IHeaderFooterGroup | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IHeaderFooterGroup<T>

-
-
-
-
-
-
-
-

Type parameters

-
    -
  • -

    T

    -
  • -
-
-
-

Hierarchy

-
    -
  • - IHeaderFooterGroup -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly default

-
default: T
- -
-
- -

Optional Readonly even

-
even: T
- -
-
- -

Optional Readonly first

-
first: T
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iheaderfooteroptions.html b/api/interfaces/iheaderfooteroptions.html deleted file mode 100644 index 18e321ca09..0000000000 --- a/api/interfaces/iheaderfooteroptions.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IHeaderFooterOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IHeaderFooterOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IHeaderFooterOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly id

-
id: number
- -
-
- -

Optional Readonly type

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iheaderoptions.html b/api/interfaces/iheaderoptions.html deleted file mode 100644 index 73e2db53be..0000000000 --- a/api/interfaces/iheaderoptions.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - IHeaderOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IHeaderOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IHeaderOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: (Paragraph | Table)[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ihorizontalpositionoptions.html b/api/interfaces/ihorizontalpositionoptions.html deleted file mode 100644 index a04c069336..0000000000 --- a/api/interfaces/ihorizontalpositionoptions.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IHorizontalPositionOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IHorizontalPositionOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IHorizontalPositionOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly align

- - -
-
- -

Optional Readonly offset

-
offset: number
- -
-
- -

Optional Readonly relative

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iimageoptions.html b/api/interfaces/iimageoptions.html deleted file mode 100644 index f146711531..0000000000 --- a/api/interfaces/iimageoptions.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IImageOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IImageOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IImageOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly data

-
data: string | Buffer | Uint8Array | ArrayBuffer
- -
-
- -

Optional Readonly floating

-
floating: IFloating
- -
-
- -

Readonly transformation

-
transformation: IMediaTransformation
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iindentattributesproperties.html b/api/interfaces/iindentattributesproperties.html deleted file mode 100644 index 3c738bc1ad..0000000000 --- a/api/interfaces/iindentattributesproperties.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - IIndentAttributesProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IIndentAttributesProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IIndentAttributesProperties -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly end

-
end: string | number
- -
-
- -

Optional Readonly firstLine

-
firstLine: string | number
- -
-
- -

Optional Readonly hanging

-
hanging: string | number
- -
-
- -

Optional Readonly left

-
left: string | number
- -
-
- -

Optional Readonly right

-
right: string | number
- -
-
- -

Optional Readonly start

-
start: string | number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ilevelsoptions.html b/api/interfaces/ilevelsoptions.html deleted file mode 100644 index 9351bebbe2..0000000000 --- a/api/interfaces/ilevelsoptions.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - ILevelsOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ILevelsOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ILevelsOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly alignment

-
alignment: AlignmentType
- -
-
- -

Optional Readonly format

-
format: LevelFormat
- -
-
- -

Readonly level

-
level: number
- -
-
- -

Optional Readonly start

-
start: number
- -
-
- -

Optional Readonly style

- - -
-

Type declaration

- -
-
-
- -

Optional Readonly suffix

-
suffix: LevelSuffix
- -
-
- -

Optional Readonly text

-
text: string
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ilinenumberattributes.html b/api/interfaces/ilinenumberattributes.html deleted file mode 100644 index 4fa3e304e0..0000000000 --- a/api/interfaces/ilinenumberattributes.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - ILineNumberAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ILineNumberAttributes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ILineNumberAttributes -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly countBy

-
countBy: number
- -
-
- -

Optional Readonly distance

-
distance: string | number
- -
-
- -

Optional Readonly restart

- - -
-
- -

Optional Readonly start

-
start: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imargins.html b/api/interfaces/imargins.html deleted file mode 100644 index dcf462142a..0000000000 --- a/api/interfaces/imargins.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - IMargins | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMargins

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMargins -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly bottom

-
bottom: number
- -
-
- -

Optional Readonly left

-
left: number
- -
-
- -

Optional Readonly right

-
right: number
- -
-
- -

Optional Readonly top

-
top: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathfractionoptions.html b/api/interfaces/imathfractionoptions.html deleted file mode 100644 index 264c297aeb..0000000000 --- a/api/interfaces/imathfractionoptions.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IMathFractionOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathFractionOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathFractionOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly denominator

-
denominator: MathComponent[]
- -
-
- -

Readonly numerator

-
numerator: MathComponent[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathfunctionoptions.html b/api/interfaces/imathfunctionoptions.html deleted file mode 100644 index f3adc7fc2b..0000000000 --- a/api/interfaces/imathfunctionoptions.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IMathFunctionOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathFunctionOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathFunctionOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: MathComponent[]
- -
-
- -

Readonly name

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathoptions.html b/api/interfaces/imathoptions.html deleted file mode 100644 index 1d19be5a36..0000000000 --- a/api/interfaces/imathoptions.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - IMathOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: MathComponent[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathpresubsuperscriptoptions.html b/api/interfaces/imathpresubsuperscriptoptions.html deleted file mode 100644 index 44784dab6c..0000000000 --- a/api/interfaces/imathpresubsuperscriptoptions.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IMathPreSubSuperScriptOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathPreSubSuperScriptOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathPreSubSuperScriptOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: MathComponent[]
- -
-
- -

Readonly subScript

-
subScript: MathComponent[]
- -
-
- -

Readonly superScript

-
superScript: MathComponent[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathradicaloptions.html b/api/interfaces/imathradicaloptions.html deleted file mode 100644 index 842611d90f..0000000000 --- a/api/interfaces/imathradicaloptions.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IMathRadicalOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathRadicalOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathRadicalOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: MathComponent[]
- -
-
- -

Optional Readonly degree

-
degree: MathComponent[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathsubscriptoptions.html b/api/interfaces/imathsubscriptoptions.html deleted file mode 100644 index 6c8bb72a1d..0000000000 --- a/api/interfaces/imathsubscriptoptions.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IMathSubScriptOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathSubScriptOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathSubScriptOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: MathComponent[]
- -
-
- -

Readonly subScript

-
subScript: MathComponent[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathsubsuperscriptoptions.html b/api/interfaces/imathsubsuperscriptoptions.html deleted file mode 100644 index 605a730b58..0000000000 --- a/api/interfaces/imathsubsuperscriptoptions.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IMathSubSuperScriptOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathSubSuperScriptOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathSubSuperScriptOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: MathComponent[]
- -
-
- -

Readonly subScript

-
subScript: MathComponent[]
- -
-
- -

Readonly superScript

-
superScript: MathComponent[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathsumoptions.html b/api/interfaces/imathsumoptions.html deleted file mode 100644 index d471aa4970..0000000000 --- a/api/interfaces/imathsumoptions.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IMathSumOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathSumOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathSumOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: MathComponent[]
- -
-
- -

Optional Readonly subScript

-
subScript: MathComponent[]
- -
-
- -

Optional Readonly superScript

-
superScript: MathComponent[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imathsuperscriptoptions.html b/api/interfaces/imathsuperscriptoptions.html deleted file mode 100644 index 4c1420a451..0000000000 --- a/api/interfaces/imathsuperscriptoptions.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - IMathSuperScriptOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMathSuperScriptOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMathSuperScriptOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: MathComponent[]
- -
-
- -

Readonly superScript

-
superScript: MathComponent[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imediadata.html b/api/interfaces/imediadata.html deleted file mode 100644 index 479c96a08c..0000000000 --- a/api/interfaces/imediadata.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IMediaData | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMediaData

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMediaData -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly fileName

-
fileName: string
- -
-
- -

Readonly stream

-
stream: Buffer | Uint8Array | ArrayBuffer
- -
-
- -

Readonly transformation

-
transformation: IMediaDataTransformation
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imediadatatransformation.html b/api/interfaces/imediadatatransformation.html deleted file mode 100644 index 6f15368e34..0000000000 --- a/api/interfaces/imediadatatransformation.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - IMediaDataTransformation | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMediaDataTransformation

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMediaDataTransformation -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly emus

-
emus: { x: number; y: number }
- -
-

Type declaration

-
    -
  • -
    Readonly x: number
    -
  • -
  • -
    Readonly y: number
    -
  • -
-
-
-
- -

Optional Readonly flip

-
flip: { horizontal?: boolean; vertical?: boolean }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly horizontal?: boolean
    -
  • -
  • -
    Optional Readonly vertical?: boolean
    -
  • -
-
-
-
- -

Readonly pixels

-
pixels: { x: number; y: number }
- -
-

Type declaration

-
    -
  • -
    Readonly x: number
    -
  • -
  • -
    Readonly y: number
    -
  • -
-
-
-
- -

Optional Readonly rotation

-
rotation: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/imediatransformation.html b/api/interfaces/imediatransformation.html deleted file mode 100644 index 27f4a3751a..0000000000 --- a/api/interfaces/imediatransformation.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - IMediaTransformation | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IMediaTransformation

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IMediaTransformation -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly flip

-
flip: { horizontal?: boolean; vertical?: boolean }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly horizontal?: boolean
    -
  • -
  • -
    Optional Readonly vertical?: boolean
    -
  • -
-
-
-
- -

Readonly height

-
height: number
- -
-
- -

Optional Readonly rotation

-
rotation: number
- -
-
- -

Readonly width

-
width: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/inumberingoptions.html b/api/interfaces/inumberingoptions.html deleted file mode 100644 index b56d017a19..0000000000 --- a/api/interfaces/inumberingoptions.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - INumberingOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface INumberingOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - INumberingOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly config

-
config: { levels: ILevelsOptions[]; reference: string }[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ipageborderattributes.html b/api/interfaces/ipageborderattributes.html deleted file mode 100644 index 173e04a649..0000000000 --- a/api/interfaces/ipageborderattributes.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IPageBorderAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IPageBorderAttributes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IPageBorderAttributes -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly display

- - -
-
- -

Optional Readonly offsetFrom

- - -
-
- -

Optional Readonly zOrder

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ipagebordersoptions.html b/api/interfaces/ipagebordersoptions.html deleted file mode 100644 index cd7e2c461c..0000000000 --- a/api/interfaces/ipagebordersoptions.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - IPageBordersOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IPageBordersOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IPageBordersOptions -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly pageBorderBottom

-
pageBorderBottom: IBorderOptions
- -
-
- -

Optional Readonly pageBorderLeft

-
pageBorderLeft: IBorderOptions
- -
-
- -

Optional Readonly pageBorderRight

-
pageBorderRight: IBorderOptions
- -
-
- -

Optional Readonly pageBorderTop

-
pageBorderTop: IBorderOptions
- -
-
- -

Optional Readonly pageBorders

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ipagemarginattributes.html b/api/interfaces/ipagemarginattributes.html deleted file mode 100644 index cb9570d267..0000000000 --- a/api/interfaces/ipagemarginattributes.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - IPageMarginAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IPageMarginAttributes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IPageMarginAttributes -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly bottom

-
bottom: string | number
- -
-
- -

Optional Readonly footer

-
footer: string | number
- -
-
- -

Optional Readonly gutter

-
gutter: string | number
- -
-
- -

Optional Readonly header

-
header: string | number
- -
-
- -

Optional Readonly left

-
left: string | number
- -
-
- -

Optional Readonly right

-
right: string | number
- -
-
- -

Optional Readonly top

-
top: string | number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ipagenumbertypeattributes.html b/api/interfaces/ipagenumbertypeattributes.html deleted file mode 100644 index 14520d86fd..0000000000 --- a/api/interfaces/ipagenumbertypeattributes.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IPageNumberTypeAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IPageNumberTypeAttributes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IPageNumberTypeAttributes -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly formatType

-
formatType: NumberFormat
- -
-
- -

Optional Readonly separator

- - -
-
- -

Optional Readonly start

-
start: number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ipagesizeattributes.html b/api/interfaces/ipagesizeattributes.html deleted file mode 100644 index 268e48b6b7..0000000000 --- a/api/interfaces/ipagesizeattributes.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IPageSizeAttributes | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IPageSizeAttributes

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IPageSizeAttributes -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly height

-
height: string | number
- -
-
- -

Optional Readonly orientation

-
orientation: PageOrientation
- -
-
- -

Optional Readonly width

-
width: string | number
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iparagraphoptions.html b/api/interfaces/iparagraphoptions.html deleted file mode 100644 index f7c64c72f1..0000000000 --- a/api/interfaces/iparagraphoptions.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - - IParagraphOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IParagraphOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly alignment

-
alignment: AlignmentType
- -
-
- -

Optional Readonly bidirectional

-
bidirectional: boolean
- -
-
- -

Optional Readonly border

- - -
-
- -

Optional Readonly bullet

-
bullet: { level: number }
- -
-

Type declaration

-
    -
  • -
    Readonly level: number
    -
  • -
-
-
-
- -

Optional Readonly children

-
children: ParagraphChild[]
- -
-
- -

Optional Readonly contextualSpacing

-
contextualSpacing: boolean
- -
-
- -

Optional Readonly frame

- - -
-
- -

Optional Readonly heading

-
heading: HeadingLevel
- -
-
- -

Optional Readonly indent

- - -
-
- -

Optional Readonly keepLines

-
keepLines: boolean
- -
-
- -

Optional Readonly keepNext

-
keepNext: boolean
- -
-
- -

Optional Readonly leftTabStop

-
leftTabStop: number
- -
-
- -

Optional Readonly numbering

-
numbering: { custom?: boolean; instance?: number; level: number; reference: string }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly custom?: boolean
    -
  • -
  • -
    Optional Readonly instance?: number
    -
  • -
  • -
    Readonly level: number
    -
  • -
  • -
    Readonly reference: string
    -
  • -
-
-
-
- -

Optional Readonly outlineLevel

-
outlineLevel: number
- -
-
- -

Optional Readonly pageBreakBefore

-
pageBreakBefore: boolean
- -
-
- -

Optional Readonly rightTabStop

-
rightTabStop: number
- -
-
- -

Optional Readonly shading

- - -
-
- -

Optional Readonly spacing

- - -
-
- -

Optional Readonly style

-
style: string
- -
-
- -

Optional Readonly tabStops

-
tabStops: { leader?: LeaderType; position: number; type: TabStopType }[]
- -
-
- -

Optional Readonly text

-
text: string
- -
-
- -

Optional Readonly thematicBreak

-
thematicBreak: boolean
- -
-
- -

Optional Readonly widowControl

-
widowControl: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iparagraphpropertiesoptions.html b/api/interfaces/iparagraphpropertiesoptions.html deleted file mode 100644 index 7bbd98296f..0000000000 --- a/api/interfaces/iparagraphpropertiesoptions.html +++ /dev/null @@ -1,485 +0,0 @@ - - - - - - IParagraphPropertiesOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IParagraphPropertiesOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly alignment

-
alignment: AlignmentType
- -
-
- -

Optional Readonly bidirectional

-
bidirectional: boolean
- -
-
- -

Optional Readonly border

- - -
-
- -

Optional Readonly bullet

-
bullet: { level: number }
- -
-

Type declaration

-
    -
  • -
    Readonly level: number
    -
  • -
-
-
-
- -

Optional Readonly contextualSpacing

-
contextualSpacing: boolean
- -
-
- -

Optional Readonly frame

- - -
-
- -

Optional Readonly heading

-
heading: HeadingLevel
- -
-
- -

Optional Readonly indent

- - -
-
- -

Optional Readonly keepLines

-
keepLines: boolean
- -
-
- -

Optional Readonly keepNext

-
keepNext: boolean
- -
-
- -

Optional Readonly leftTabStop

-
leftTabStop: number
- -
-
- -

Optional Readonly numbering

-
numbering: { custom?: boolean; instance?: number; level: number; reference: string }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly custom?: boolean
    -
  • -
  • -
    Optional Readonly instance?: number
    -
  • -
  • -
    Readonly level: number
    -
  • -
  • -
    Readonly reference: string
    -
  • -
-
-
-
- -

Optional Readonly outlineLevel

-
outlineLevel: number
- -
-
- -

Optional Readonly pageBreakBefore

-
pageBreakBefore: boolean
- -
-
- -

Optional Readonly rightTabStop

-
rightTabStop: number
- -
-
- -

Optional Readonly shading

- - -
-
- -

Optional Readonly spacing

- - -
-
- -

Optional Readonly style

-
style: string
- -
-
- -

Optional Readonly tabStops

-
tabStops: { leader?: LeaderType; position: number; type: TabStopType }[]
- -
-
- -

Optional Readonly thematicBreak

-
thematicBreak: boolean
- -
-
- -

Optional Readonly widowControl

-
widowControl: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iparagraphstyleoptions.html b/api/interfaces/iparagraphstyleoptions.html deleted file mode 100644 index 400d8ee9fc..0000000000 --- a/api/interfaces/iparagraphstyleoptions.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - IParagraphStyleOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IParagraphStyleOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly basedOn

-
basedOn: string
- -
-
- -

Readonly id

-
id: string
- -
-
- -

Optional Readonly link

-
link: string
- -
-
- -

Optional Readonly name

-
name: string
- -
-
- -

Optional Readonly next

-
next: string
- -
-
- -

Optional Readonly paragraph

- - -
-
- -

Optional Readonly quickFormat

-
quickFormat: boolean
- -
-
- -

Optional Readonly run

- - -
-
- -

Optional Readonly semiHidden

-
semiHidden: boolean
- -
-
- -

Optional Readonly uiPriority

-
uiPriority: number
- -
-
- -

Optional Readonly unhideWhenUsed

-
unhideWhenUsed: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iparagraphstylepropertiesoptions.html b/api/interfaces/iparagraphstylepropertiesoptions.html deleted file mode 100644 index c29f700a24..0000000000 --- a/api/interfaces/iparagraphstylepropertiesoptions.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - IParagraphStylePropertiesOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IParagraphStylePropertiesOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly alignment

-
alignment: AlignmentType
- -
-
- -

Optional Readonly contextualSpacing

-
contextualSpacing: boolean
- -
-
- -

Optional Readonly indent

- - -
-
- -

Optional Readonly keepLines

-
keepLines: boolean
- -
-
- -

Optional Readonly keepNext

-
keepNext: boolean
- -
-
- -

Optional Readonly leftTabStop

-
leftTabStop: number
- -
-
- -

Optional Readonly outlineLevel

-
outlineLevel: number
- -
-
- -

Optional Readonly rightTabStop

-
rightTabStop: number
- -
-
- -

Optional Readonly spacing

- - -
-
- -

Optional Readonly thematicBreak

-
thematicBreak: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/irunoptions.html b/api/interfaces/irunoptions.html deleted file mode 100644 index 05bada62ea..0000000000 --- a/api/interfaces/irunoptions.html +++ /dev/null @@ -1,577 +0,0 @@ - - - - - - IRunOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IRunOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly allCaps

-
allCaps: boolean
- -
-
- -

Optional Readonly bold

-
bold: boolean
- -
-
- -

Optional Readonly boldComplexScript

-
boldComplexScript: boolean
- -
-
- -

Optional Readonly break

-
break: number
- -
-
- -

Optional Readonly characterSpacing

-
characterSpacing: number
- -
-
- -

Optional Readonly children

-
children: (string | FootnoteReferenceRun | Begin | FieldInstruction | Separate | End)[]
- -
-
- -

Optional Readonly color

-
color: string
- -
-
- -

Optional Readonly doubleStrike

-
doubleStrike: boolean
- -
-
- -

Optional Readonly emboss

-
emboss: boolean
- -
-
- -

Optional Readonly emphasisMark

-
emphasisMark: { type?: DOT }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly type?: DOT
    -
  • -
-
-
-
- -

Optional Readonly font

-
font: string | IFontOptions | IFontAttributesProperties
- -
-
- -

Optional Readonly highlight

-
highlight: string
- -
-
- -

Optional Readonly highlightComplexScript

-
highlightComplexScript: string | boolean
- -
-
- -

Optional Readonly imprint

-
imprint: boolean
- -
-
- -

Optional Readonly italics

-
italics: boolean
- -
-
- -

Optional Readonly italicsComplexScript

-
italicsComplexScript: boolean
- -
-
- -

Optional Readonly rightToLeft

-
rightToLeft: boolean
- -
-
- -

Optional Readonly shading

- - -
-
- -

Optional Readonly size

-
size: string | number
- -
-
- -

Optional Readonly sizeComplexScript

-
sizeComplexScript: string | number | boolean
- -
-
- -

Optional Readonly smallCaps

-
smallCaps: boolean
- -
-
- -

Optional Readonly strike

-
strike: boolean
- -
-
- -

Optional Readonly style

-
style: string
- -
-
- -

Optional Readonly subScript

-
subScript: boolean
- -
-
- -

Optional Readonly superScript

-
superScript: boolean
- -
-
- -

Optional Readonly text

-
text: string
- -
-
- -

Optional Readonly underline

-
underline: { color?: string; type?: UnderlineType }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly color?: string
    -
  • -
  • -
    Optional Readonly type?: UnderlineType
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/irunpropertiesoptions.html b/api/interfaces/irunpropertiesoptions.html deleted file mode 100644 index 268a2756a5..0000000000 --- a/api/interfaces/irunpropertiesoptions.html +++ /dev/null @@ -1,534 +0,0 @@ - - - - - - IRunPropertiesOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IRunPropertiesOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly allCaps

-
allCaps: boolean
- -
-
- -

Optional Readonly bold

-
bold: boolean
- -
-
- -

Optional Readonly boldComplexScript

-
boldComplexScript: boolean
- -
-
- -

Optional Readonly characterSpacing

-
characterSpacing: number
- -
-
- -

Optional Readonly color

-
color: string
- -
-
- -

Optional Readonly doubleStrike

-
doubleStrike: boolean
- -
-
- -

Optional Readonly emboss

-
emboss: boolean
- -
-
- -

Optional Readonly emphasisMark

-
emphasisMark: { type?: DOT }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly type?: DOT
    -
  • -
-
-
-
- -

Optional Readonly font

-
font: string | IFontOptions | IFontAttributesProperties
- -
-
- -

Optional Readonly highlight

-
highlight: string
- -
-
- -

Optional Readonly highlightComplexScript

-
highlightComplexScript: string | boolean
- -
-
- -

Optional Readonly imprint

-
imprint: boolean
- -
-
- -

Optional Readonly italics

-
italics: boolean
- -
-
- -

Optional Readonly italicsComplexScript

-
italicsComplexScript: boolean
- -
-
- -

Optional Readonly rightToLeft

-
rightToLeft: boolean
- -
-
- -

Optional Readonly shading

- - -
-
- -

Optional Readonly size

-
size: string | number
- -
-
- -

Optional Readonly sizeComplexScript

-
sizeComplexScript: string | number | boolean
- -
-
- -

Optional Readonly smallCaps

-
smallCaps: boolean
- -
-
- -

Optional Readonly strike

-
strike: boolean
- -
-
- -

Optional Readonly style

-
style: string
- -
-
- -

Optional Readonly subScript

-
subScript: boolean
- -
-
- -

Optional Readonly superScript

-
superScript: boolean
- -
-
- -

Optional Readonly underline

-
underline: { color?: string; type?: UnderlineType }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly color?: string
    -
  • -
  • -
    Optional Readonly type?: UnderlineType
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/irunstylepropertiesoptions.html b/api/interfaces/irunstylepropertiesoptions.html deleted file mode 100644 index 0d8357c1d2..0000000000 --- a/api/interfaces/irunstylepropertiesoptions.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - - IRunStylePropertiesOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IRunStylePropertiesOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly allCaps

-
allCaps: boolean
- -
-
- -

Optional Readonly bold

-
bold: boolean
- -
-
- -

Optional Readonly boldComplexScript

-
boldComplexScript: boolean
- -
-
- -

Optional Readonly characterSpacing

-
characterSpacing: number
- -
-
- -

Optional Readonly color

-
color: string
- -
-
- -

Optional Readonly doubleStrike

-
doubleStrike: boolean
- -
-
- -

Optional Readonly emboss

-
emboss: boolean
- -
-
- -

Optional Readonly emphasisMark

-
emphasisMark: { type?: DOT }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly type?: DOT
    -
  • -
-
-
-
- -

Optional Readonly font

-
font: string | IFontOptions | IFontAttributesProperties
- -
-
- -

Optional Readonly highlight

-
highlight: string
- -
-
- -

Optional Readonly highlightComplexScript

-
highlightComplexScript: string | boolean
- -
-
- -

Optional Readonly imprint

-
imprint: boolean
- -
-
- -

Optional Readonly italics

-
italics: boolean
- -
-
- -

Optional Readonly italicsComplexScript

-
italicsComplexScript: boolean
- -
-
- -

Optional Readonly rightToLeft

-
rightToLeft: boolean
- -
-
- -

Optional Readonly shading

- - -
-
- -

Optional Readonly size

-
size: string | number
- -
-
- -

Optional Readonly sizeComplexScript

-
sizeComplexScript: string | number | boolean
- -
-
- -

Optional Readonly smallCaps

-
smallCaps: boolean
- -
-
- -

Optional Readonly strike

-
strike: boolean
- -
-
- -

Optional Readonly subScript

-
subScript: boolean
- -
-
- -

Optional Readonly superScript

-
superScript: boolean
- -
-
- -

Optional Readonly underline

-
underline: { color?: string; type?: UnderlineType }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly color?: string
    -
  • -
  • -
    Optional Readonly type?: UnderlineType
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/isectionoptions.html b/api/interfaces/isectionoptions.html deleted file mode 100644 index e8962eac41..0000000000 --- a/api/interfaces/isectionoptions.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - ISectionOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ISectionOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ISectionOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly children

-
children: (Paragraph | Table | TableOfContents)[]
- -
-
- -

Optional Readonly footers

-
footers: { default?: Footer; even?: Footer; first?: Footer }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly default?: Footer
    -
  • -
  • -
    Optional Readonly even?: Footer
    -
  • -
  • -
    Optional Readonly first?: Footer
    -
  • -
-
-
-
- -

Optional Readonly headers

-
headers: { default?: Header; even?: Header; first?: Header }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly default?: Header
    -
  • -
  • -
    Optional Readonly even?: Header
    -
  • -
  • -
    Optional Readonly first?: Header
    -
  • -
-
-
-
- -

Optional Readonly properties

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/isectionpropertiesoptions.html b/api/interfaces/isectionpropertiesoptions.html deleted file mode 100644 index 67e9217f4b..0000000000 --- a/api/interfaces/isectionpropertiesoptions.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - ISectionPropertiesOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ISectionPropertiesOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ISectionPropertiesOptions -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly column

- - -
-
- -

Optional Readonly footerWrapperGroup

-
footerWrapperGroup: IHeaderFooterGroup<FooterWrapper>
- -
-
- -

Optional Readonly grid

- - -
-
- -

Optional Readonly headerWrapperGroup

-
headerWrapperGroup: IHeaderFooterGroup<HeaderWrapper>
- -
-
- -

Optional Readonly lineNumbers

- - -
-
- -

Optional Readonly page

-
page: { borders?: IPageBordersOptions; margin?: IPageMarginAttributes; pageNumbers?: IPageNumberTypeAttributes; size?: IPageSizeAttributes }
- -
-

Type declaration

- -
-
-
- -

Optional Readonly titlePage

-
titlePage: boolean
- -
-
- -

Optional Readonly type

- - -
-
- -

Optional Readonly verticalAlign

-
verticalAlign: VerticalAlign
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ishadingattributesproperties.html b/api/interfaces/ishadingattributesproperties.html deleted file mode 100644 index dea89b20be..0000000000 --- a/api/interfaces/ishadingattributesproperties.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IShadingAttributesProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IShadingAttributesProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IShadingAttributesProperties -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly color

-
color: string
- -
-
- -

Optional Readonly fill

-
fill: string
- -
-
- -

Optional Readonly type

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ispacingproperties.html b/api/interfaces/ispacingproperties.html deleted file mode 100644 index 3d9ed6d222..0000000000 --- a/api/interfaces/ispacingproperties.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - ISpacingProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ISpacingProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ISpacingProperties -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly after

-
after: number
- -
-
- -

Optional Readonly afterAutoSpacing

-
afterAutoSpacing: boolean
- -
-
- -

Optional Readonly before

-
before: number
- -
-
- -

Optional Readonly beforeAutoSpacing

-
beforeAutoSpacing: boolean
- -
-
- -

Optional Readonly line

-
line: number
- -
-
- -

Optional Readonly lineRule

-
lineRule: LineRuleType
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/istylesoptions.html b/api/interfaces/istylesoptions.html deleted file mode 100644 index 7cd0259fc4..0000000000 --- a/api/interfaces/istylesoptions.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - IStylesOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IStylesOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IStylesOptions -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly characterStyles

-
characterStyles: ICharacterStyleOptions[]
- -
-
- -

Optional Readonly default

-
default: IDefaultStylesOptions
- -
-
- -

Optional Readonly importedStyles

- - -
-
- -

Optional Readonly initialStyles

-
initialStyles: BaseXmlComponent
- -
-
- -

Optional Readonly paragraphStyles

-
paragraphStyles: IParagraphStyleOptions[]
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/isymbolrunoptions.html b/api/interfaces/isymbolrunoptions.html deleted file mode 100644 index b4f13edfbc..0000000000 --- a/api/interfaces/isymbolrunoptions.html +++ /dev/null @@ -1,603 +0,0 @@ - - - - - - ISymbolRunOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ISymbolRunOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly allCaps

-
allCaps: boolean
- -
-
- -

Optional Readonly bold

-
bold: boolean
- -
-
- -

Optional Readonly boldComplexScript

-
boldComplexScript: boolean
- -
-
- -

Optional Readonly break

-
break: number
- -
-
- -

Readonly char

-
char: string
- -
-
- -

Optional Readonly characterSpacing

-
characterSpacing: number
- -
-
- -

Optional Readonly children

-
children: (string | FootnoteReferenceRun | Begin | FieldInstruction | Separate | End)[]
- -
-
- -

Optional Readonly color

-
color: string
- -
-
- -

Optional Readonly doubleStrike

-
doubleStrike: boolean
- -
-
- -

Optional Readonly emboss

-
emboss: boolean
- -
-
- -

Optional Readonly emphasisMark

-
emphasisMark: { type?: DOT }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly type?: DOT
    -
  • -
-
-
-
- -

Optional Readonly font

-
font: string | IFontOptions | IFontAttributesProperties
- -
-
- -

Optional Readonly highlight

-
highlight: string
- -
-
- -

Optional Readonly highlightComplexScript

-
highlightComplexScript: string | boolean
- -
-
- -

Optional Readonly imprint

-
imprint: boolean
- -
-
- -

Optional Readonly italics

-
italics: boolean
- -
-
- -

Optional Readonly italicsComplexScript

-
italicsComplexScript: boolean
- -
-
- -

Optional Readonly rightToLeft

-
rightToLeft: boolean
- -
-
- -

Optional Readonly shading

- - -
-
- -

Optional Readonly size

-
size: string | number
- -
-
- -

Optional Readonly sizeComplexScript

-
sizeComplexScript: string | number | boolean
- -
-
- -

Optional Readonly smallCaps

-
smallCaps: boolean
- -
-
- -

Optional Readonly strike

-
strike: boolean
- -
-
- -

Optional Readonly style

-
style: string
- -
-
- -

Optional Readonly subScript

-
subScript: boolean
- -
-
- -

Optional Readonly superScript

-
superScript: boolean
- -
-
- -

Optional Readonly symbolfont

-
symbolfont: string
- -
-
- -

Optional Readonly text

-
text: string
- -
-
- -

Optional Readonly underline

-
underline: { color?: string; type?: UnderlineType }
- -
-

Type declaration

-
    -
  • -
    Optional Readonly color?: string
    -
  • -
  • -
    Optional Readonly type?: UnderlineType
    -
  • -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itablebordersoptions.html b/api/interfaces/itablebordersoptions.html deleted file mode 100644 index c9cf9e312a..0000000000 --- a/api/interfaces/itablebordersoptions.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - ITableBordersOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableBordersOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ITableBordersOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly bottom

- - -
-
- -

Optional Readonly insideHorizontal

-
insideHorizontal: IBorderOptions
- -
-
- -

Optional Readonly insideVertical

-
insideVertical: IBorderOptions
- -
-
- -

Optional Readonly left

- - -
-
- -

Optional Readonly right

- - -
-
- -

Optional Readonly top

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itablecellborders.html b/api/interfaces/itablecellborders.html deleted file mode 100644 index f8306dc29c..0000000000 --- a/api/interfaces/itablecellborders.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - ITableCellBorders | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableCellBorders

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ITableCellBorders -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly bottom

- - -
-
- -

Optional Readonly end

- - -
-
- -

Optional Readonly left

- - -
-
- -

Optional Readonly right

- - -
-
- -

Optional Readonly start

- - -
-
- -

Optional Readonly top

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itablecelloptions.html b/api/interfaces/itablecelloptions.html deleted file mode 100644 index 47ce4aa6c5..0000000000 --- a/api/interfaces/itablecelloptions.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - ITableCellOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableCellOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ITableCellPropertiesOptions -
      -
    • - ITableCellOptions -
    • -
    -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly borders

- - -
-
- -

Readonly children

-
children: (Paragraph | Table)[]
- -
-
- -

Optional Readonly columnSpan

-
columnSpan: number
- -
-
- -

Optional Readonly margins

-
margins: ITableCellMarginOptions
- -
-
- -

Optional Readonly rowSpan

-
rowSpan: number
- -
-
- -

Optional Readonly shading

- - -
-
- -

Optional Readonly textDirection

-
textDirection: TextDirection
- -
-
- -

Optional Readonly verticalAlign

-
verticalAlign: VerticalAlign
- -
-
- -

Optional Readonly verticalMerge

-
verticalMerge: VerticalMergeType
- -
-
- -

Optional Readonly width

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itablefloatoptions.html b/api/interfaces/itablefloatoptions.html deleted file mode 100644 index e6f28e4f39..0000000000 --- a/api/interfaces/itablefloatoptions.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - ITableFloatOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableFloatOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ITableFloatOptions -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly absoluteHorizontalPosition

-
absoluteHorizontalPosition: string | number
- -
-
-

Specifies an absolute horizontal position for the table, relative to the horizontalAnchor. - The value is in twentieths of a point. Note that the value can be negative, in which case the - table is positioned before the anchor object in the direction of horizontal text flow. - If relativeHorizontalPosition is also specified, then the absoluteHorizontalPosition attribute is ignored. - If the attribute is omitted, the value is assumed to be zero.

-
-
-
-
- -

Optional Readonly absoluteVerticalPosition

-
absoluteVerticalPosition: string | number
- -
-
-

Specifies an absolute vertical position for the table, relative to the verticalAnchor anchor. - The value is in twentieths of a point. Note that the value can be negative, in which case the table is - positioned before the anchor object in the direction of vertical text flow. - If relativeVerticalPosition is also specified, then the absoluteVerticalPosition attribute is ignored. - If the attribute is omitted, the value is assumed to be zero.

-
-
-
-
- -

Optional Readonly bottomFromText

-
bottomFromText: string | number
- -
-
-

Specifies the minimun distance to be maintained between the table and the top of text in the paragraph - below the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

-
-
-
-
- -

Optional Readonly horizontalAnchor

-
horizontalAnchor: TableAnchorType
- -
-
-

Specifies the horizontal anchor or the base object from which the horizontal positioning in the - tblpX or tblpXSpec attribute should be determined. - margin - relative to the vertical edge of the text margin before any text runs (left edge for left-to-right paragraphs) - page - relative to the vertical edge of the page before any text runs (left edge for left-to-right paragraphs) - text - relative to the vertical edge of the text margin for the column in which the anchor paragraph is located - If omitted, the value is assumed to be page.

-
-
-
-
- -

Optional Readonly leftFromText

-
leftFromText: string | number
- -
-
-

Specifies the minimun distance to be maintained between the table and the edge of text in the paragraph - to the left of the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

-
-
-
-
- -

Optional Readonly overlap

-
overlap: OverlapType
- -
-
- -

Optional Readonly relativeHorizontalPosition

-
relativeHorizontalPosition: RelativeHorizontalPosition
- -
-
-

Specifies a relative horizontal position for the table, relative to the horizontalAnchor attribute. - This will supersede the absoluteHorizontalPosition attribute. - Possible values are: - center - the table should be horizontally centered with respect to the anchor - inside - the table should be inside of the anchor - left - the table should be left aligned with respect to the anchor - outside - the table should be outside of the anchor - right - the table should be right aligned with respect to the anchor

-
-
-
-
- -

Optional Readonly relativeVerticalPosition

-
relativeVerticalPosition: RelativeVerticalPosition
- -
-
-

Specifies a relative vertical position for the table, relative to the verticalAnchor attribute. - This will supersede the absoluteVerticalPosition attribute. Possible values are: - center - the table should be vertically centered with respect to the anchor - inside - the table should be vertically aligned to the edge of the anchor and inside the anchor - bottom - the table should be vertically aligned to the bottom edge of the anchor - outside - the table should be vertically aligned to the edge of the anchor and outside the anchor - inline - the table should be vertically aligned in line with the surrounding text (so as to not allow any text wrapping around it) - top - the table should be vertically aligned to the top edge of the anchor

-
-
-
-
- -

Optional Readonly rightFromText

-
rightFromText: string | number
- -
-
-

Specifies the minimun distance to be maintained between the table and the edge of text in the paragraph - to the right of the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

-
-
-
-
- -

Optional Readonly topFromText

-
topFromText: string | number
- -
-
-

Specifies the minimun distance to be maintained between the table and the bottom edge of text in the paragraph - above the table. The value is in twentieths of a point. If omitted, the value is assumed to be zero.

-
-
-
-
- -

Optional Readonly verticalAnchor

-
verticalAnchor: TableAnchorType
- -
-
-

Specifies the vertical anchor or the base object from which the vertical positioning - in the absoluteVerticalPosition attribute should be determined. Possible values are: - margin - relative to the horizontal edge of the text margin before any text runs (top edge for top-to-bottom paragraphs) - page - relative to the horizontal edge of the page before any text runs (top edge for top-to-bottom paragraphs) - text - relative to the horizontal edge of the text margin for the column in which the anchor paragraph is located - If omitted, the value is assumed to be page.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itableofcontentsoptions.html b/api/interfaces/itableofcontentsoptions.html deleted file mode 100644 index c99e33a1fb..0000000000 --- a/api/interfaces/itableofcontentsoptions.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - - ITableOfContentsOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableOfContentsOptions

-
-
-
-
-
-
-
-
-
-

Options according to this docs: - https://www.ecma-international.org/publications/standards/Ecma-376.htm - Part 1 - Page 1251

-
-

Short Guide: - http://officeopenxml.com/WPtableOfContents.php

-
-
-
-

Hierarchy

-
    -
  • - ITableOfContentsOptions -
  • -
-
-
-

Index

-
- -
-
-
-

Properties

-
- -

Optional Readonly captionLabel

-
captionLabel: string
- -
-
-

\a option - Includes captioned items, but omits caption labels and numbers. - The identifier designated by text in this switch's field-argument corresponds to the caption label. - Use captionLabelIncludingNumbers (\c) to build a table of captions with labels and numbers.

-
-
-
-
- -

Optional Readonly captionLabelIncludingNumbers

-
captionLabelIncludingNumbers: string
- -
-
-

\c option - Includes figures, tables, charts, and other items that are numbered - by a SEQ field (§17.16.5.56). The sequence identifier designated by text in this switch's - field-argument, which corresponds to the caption label, shall match the identifier in the - corresponding SEQ field.

-
-
-
-
- -

Optional Readonly entriesFromBookmark

-
entriesFromBookmark: string
- -
-
-

\b option - Includes entries only from the portion of the document marked by - the bookmark named by text in this switch's field-argument.

-
-
-
-
- -

Optional Readonly entryAndPageNumberSeparator

-
entryAndPageNumberSeparator: string
- -
-
-

\p option - Text in this switch's field-argument specifies a sequence of characters - that separate an entry and its page number. The default is a tab with leader dots.

-
-
-
-
- -

Optional Readonly headingStyleRange

-
headingStyleRange: string
- -
-
-

\o option - Uses paragraphs formatted with all or the specified range of builtin - heading styles. Headings in a style range are specified by text in this switch's - field-argument using the notation specified as for \l, where each integer corresponds - to the style with a style ID of HeadingX (e.g. 1 corresponds to Heading1). - If no heading range is specified, all heading levels used in the document are listed.

-
-
-
-
- -

Optional Readonly hideTabAndPageNumbersInWebView

-
hideTabAndPageNumbersInWebView: boolean
- -
-
-

\z Hides tab leader and page numbers in web page view (§17.18.102).

-
-
-
-
- -

Optional Readonly hyperlink

-
hyperlink: boolean
- -
-
-

\h option - Makes the table of contents entries hyperlinks.

-
-
-
-
- -

Optional Readonly pageNumbersEntryLevelsRange

-
pageNumbersEntryLevelsRange: string
- -
-
-

\n option - Without field-argument, omits page numbers from the table of contents. - Page numbers are omitted from all levels unless a range of entry levels is specified by - text in this switch's field-argument. A range is specified as for \l.

-
-
-
-
- -

Optional Readonly preserveNewLineInEntries

-
preserveNewLineInEntries: boolean
- -
-
-

\x Preserves newline characters within table entries.

-
-
-
-
- -

Optional Readonly preserveTabInEntries

-
preserveTabInEntries: boolean
- -
-
-

\w Preserves tab entries within table entries.

-
-
-
-
- -

Optional Readonly seqFieldIdentifierForPrefix

-
seqFieldIdentifierForPrefix: string
- -
-
-

\s option - For entries numbered with a SEQ field (§17.16.5.56), adds a prefix to the page number. - The prefix depends on the type of entry. text in this switch's field-argument shall match the - identifier in the SEQ field.

-
-
-
-
- -

Optional Readonly sequenceAndPageNumbersSeparator

-
sequenceAndPageNumbersSeparator: string
- -
-
-

\d option - When used with \s, the text in this switch's field-argument defines - the separator between sequence and page numbers. The default separator is a hyphen (-).

-
-
-
-
- -

Optional Readonly stylesWithLevels

-
stylesWithLevels: StyleLevel[]
- -
-
-

\t field-argument Uses paragraphs formatted with styles other than the built-in heading styles. - Text in this switch's field-argument specifies those styles as a set of comma-separated doublets, - with each doublet being a comma-separated set of style name and table of content level. - \t can be combined with \o.

-
-
-
-
- -

Optional Readonly tcFieldIdentifier

-
tcFieldIdentifier: string
- -
-
-

\f option - Includes only those TC fields whose identifier exactly matches the - text in this switch's field-argument (which is typically a letter).

-
-
-
-
- -

Optional Readonly tcFieldLevelRange

-
tcFieldLevelRange: string
- -
-
-

\l option - Includes TC fields that assign entries to one of the levels specified - by text in this switch's field-argument as a range having the form startLevel-endLevel, - where startLevel and endLevel are integers, and startLevel has a value equal-to or less-than endLevel. - TC fields that assign entries to lower levels are skipped.

-
-
-
-
- -

Optional Readonly useAppliedParagraphOutlineLevel

-
useAppliedParagraphOutlineLevel: boolean
- -
-
-

\u Uses the applied paragraph outline level.

-
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itableoptions.html b/api/interfaces/itableoptions.html deleted file mode 100644 index 8c588faad4..0000000000 --- a/api/interfaces/itableoptions.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - ITableOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ITableOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly alignment

-
alignment: AlignmentType
- -
-
- -

Optional Readonly borders

- - -
-
- -

Optional Readonly columnWidths

-
columnWidths: number[]
- -
-
- -

Optional Readonly float

- - -
-
- -

Optional Readonly indent

- - -
-
- -

Optional Readonly layout

- - -
-
- -

Optional Readonly margins

-
margins: ITableCellMarginOptions
- -
-
- -

Readonly rows

-
rows: TableRow[]
- -
-
- -

Optional Readonly style

-
style: string
- -
-
- -

Optional Readonly visuallyRightToLeft

-
visuallyRightToLeft: boolean
- -
-
- -

Optional Readonly width

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itablepropertiesoptions.html b/api/interfaces/itablepropertiesoptions.html deleted file mode 100644 index 1ef722024d..0000000000 --- a/api/interfaces/itablepropertiesoptions.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - ITablePropertiesOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITablePropertiesOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ITablePropertiesOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly alignment

-
alignment: AlignmentType
- -
-
- -

Optional Readonly borders

- - -
-
- -

Optional Readonly cellMargin

-
cellMargin: ITableCellMarginOptions
- -
-
- -

Optional Readonly float

- - -
-
- -

Optional Readonly indent

- - -
-
- -

Optional Readonly layout

- - -
-
- -

Optional Readonly shading

- - -
-
- -

Optional Readonly style

-
style: string
- -
-
- -

Optional Readonly visuallyRightToLeft

-
visuallyRightToLeft: boolean
- -
-
- -

Optional Readonly width

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itablerowoptions.html b/api/interfaces/itablerowoptions.html deleted file mode 100644 index df79f51a5b..0000000000 --- a/api/interfaces/itablerowoptions.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - ITableRowOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableRowOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly cantSplit

-
cantSplit: boolean
- -
-
- -

Readonly children

-
children: TableCell[]
- -
-
- -

Optional Readonly height

-
height: { rule: HeightRule; value: string | number }
- -
-

Type declaration

-
    -
  • -
    Readonly rule: HeightRule
    -
  • -
  • -
    Readonly value: string | number
    -
  • -
-
-
-
- -

Optional Readonly tableHeader

-
tableHeader: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itablerowpropertiesoptions.html b/api/interfaces/itablerowpropertiesoptions.html deleted file mode 100644 index 5a06bb8bf6..0000000000 --- a/api/interfaces/itablerowpropertiesoptions.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - ITableRowPropertiesOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableRowPropertiesOptions

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly cantSplit

-
cantSplit: boolean
- -
-
- -

Optional Readonly height

-
height: { rule: HeightRule; value: string | number }
- -
-

Type declaration

-
    -
  • -
    Readonly rule: HeightRule
    -
  • -
  • -
    Readonly value: string | number
    -
  • -
-
-
-
- -

Optional Readonly tableHeader

-
tableHeader: boolean
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itablewidthproperties.html b/api/interfaces/itablewidthproperties.html deleted file mode 100644 index 5a496d76ec..0000000000 --- a/api/interfaces/itablewidthproperties.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - ITableWidthProperties | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITableWidthProperties

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ITableWidthProperties -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Readonly size

-
size: string | number
- -
-
- -

Optional Readonly type

-
type: WidthType
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/itextwrapping.html b/api/interfaces/itextwrapping.html deleted file mode 100644 index 45755cb9c9..0000000000 --- a/api/interfaces/itextwrapping.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - ITextWrapping | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface ITextWrapping

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - ITextWrapping -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly margins

-
margins: IDistance
- -
-
- -

Optional Readonly side

- - -
-
- -

Readonly type

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/iverticalpositionoptions.html b/api/interfaces/iverticalpositionoptions.html deleted file mode 100644 index e6ccd510fe..0000000000 --- a/api/interfaces/iverticalpositionoptions.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - IVerticalPositionOptions | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IVerticalPositionOptions

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IVerticalPositionOptions -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly align

- - -
-
- -

Optional Readonly offset

-
offset: number
- -
-
- -

Optional Readonly relative

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ixmlableobject.html b/api/interfaces/ixmlableobject.html deleted file mode 100644 index c2a2893f12..0000000000 --- a/api/interfaces/ixmlableobject.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - - IXmlableObject | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IXmlableObject

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Object -
      -
    • - IXmlableObject -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Properties

-
- -

Optional Readonly _attr

- - -
-
- -

constructor

-
constructor: Function
- -
-
-

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

-
-
-
-
- -

should

-
should: Assertion
- -
-
-
-

Methods

-
- -

hasOwnProperty

-
    -
  • hasOwnProperty(v: PropertyKey): boolean
  • -
-
    -
  • - -
    -
    -

    Determines whether an object has a property with the specified name.

    -
    -
    -

    Parameters

    -
      -
    • -
      v: PropertyKey
      -
      -

      A property name.

      -
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

isPrototypeOf

-
    -
  • isPrototypeOf(v: Object): boolean
  • -
-
    -
  • - -
    -
    -

    Determines whether an object exists in another object's prototype chain.

    -
    -
    -

    Parameters

    -
      -
    • -
      v: Object
      -
      -

      Another object whose prototype chain is to be checked.

      -
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

propertyIsEnumerable

-
    -
  • propertyIsEnumerable(v: PropertyKey): boolean
  • -
-
    -
  • - -
    -
    -

    Determines whether a specified property is enumerable.

    -
    -
    -

    Parameters

    -
      -
    • -
      v: PropertyKey
      -
      -

      A property name.

      -
      -
    • -
    -

    Returns boolean

    -
  • -
-
-
- -

toLocaleString

-
    -
  • toLocaleString(): string
  • -
-
    -
  • - -
    -
    -

    Returns a date converted to a string using the current locale.

    -
    -
    -

    Returns string

    -
  • -
-
-
- -

toString

-
    -
  • toString(): string
  • -
-
    -
  • - -
    -
    -

    Returns a string representation of an object.

    -
    -
    -

    Returns string

    -
  • -
-
-
- -

valueOf

-
    -
  • valueOf(): Object
  • -
-
    -
  • - -
    -
    -

    Returns the primitive value of the specified object.

    -
    -
    -

    Returns Object

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/interfaces/ixmlattribute.html b/api/interfaces/ixmlattribute.html deleted file mode 100644 index 94fbc4582a..0000000000 --- a/api/interfaces/ixmlattribute.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - IXmlAttribute | docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Interface IXmlAttribute

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - IXmlAttribute -
  • -
-
-
-

Indexable

-
[key: string]: string | number | boolean
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/api/modules.html b/api/modules.html index 797371d11f..0ee23dc520 100644 --- a/api/modules.html +++ b/api/modules.html @@ -1,1997 +1,5 @@ - - - - - - docx - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
-

docx

-
-
-
-
-
-
-
-

Index

-
-
-
-

Enumerations

- -
-
-

Classes

- -
-
-

Interfaces

- -
-
-

Type aliases

- -
-
-

Variables

- -
-
-

Functions

- -
-
-
-
-
-

Type aliases

-
- -

AttributeMap

-
AttributeMap<T>: {[ P in keyof T]: string }
- -

Type parameters

-
    -
  • -

    T

    -
  • -
-
-
- -

MathComponent

- - -
-
- -

ParagraphChild

- - -
-
-
-

Variables

-
- -

Const EMPTY_OBJECT

-
EMPTY_OBJECT: {} = ...
- -
-

Type declaration

-
    -
-
-
-
- -

Const sectionMarginDefaults

-
sectionMarginDefaults: { BOTTOM: string; FOOTER: number; GUTTER: number; HEADER: number; LEFT: string; RIGHT: string; TOP: string } = ...
- -
-

Type declaration

-
    -
  • -
    BOTTOM: string
    -
  • -
  • -
    FOOTER: number
    -
  • -
  • -
    GUTTER: number
    -
  • -
  • -
    HEADER: number
    -
  • -
  • -
    LEFT: string
    -
  • -
  • -
    RIGHT: string
    -
  • -
  • -
    TOP: string
    -
  • -
-
-
-
- -

Const sectionPageSizeDefaults

-
sectionPageSizeDefaults: { HEIGHT: number; ORIENTATION: PageOrientation; WIDTH: number } = ...
- -
-

Type declaration

-
    -
  • -
    HEIGHT: number
    -
  • -
  • -
    ORIENTATION: PageOrientation
    -
  • -
  • -
    WIDTH: number
    -
  • -
-
-
-
-
-

Functions

-
- -

Const convertInchesToTwip

-
    -
  • convertInchesToTwip(inches: number): number
  • -
- -
-
- -

Const convertMillimetersToTwip

-
    -
  • convertMillimetersToTwip(millimeters: number): number
  • -
- -
-
- -

convertToXmlComponent

- - -
-
- -

dateTimeValue

-
    -
  • dateTimeValue(val: Date): string
  • -
- -
-
- -

decimalNumber

-
    -
  • decimalNumber(val: number): number
  • -
- -
-
- -

Const eighthPointMeasureValue

-
    -
  • eighthPointMeasureValue(val: number): number
  • -
- -
-
- -

hexColorValue

-
    -
  • hexColorValue(val: string): string
  • -
- -
-
- -

hpsMeasureValue

-
    -
  • hpsMeasureValue(val: string | number): string | number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      val: string | number
      -
    • -
    -

    Returns string | number

    -
  • -
-
-
- -

longHexNumber

-
    -
  • longHexNumber(val: string): string
  • -
- -
-
- -

measurementOrPercentValue

-
    -
  • measurementOrPercentValue(val: number | string): number | string
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      val: number | string
      -
    • -
    -

    Returns number | string

    -
  • -
-
-
- -

percentageValue

-
    -
  • percentageValue(val: string): string
  • -
- -
-
- -

Const pointMeasureValue

-
    -
  • pointMeasureValue(val: number): number
  • -
- -
-
- -

positiveUniversalMeasureValue

-
    -
  • positiveUniversalMeasureValue(val: string): string
  • -
- -
-
- -

shortHexNumber

-
    -
  • shortHexNumber(val: string): string
  • -
- -
-
- -

signedHpsMeasureValue

-
    -
  • signedHpsMeasureValue(val: string | number): string | number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      val: string | number
      -
    • -
    -

    Returns string | number

    -
  • -
-
-
- -

signedTwipsMeasureValue

-
    -
  • signedTwipsMeasureValue(val: string | number): string | number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      val: string | number
      -
    • -
    -

    Returns string | number

    -
  • -
-
-
- -

twipsMeasureValue

-
    -
  • twipsMeasureValue(val: string | number): string | number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      val: string | number
      -
    • -
    -

    Returns string | number

    -
  • -
-
-
- -

uCharHexNumber

-
    -
  • uCharHexNumber(val: string): string
  • -
- -
-
- -

Const uniqueId

-
    -
  • uniqueId(): string
  • -
- -
-
- -

Const uniqueNumericId

-
    -
  • uniqueNumericId(): number
  • -
- -
-
- -

universalMeasureValue

-
    -
  • universalMeasureValue(val: string): string
  • -
- -
-
- -

unsignedDecimalNumber

-
    -
  • unsignedDecimalNumber(val: number): number
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Static property
  • -
  • Static method
  • -
-
    -
  • Property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file +docx
Options
All
  • Public
  • Public/Protected
  • All
Menu

docx

Index

References

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

References

File

Renames and re-exports Document

Type aliases

AttributeMap

AttributeMap<T>: { [ P in keyof T]: string }

Type parameters

  • T

MathComponent

ParagraphChild

Variables

EMPTY_OBJECT

EMPTY_OBJECT: {} = ...

Type declaration

    sectionMarginDefaults

    sectionMarginDefaults: { BOTTOM: string; FOOTER: number; GUTTER: number; HEADER: number; LEFT: string; RIGHT: string; TOP: string } = ...

    Type declaration

    • BOTTOM: string
    • FOOTER: number
    • GUTTER: number
    • HEADER: number
    • LEFT: string
    • RIGHT: string
    • TOP: string

    sectionPageSizeDefaults

    sectionPageSizeDefaults: { HEIGHT: number; ORIENTATION: PageOrientation; WIDTH: number } = ...

    Type declaration

    Functions

    Const convertInchesToTwip

    • convertInchesToTwip(inches: number): number

    Const convertMillimetersToTwip

    • convertMillimetersToTwip(millimeters: number): number

    convertToXmlComponent

    dateTimeValue

    • dateTimeValue(val: Date): string

    decimalNumber

    • decimalNumber(val: number): number

    Const eighthPointMeasureValue

    • eighthPointMeasureValue(val: number): number

    hexColorValue

    • hexColorValue(val: string): string

    hpsMeasureValue

    • hpsMeasureValue(val: string | number): string | number

    longHexNumber

    • longHexNumber(val: string): string

    measurementOrPercentValue

    • measurementOrPercentValue(val: string | number): number | string

    percentageValue

    • percentageValue(val: string): string

    Const pointMeasureValue

    • pointMeasureValue(val: number): number

    positiveUniversalMeasureValue

    • positiveUniversalMeasureValue(val: string): string

    shortHexNumber

    • shortHexNumber(val: string): string

    signedHpsMeasureValue

    • signedHpsMeasureValue(val: string | number): string | number

    signedTwipsMeasureValue

    • signedTwipsMeasureValue(val: string | number): string | number

    twipsMeasureValue

    • twipsMeasureValue(val: string | number): string | number

    uCharHexNumber

    • uCharHexNumber(val: string): string

    Const uniqueId

    • uniqueId(): string

    Const uniqueNumericId

    • uniqueNumericId(): number

    universalMeasureValue

    • universalMeasureValue(val: string): string

    unsignedDecimalNumber

    • unsignedDecimalNumber(val: number): number

    Legend

    • Constructor
    • Property
    • Method
    • Inherited constructor
    • Inherited property
    • Inherited method
    • Static property
    • Static method
    • Property

    Settings

    Theme

    Generated using TypeDoc

    \ No newline at end of file diff --git a/usage/hyperlinks.md b/usage/hyperlinks.md index 82bfb366f9..1d7c1355d5 100644 --- a/usage/hyperlinks.md +++ b/usage/hyperlinks.md @@ -1,47 +1,98 @@ # Hyperlinks +!> Hyperlinks require an understanding of [Paragraphs](usage/paragraph.md) and [Text](usage/text.md). + There are two types of hyperlinks: internal (pointing to a bookmark inside the document) and external (pointing to an external url). ## Internal -To create an internal hyperlink you need first to create a bookmark (the paragraph that will be the destination of the hyperlink) with `doc.createBookmark(anchor, text)`. +To create an internal hyperlink you need first to create a `Bookmark`, which contains the content that will be the destination of the hyperlink. -A bookmark is composed of an anchor (an identifier) and the text displayed. After creating a bookmark just add it to a paragraph with `paragraph.addBookmark(bookmark)` - -For example: +A bookmark is composed of an anchor (an identifier) and the text displayed. After creating a bookmark just add it to a paragraph. For example, creating a bookmarked heading: ```ts -const paragraph = this.doc.createParagraph(); -const bookmark = this.doc.createBookmark('anchorForChapter1', 'This is chapter1'); -paragraph.addBookmark(bookmark); +const chapter1 = new Paragraph({ + heading: HeadingLevel.HEADING_1, + children: [ + new Bookmark({ + id: "anchorForChapter1", + children: [ + new TextRun("Chapter 1"), + ], + }), + ], +}) ``` -Then you can create an hyperlink pointing to that bookmark with `doc.createInternalHyperLink(anchor,text)`: +Then you can create an hyperlink pointing to that bookmark with an `InternalHyperLink`: ```ts -const paragraph = this.doc.createParagraph(); -const link = this.doc.createInternalHyperLink('anchorForChapter1', 'This is a link to chapter1'); -paragraph.addHyperLink(link); +const link = new InternalHyperlink({ + children: [ + new TextRun({ + text: "See Chapter 1", + style: "Hyperlink", + }), + ], + anchor: "anchorForChapter1", +}) +``` + +You can also get the page number of the bookmark by creating a page reference to it: + +```ts +const paragraph = new Paragraph({ + children: [ + new TextRun("Chapter 1 can be seen on page "), + new PageReference("anchorForChapter1"), + ], +}); ``` ## External -To create an external hyperlink you just need to specify the url and the text of the link, then add it to a paragraph with `doc.createHyperlink(url, text)`: +To create an external hyperlink you just need to specify the url and the text of the link, then add it to a paragraph: ```ts -const paragraph = this.doc.createParagraph(); -const link = this.doc.createHyperlink('https://docx.js.org', 'This is an external link'); -paragraph.addHyperLink(link); +const paragraph = new Paragraph({ + children: [ + new ExternalHyperlink({ + children: [ + new TextRun({ + text: "This is an external link!", + style: "Hyperlink", + }), + ], + link: "https://docx.js.org", + }), + ], +}); ``` -## Styling an hyperlink +## Styling hyperlinks -It is possible to set the style of the text of an hyperlink. This can be done applying run formatting on `TextRun` property of the hyperlink. +It is possible to set the style of the text of both internal and external hyperlinks. This can be done applying run formatting on any of the `TextRun` children of the hyperlink. Use the `style: "Hyperlink"` property to show the default link styles, which can be combined with any other style. Example: ```ts -const link = this.doc.createHyperlink('https://docx.js.org', 'This is an external link'); -link.TextRun.bold().italics() +const styledLink = new ExternalHyperlink({ + children: [ + new TextRun({ + text: "This is a ", + style: "Hyperlink", + }), + new TextRun({ + text: "bold", + bold: true, + style: "Hyperlink", + }), + new TextRun({ + text: " link!", + style: "Hyperlink", + }), + ], + link: "https://docx.js.org", +}); ``` diff --git a/usage/paragraph.md b/usage/paragraph.md index 0176a43793..7dd9adaadf 100644 --- a/usage/paragraph.md +++ b/usage/paragraph.md @@ -180,12 +180,12 @@ Adding spacing between paragraphs ### ISpacingProperties -| Property | Type | Notes | -| -------- | -------------- | -------- | -| after | `number` | Optional | -| before | `number` | Optional | -| line | `number` | Optional | -| lineRule | `LineRuleType` | Optional | +| Property | Type | Notes | Possible Values | +| -------- | -------------- | -------- | ----------------------------- | +| after | `number` | Optional | | +| before | `number` | Optional | | +| line | `number` | Optional | | +| lineRule | `LineRuleType` | Optional | `AT_LEAST`, `EXACTLY`, `AUTO` | **Example:** diff --git a/usage/tab-stops.md b/usage/tab-stops.md index 1a3d1e3b2e..5c859a1bac 100644 --- a/usage/tab-stops.md +++ b/usage/tab-stops.md @@ -4,15 +4,15 @@ !> **Note**: The unit of measurement for a tab stop is in [DXA](https://stackoverflow.com/questions/14360183/default-wordml-unit-measurement-pixel-or-point-or-inches) -![Word 2013 Tabs](http://www.teachucomp.com/wp-content/uploads/blog-4-22-2015-UsingTabStopsInWord-1024x577.png "Word 2013 Tab Stops") +![Word 2013 Tabs](https://support.content.office.net/en-us/media/d75ca75d-9fe9-4d46-9a8b-4534c13acbc5.png "Word 2013 Tab Stops") -Simply call the relevant methods on the paragraph listed below. Then just add a `tab()` method call to a text object. Adding multiple `tabStops` will mean you would have to chain `tab()` until the desired `tabStop` is selected. Example is shown below. +Simply declare the tab stops on the paragraph, as shown below. Use the tab character `\t` to indicate the tab position within the `text` property of a `TextRun`. Adding multiple `tabStops` will mean you can add additional `\t` characters until the desired `tabStop` is selected. Example is shown below. ## Example ```ts const paragraph = new Paragraph({ - children: [new TextRun("Hey everyone").bold(), new TextRun(\t"11th November 1999")], + children: [new TextRun({ text: "Hey everyone", bold: true}), new TextRun("\t11th November 1999")], tabStops: [ { type: TabStopType.RIGHT, @@ -26,7 +26,7 @@ The example above will create a left aligned text, and a right aligned text on t ```ts const paragraph = new Paragraph({ - children: [new TextRun("Second tab stop here I come!")], + children: [new TextRun("\t\tSecond tab stop here I come!")], tabStops: [ { type: TabStopType.RIGHT, @@ -46,7 +46,7 @@ You can add multiple tab stops of the same `type` too. ```ts const paragraph = new Paragraph({ - children: [new TextRun("Multiple tab stops!")], + children: [new TextRun("Multiple \ttab \tstops!")], tabStops: [ { type: TabStopType.RIGHT, @@ -103,7 +103,7 @@ const paragraph = new Paragraph({ }); ``` -2268 is the distance fro0oum the left side. +2268 is the distance from the left side. ## Max Right Tab Stop diff --git a/usage/tables.md b/usage/tables.md index a13b7f5a02..aba2e35c6f 100644 --- a/usage/tables.md +++ b/usage/tables.md @@ -242,12 +242,12 @@ const cell = new TableCell({ `WidthType` values can be: -| Property | Notes | -| -------- | --------------------------------- | -| AUTO | | -| DXA | value is in twentieths of a point | -| NIL | is considered as zero | -| PCT | percent of table width | +| Property | Notes | +| ---------- | --------------------------------- | +| AUTO | | +| DXA | Value is in twentieths of a point | +| NIL | Is considered as zero | +| PERCENTAGE | Percent of table width | ### Nested Tables