diff --git a/api/assets/css/main.css b/api/assets/css/main.css new file mode 100644 index 0000000000..46571c27c3 --- /dev/null +++ b/api/assets/css/main.css @@ -0,0 +1,2660 @@ +: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/images/icons.png b/api/assets/images/icons.png new file mode 100644 index 0000000000..3836d5fe46 Binary files /dev/null and b/api/assets/images/icons.png differ diff --git a/api/assets/images/icons@2x.png b/api/assets/images/icons@2x.png new file mode 100644 index 0000000000..5a209e2f6d Binary files /dev/null and b/api/assets/images/icons@2x.png differ diff --git a/api/assets/images/widgets.png b/api/assets/images/widgets.png new file mode 100644 index 0000000000..c7380532ac Binary files /dev/null and b/api/assets/images/widgets.png differ diff --git a/api/assets/images/widgets@2x.png b/api/assets/images/widgets@2x.png new file mode 100644 index 0000000000..4bbbd57272 Binary files /dev/null and b/api/assets/images/widgets@2x.png differ diff --git a/api/assets/js/main.js b/api/assets/js/main.js new file mode 100644 index 0000000000..dc257a8681 --- /dev/null +++ b/api/assets/js/main.js @@ -0,0 +1,248 @@ +/* + * 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 new file mode 100644 index 0000000000..f65911480d --- /dev/null +++ b/api/assets/js/search.js @@ -0,0 +1 @@ +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":2048,"name":"verifyUpdateFields","url":"classes/document.html#verifyupdatefields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Document"},{"id":3,"kind":262144,"name":"Document","url":"classes/document.html#document-1","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":4,"kind":262144,"name":"Styles","url":"classes/document.html#styles","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":5,"kind":262144,"name":"CoreProperties","url":"classes/document.html#coreproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":6,"kind":262144,"name":"Numbering","url":"classes/document.html#numbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":7,"kind":262144,"name":"Media","url":"classes/document.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":8,"kind":262144,"name":"FileRelationships","url":"classes/document.html#filerelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":9,"kind":262144,"name":"Headers","url":"classes/document.html#headers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":10,"kind":262144,"name":"Footers","url":"classes/document.html#footers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":11,"kind":262144,"name":"ContentTypes","url":"classes/document.html#contenttypes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":12,"kind":262144,"name":"CustomProperties","url":"classes/document.html#customproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":13,"kind":262144,"name":"AppProperties","url":"classes/document.html#appproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":14,"kind":262144,"name":"FootNotes","url":"classes/document.html#footnotes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":15,"kind":262144,"name":"Settings","url":"classes/document.html#settings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Document"},{"id":16,"kind":4,"name":"AlignmentType","url":"enums/alignmenttype.html","classes":"tsd-kind-enum"},{"id":17,"kind":16,"name":"START","url":"enums/alignmenttype.html#start","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":18,"kind":16,"name":"END","url":"enums/alignmenttype.html#end","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":19,"kind":16,"name":"CENTER","url":"enums/alignmenttype.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":20,"kind":16,"name":"BOTH","url":"enums/alignmenttype.html#both","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":21,"kind":16,"name":"JUSTIFIED","url":"enums/alignmenttype.html#justified","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":22,"kind":16,"name":"DISTRIBUTE","url":"enums/alignmenttype.html#distribute","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":23,"kind":16,"name":"LEFT","url":"enums/alignmenttype.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":24,"kind":16,"name":"RIGHT","url":"enums/alignmenttype.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"AlignmentType"},{"id":25,"kind":128,"name":"AlignmentAttributes","url":"classes/alignmentattributes.html","classes":"tsd-kind-class"},{"id":26,"kind":512,"name":"constructor","url":"classes/alignmentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":27,"kind":2048,"name":"prepForXml","url":"classes/alignmentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":28,"kind":2048,"name":"set","url":"classes/alignmentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":29,"kind":262144,"name":"IsDeleted","url":"classes/alignmentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"AlignmentAttributes"},{"id":30,"kind":128,"name":"Alignment","url":"classes/alignment.html","classes":"tsd-kind-class"},{"id":31,"kind":512,"name":"constructor","url":"classes/alignment.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Alignment"},{"id":32,"kind":2048,"name":"prepForXml","url":"classes/alignment.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":33,"kind":2048,"name":"addChildElement","url":"classes/alignment.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":34,"kind":2048,"name":"delete","url":"classes/alignment.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":35,"kind":262144,"name":"IsDeleted","url":"classes/alignment.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Alignment"},{"id":36,"kind":256,"name":"IBorderOptions","url":"interfaces/iborderoptions.html","classes":"tsd-kind-interface"},{"id":37,"kind":1024,"name":"top","url":"interfaces/iborderoptions.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":38,"kind":1024,"name":"bottom","url":"interfaces/iborderoptions.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":39,"kind":1024,"name":"left","url":"interfaces/iborderoptions.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":40,"kind":1024,"name":"right","url":"interfaces/iborderoptions.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBorderOptions"},{"id":41,"kind":128,"name":"Border","url":"classes/border.html","classes":"tsd-kind-class"},{"id":42,"kind":512,"name":"constructor","url":"classes/border.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Border"},{"id":43,"kind":2048,"name":"prepForXml","url":"classes/border.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":44,"kind":2048,"name":"addChildElement","url":"classes/border.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":45,"kind":2048,"name":"delete","url":"classes/border.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":46,"kind":262144,"name":"IsDeleted","url":"classes/border.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Border"},{"id":47,"kind":128,"name":"ThematicBreak","url":"classes/thematicbreak.html","classes":"tsd-kind-class"},{"id":48,"kind":512,"name":"constructor","url":"classes/thematicbreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ThematicBreak"},{"id":49,"kind":2048,"name":"prepForXml","url":"classes/thematicbreak.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":50,"kind":2048,"name":"addChildElement","url":"classes/thematicbreak.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":51,"kind":2048,"name":"delete","url":"classes/thematicbreak.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":52,"kind":262144,"name":"IsDeleted","url":"classes/thematicbreak.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ThematicBreak"},{"id":53,"kind":256,"name":"IIndentAttributesProperties","url":"interfaces/iindentattributesproperties.html","classes":"tsd-kind-interface"},{"id":54,"kind":1024,"name":"left","url":"interfaces/iindentattributesproperties.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":55,"kind":1024,"name":"hanging","url":"interfaces/iindentattributesproperties.html#hanging","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":56,"kind":1024,"name":"firstLine","url":"interfaces/iindentattributesproperties.html#firstline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":57,"kind":1024,"name":"start","url":"interfaces/iindentattributesproperties.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":58,"kind":1024,"name":"end","url":"interfaces/iindentattributesproperties.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":59,"kind":1024,"name":"right","url":"interfaces/iindentattributesproperties.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IIndentAttributesProperties"},{"id":60,"kind":128,"name":"Indent","url":"classes/indent.html","classes":"tsd-kind-class"},{"id":61,"kind":512,"name":"constructor","url":"classes/indent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Indent"},{"id":62,"kind":2048,"name":"prepForXml","url":"classes/indent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":63,"kind":2048,"name":"addChildElement","url":"classes/indent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":64,"kind":2048,"name":"delete","url":"classes/indent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":65,"kind":262144,"name":"IsDeleted","url":"classes/indent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Indent"},{"id":66,"kind":128,"name":"KeepLines","url":"classes/keeplines.html","classes":"tsd-kind-class"},{"id":67,"kind":512,"name":"constructor","url":"classes/keeplines.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"KeepLines"},{"id":68,"kind":2048,"name":"prepForXml","url":"classes/keeplines.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"KeepLines"},{"id":69,"kind":2048,"name":"addChildElement","url":"classes/keeplines.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"KeepLines"},{"id":70,"kind":2048,"name":"delete","url":"classes/keeplines.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"KeepLines"},{"id":71,"kind":262144,"name":"IsDeleted","url":"classes/keeplines.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"KeepLines"},{"id":72,"kind":128,"name":"KeepNext","url":"classes/keepnext.html","classes":"tsd-kind-class"},{"id":73,"kind":512,"name":"constructor","url":"classes/keepnext.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"KeepNext"},{"id":74,"kind":2048,"name":"prepForXml","url":"classes/keepnext.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"KeepNext"},{"id":75,"kind":2048,"name":"addChildElement","url":"classes/keepnext.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"KeepNext"},{"id":76,"kind":2048,"name":"delete","url":"classes/keepnext.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"KeepNext"},{"id":77,"kind":262144,"name":"IsDeleted","url":"classes/keepnext.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"KeepNext"},{"id":78,"kind":128,"name":"PageBreak","url":"classes/pagebreak.html","classes":"tsd-kind-class"},{"id":79,"kind":512,"name":"constructor","url":"classes/pagebreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBreak"},{"id":80,"kind":2048,"name":"prepForXml","url":"classes/pagebreak.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":81,"kind":2048,"name":"addChildElement","url":"classes/pagebreak.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":82,"kind":2048,"name":"delete","url":"classes/pagebreak.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":83,"kind":262144,"name":"IsDeleted","url":"classes/pagebreak.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"PageBreak"},{"id":84,"kind":128,"name":"PageBreakBefore","url":"classes/pagebreakbefore.html","classes":"tsd-kind-class"},{"id":85,"kind":512,"name":"constructor","url":"classes/pagebreakbefore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBreakBefore"},{"id":86,"kind":2048,"name":"prepForXml","url":"classes/pagebreakbefore.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":87,"kind":2048,"name":"addChildElement","url":"classes/pagebreakbefore.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":88,"kind":2048,"name":"delete","url":"classes/pagebreakbefore.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":89,"kind":262144,"name":"IsDeleted","url":"classes/pagebreakbefore.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"PageBreakBefore"},{"id":90,"kind":4,"name":"LineRuleType","url":"enums/lineruletype.html","classes":"tsd-kind-enum"},{"id":91,"kind":16,"name":"AT_LEAST","url":"enums/lineruletype.html#at_least","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":92,"kind":16,"name":"EXACTLY","url":"enums/lineruletype.html#exactly","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":93,"kind":16,"name":"AUTO","url":"enums/lineruletype.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineRuleType"},{"id":94,"kind":256,"name":"ISpacingProperties","url":"interfaces/ispacingproperties.html","classes":"tsd-kind-interface"},{"id":95,"kind":1024,"name":"after","url":"interfaces/ispacingproperties.html#after","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":96,"kind":1024,"name":"before","url":"interfaces/ispacingproperties.html#before","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":97,"kind":1024,"name":"line","url":"interfaces/ispacingproperties.html#line","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":98,"kind":1024,"name":"lineRule","url":"interfaces/ispacingproperties.html#linerule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":99,"kind":1024,"name":"beforeAutoSpacing","url":"interfaces/ispacingproperties.html#beforeautospacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":100,"kind":1024,"name":"afterAutoSpacing","url":"interfaces/ispacingproperties.html#afterautospacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISpacingProperties"},{"id":101,"kind":128,"name":"Spacing","url":"classes/spacing.html","classes":"tsd-kind-class"},{"id":102,"kind":512,"name":"constructor","url":"classes/spacing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Spacing"},{"id":103,"kind":2048,"name":"prepForXml","url":"classes/spacing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":104,"kind":2048,"name":"addChildElement","url":"classes/spacing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":105,"kind":2048,"name":"delete","url":"classes/spacing.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":106,"kind":262144,"name":"IsDeleted","url":"classes/spacing.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Spacing"},{"id":107,"kind":128,"name":"ContextualSpacing","url":"classes/contextualspacing.html","classes":"tsd-kind-class"},{"id":108,"kind":512,"name":"constructor","url":"classes/contextualspacing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ContextualSpacing"},{"id":109,"kind":2048,"name":"prepForXml","url":"classes/contextualspacing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContextualSpacing"},{"id":110,"kind":2048,"name":"addChildElement","url":"classes/contextualspacing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContextualSpacing"},{"id":111,"kind":2048,"name":"delete","url":"classes/contextualspacing.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ContextualSpacing"},{"id":112,"kind":262144,"name":"IsDeleted","url":"classes/contextualspacing.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ContextualSpacing"},{"id":113,"kind":4,"name":"HeadingLevel","url":"enums/headinglevel.html","classes":"tsd-kind-enum"},{"id":114,"kind":16,"name":"HEADING_1","url":"enums/headinglevel.html#heading_1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":115,"kind":16,"name":"HEADING_2","url":"enums/headinglevel.html#heading_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":116,"kind":16,"name":"HEADING_3","url":"enums/headinglevel.html#heading_3","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":117,"kind":16,"name":"HEADING_4","url":"enums/headinglevel.html#heading_4","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":118,"kind":16,"name":"HEADING_5","url":"enums/headinglevel.html#heading_5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":119,"kind":16,"name":"HEADING_6","url":"enums/headinglevel.html#heading_6","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":120,"kind":16,"name":"TITLE","url":"enums/headinglevel.html#title","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeadingLevel"},{"id":121,"kind":128,"name":"Style","url":"classes/style.html","classes":"tsd-kind-class"},{"id":122,"kind":512,"name":"constructor","url":"classes/style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Style"},{"id":123,"kind":2048,"name":"prepForXml","url":"classes/style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":124,"kind":2048,"name":"addChildElement","url":"classes/style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":125,"kind":2048,"name":"delete","url":"classes/style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":126,"kind":262144,"name":"IsDeleted","url":"classes/style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Style"},{"id":127,"kind":128,"name":"TabStop","url":"classes/tabstop.html","classes":"tsd-kind-class"},{"id":128,"kind":512,"name":"constructor","url":"classes/tabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TabStop"},{"id":129,"kind":2048,"name":"prepForXml","url":"classes/tabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":130,"kind":2048,"name":"addChildElement","url":"classes/tabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":131,"kind":2048,"name":"delete","url":"classes/tabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":132,"kind":262144,"name":"IsDeleted","url":"classes/tabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TabStop"},{"id":133,"kind":4,"name":"TabStopType","url":"enums/tabstoptype.html","classes":"tsd-kind-enum"},{"id":134,"kind":16,"name":"LEFT","url":"enums/tabstoptype.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":135,"kind":16,"name":"RIGHT","url":"enums/tabstoptype.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":136,"kind":16,"name":"CENTER","url":"enums/tabstoptype.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":137,"kind":16,"name":"BAR","url":"enums/tabstoptype.html#bar","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":138,"kind":16,"name":"CLEAR","url":"enums/tabstoptype.html#clear","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":139,"kind":16,"name":"DECIMAL","url":"enums/tabstoptype.html#decimal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":140,"kind":16,"name":"END","url":"enums/tabstoptype.html#end","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":141,"kind":16,"name":"NUM","url":"enums/tabstoptype.html#num","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":142,"kind":16,"name":"START","url":"enums/tabstoptype.html#start","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopType"},{"id":143,"kind":4,"name":"LeaderType","url":"enums/leadertype.html","classes":"tsd-kind-enum"},{"id":144,"kind":16,"name":"DOT","url":"enums/leadertype.html#dot","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":145,"kind":16,"name":"HYPHEN","url":"enums/leadertype.html#hyphen","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":146,"kind":16,"name":"MIDDLE_DOT","url":"enums/leadertype.html#middle_dot","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":147,"kind":16,"name":"NONE","url":"enums/leadertype.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":148,"kind":16,"name":"UNDERSCORE","url":"enums/leadertype.html#underscore","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LeaderType"},{"id":149,"kind":4,"name":"TabStopPosition","url":"enums/tabstopposition.html","classes":"tsd-kind-enum"},{"id":150,"kind":16,"name":"MAX","url":"enums/tabstopposition.html#max","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TabStopPosition"},{"id":151,"kind":128,"name":"TabAttributes","url":"classes/tabattributes.html","classes":"tsd-kind-class"},{"id":152,"kind":512,"name":"constructor","url":"classes/tabattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":153,"kind":2048,"name":"prepForXml","url":"classes/tabattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":154,"kind":2048,"name":"set","url":"classes/tabattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":155,"kind":262144,"name":"IsDeleted","url":"classes/tabattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TabAttributes"},{"id":156,"kind":128,"name":"TabStopItem","url":"classes/tabstopitem.html","classes":"tsd-kind-class"},{"id":157,"kind":512,"name":"constructor","url":"classes/tabstopitem.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TabStopItem"},{"id":158,"kind":2048,"name":"prepForXml","url":"classes/tabstopitem.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":159,"kind":2048,"name":"addChildElement","url":"classes/tabstopitem.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":160,"kind":2048,"name":"delete","url":"classes/tabstopitem.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":161,"kind":262144,"name":"IsDeleted","url":"classes/tabstopitem.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TabStopItem"},{"id":162,"kind":128,"name":"NumberProperties","url":"classes/numberproperties.html","classes":"tsd-kind-class"},{"id":163,"kind":512,"name":"constructor","url":"classes/numberproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NumberProperties"},{"id":164,"kind":2048,"name":"prepForXml","url":"classes/numberproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":165,"kind":2048,"name":"addChildElement","url":"classes/numberproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":166,"kind":2048,"name":"delete","url":"classes/numberproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":167,"kind":262144,"name":"IsDeleted","url":"classes/numberproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"NumberProperties"},{"id":168,"kind":4194304,"name":"ParagraphChild","url":"modules.html#paragraphchild","classes":"tsd-kind-type-alias"},{"id":169,"kind":256,"name":"IParagraphOptions","url":"interfaces/iparagraphoptions.html","classes":"tsd-kind-interface"},{"id":170,"kind":1024,"name":"text","url":"interfaces/iparagraphoptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":171,"kind":1024,"name":"children","url":"interfaces/iparagraphoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":172,"kind":1024,"name":"border","url":"interfaces/iparagraphoptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":173,"kind":1024,"name":"heading","url":"interfaces/iparagraphoptions.html#heading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":174,"kind":1024,"name":"bidirectional","url":"interfaces/iparagraphoptions.html#bidirectional","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":175,"kind":1024,"name":"pageBreakBefore","url":"interfaces/iparagraphoptions.html#pagebreakbefore","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":176,"kind":1024,"name":"tabStops","url":"interfaces/iparagraphoptions.html#tabstops","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":177,"kind":1024,"name":"style","url":"interfaces/iparagraphoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":178,"kind":1024,"name":"bullet","url":"interfaces/iparagraphoptions.html#bullet","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":179,"kind":65536,"name":"__type","url":"interfaces/iparagraphoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":180,"kind":1024,"name":"level","url":"interfaces/iparagraphoptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":181,"kind":1024,"name":"numbering","url":"interfaces/iparagraphoptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":182,"kind":65536,"name":"__type","url":"interfaces/iparagraphoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":183,"kind":1024,"name":"reference","url":"interfaces/iparagraphoptions.html#__type-1.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":184,"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":185,"kind":1024,"name":"instance","url":"interfaces/iparagraphoptions.html#__type-1.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":186,"kind":1024,"name":"custom","url":"interfaces/iparagraphoptions.html#__type-1.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":187,"kind":1024,"name":"shading","url":"interfaces/iparagraphoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":188,"kind":65536,"name":"__type","url":"interfaces/iparagraphoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphOptions"},{"id":189,"kind":1024,"name":"type","url":"interfaces/iparagraphoptions.html#__type-2.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":190,"kind":1024,"name":"fill","url":"interfaces/iparagraphoptions.html#__type-2.fill","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":191,"kind":1024,"name":"color","url":"interfaces/iparagraphoptions.html#__type-2.color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphOptions.__type"},{"id":192,"kind":1024,"name":"widowControl","url":"interfaces/iparagraphoptions.html#widowcontrol","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":193,"kind":1024,"name":"frame","url":"interfaces/iparagraphoptions.html#frame","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":194,"kind":1024,"name":"alignment","url":"interfaces/iparagraphoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":195,"kind":1024,"name":"thematicBreak","url":"interfaces/iparagraphoptions.html#thematicbreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":196,"kind":1024,"name":"contextualSpacing","url":"interfaces/iparagraphoptions.html#contextualspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":197,"kind":1024,"name":"rightTabStop","url":"interfaces/iparagraphoptions.html#righttabstop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":198,"kind":1024,"name":"leftTabStop","url":"interfaces/iparagraphoptions.html#lefttabstop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":199,"kind":1024,"name":"indent","url":"interfaces/iparagraphoptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":200,"kind":1024,"name":"spacing","url":"interfaces/iparagraphoptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":201,"kind":1024,"name":"keepNext","url":"interfaces/iparagraphoptions.html#keepnext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":202,"kind":1024,"name":"keepLines","url":"interfaces/iparagraphoptions.html#keeplines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":203,"kind":1024,"name":"outlineLevel","url":"interfaces/iparagraphoptions.html#outlinelevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphOptions"},{"id":204,"kind":128,"name":"Paragraph","url":"classes/paragraph.html","classes":"tsd-kind-class"},{"id":205,"kind":512,"name":"constructor","url":"classes/paragraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Paragraph"},{"id":206,"kind":2048,"name":"prepForXml","url":"classes/paragraph.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Paragraph"},{"id":207,"kind":2048,"name":"addRunToFront","url":"classes/paragraph.html#addruntofront","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Paragraph"},{"id":208,"kind":2048,"name":"addChildElement","url":"classes/paragraph.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Paragraph"},{"id":209,"kind":2048,"name":"delete","url":"classes/paragraph.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Paragraph"},{"id":210,"kind":262144,"name":"IsDeleted","url":"classes/paragraph.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Paragraph"},{"id":211,"kind":256,"name":"IParagraphStylePropertiesOptions","url":"interfaces/iparagraphstylepropertiesoptions.html","classes":"tsd-kind-interface"},{"id":212,"kind":1024,"name":"alignment","url":"interfaces/iparagraphstylepropertiesoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":213,"kind":1024,"name":"thematicBreak","url":"interfaces/iparagraphstylepropertiesoptions.html#thematicbreak","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":214,"kind":1024,"name":"contextualSpacing","url":"interfaces/iparagraphstylepropertiesoptions.html#contextualspacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":215,"kind":1024,"name":"rightTabStop","url":"interfaces/iparagraphstylepropertiesoptions.html#righttabstop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":216,"kind":1024,"name":"leftTabStop","url":"interfaces/iparagraphstylepropertiesoptions.html#lefttabstop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":217,"kind":1024,"name":"indent","url":"interfaces/iparagraphstylepropertiesoptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":218,"kind":1024,"name":"spacing","url":"interfaces/iparagraphstylepropertiesoptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":219,"kind":1024,"name":"keepNext","url":"interfaces/iparagraphstylepropertiesoptions.html#keepnext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":220,"kind":1024,"name":"keepLines","url":"interfaces/iparagraphstylepropertiesoptions.html#keeplines","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":221,"kind":1024,"name":"outlineLevel","url":"interfaces/iparagraphstylepropertiesoptions.html#outlinelevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStylePropertiesOptions"},{"id":222,"kind":256,"name":"IParagraphPropertiesOptions","url":"interfaces/iparagraphpropertiesoptions.html","classes":"tsd-kind-interface"},{"id":223,"kind":1024,"name":"border","url":"interfaces/iparagraphpropertiesoptions.html#border","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":224,"kind":1024,"name":"heading","url":"interfaces/iparagraphpropertiesoptions.html#heading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":225,"kind":1024,"name":"bidirectional","url":"interfaces/iparagraphpropertiesoptions.html#bidirectional","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":226,"kind":1024,"name":"pageBreakBefore","url":"interfaces/iparagraphpropertiesoptions.html#pagebreakbefore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":227,"kind":1024,"name":"tabStops","url":"interfaces/iparagraphpropertiesoptions.html#tabstops","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":228,"kind":1024,"name":"style","url":"interfaces/iparagraphpropertiesoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":229,"kind":1024,"name":"bullet","url":"interfaces/iparagraphpropertiesoptions.html#bullet","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":230,"kind":65536,"name":"__type","url":"interfaces/iparagraphpropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":231,"kind":1024,"name":"level","url":"interfaces/iparagraphpropertiesoptions.html#__type.level","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":232,"kind":1024,"name":"numbering","url":"interfaces/iparagraphpropertiesoptions.html#numbering","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":233,"kind":65536,"name":"__type","url":"interfaces/iparagraphpropertiesoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":234,"kind":1024,"name":"reference","url":"interfaces/iparagraphpropertiesoptions.html#__type-1.reference","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":235,"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":236,"kind":1024,"name":"instance","url":"interfaces/iparagraphpropertiesoptions.html#__type-1.instance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":237,"kind":1024,"name":"custom","url":"interfaces/iparagraphpropertiesoptions.html#__type-1.custom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":238,"kind":1024,"name":"shading","url":"interfaces/iparagraphpropertiesoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":239,"kind":65536,"name":"__type","url":"interfaces/iparagraphpropertiesoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":240,"kind":1024,"name":"type","url":"interfaces/iparagraphpropertiesoptions.html#__type-2.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":241,"kind":1024,"name":"fill","url":"interfaces/iparagraphpropertiesoptions.html#__type-2.fill","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":242,"kind":1024,"name":"color","url":"interfaces/iparagraphpropertiesoptions.html#__type-2.color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IParagraphPropertiesOptions.__type"},{"id":243,"kind":1024,"name":"widowControl","url":"interfaces/iparagraphpropertiesoptions.html#widowcontrol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":244,"kind":1024,"name":"frame","url":"interfaces/iparagraphpropertiesoptions.html#frame","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphPropertiesOptions"},{"id":245,"kind":1024,"name":"alignment","url":"interfaces/iparagraphpropertiesoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":246,"kind":1024,"name":"thematicBreak","url":"interfaces/iparagraphpropertiesoptions.html#thematicbreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":247,"kind":1024,"name":"contextualSpacing","url":"interfaces/iparagraphpropertiesoptions.html#contextualspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":248,"kind":1024,"name":"rightTabStop","url":"interfaces/iparagraphpropertiesoptions.html#righttabstop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":249,"kind":1024,"name":"leftTabStop","url":"interfaces/iparagraphpropertiesoptions.html#lefttabstop","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":250,"kind":1024,"name":"indent","url":"interfaces/iparagraphpropertiesoptions.html#indent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":251,"kind":1024,"name":"spacing","url":"interfaces/iparagraphpropertiesoptions.html#spacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":252,"kind":1024,"name":"keepNext","url":"interfaces/iparagraphpropertiesoptions.html#keepnext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":253,"kind":1024,"name":"keepLines","url":"interfaces/iparagraphpropertiesoptions.html#keeplines","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":254,"kind":1024,"name":"outlineLevel","url":"interfaces/iparagraphpropertiesoptions.html#outlinelevel","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphPropertiesOptions"},{"id":255,"kind":128,"name":"ParagraphProperties","url":"classes/paragraphproperties.html","classes":"tsd-kind-class"},{"id":256,"kind":512,"name":"constructor","url":"classes/paragraphproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphProperties"},{"id":257,"kind":2048,"name":"push","url":"classes/paragraphproperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ParagraphProperties"},{"id":258,"kind":2048,"name":"prepForXml","url":"classes/paragraphproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphProperties"},{"id":259,"kind":2048,"name":"addChildElement","url":"classes/paragraphproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphProperties"},{"id":260,"kind":2048,"name":"delete","url":"classes/paragraphproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphProperties"},{"id":261,"kind":262144,"name":"IsDeleted","url":"classes/paragraphproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphProperties"},{"id":262,"kind":256,"name":"IRunOptions","url":"interfaces/irunoptions.html","classes":"tsd-kind-interface"},{"id":263,"kind":1024,"name":"children","url":"interfaces/irunoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":264,"kind":1024,"name":"break","url":"interfaces/irunoptions.html#break","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":265,"kind":1024,"name":"text","url":"interfaces/irunoptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunOptions"},{"id":266,"kind":1024,"name":"style","url":"interfaces/irunoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":267,"kind":1024,"name":"bold","url":"interfaces/irunoptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":268,"kind":1024,"name":"boldComplexScript","url":"interfaces/irunoptions.html#boldcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":269,"kind":1024,"name":"italics","url":"interfaces/irunoptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":270,"kind":1024,"name":"italicsComplexScript","url":"interfaces/irunoptions.html#italicscomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":271,"kind":1024,"name":"underline","url":"interfaces/irunoptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":272,"kind":65536,"name":"__type","url":"interfaces/irunoptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":273,"kind":1024,"name":"color","url":"interfaces/irunoptions.html#__type-3.color-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":274,"kind":1024,"name":"type","url":"interfaces/irunoptions.html#__type-3.type-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":275,"kind":1024,"name":"emphasisMark","url":"interfaces/irunoptions.html#emphasismark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":276,"kind":65536,"name":"__type","url":"interfaces/irunoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":277,"kind":1024,"name":"type","url":"interfaces/irunoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":278,"kind":1024,"name":"color","url":"interfaces/irunoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":279,"kind":1024,"name":"size","url":"interfaces/irunoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":280,"kind":1024,"name":"sizeComplexScript","url":"interfaces/irunoptions.html#sizecomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":281,"kind":1024,"name":"rightToLeft","url":"interfaces/irunoptions.html#righttoleft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":282,"kind":1024,"name":"smallCaps","url":"interfaces/irunoptions.html#smallcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":283,"kind":1024,"name":"allCaps","url":"interfaces/irunoptions.html#allcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":284,"kind":1024,"name":"strike","url":"interfaces/irunoptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":285,"kind":1024,"name":"doubleStrike","url":"interfaces/irunoptions.html#doublestrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":286,"kind":1024,"name":"subScript","url":"interfaces/irunoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":287,"kind":1024,"name":"superScript","url":"interfaces/irunoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":288,"kind":1024,"name":"font","url":"interfaces/irunoptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":289,"kind":1024,"name":"highlight","url":"interfaces/irunoptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":290,"kind":1024,"name":"highlightComplexScript","url":"interfaces/irunoptions.html#highlightcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":291,"kind":1024,"name":"characterSpacing","url":"interfaces/irunoptions.html#characterspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":292,"kind":1024,"name":"shading","url":"interfaces/irunoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":293,"kind":65536,"name":"__type","url":"interfaces/irunoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":294,"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":295,"kind":1024,"name":"fill","url":"interfaces/irunoptions.html#__type-1.fill","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":296,"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":297,"kind":1024,"name":"shadingComplexScript","url":"interfaces/irunoptions.html#shadingcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":298,"kind":1024,"name":"shadow","url":"interfaces/irunoptions.html#shadow","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":299,"kind":65536,"name":"__type","url":"interfaces/irunoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunOptions"},{"id":300,"kind":1024,"name":"type","url":"interfaces/irunoptions.html#__type-2.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":301,"kind":1024,"name":"fill","url":"interfaces/irunoptions.html#__type-2.fill-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":302,"kind":1024,"name":"color","url":"interfaces/irunoptions.html#__type-2.color-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunOptions.__type"},{"id":303,"kind":1024,"name":"emboss","url":"interfaces/irunoptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":304,"kind":1024,"name":"imprint","url":"interfaces/irunoptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunOptions"},{"id":305,"kind":4,"name":"PageNumber","url":"enums/pagenumber.html","classes":"tsd-kind-enum"},{"id":306,"kind":16,"name":"CURRENT","url":"enums/pagenumber.html#current","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":307,"kind":16,"name":"TOTAL_PAGES","url":"enums/pagenumber.html#total_pages","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumber"},{"id":308,"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":309,"kind":128,"name":"Run","url":"classes/run.html","classes":"tsd-kind-class"},{"id":310,"kind":512,"name":"constructor","url":"classes/run.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Run"},{"id":311,"kind":2048,"name":"prepForXml","url":"classes/run.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":312,"kind":2048,"name":"addChildElement","url":"classes/run.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":313,"kind":2048,"name":"delete","url":"classes/run.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":314,"kind":262144,"name":"IsDeleted","url":"classes/run.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Run"},{"id":315,"kind":256,"name":"IRunStylePropertiesOptions","url":"interfaces/irunstylepropertiesoptions.html","classes":"tsd-kind-interface"},{"id":316,"kind":1024,"name":"bold","url":"interfaces/irunstylepropertiesoptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":317,"kind":1024,"name":"boldComplexScript","url":"interfaces/irunstylepropertiesoptions.html#boldcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":318,"kind":1024,"name":"italics","url":"interfaces/irunstylepropertiesoptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":319,"kind":1024,"name":"italicsComplexScript","url":"interfaces/irunstylepropertiesoptions.html#italicscomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":320,"kind":1024,"name":"underline","url":"interfaces/irunstylepropertiesoptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":321,"kind":65536,"name":"__type","url":"interfaces/irunstylepropertiesoptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":322,"kind":1024,"name":"color","url":"interfaces/irunstylepropertiesoptions.html#__type-3.color-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":323,"kind":1024,"name":"type","url":"interfaces/irunstylepropertiesoptions.html#__type-3.type-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":324,"kind":1024,"name":"emphasisMark","url":"interfaces/irunstylepropertiesoptions.html#emphasismark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":325,"kind":65536,"name":"__type","url":"interfaces/irunstylepropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":326,"kind":1024,"name":"type","url":"interfaces/irunstylepropertiesoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":327,"kind":1024,"name":"color","url":"interfaces/irunstylepropertiesoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":328,"kind":1024,"name":"size","url":"interfaces/irunstylepropertiesoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":329,"kind":1024,"name":"sizeComplexScript","url":"interfaces/irunstylepropertiesoptions.html#sizecomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":330,"kind":1024,"name":"rightToLeft","url":"interfaces/irunstylepropertiesoptions.html#righttoleft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":331,"kind":1024,"name":"smallCaps","url":"interfaces/irunstylepropertiesoptions.html#smallcaps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":332,"kind":1024,"name":"allCaps","url":"interfaces/irunstylepropertiesoptions.html#allcaps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":333,"kind":1024,"name":"strike","url":"interfaces/irunstylepropertiesoptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":334,"kind":1024,"name":"doubleStrike","url":"interfaces/irunstylepropertiesoptions.html#doublestrike","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":335,"kind":1024,"name":"subScript","url":"interfaces/irunstylepropertiesoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":336,"kind":1024,"name":"superScript","url":"interfaces/irunstylepropertiesoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":337,"kind":1024,"name":"font","url":"interfaces/irunstylepropertiesoptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":338,"kind":1024,"name":"highlight","url":"interfaces/irunstylepropertiesoptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":339,"kind":1024,"name":"highlightComplexScript","url":"interfaces/irunstylepropertiesoptions.html#highlightcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":340,"kind":1024,"name":"characterSpacing","url":"interfaces/irunstylepropertiesoptions.html#characterspacing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":341,"kind":1024,"name":"shading","url":"interfaces/irunstylepropertiesoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":342,"kind":65536,"name":"__type","url":"interfaces/irunstylepropertiesoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":343,"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":344,"kind":1024,"name":"fill","url":"interfaces/irunstylepropertiesoptions.html#__type-1.fill","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":345,"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":346,"kind":1024,"name":"shadingComplexScript","url":"interfaces/irunstylepropertiesoptions.html#shadingcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":347,"kind":1024,"name":"shadow","url":"interfaces/irunstylepropertiesoptions.html#shadow","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":348,"kind":65536,"name":"__type","url":"interfaces/irunstylepropertiesoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":349,"kind":1024,"name":"type","url":"interfaces/irunstylepropertiesoptions.html#__type-2.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":350,"kind":1024,"name":"fill","url":"interfaces/irunstylepropertiesoptions.html#__type-2.fill-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":351,"kind":1024,"name":"color","url":"interfaces/irunstylepropertiesoptions.html#__type-2.color-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunStylePropertiesOptions.__type"},{"id":352,"kind":1024,"name":"emboss","url":"interfaces/irunstylepropertiesoptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":353,"kind":1024,"name":"imprint","url":"interfaces/irunstylepropertiesoptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunStylePropertiesOptions"},{"id":354,"kind":256,"name":"IRunPropertiesOptions","url":"interfaces/irunpropertiesoptions.html","classes":"tsd-kind-interface"},{"id":355,"kind":1024,"name":"style","url":"interfaces/irunpropertiesoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":356,"kind":1024,"name":"bold","url":"interfaces/irunpropertiesoptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":357,"kind":1024,"name":"boldComplexScript","url":"interfaces/irunpropertiesoptions.html#boldcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":358,"kind":1024,"name":"italics","url":"interfaces/irunpropertiesoptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":359,"kind":1024,"name":"italicsComplexScript","url":"interfaces/irunpropertiesoptions.html#italicscomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":360,"kind":1024,"name":"underline","url":"interfaces/irunpropertiesoptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":361,"kind":65536,"name":"__type","url":"interfaces/irunpropertiesoptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":362,"kind":1024,"name":"color","url":"interfaces/irunpropertiesoptions.html#__type-3.color-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":363,"kind":1024,"name":"type","url":"interfaces/irunpropertiesoptions.html#__type-3.type-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":364,"kind":1024,"name":"emphasisMark","url":"interfaces/irunpropertiesoptions.html#emphasismark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":365,"kind":65536,"name":"__type","url":"interfaces/irunpropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":366,"kind":1024,"name":"type","url":"interfaces/irunpropertiesoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":367,"kind":1024,"name":"color","url":"interfaces/irunpropertiesoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":368,"kind":1024,"name":"size","url":"interfaces/irunpropertiesoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":369,"kind":1024,"name":"sizeComplexScript","url":"interfaces/irunpropertiesoptions.html#sizecomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":370,"kind":1024,"name":"rightToLeft","url":"interfaces/irunpropertiesoptions.html#righttoleft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":371,"kind":1024,"name":"smallCaps","url":"interfaces/irunpropertiesoptions.html#smallcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":372,"kind":1024,"name":"allCaps","url":"interfaces/irunpropertiesoptions.html#allcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":373,"kind":1024,"name":"strike","url":"interfaces/irunpropertiesoptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":374,"kind":1024,"name":"doubleStrike","url":"interfaces/irunpropertiesoptions.html#doublestrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":375,"kind":1024,"name":"subScript","url":"interfaces/irunpropertiesoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":376,"kind":1024,"name":"superScript","url":"interfaces/irunpropertiesoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":377,"kind":1024,"name":"font","url":"interfaces/irunpropertiesoptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":378,"kind":1024,"name":"highlight","url":"interfaces/irunpropertiesoptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":379,"kind":1024,"name":"highlightComplexScript","url":"interfaces/irunpropertiesoptions.html#highlightcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":380,"kind":1024,"name":"characterSpacing","url":"interfaces/irunpropertiesoptions.html#characterspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":381,"kind":1024,"name":"shading","url":"interfaces/irunpropertiesoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":382,"kind":65536,"name":"__type","url":"interfaces/irunpropertiesoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":383,"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":384,"kind":1024,"name":"fill","url":"interfaces/irunpropertiesoptions.html#__type-1.fill","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":385,"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":386,"kind":1024,"name":"shadingComplexScript","url":"interfaces/irunpropertiesoptions.html#shadingcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":387,"kind":1024,"name":"shadow","url":"interfaces/irunpropertiesoptions.html#shadow","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":388,"kind":65536,"name":"__type","url":"interfaces/irunpropertiesoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IRunPropertiesOptions"},{"id":389,"kind":1024,"name":"type","url":"interfaces/irunpropertiesoptions.html#__type-2.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":390,"kind":1024,"name":"fill","url":"interfaces/irunpropertiesoptions.html#__type-2.fill-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":391,"kind":1024,"name":"color","url":"interfaces/irunpropertiesoptions.html#__type-2.color-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IRunPropertiesOptions.__type"},{"id":392,"kind":1024,"name":"emboss","url":"interfaces/irunpropertiesoptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":393,"kind":1024,"name":"imprint","url":"interfaces/irunpropertiesoptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IRunPropertiesOptions"},{"id":394,"kind":128,"name":"RunProperties","url":"classes/runproperties.html","classes":"tsd-kind-class"},{"id":395,"kind":512,"name":"constructor","url":"classes/runproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunProperties"},{"id":396,"kind":2048,"name":"push","url":"classes/runproperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RunProperties"},{"id":397,"kind":2048,"name":"prepForXml","url":"classes/runproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":398,"kind":2048,"name":"addChildElement","url":"classes/runproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":399,"kind":2048,"name":"delete","url":"classes/runproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":400,"kind":262144,"name":"IsDeleted","url":"classes/runproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"RunProperties"},{"id":401,"kind":128,"name":"TextRun","url":"classes/textrun.html","classes":"tsd-kind-class"},{"id":402,"kind":512,"name":"constructor","url":"classes/textrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TextRun"},{"id":403,"kind":2048,"name":"prepForXml","url":"classes/textrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":404,"kind":2048,"name":"addChildElement","url":"classes/textrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":405,"kind":2048,"name":"delete","url":"classes/textrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":406,"kind":262144,"name":"IsDeleted","url":"classes/textrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TextRun"},{"id":407,"kind":256,"name":"ISymbolRunOptions","url":"interfaces/isymbolrunoptions.html","classes":"tsd-kind-interface"},{"id":408,"kind":1024,"name":"char","url":"interfaces/isymbolrunoptions.html#char","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":409,"kind":1024,"name":"symbolfont","url":"interfaces/isymbolrunoptions.html#symbolfont","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":410,"kind":1024,"name":"children","url":"interfaces/isymbolrunoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":411,"kind":1024,"name":"break","url":"interfaces/isymbolrunoptions.html#break","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":412,"kind":1024,"name":"text","url":"interfaces/isymbolrunoptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":413,"kind":1024,"name":"style","url":"interfaces/isymbolrunoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":414,"kind":1024,"name":"bold","url":"interfaces/isymbolrunoptions.html#bold","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":415,"kind":1024,"name":"boldComplexScript","url":"interfaces/isymbolrunoptions.html#boldcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":416,"kind":1024,"name":"italics","url":"interfaces/isymbolrunoptions.html#italics","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":417,"kind":1024,"name":"italicsComplexScript","url":"interfaces/isymbolrunoptions.html#italicscomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":418,"kind":1024,"name":"underline","url":"interfaces/isymbolrunoptions.html#underline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":419,"kind":65536,"name":"__type","url":"interfaces/isymbolrunoptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":420,"kind":1024,"name":"color","url":"interfaces/isymbolrunoptions.html#__type-3.color-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":421,"kind":1024,"name":"type","url":"interfaces/isymbolrunoptions.html#__type-3.type-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":422,"kind":1024,"name":"emphasisMark","url":"interfaces/isymbolrunoptions.html#emphasismark","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":423,"kind":65536,"name":"__type","url":"interfaces/isymbolrunoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":424,"kind":1024,"name":"type","url":"interfaces/isymbolrunoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":425,"kind":1024,"name":"color","url":"interfaces/isymbolrunoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":426,"kind":1024,"name":"size","url":"interfaces/isymbolrunoptions.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":427,"kind":1024,"name":"sizeComplexScript","url":"interfaces/isymbolrunoptions.html#sizecomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":428,"kind":1024,"name":"rightToLeft","url":"interfaces/isymbolrunoptions.html#righttoleft","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":429,"kind":1024,"name":"smallCaps","url":"interfaces/isymbolrunoptions.html#smallcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":430,"kind":1024,"name":"allCaps","url":"interfaces/isymbolrunoptions.html#allcaps","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":431,"kind":1024,"name":"strike","url":"interfaces/isymbolrunoptions.html#strike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":432,"kind":1024,"name":"doubleStrike","url":"interfaces/isymbolrunoptions.html#doublestrike","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":433,"kind":1024,"name":"subScript","url":"interfaces/isymbolrunoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":434,"kind":1024,"name":"superScript","url":"interfaces/isymbolrunoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":435,"kind":1024,"name":"font","url":"interfaces/isymbolrunoptions.html#font","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":436,"kind":1024,"name":"highlight","url":"interfaces/isymbolrunoptions.html#highlight","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":437,"kind":1024,"name":"highlightComplexScript","url":"interfaces/isymbolrunoptions.html#highlightcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":438,"kind":1024,"name":"characterSpacing","url":"interfaces/isymbolrunoptions.html#characterspacing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":439,"kind":1024,"name":"shading","url":"interfaces/isymbolrunoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":440,"kind":65536,"name":"__type","url":"interfaces/isymbolrunoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":441,"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":442,"kind":1024,"name":"fill","url":"interfaces/isymbolrunoptions.html#__type-1.fill","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":443,"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":444,"kind":1024,"name":"shadingComplexScript","url":"interfaces/isymbolrunoptions.html#shadingcomplexscript","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":445,"kind":1024,"name":"shadow","url":"interfaces/isymbolrunoptions.html#shadow","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":446,"kind":65536,"name":"__type","url":"interfaces/isymbolrunoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISymbolRunOptions"},{"id":447,"kind":1024,"name":"type","url":"interfaces/isymbolrunoptions.html#__type-2.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":448,"kind":1024,"name":"fill","url":"interfaces/isymbolrunoptions.html#__type-2.fill-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":449,"kind":1024,"name":"color","url":"interfaces/isymbolrunoptions.html#__type-2.color-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISymbolRunOptions.__type"},{"id":450,"kind":1024,"name":"emboss","url":"interfaces/isymbolrunoptions.html#emboss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":451,"kind":1024,"name":"imprint","url":"interfaces/isymbolrunoptions.html#imprint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ISymbolRunOptions"},{"id":452,"kind":128,"name":"SymbolRun","url":"classes/symbolrun.html","classes":"tsd-kind-class"},{"id":453,"kind":512,"name":"constructor","url":"classes/symbolrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SymbolRun"},{"id":454,"kind":2048,"name":"prepForXml","url":"classes/symbolrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":455,"kind":2048,"name":"addChildElement","url":"classes/symbolrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":456,"kind":2048,"name":"delete","url":"classes/symbolrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":457,"kind":262144,"name":"IsDeleted","url":"classes/symbolrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SymbolRun"},{"id":458,"kind":256,"name":"IImageOptions","url":"interfaces/iimageoptions.html","classes":"tsd-kind-interface"},{"id":459,"kind":1024,"name":"data","url":"interfaces/iimageoptions.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":460,"kind":1024,"name":"transformation","url":"interfaces/iimageoptions.html#transformation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":461,"kind":1024,"name":"floating","url":"interfaces/iimageoptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IImageOptions"},{"id":462,"kind":128,"name":"ImageRun","url":"classes/imagerun.html","classes":"tsd-kind-class"},{"id":463,"kind":512,"name":"constructor","url":"classes/imagerun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImageRun"},{"id":464,"kind":2048,"name":"prepForXml","url":"classes/imagerun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImageRun"},{"id":465,"kind":2048,"name":"addChildElement","url":"classes/imagerun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageRun"},{"id":466,"kind":2048,"name":"delete","url":"classes/imagerun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImageRun"},{"id":467,"kind":262144,"name":"IsDeleted","url":"classes/imagerun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ImageRun"},{"id":468,"kind":256,"name":"IFontAttributesProperties","url":"interfaces/ifontattributesproperties.html","classes":"tsd-kind-interface"},{"id":469,"kind":1024,"name":"ascii","url":"interfaces/ifontattributesproperties.html#ascii","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":470,"kind":1024,"name":"cs","url":"interfaces/ifontattributesproperties.html#cs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":471,"kind":1024,"name":"eastAsia","url":"interfaces/ifontattributesproperties.html#eastasia","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":472,"kind":1024,"name":"hAnsi","url":"interfaces/ifontattributesproperties.html#hansi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":473,"kind":1024,"name":"hint","url":"interfaces/ifontattributesproperties.html#hint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFontAttributesProperties"},{"id":474,"kind":128,"name":"RunFonts","url":"classes/runfonts.html","classes":"tsd-kind-class"},{"id":475,"kind":512,"name":"constructor","url":"classes/runfonts.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunFonts"},{"id":476,"kind":2048,"name":"prepForXml","url":"classes/runfonts.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":477,"kind":2048,"name":"addChildElement","url":"classes/runfonts.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":478,"kind":2048,"name":"delete","url":"classes/runfonts.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":479,"kind":262144,"name":"IsDeleted","url":"classes/runfonts.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"RunFonts"},{"id":480,"kind":128,"name":"SequentialIdentifier","url":"classes/sequentialidentifier.html","classes":"tsd-kind-class"},{"id":481,"kind":512,"name":"constructor","url":"classes/sequentialidentifier.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SequentialIdentifier"},{"id":482,"kind":2048,"name":"prepForXml","url":"classes/sequentialidentifier.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":483,"kind":2048,"name":"addChildElement","url":"classes/sequentialidentifier.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":484,"kind":2048,"name":"delete","url":"classes/sequentialidentifier.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":485,"kind":262144,"name":"IsDeleted","url":"classes/sequentialidentifier.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SequentialIdentifier"},{"id":486,"kind":4,"name":"UnderlineType","url":"enums/underlinetype.html","classes":"tsd-kind-enum"},{"id":487,"kind":16,"name":"SINGLE","url":"enums/underlinetype.html#single","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":488,"kind":16,"name":"WORDS","url":"enums/underlinetype.html#words","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":489,"kind":16,"name":"DOUBLE","url":"enums/underlinetype.html#double","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":490,"kind":16,"name":"THICK","url":"enums/underlinetype.html#thick","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":491,"kind":16,"name":"DOTTED","url":"enums/underlinetype.html#dotted","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":492,"kind":16,"name":"DOTTEDHEAVY","url":"enums/underlinetype.html#dottedheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":493,"kind":16,"name":"DASH","url":"enums/underlinetype.html#dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":494,"kind":16,"name":"DASHEDHEAVY","url":"enums/underlinetype.html#dashedheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":495,"kind":16,"name":"DASHLONG","url":"enums/underlinetype.html#dashlong","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":496,"kind":16,"name":"DASHLONGHEAVY","url":"enums/underlinetype.html#dashlongheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":497,"kind":16,"name":"DOTDASH","url":"enums/underlinetype.html#dotdash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":498,"kind":16,"name":"DASHDOTHEAVY","url":"enums/underlinetype.html#dashdotheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":499,"kind":16,"name":"DOTDOTDASH","url":"enums/underlinetype.html#dotdotdash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":500,"kind":16,"name":"DASHDOTDOTHEAVY","url":"enums/underlinetype.html#dashdotdotheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":501,"kind":16,"name":"WAVE","url":"enums/underlinetype.html#wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":502,"kind":16,"name":"WAVYHEAVY","url":"enums/underlinetype.html#wavyheavy","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":503,"kind":16,"name":"WAVYDOUBLE","url":"enums/underlinetype.html#wavydouble","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"UnderlineType"},{"id":504,"kind":128,"name":"BaseUnderline","url":"classes/baseunderline.html","classes":"tsd-kind-class"},{"id":505,"kind":512,"name":"constructor","url":"classes/baseunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BaseUnderline"},{"id":506,"kind":2048,"name":"prepForXml","url":"classes/baseunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseUnderline"},{"id":507,"kind":2048,"name":"addChildElement","url":"classes/baseunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseUnderline"},{"id":508,"kind":2048,"name":"delete","url":"classes/baseunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseUnderline"},{"id":509,"kind":262144,"name":"IsDeleted","url":"classes/baseunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"BaseUnderline"},{"id":510,"kind":128,"name":"Underline","url":"classes/underline.html","classes":"tsd-kind-class"},{"id":511,"kind":512,"name":"constructor","url":"classes/underline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Underline"},{"id":512,"kind":2048,"name":"prepForXml","url":"classes/underline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":513,"kind":2048,"name":"addChildElement","url":"classes/underline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":514,"kind":2048,"name":"delete","url":"classes/underline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":515,"kind":262144,"name":"IsDeleted","url":"classes/underline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Underline"},{"id":516,"kind":128,"name":"DashUnderline","url":"classes/dashunderline.html","classes":"tsd-kind-class"},{"id":517,"kind":512,"name":"constructor","url":"classes/dashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DashUnderline"},{"id":518,"kind":2048,"name":"prepForXml","url":"classes/dashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashUnderline"},{"id":519,"kind":2048,"name":"addChildElement","url":"classes/dashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashUnderline"},{"id":520,"kind":2048,"name":"delete","url":"classes/dashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashUnderline"},{"id":521,"kind":262144,"name":"IsDeleted","url":"classes/dashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DashUnderline"},{"id":522,"kind":128,"name":"DashDotDotHeavyUnderline","url":"classes/dashdotdotheavyunderline.html","classes":"tsd-kind-class"},{"id":523,"kind":512,"name":"constructor","url":"classes/dashdotdotheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DashDotDotHeavyUnderline"},{"id":524,"kind":2048,"name":"prepForXml","url":"classes/dashdotdotheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashDotDotHeavyUnderline"},{"id":525,"kind":2048,"name":"addChildElement","url":"classes/dashdotdotheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashDotDotHeavyUnderline"},{"id":526,"kind":2048,"name":"delete","url":"classes/dashdotdotheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashDotDotHeavyUnderline"},{"id":527,"kind":262144,"name":"IsDeleted","url":"classes/dashdotdotheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DashDotDotHeavyUnderline"},{"id":528,"kind":128,"name":"DashDotHeavyUnderline","url":"classes/dashdotheavyunderline.html","classes":"tsd-kind-class"},{"id":529,"kind":512,"name":"constructor","url":"classes/dashdotheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DashDotHeavyUnderline"},{"id":530,"kind":2048,"name":"prepForXml","url":"classes/dashdotheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashDotHeavyUnderline"},{"id":531,"kind":2048,"name":"addChildElement","url":"classes/dashdotheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashDotHeavyUnderline"},{"id":532,"kind":2048,"name":"delete","url":"classes/dashdotheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashDotHeavyUnderline"},{"id":533,"kind":262144,"name":"IsDeleted","url":"classes/dashdotheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DashDotHeavyUnderline"},{"id":534,"kind":128,"name":"DashLongUnderline","url":"classes/dashlongunderline.html","classes":"tsd-kind-class"},{"id":535,"kind":512,"name":"constructor","url":"classes/dashlongunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DashLongUnderline"},{"id":536,"kind":2048,"name":"prepForXml","url":"classes/dashlongunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashLongUnderline"},{"id":537,"kind":2048,"name":"addChildElement","url":"classes/dashlongunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashLongUnderline"},{"id":538,"kind":2048,"name":"delete","url":"classes/dashlongunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashLongUnderline"},{"id":539,"kind":262144,"name":"IsDeleted","url":"classes/dashlongunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DashLongUnderline"},{"id":540,"kind":128,"name":"DashLongHeavyUnderline","url":"classes/dashlongheavyunderline.html","classes":"tsd-kind-class"},{"id":541,"kind":512,"name":"constructor","url":"classes/dashlongheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DashLongHeavyUnderline"},{"id":542,"kind":2048,"name":"prepForXml","url":"classes/dashlongheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashLongHeavyUnderline"},{"id":543,"kind":2048,"name":"addChildElement","url":"classes/dashlongheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashLongHeavyUnderline"},{"id":544,"kind":2048,"name":"delete","url":"classes/dashlongheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DashLongHeavyUnderline"},{"id":545,"kind":262144,"name":"IsDeleted","url":"classes/dashlongheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DashLongHeavyUnderline"},{"id":546,"kind":128,"name":"DotDashUnderline","url":"classes/dotdashunderline.html","classes":"tsd-kind-class"},{"id":547,"kind":512,"name":"constructor","url":"classes/dotdashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DotDashUnderline"},{"id":548,"kind":2048,"name":"prepForXml","url":"classes/dotdashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotDashUnderline"},{"id":549,"kind":2048,"name":"addChildElement","url":"classes/dotdashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotDashUnderline"},{"id":550,"kind":2048,"name":"delete","url":"classes/dotdashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotDashUnderline"},{"id":551,"kind":262144,"name":"IsDeleted","url":"classes/dotdashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DotDashUnderline"},{"id":552,"kind":128,"name":"DotDotDashUnderline","url":"classes/dotdotdashunderline.html","classes":"tsd-kind-class"},{"id":553,"kind":512,"name":"constructor","url":"classes/dotdotdashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DotDotDashUnderline"},{"id":554,"kind":2048,"name":"prepForXml","url":"classes/dotdotdashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotDotDashUnderline"},{"id":555,"kind":2048,"name":"addChildElement","url":"classes/dotdotdashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotDotDashUnderline"},{"id":556,"kind":2048,"name":"delete","url":"classes/dotdotdashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotDotDashUnderline"},{"id":557,"kind":262144,"name":"IsDeleted","url":"classes/dotdotdashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DotDotDashUnderline"},{"id":558,"kind":128,"name":"DottedUnderline","url":"classes/dottedunderline.html","classes":"tsd-kind-class"},{"id":559,"kind":512,"name":"constructor","url":"classes/dottedunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DottedUnderline"},{"id":560,"kind":2048,"name":"prepForXml","url":"classes/dottedunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DottedUnderline"},{"id":561,"kind":2048,"name":"addChildElement","url":"classes/dottedunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DottedUnderline"},{"id":562,"kind":2048,"name":"delete","url":"classes/dottedunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DottedUnderline"},{"id":563,"kind":262144,"name":"IsDeleted","url":"classes/dottedunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DottedUnderline"},{"id":564,"kind":128,"name":"DottedHeavyUnderline","url":"classes/dottedheavyunderline.html","classes":"tsd-kind-class"},{"id":565,"kind":512,"name":"constructor","url":"classes/dottedheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DottedHeavyUnderline"},{"id":566,"kind":2048,"name":"prepForXml","url":"classes/dottedheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DottedHeavyUnderline"},{"id":567,"kind":2048,"name":"addChildElement","url":"classes/dottedheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DottedHeavyUnderline"},{"id":568,"kind":2048,"name":"delete","url":"classes/dottedheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DottedHeavyUnderline"},{"id":569,"kind":262144,"name":"IsDeleted","url":"classes/dottedheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DottedHeavyUnderline"},{"id":570,"kind":128,"name":"DoubleUnderline","url":"classes/doubleunderline.html","classes":"tsd-kind-class"},{"id":571,"kind":512,"name":"constructor","url":"classes/doubleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DoubleUnderline"},{"id":572,"kind":2048,"name":"prepForXml","url":"classes/doubleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DoubleUnderline"},{"id":573,"kind":2048,"name":"addChildElement","url":"classes/doubleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DoubleUnderline"},{"id":574,"kind":2048,"name":"delete","url":"classes/doubleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DoubleUnderline"},{"id":575,"kind":262144,"name":"IsDeleted","url":"classes/doubleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DoubleUnderline"},{"id":576,"kind":128,"name":"SingleUnderline","url":"classes/singleunderline.html","classes":"tsd-kind-class"},{"id":577,"kind":512,"name":"constructor","url":"classes/singleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SingleUnderline"},{"id":578,"kind":2048,"name":"prepForXml","url":"classes/singleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SingleUnderline"},{"id":579,"kind":2048,"name":"addChildElement","url":"classes/singleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SingleUnderline"},{"id":580,"kind":2048,"name":"delete","url":"classes/singleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SingleUnderline"},{"id":581,"kind":262144,"name":"IsDeleted","url":"classes/singleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SingleUnderline"},{"id":582,"kind":128,"name":"ThickUnderline","url":"classes/thickunderline.html","classes":"tsd-kind-class"},{"id":583,"kind":512,"name":"constructor","url":"classes/thickunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ThickUnderline"},{"id":584,"kind":2048,"name":"prepForXml","url":"classes/thickunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThickUnderline"},{"id":585,"kind":2048,"name":"addChildElement","url":"classes/thickunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThickUnderline"},{"id":586,"kind":2048,"name":"delete","url":"classes/thickunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ThickUnderline"},{"id":587,"kind":262144,"name":"IsDeleted","url":"classes/thickunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ThickUnderline"},{"id":588,"kind":128,"name":"WaveUnderline","url":"classes/waveunderline.html","classes":"tsd-kind-class"},{"id":589,"kind":512,"name":"constructor","url":"classes/waveunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WaveUnderline"},{"id":590,"kind":2048,"name":"prepForXml","url":"classes/waveunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WaveUnderline"},{"id":591,"kind":2048,"name":"addChildElement","url":"classes/waveunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WaveUnderline"},{"id":592,"kind":2048,"name":"delete","url":"classes/waveunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WaveUnderline"},{"id":593,"kind":262144,"name":"IsDeleted","url":"classes/waveunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"WaveUnderline"},{"id":594,"kind":128,"name":"WavyDoubleUnderline","url":"classes/wavydoubleunderline.html","classes":"tsd-kind-class"},{"id":595,"kind":512,"name":"constructor","url":"classes/wavydoubleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WavyDoubleUnderline"},{"id":596,"kind":2048,"name":"prepForXml","url":"classes/wavydoubleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WavyDoubleUnderline"},{"id":597,"kind":2048,"name":"addChildElement","url":"classes/wavydoubleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WavyDoubleUnderline"},{"id":598,"kind":2048,"name":"delete","url":"classes/wavydoubleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WavyDoubleUnderline"},{"id":599,"kind":262144,"name":"IsDeleted","url":"classes/wavydoubleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"WavyDoubleUnderline"},{"id":600,"kind":128,"name":"WavyHeavyUnderline","url":"classes/wavyheavyunderline.html","classes":"tsd-kind-class"},{"id":601,"kind":512,"name":"constructor","url":"classes/wavyheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WavyHeavyUnderline"},{"id":602,"kind":2048,"name":"prepForXml","url":"classes/wavyheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WavyHeavyUnderline"},{"id":603,"kind":2048,"name":"addChildElement","url":"classes/wavyheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WavyHeavyUnderline"},{"id":604,"kind":2048,"name":"delete","url":"classes/wavyheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WavyHeavyUnderline"},{"id":605,"kind":262144,"name":"IsDeleted","url":"classes/wavyheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"WavyHeavyUnderline"},{"id":606,"kind":128,"name":"WordsUnderline","url":"classes/wordsunderline.html","classes":"tsd-kind-class"},{"id":607,"kind":512,"name":"constructor","url":"classes/wordsunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WordsUnderline"},{"id":608,"kind":2048,"name":"prepForXml","url":"classes/wordsunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WordsUnderline"},{"id":609,"kind":2048,"name":"addChildElement","url":"classes/wordsunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WordsUnderline"},{"id":610,"kind":2048,"name":"delete","url":"classes/wordsunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WordsUnderline"},{"id":611,"kind":262144,"name":"IsDeleted","url":"classes/wordsunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"WordsUnderline"},{"id":612,"kind":4,"name":"EmphasisMarkType","url":"enums/emphasismarktype.html","classes":"tsd-kind-enum"},{"id":613,"kind":16,"name":"DOT","url":"enums/emphasismarktype.html#dot","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"EmphasisMarkType"},{"id":614,"kind":128,"name":"BaseEmphasisMark","url":"classes/baseemphasismark.html","classes":"tsd-kind-class"},{"id":615,"kind":2048,"name":"prepForXml","url":"classes/baseemphasismark.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":616,"kind":2048,"name":"addChildElement","url":"classes/baseemphasismark.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":617,"kind":2048,"name":"delete","url":"classes/baseemphasismark.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":618,"kind":262144,"name":"IsDeleted","url":"classes/baseemphasismark.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"BaseEmphasisMark"},{"id":619,"kind":128,"name":"EmphasisMark","url":"classes/emphasismark.html","classes":"tsd-kind-class"},{"id":620,"kind":512,"name":"constructor","url":"classes/emphasismark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"EmphasisMark"},{"id":621,"kind":2048,"name":"prepForXml","url":"classes/emphasismark.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":622,"kind":2048,"name":"addChildElement","url":"classes/emphasismark.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":623,"kind":2048,"name":"delete","url":"classes/emphasismark.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":624,"kind":262144,"name":"IsDeleted","url":"classes/emphasismark.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"EmphasisMark"},{"id":625,"kind":128,"name":"DotEmphasisMark","url":"classes/dotemphasismark.html","classes":"tsd-kind-class"},{"id":626,"kind":512,"name":"constructor","url":"classes/dotemphasismark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DotEmphasisMark"},{"id":627,"kind":2048,"name":"prepForXml","url":"classes/dotemphasismark.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":628,"kind":2048,"name":"addChildElement","url":"classes/dotemphasismark.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":629,"kind":2048,"name":"delete","url":"classes/dotemphasismark.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":630,"kind":262144,"name":"IsDeleted","url":"classes/dotemphasismark.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DotEmphasisMark"},{"id":631,"kind":128,"name":"Tab","url":"classes/tab.html","classes":"tsd-kind-class"},{"id":632,"kind":512,"name":"constructor","url":"classes/tab.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Tab"},{"id":633,"kind":2048,"name":"prepForXml","url":"classes/tab.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":634,"kind":2048,"name":"addChildElement","url":"classes/tab.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":635,"kind":2048,"name":"delete","url":"classes/tab.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":636,"kind":262144,"name":"IsDeleted","url":"classes/tab.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Tab"},{"id":637,"kind":4,"name":"HyperlinkType","url":"enums/hyperlinktype.html","classes":"tsd-kind-enum"},{"id":638,"kind":16,"name":"INTERNAL","url":"enums/hyperlinktype.html#internal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HyperlinkType"},{"id":639,"kind":16,"name":"EXTERNAL","url":"enums/hyperlinktype.html#external","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HyperlinkType"},{"id":640,"kind":128,"name":"ConcreteHyperlink","url":"classes/concretehyperlink.html","classes":"tsd-kind-class"},{"id":641,"kind":512,"name":"constructor","url":"classes/concretehyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConcreteHyperlink"},{"id":642,"kind":1024,"name":"linkId","url":"classes/concretehyperlink.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteHyperlink"},{"id":643,"kind":2048,"name":"prepForXml","url":"classes/concretehyperlink.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":644,"kind":2048,"name":"addChildElement","url":"classes/concretehyperlink.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":645,"kind":2048,"name":"delete","url":"classes/concretehyperlink.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":646,"kind":262144,"name":"IsDeleted","url":"classes/concretehyperlink.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteHyperlink"},{"id":647,"kind":128,"name":"InternalHyperlink","url":"classes/internalhyperlink.html","classes":"tsd-kind-class"},{"id":648,"kind":512,"name":"constructor","url":"classes/internalhyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InternalHyperlink"},{"id":649,"kind":1024,"name":"linkId","url":"classes/internalhyperlink.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":650,"kind":2048,"name":"prepForXml","url":"classes/internalhyperlink.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":651,"kind":2048,"name":"addChildElement","url":"classes/internalhyperlink.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":652,"kind":2048,"name":"delete","url":"classes/internalhyperlink.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":653,"kind":262144,"name":"IsDeleted","url":"classes/internalhyperlink.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"InternalHyperlink"},{"id":654,"kind":128,"name":"ExternalHyperlink","url":"classes/externalhyperlink.html","classes":"tsd-kind-class"},{"id":655,"kind":512,"name":"constructor","url":"classes/externalhyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":656,"kind":1024,"name":"options","url":"classes/externalhyperlink.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":657,"kind":65536,"name":"__type","url":"classes/externalhyperlink.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ExternalHyperlink"},{"id":658,"kind":1024,"name":"child","url":"classes/externalhyperlink.html#__type.child","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ExternalHyperlink.__type"},{"id":659,"kind":1024,"name":"link","url":"classes/externalhyperlink.html#__type.link","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ExternalHyperlink.__type"},{"id":660,"kind":128,"name":"Bookmark","url":"classes/bookmark.html","classes":"tsd-kind-class"},{"id":661,"kind":512,"name":"constructor","url":"classes/bookmark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Bookmark"},{"id":662,"kind":1024,"name":"start","url":"classes/bookmark.html#start","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":663,"kind":1024,"name":"children","url":"classes/bookmark.html#children","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":664,"kind":1024,"name":"end","url":"classes/bookmark.html#end","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Bookmark"},{"id":665,"kind":128,"name":"BookmarkStart","url":"classes/bookmarkstart.html","classes":"tsd-kind-class"},{"id":666,"kind":512,"name":"constructor","url":"classes/bookmarkstart.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BookmarkStart"},{"id":667,"kind":2048,"name":"prepForXml","url":"classes/bookmarkstart.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":668,"kind":2048,"name":"addChildElement","url":"classes/bookmarkstart.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":669,"kind":2048,"name":"delete","url":"classes/bookmarkstart.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":670,"kind":262144,"name":"IsDeleted","url":"classes/bookmarkstart.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkStart"},{"id":671,"kind":128,"name":"BookmarkEnd","url":"classes/bookmarkend.html","classes":"tsd-kind-class"},{"id":672,"kind":512,"name":"constructor","url":"classes/bookmarkend.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"BookmarkEnd"},{"id":673,"kind":2048,"name":"prepForXml","url":"classes/bookmarkend.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":674,"kind":2048,"name":"addChildElement","url":"classes/bookmarkend.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":675,"kind":2048,"name":"delete","url":"classes/bookmarkend.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":676,"kind":262144,"name":"IsDeleted","url":"classes/bookmarkend.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"BookmarkEnd"},{"id":677,"kind":128,"name":"OutlineLevel","url":"classes/outlinelevel.html","classes":"tsd-kind-class"},{"id":678,"kind":512,"name":"constructor","url":"classes/outlinelevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OutlineLevel"},{"id":679,"kind":1024,"name":"level","url":"classes/outlinelevel.html#level","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutlineLevel"},{"id":680,"kind":2048,"name":"prepForXml","url":"classes/outlinelevel.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":681,"kind":2048,"name":"addChildElement","url":"classes/outlinelevel.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":682,"kind":2048,"name":"delete","url":"classes/outlinelevel.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":683,"kind":262144,"name":"IsDeleted","url":"classes/outlinelevel.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"OutlineLevel"},{"id":684,"kind":256,"name":"IMathOptions","url":"interfaces/imathoptions.html","classes":"tsd-kind-interface"},{"id":685,"kind":1024,"name":"children","url":"interfaces/imathoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathOptions"},{"id":686,"kind":128,"name":"Math","url":"classes/math.html","classes":"tsd-kind-class"},{"id":687,"kind":512,"name":"constructor","url":"classes/math.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Math"},{"id":688,"kind":2048,"name":"prepForXml","url":"classes/math.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":689,"kind":2048,"name":"addChildElement","url":"classes/math.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":690,"kind":2048,"name":"delete","url":"classes/math.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":691,"kind":262144,"name":"IsDeleted","url":"classes/math.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Math"},{"id":692,"kind":128,"name":"MathRun","url":"classes/mathrun.html","classes":"tsd-kind-class"},{"id":693,"kind":512,"name":"constructor","url":"classes/mathrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRun"},{"id":694,"kind":2048,"name":"prepForXml","url":"classes/mathrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":695,"kind":2048,"name":"addChildElement","url":"classes/mathrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":696,"kind":2048,"name":"delete","url":"classes/mathrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":697,"kind":262144,"name":"IsDeleted","url":"classes/mathrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathRun"},{"id":698,"kind":256,"name":"IMathFractionOptions","url":"interfaces/imathfractionoptions.html","classes":"tsd-kind-interface"},{"id":699,"kind":1024,"name":"numerator","url":"interfaces/imathfractionoptions.html#numerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFractionOptions"},{"id":700,"kind":1024,"name":"denominator","url":"interfaces/imathfractionoptions.html#denominator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFractionOptions"},{"id":701,"kind":128,"name":"MathFraction","url":"classes/mathfraction.html","classes":"tsd-kind-class"},{"id":702,"kind":512,"name":"constructor","url":"classes/mathfraction.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFraction"},{"id":703,"kind":2048,"name":"prepForXml","url":"classes/mathfraction.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":704,"kind":2048,"name":"addChildElement","url":"classes/mathfraction.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":705,"kind":2048,"name":"delete","url":"classes/mathfraction.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":706,"kind":262144,"name":"IsDeleted","url":"classes/mathfraction.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathFraction"},{"id":707,"kind":128,"name":"MathDenominator","url":"classes/mathdenominator.html","classes":"tsd-kind-class"},{"id":708,"kind":512,"name":"constructor","url":"classes/mathdenominator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathDenominator"},{"id":709,"kind":2048,"name":"prepForXml","url":"classes/mathdenominator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":710,"kind":2048,"name":"addChildElement","url":"classes/mathdenominator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":711,"kind":2048,"name":"delete","url":"classes/mathdenominator.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":712,"kind":262144,"name":"IsDeleted","url":"classes/mathdenominator.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathDenominator"},{"id":713,"kind":128,"name":"MathNumerator","url":"classes/mathnumerator.html","classes":"tsd-kind-class"},{"id":714,"kind":512,"name":"constructor","url":"classes/mathnumerator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathNumerator"},{"id":715,"kind":2048,"name":"prepForXml","url":"classes/mathnumerator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":716,"kind":2048,"name":"addChildElement","url":"classes/mathnumerator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":717,"kind":2048,"name":"delete","url":"classes/mathnumerator.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":718,"kind":262144,"name":"IsDeleted","url":"classes/mathnumerator.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathNumerator"},{"id":719,"kind":128,"name":"MathAccentCharacter","url":"classes/mathaccentcharacter.html","classes":"tsd-kind-class"},{"id":720,"kind":512,"name":"constructor","url":"classes/mathaccentcharacter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathAccentCharacter"},{"id":721,"kind":2048,"name":"prepForXml","url":"classes/mathaccentcharacter.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":722,"kind":2048,"name":"addChildElement","url":"classes/mathaccentcharacter.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":723,"kind":2048,"name":"delete","url":"classes/mathaccentcharacter.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":724,"kind":262144,"name":"IsDeleted","url":"classes/mathaccentcharacter.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathAccentCharacter"},{"id":725,"kind":128,"name":"MathBase","url":"classes/mathbase.html","classes":"tsd-kind-class"},{"id":726,"kind":512,"name":"constructor","url":"classes/mathbase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathBase"},{"id":727,"kind":2048,"name":"prepForXml","url":"classes/mathbase.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":728,"kind":2048,"name":"addChildElement","url":"classes/mathbase.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":729,"kind":2048,"name":"delete","url":"classes/mathbase.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":730,"kind":262144,"name":"IsDeleted","url":"classes/mathbase.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathBase"},{"id":731,"kind":128,"name":"MathLimitLocation","url":"classes/mathlimitlocation.html","classes":"tsd-kind-class"},{"id":732,"kind":512,"name":"constructor","url":"classes/mathlimitlocation.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathLimitLocation"},{"id":733,"kind":2048,"name":"prepForXml","url":"classes/mathlimitlocation.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":734,"kind":2048,"name":"addChildElement","url":"classes/mathlimitlocation.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":735,"kind":2048,"name":"delete","url":"classes/mathlimitlocation.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":736,"kind":262144,"name":"IsDeleted","url":"classes/mathlimitlocation.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathLimitLocation"},{"id":737,"kind":128,"name":"MathNArayProperties","url":"classes/mathnarayproperties.html","classes":"tsd-kind-class"},{"id":738,"kind":512,"name":"constructor","url":"classes/mathnarayproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathNArayProperties"},{"id":739,"kind":2048,"name":"prepForXml","url":"classes/mathnarayproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":740,"kind":2048,"name":"addChildElement","url":"classes/mathnarayproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":741,"kind":2048,"name":"delete","url":"classes/mathnarayproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":742,"kind":262144,"name":"IsDeleted","url":"classes/mathnarayproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathNArayProperties"},{"id":743,"kind":128,"name":"MathSubScriptElement","url":"classes/mathsubscriptelement.html","classes":"tsd-kind-class"},{"id":744,"kind":512,"name":"constructor","url":"classes/mathsubscriptelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScriptElement"},{"id":745,"kind":2048,"name":"prepForXml","url":"classes/mathsubscriptelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":746,"kind":2048,"name":"addChildElement","url":"classes/mathsubscriptelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":747,"kind":2048,"name":"delete","url":"classes/mathsubscriptelement.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":748,"kind":262144,"name":"IsDeleted","url":"classes/mathsubscriptelement.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptElement"},{"id":749,"kind":256,"name":"IMathSumOptions","url":"interfaces/imathsumoptions.html","classes":"tsd-kind-interface"},{"id":750,"kind":1024,"name":"children","url":"interfaces/imathsumoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":751,"kind":1024,"name":"subScript","url":"interfaces/imathsumoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":752,"kind":1024,"name":"superScript","url":"interfaces/imathsumoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSumOptions"},{"id":753,"kind":128,"name":"MathSum","url":"classes/mathsum.html","classes":"tsd-kind-class"},{"id":754,"kind":512,"name":"constructor","url":"classes/mathsum.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSum"},{"id":755,"kind":2048,"name":"prepForXml","url":"classes/mathsum.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":756,"kind":2048,"name":"addChildElement","url":"classes/mathsum.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":757,"kind":2048,"name":"delete","url":"classes/mathsum.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":758,"kind":262144,"name":"IsDeleted","url":"classes/mathsum.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSum"},{"id":759,"kind":128,"name":"MathSuperScriptElement","url":"classes/mathsuperscriptelement.html","classes":"tsd-kind-class"},{"id":760,"kind":512,"name":"constructor","url":"classes/mathsuperscriptelement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScriptElement"},{"id":761,"kind":2048,"name":"prepForXml","url":"classes/mathsuperscriptelement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":762,"kind":2048,"name":"addChildElement","url":"classes/mathsuperscriptelement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":763,"kind":2048,"name":"delete","url":"classes/mathsuperscriptelement.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":764,"kind":262144,"name":"IsDeleted","url":"classes/mathsuperscriptelement.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptElement"},{"id":765,"kind":256,"name":"IMathSuperScriptOptions","url":"interfaces/imathsuperscriptoptions.html","classes":"tsd-kind-interface"},{"id":766,"kind":1024,"name":"children","url":"interfaces/imathsuperscriptoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSuperScriptOptions"},{"id":767,"kind":1024,"name":"superScript","url":"interfaces/imathsuperscriptoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSuperScriptOptions"},{"id":768,"kind":128,"name":"MathSuperScript","url":"classes/mathsuperscript.html","classes":"tsd-kind-class"},{"id":769,"kind":512,"name":"constructor","url":"classes/mathsuperscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScript"},{"id":770,"kind":2048,"name":"prepForXml","url":"classes/mathsuperscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":771,"kind":2048,"name":"addChildElement","url":"classes/mathsuperscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":772,"kind":2048,"name":"delete","url":"classes/mathsuperscript.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":773,"kind":262144,"name":"IsDeleted","url":"classes/mathsuperscript.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScript"},{"id":774,"kind":128,"name":"MathSuperScriptProperties","url":"classes/mathsuperscriptproperties.html","classes":"tsd-kind-class"},{"id":775,"kind":512,"name":"constructor","url":"classes/mathsuperscriptproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSuperScriptProperties"},{"id":776,"kind":2048,"name":"prepForXml","url":"classes/mathsuperscriptproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":777,"kind":2048,"name":"addChildElement","url":"classes/mathsuperscriptproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":778,"kind":2048,"name":"delete","url":"classes/mathsuperscriptproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":779,"kind":262144,"name":"IsDeleted","url":"classes/mathsuperscriptproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSuperScriptProperties"},{"id":780,"kind":256,"name":"IMathSubScriptOptions","url":"interfaces/imathsubscriptoptions.html","classes":"tsd-kind-interface"},{"id":781,"kind":1024,"name":"children","url":"interfaces/imathsubscriptoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubScriptOptions"},{"id":782,"kind":1024,"name":"subScript","url":"interfaces/imathsubscriptoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubScriptOptions"},{"id":783,"kind":128,"name":"MathSubScript","url":"classes/mathsubscript.html","classes":"tsd-kind-class"},{"id":784,"kind":512,"name":"constructor","url":"classes/mathsubscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScript"},{"id":785,"kind":2048,"name":"prepForXml","url":"classes/mathsubscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":786,"kind":2048,"name":"addChildElement","url":"classes/mathsubscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":787,"kind":2048,"name":"delete","url":"classes/mathsubscript.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":788,"kind":262144,"name":"IsDeleted","url":"classes/mathsubscript.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScript"},{"id":789,"kind":128,"name":"MathSubScriptProperties","url":"classes/mathsubscriptproperties.html","classes":"tsd-kind-class"},{"id":790,"kind":512,"name":"constructor","url":"classes/mathsubscriptproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubScriptProperties"},{"id":791,"kind":2048,"name":"prepForXml","url":"classes/mathsubscriptproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":792,"kind":2048,"name":"addChildElement","url":"classes/mathsubscriptproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":793,"kind":2048,"name":"delete","url":"classes/mathsubscriptproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":794,"kind":262144,"name":"IsDeleted","url":"classes/mathsubscriptproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSubScriptProperties"},{"id":795,"kind":256,"name":"IMathSubSuperScriptOptions","url":"interfaces/imathsubsuperscriptoptions.html","classes":"tsd-kind-interface"},{"id":796,"kind":1024,"name":"children","url":"interfaces/imathsubsuperscriptoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":797,"kind":1024,"name":"subScript","url":"interfaces/imathsubsuperscriptoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":798,"kind":1024,"name":"superScript","url":"interfaces/imathsubsuperscriptoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathSubSuperScriptOptions"},{"id":799,"kind":128,"name":"MathSubSuperScript","url":"classes/mathsubsuperscript.html","classes":"tsd-kind-class"},{"id":800,"kind":512,"name":"constructor","url":"classes/mathsubsuperscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubSuperScript"},{"id":801,"kind":2048,"name":"prepForXml","url":"classes/mathsubsuperscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":802,"kind":2048,"name":"addChildElement","url":"classes/mathsubsuperscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":803,"kind":2048,"name":"delete","url":"classes/mathsubsuperscript.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":804,"kind":262144,"name":"IsDeleted","url":"classes/mathsubsuperscript.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScript"},{"id":805,"kind":128,"name":"MathSubSuperScriptProperties","url":"classes/mathsubsuperscriptproperties.html","classes":"tsd-kind-class"},{"id":806,"kind":512,"name":"constructor","url":"classes/mathsubsuperscriptproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSubSuperScriptProperties"},{"id":807,"kind":2048,"name":"prepForXml","url":"classes/mathsubsuperscriptproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":808,"kind":2048,"name":"addChildElement","url":"classes/mathsubsuperscriptproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":809,"kind":2048,"name":"delete","url":"classes/mathsubsuperscriptproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":810,"kind":262144,"name":"IsDeleted","url":"classes/mathsubsuperscriptproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSubSuperScriptProperties"},{"id":811,"kind":256,"name":"IMathPreSubSuperScriptOptions","url":"interfaces/imathpresubsuperscriptoptions.html","classes":"tsd-kind-interface"},{"id":812,"kind":1024,"name":"children","url":"interfaces/imathpresubsuperscriptoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":813,"kind":1024,"name":"subScript","url":"interfaces/imathpresubsuperscriptoptions.html#subscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":814,"kind":1024,"name":"superScript","url":"interfaces/imathpresubsuperscriptoptions.html#superscript","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathPreSubSuperScriptOptions"},{"id":815,"kind":128,"name":"MathPreSubSuperScript","url":"classes/mathpresubsuperscript.html","classes":"tsd-kind-class"},{"id":816,"kind":512,"name":"constructor","url":"classes/mathpresubsuperscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathPreSubSuperScript"},{"id":817,"kind":2048,"name":"prepForXml","url":"classes/mathpresubsuperscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":818,"kind":2048,"name":"addChildElement","url":"classes/mathpresubsuperscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":819,"kind":2048,"name":"delete","url":"classes/mathpresubsuperscript.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":820,"kind":262144,"name":"IsDeleted","url":"classes/mathpresubsuperscript.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScript"},{"id":821,"kind":128,"name":"MathPreSubSuperScriptProperties","url":"classes/mathpresubsuperscriptproperties.html","classes":"tsd-kind-class"},{"id":822,"kind":512,"name":"constructor","url":"classes/mathpresubsuperscriptproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathPreSubSuperScriptProperties"},{"id":823,"kind":2048,"name":"prepForXml","url":"classes/mathpresubsuperscriptproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":824,"kind":2048,"name":"addChildElement","url":"classes/mathpresubsuperscriptproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":825,"kind":2048,"name":"delete","url":"classes/mathpresubsuperscriptproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":826,"kind":262144,"name":"IsDeleted","url":"classes/mathpresubsuperscriptproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathPreSubSuperScriptProperties"},{"id":827,"kind":4194304,"name":"MathComponent","url":"modules.html#mathcomponent","classes":"tsd-kind-type-alias"},{"id":828,"kind":128,"name":"MathDegree","url":"classes/mathdegree.html","classes":"tsd-kind-class"},{"id":829,"kind":512,"name":"constructor","url":"classes/mathdegree.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathDegree"},{"id":830,"kind":2048,"name":"prepForXml","url":"classes/mathdegree.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":831,"kind":2048,"name":"addChildElement","url":"classes/mathdegree.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":832,"kind":2048,"name":"delete","url":"classes/mathdegree.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":833,"kind":262144,"name":"IsDeleted","url":"classes/mathdegree.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathDegree"},{"id":834,"kind":256,"name":"IMathRadicalOptions","url":"interfaces/imathradicaloptions.html","classes":"tsd-kind-interface"},{"id":835,"kind":1024,"name":"children","url":"interfaces/imathradicaloptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathRadicalOptions"},{"id":836,"kind":1024,"name":"degree","url":"interfaces/imathradicaloptions.html#degree","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathRadicalOptions"},{"id":837,"kind":128,"name":"MathRadical","url":"classes/mathradical.html","classes":"tsd-kind-class"},{"id":838,"kind":512,"name":"constructor","url":"classes/mathradical.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRadical"},{"id":839,"kind":2048,"name":"prepForXml","url":"classes/mathradical.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":840,"kind":2048,"name":"addChildElement","url":"classes/mathradical.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":841,"kind":2048,"name":"delete","url":"classes/mathradical.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":842,"kind":262144,"name":"IsDeleted","url":"classes/mathradical.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathRadical"},{"id":843,"kind":128,"name":"MathRadicalProperties","url":"classes/mathradicalproperties.html","classes":"tsd-kind-class"},{"id":844,"kind":512,"name":"constructor","url":"classes/mathradicalproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRadicalProperties"},{"id":845,"kind":2048,"name":"prepForXml","url":"classes/mathradicalproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":846,"kind":2048,"name":"addChildElement","url":"classes/mathradicalproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":847,"kind":2048,"name":"delete","url":"classes/mathradicalproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":848,"kind":262144,"name":"IsDeleted","url":"classes/mathradicalproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathRadicalProperties"},{"id":849,"kind":256,"name":"IMathFunctionOptions","url":"interfaces/imathfunctionoptions.html","classes":"tsd-kind-interface"},{"id":850,"kind":1024,"name":"children","url":"interfaces/imathfunctionoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFunctionOptions"},{"id":851,"kind":1024,"name":"name","url":"interfaces/imathfunctionoptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMathFunctionOptions"},{"id":852,"kind":128,"name":"MathFunction","url":"classes/mathfunction.html","classes":"tsd-kind-class"},{"id":853,"kind":512,"name":"constructor","url":"classes/mathfunction.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunction"},{"id":854,"kind":2048,"name":"prepForXml","url":"classes/mathfunction.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":855,"kind":2048,"name":"addChildElement","url":"classes/mathfunction.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":856,"kind":2048,"name":"delete","url":"classes/mathfunction.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":857,"kind":262144,"name":"IsDeleted","url":"classes/mathfunction.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathFunction"},{"id":858,"kind":128,"name":"MathFunctionName","url":"classes/mathfunctionname.html","classes":"tsd-kind-class"},{"id":859,"kind":512,"name":"constructor","url":"classes/mathfunctionname.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunctionName"},{"id":860,"kind":2048,"name":"prepForXml","url":"classes/mathfunctionname.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":861,"kind":2048,"name":"addChildElement","url":"classes/mathfunctionname.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":862,"kind":2048,"name":"delete","url":"classes/mathfunctionname.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":863,"kind":262144,"name":"IsDeleted","url":"classes/mathfunctionname.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionName"},{"id":864,"kind":128,"name":"MathFunctionProperties","url":"classes/mathfunctionproperties.html","classes":"tsd-kind-class"},{"id":865,"kind":512,"name":"constructor","url":"classes/mathfunctionproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathFunctionProperties"},{"id":866,"kind":2048,"name":"prepForXml","url":"classes/mathfunctionproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":867,"kind":2048,"name":"addChildElement","url":"classes/mathfunctionproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":868,"kind":2048,"name":"delete","url":"classes/mathfunctionproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":869,"kind":262144,"name":"IsDeleted","url":"classes/mathfunctionproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathFunctionProperties"},{"id":870,"kind":128,"name":"MathRoundBrackets","url":"classes/mathroundbrackets.html","classes":"tsd-kind-class"},{"id":871,"kind":512,"name":"constructor","url":"classes/mathroundbrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathRoundBrackets"},{"id":872,"kind":2048,"name":"prepForXml","url":"classes/mathroundbrackets.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":873,"kind":2048,"name":"addChildElement","url":"classes/mathroundbrackets.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":874,"kind":2048,"name":"delete","url":"classes/mathroundbrackets.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":875,"kind":262144,"name":"IsDeleted","url":"classes/mathroundbrackets.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathRoundBrackets"},{"id":876,"kind":128,"name":"MathSquareBrackets","url":"classes/mathsquarebrackets.html","classes":"tsd-kind-class"},{"id":877,"kind":512,"name":"constructor","url":"classes/mathsquarebrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathSquareBrackets"},{"id":878,"kind":2048,"name":"prepForXml","url":"classes/mathsquarebrackets.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":879,"kind":2048,"name":"addChildElement","url":"classes/mathsquarebrackets.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":880,"kind":2048,"name":"delete","url":"classes/mathsquarebrackets.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":881,"kind":262144,"name":"IsDeleted","url":"classes/mathsquarebrackets.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathSquareBrackets"},{"id":882,"kind":128,"name":"MathCurlyBrackets","url":"classes/mathcurlybrackets.html","classes":"tsd-kind-class"},{"id":883,"kind":512,"name":"constructor","url":"classes/mathcurlybrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathCurlyBrackets"},{"id":884,"kind":2048,"name":"prepForXml","url":"classes/mathcurlybrackets.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":885,"kind":2048,"name":"addChildElement","url":"classes/mathcurlybrackets.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":886,"kind":2048,"name":"delete","url":"classes/mathcurlybrackets.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":887,"kind":262144,"name":"IsDeleted","url":"classes/mathcurlybrackets.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathCurlyBrackets"},{"id":888,"kind":128,"name":"MathAngledBrackets","url":"classes/mathangledbrackets.html","classes":"tsd-kind-class"},{"id":889,"kind":512,"name":"constructor","url":"classes/mathangledbrackets.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MathAngledBrackets"},{"id":890,"kind":2048,"name":"prepForXml","url":"classes/mathangledbrackets.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":891,"kind":2048,"name":"addChildElement","url":"classes/mathangledbrackets.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":892,"kind":2048,"name":"delete","url":"classes/mathangledbrackets.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":893,"kind":262144,"name":"IsDeleted","url":"classes/mathangledbrackets.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"MathAngledBrackets"},{"id":894,"kind":4,"name":"DropCapType","url":"enums/dropcaptype.html","classes":"tsd-kind-enum"},{"id":895,"kind":16,"name":"NONE","url":"enums/dropcaptype.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":896,"kind":16,"name":"DROP","url":"enums/dropcaptype.html#drop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":897,"kind":16,"name":"MARGIN","url":"enums/dropcaptype.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DropCapType"},{"id":898,"kind":4,"name":"FrameAnchorType","url":"enums/frameanchortype.html","classes":"tsd-kind-enum"},{"id":899,"kind":16,"name":"MARGIN","url":"enums/frameanchortype.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":900,"kind":16,"name":"PAGE","url":"enums/frameanchortype.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":901,"kind":16,"name":"TEXT","url":"enums/frameanchortype.html#text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameAnchorType"},{"id":902,"kind":4,"name":"FrameWrap","url":"enums/framewrap.html","classes":"tsd-kind-enum"},{"id":903,"kind":16,"name":"AROUND","url":"enums/framewrap.html#around","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":904,"kind":16,"name":"AUTO","url":"enums/framewrap.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":905,"kind":16,"name":"NONE","url":"enums/framewrap.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":906,"kind":16,"name":"NOT_BESIDE","url":"enums/framewrap.html#not_beside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":907,"kind":16,"name":"THROUGH","url":"enums/framewrap.html#through","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":908,"kind":16,"name":"TIGHT","url":"enums/framewrap.html#tight","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FrameWrap"},{"id":909,"kind":256,"name":"IFrameOptions","url":"interfaces/iframeoptions.html","classes":"tsd-kind-interface"},{"id":910,"kind":1024,"name":"anchorLock","url":"interfaces/iframeoptions.html#anchorlock","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":911,"kind":1024,"name":"dropCap","url":"interfaces/iframeoptions.html#dropcap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":912,"kind":1024,"name":"width","url":"interfaces/iframeoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":913,"kind":1024,"name":"height","url":"interfaces/iframeoptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":914,"kind":1024,"name":"position","url":"interfaces/iframeoptions.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":915,"kind":65536,"name":"__type","url":"interfaces/iframeoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":916,"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":917,"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":918,"kind":1024,"name":"wrap","url":"interfaces/iframeoptions.html#wrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":919,"kind":1024,"name":"lines","url":"interfaces/iframeoptions.html#lines","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":920,"kind":1024,"name":"anchor","url":"interfaces/iframeoptions.html#anchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":921,"kind":65536,"name":"__type","url":"interfaces/iframeoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":922,"kind":1024,"name":"horizontal","url":"interfaces/iframeoptions.html#__type-1.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":923,"kind":1024,"name":"vertical","url":"interfaces/iframeoptions.html#__type-1.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":924,"kind":1024,"name":"space","url":"interfaces/iframeoptions.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":925,"kind":65536,"name":"__type","url":"interfaces/iframeoptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":926,"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":927,"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":928,"kind":1024,"name":"rule","url":"interfaces/iframeoptions.html#rule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":929,"kind":1024,"name":"alignment","url":"interfaces/iframeoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":930,"kind":65536,"name":"__type","url":"interfaces/iframeoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IFrameOptions"},{"id":931,"kind":1024,"name":"x","url":"interfaces/iframeoptions.html#__type.x","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":932,"kind":1024,"name":"y","url":"interfaces/iframeoptions.html#__type.y","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IFrameOptions.__type"},{"id":933,"kind":128,"name":"FramePropertiesAttributes","url":"classes/framepropertiesattributes.html","classes":"tsd-kind-class"},{"id":934,"kind":512,"name":"constructor","url":"classes/framepropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":935,"kind":2048,"name":"prepForXml","url":"classes/framepropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":936,"kind":2048,"name":"set","url":"classes/framepropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":937,"kind":262144,"name":"IsDeleted","url":"classes/framepropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"FramePropertiesAttributes"},{"id":938,"kind":128,"name":"FrameProperties","url":"classes/frameproperties.html","classes":"tsd-kind-class"},{"id":939,"kind":512,"name":"constructor","url":"classes/frameproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FrameProperties"},{"id":940,"kind":2048,"name":"prepForXml","url":"classes/frameproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":941,"kind":2048,"name":"addChildElement","url":"classes/frameproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":942,"kind":2048,"name":"delete","url":"classes/frameproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":943,"kind":262144,"name":"IsDeleted","url":"classes/frameproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"FrameProperties"},{"id":944,"kind":256,"name":"ITableOptions","url":"interfaces/itableoptions.html","classes":"tsd-kind-interface"},{"id":945,"kind":1024,"name":"rows","url":"interfaces/itableoptions.html#rows","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":946,"kind":1024,"name":"width","url":"interfaces/itableoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":947,"kind":65536,"name":"__type","url":"interfaces/itableoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableOptions"},{"id":948,"kind":1024,"name":"size","url":"interfaces/itableoptions.html#__type-1.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableOptions.__type"},{"id":949,"kind":1024,"name":"type","url":"interfaces/itableoptions.html#__type-1.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableOptions.__type"},{"id":950,"kind":1024,"name":"columnWidths","url":"interfaces/itableoptions.html#columnwidths","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":951,"kind":1024,"name":"margins","url":"interfaces/itableoptions.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":952,"kind":65536,"name":"__type","url":"interfaces/itableoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableOptions"},{"id":953,"kind":1024,"name":"marginUnitType","url":"interfaces/itableoptions.html#__type.marginunittype","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableOptions.__type"},{"id":954,"kind":1024,"name":"top","url":"interfaces/itableoptions.html#__type.top","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableOptions.__type"},{"id":955,"kind":1024,"name":"bottom","url":"interfaces/itableoptions.html#__type.bottom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableOptions.__type"},{"id":956,"kind":1024,"name":"right","url":"interfaces/itableoptions.html#__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableOptions.__type"},{"id":957,"kind":1024,"name":"left","url":"interfaces/itableoptions.html#__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableOptions.__type"},{"id":958,"kind":1024,"name":"float","url":"interfaces/itableoptions.html#float","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":959,"kind":1024,"name":"layout","url":"interfaces/itableoptions.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":960,"kind":1024,"name":"style","url":"interfaces/itableoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":961,"kind":1024,"name":"borders","url":"interfaces/itableoptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":962,"kind":1024,"name":"alignment","url":"interfaces/itableoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":963,"kind":1024,"name":"visuallyRightToLeft","url":"interfaces/itableoptions.html#visuallyrighttoleft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOptions"},{"id":964,"kind":128,"name":"Table","url":"classes/table.html","classes":"tsd-kind-class"},{"id":965,"kind":512,"name":"constructor","url":"classes/table.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Table"},{"id":966,"kind":2048,"name":"prepForXml","url":"classes/table.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":967,"kind":2048,"name":"addChildElement","url":"classes/table.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":968,"kind":2048,"name":"delete","url":"classes/table.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":969,"kind":262144,"name":"IsDeleted","url":"classes/table.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Table"},{"id":970,"kind":256,"name":"ITableCellOptions","url":"interfaces/itablecelloptions.html","classes":"tsd-kind-interface"},{"id":971,"kind":1024,"name":"shading","url":"interfaces/itablecelloptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":972,"kind":1024,"name":"margins","url":"interfaces/itablecelloptions.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":973,"kind":1024,"name":"verticalAlign","url":"interfaces/itablecelloptions.html#verticalalign","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":974,"kind":1024,"name":"textDirection","url":"interfaces/itablecelloptions.html#textdirection","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":975,"kind":1024,"name":"verticalMerge","url":"interfaces/itablecelloptions.html#verticalmerge","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":976,"kind":1024,"name":"width","url":"interfaces/itablecelloptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":977,"kind":65536,"name":"__type","url":"interfaces/itablecelloptions.html#__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":978,"kind":1024,"name":"size","url":"interfaces/itablecelloptions.html#__type-5.size-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":979,"kind":1024,"name":"type","url":"interfaces/itablecelloptions.html#__type-5.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":980,"kind":1024,"name":"columnSpan","url":"interfaces/itablecelloptions.html#columnspan","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":981,"kind":1024,"name":"rowSpan","url":"interfaces/itablecelloptions.html#rowspan","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":982,"kind":1024,"name":"borders","url":"interfaces/itablecelloptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":983,"kind":65536,"name":"__type","url":"interfaces/itablecelloptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":984,"kind":1024,"name":"top","url":"interfaces/itablecelloptions.html#__type.top","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":985,"kind":65536,"name":"__type","url":"interfaces/itablecelloptions.html#__type.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":986,"kind":1024,"name":"style","url":"interfaces/itablecelloptions.html#__type.__type-4.style-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":987,"kind":1024,"name":"size","url":"interfaces/itablecelloptions.html#__type.__type-4.size-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":988,"kind":1024,"name":"color","url":"interfaces/itablecelloptions.html#__type.__type-4.color-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":989,"kind":1024,"name":"bottom","url":"interfaces/itablecelloptions.html#__type.bottom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":990,"kind":65536,"name":"__type","url":"interfaces/itablecelloptions.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":991,"kind":1024,"name":"style","url":"interfaces/itablecelloptions.html#__type.__type-1.style","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":992,"kind":1024,"name":"size","url":"interfaces/itablecelloptions.html#__type.__type-1.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":993,"kind":1024,"name":"color","url":"interfaces/itablecelloptions.html#__type.__type-1.color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":994,"kind":1024,"name":"left","url":"interfaces/itablecelloptions.html#__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":995,"kind":65536,"name":"__type","url":"interfaces/itablecelloptions.html#__type.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":996,"kind":1024,"name":"style","url":"interfaces/itablecelloptions.html#__type.__type-2.style-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":997,"kind":1024,"name":"size","url":"interfaces/itablecelloptions.html#__type.__type-2.size-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":998,"kind":1024,"name":"color","url":"interfaces/itablecelloptions.html#__type.__type-2.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":999,"kind":1024,"name":"right","url":"interfaces/itablecelloptions.html#__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":1000,"kind":65536,"name":"__type","url":"interfaces/itablecelloptions.html#__type.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type"},{"id":1001,"kind":1024,"name":"style","url":"interfaces/itablecelloptions.html#__type.__type-3.style-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":1002,"kind":1024,"name":"size","url":"interfaces/itablecelloptions.html#__type.__type-3.size-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":1003,"kind":1024,"name":"color","url":"interfaces/itablecelloptions.html#__type.__type-3.color-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableCellOptions.__type.__type"},{"id":1004,"kind":1024,"name":"children","url":"interfaces/itablecelloptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableCellOptions"},{"id":1005,"kind":128,"name":"TableCell","url":"classes/tablecell.html","classes":"tsd-kind-class"},{"id":1006,"kind":512,"name":"constructor","url":"classes/tablecell.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCell"},{"id":1007,"kind":1024,"name":"options","url":"classes/tablecell.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"TableCell"},{"id":1008,"kind":2048,"name":"prepForXml","url":"classes/tablecell.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"TableCell"},{"id":1009,"kind":2048,"name":"addChildElement","url":"classes/tablecell.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCell"},{"id":1010,"kind":2048,"name":"delete","url":"classes/tablecell.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCell"},{"id":1011,"kind":262144,"name":"IsDeleted","url":"classes/tablecell.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableCell"},{"id":1012,"kind":128,"name":"TableCellBorders","url":"classes/tablecellborders.html","classes":"tsd-kind-class"},{"id":1013,"kind":512,"name":"constructor","url":"classes/tablecellborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCellBorders"},{"id":1014,"kind":2048,"name":"addTopBorder","url":"classes/tablecellborders.html#addtopborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableCellBorders"},{"id":1015,"kind":2048,"name":"addStartBorder","url":"classes/tablecellborders.html#addstartborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableCellBorders"},{"id":1016,"kind":2048,"name":"addBottomBorder","url":"classes/tablecellborders.html#addbottomborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableCellBorders"},{"id":1017,"kind":2048,"name":"addEndBorder","url":"classes/tablecellborders.html#addendborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableCellBorders"},{"id":1018,"kind":2048,"name":"addLeftBorder","url":"classes/tablecellborders.html#addleftborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableCellBorders"},{"id":1019,"kind":2048,"name":"addRightBorder","url":"classes/tablecellborders.html#addrightborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableCellBorders"},{"id":1020,"kind":2048,"name":"prepForXml","url":"classes/tablecellborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":1021,"kind":2048,"name":"addChildElement","url":"classes/tablecellborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":1022,"kind":2048,"name":"delete","url":"classes/tablecellborders.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":1023,"kind":262144,"name":"IsDeleted","url":"classes/tablecellborders.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableCellBorders"},{"id":1024,"kind":128,"name":"GridSpan","url":"classes/gridspan.html","classes":"tsd-kind-class"},{"id":1025,"kind":512,"name":"constructor","url":"classes/gridspan.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GridSpan"},{"id":1026,"kind":2048,"name":"prepForXml","url":"classes/gridspan.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":1027,"kind":2048,"name":"addChildElement","url":"classes/gridspan.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":1028,"kind":2048,"name":"delete","url":"classes/gridspan.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":1029,"kind":262144,"name":"IsDeleted","url":"classes/gridspan.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"GridSpan"},{"id":1030,"kind":4,"name":"VerticalMergeType","url":"enums/verticalmergetype.html","classes":"tsd-kind-enum"},{"id":1031,"kind":16,"name":"CONTINUE","url":"enums/verticalmergetype.html#continue","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalMergeType"},{"id":1032,"kind":16,"name":"RESTART","url":"enums/verticalmergetype.html#restart","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalMergeType"},{"id":1033,"kind":128,"name":"VerticalMerge","url":"classes/verticalmerge.html","classes":"tsd-kind-class"},{"id":1034,"kind":512,"name":"constructor","url":"classes/verticalmerge.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalMerge"},{"id":1035,"kind":2048,"name":"prepForXml","url":"classes/verticalmerge.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":1036,"kind":2048,"name":"addChildElement","url":"classes/verticalmerge.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":1037,"kind":2048,"name":"delete","url":"classes/verticalmerge.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":1038,"kind":262144,"name":"IsDeleted","url":"classes/verticalmerge.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"VerticalMerge"},{"id":1039,"kind":4,"name":"VerticalAlign","url":"enums/verticalalign.html","classes":"tsd-kind-enum"},{"id":1040,"kind":16,"name":"BOTTOM","url":"enums/verticalalign.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1041,"kind":16,"name":"CENTER","url":"enums/verticalalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1042,"kind":16,"name":"TOP","url":"enums/verticalalign.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalAlign"},{"id":1043,"kind":128,"name":"VAlign","url":"classes/valign.html","classes":"tsd-kind-class"},{"id":1044,"kind":512,"name":"constructor","url":"classes/valign.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VAlign"},{"id":1045,"kind":2048,"name":"prepForXml","url":"classes/valign.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VAlign"},{"id":1046,"kind":2048,"name":"addChildElement","url":"classes/valign.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VAlign"},{"id":1047,"kind":2048,"name":"delete","url":"classes/valign.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VAlign"},{"id":1048,"kind":262144,"name":"IsDeleted","url":"classes/valign.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"VAlign"},{"id":1049,"kind":4,"name":"TextDirection","url":"enums/textdirection.html","classes":"tsd-kind-enum"},{"id":1050,"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":1051,"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":1052,"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":1053,"kind":128,"name":"TDirection","url":"classes/tdirection.html","classes":"tsd-kind-class"},{"id":1054,"kind":512,"name":"constructor","url":"classes/tdirection.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TDirection"},{"id":1055,"kind":2048,"name":"prepForXml","url":"classes/tdirection.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":1056,"kind":2048,"name":"addChildElement","url":"classes/tdirection.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":1057,"kind":2048,"name":"delete","url":"classes/tdirection.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":1058,"kind":262144,"name":"IsDeleted","url":"classes/tdirection.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TDirection"},{"id":1059,"kind":4,"name":"WidthType","url":"enums/widthtype.html","classes":"tsd-kind-enum"},{"id":1060,"kind":16,"name":"AUTO","url":"enums/widthtype.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":1061,"kind":16,"name":"DXA","url":"enums/widthtype.html#dxa","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":1062,"kind":16,"name":"NIL","url":"enums/widthtype.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":1063,"kind":16,"name":"PERCENTAGE","url":"enums/widthtype.html#percentage","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WidthType"},{"id":1064,"kind":128,"name":"TableCellWidth","url":"classes/tablecellwidth.html","classes":"tsd-kind-class"},{"id":1065,"kind":512,"name":"constructor","url":"classes/tablecellwidth.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableCellWidth"},{"id":1066,"kind":2048,"name":"prepForXml","url":"classes/tablecellwidth.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellWidth"},{"id":1067,"kind":2048,"name":"addChildElement","url":"classes/tablecellwidth.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellWidth"},{"id":1068,"kind":2048,"name":"delete","url":"classes/tablecellwidth.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableCellWidth"},{"id":1069,"kind":262144,"name":"IsDeleted","url":"classes/tablecellwidth.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableCellWidth"},{"id":1070,"kind":256,"name":"ITablePropertiesOptions","url":"interfaces/itablepropertiesoptions.html","classes":"tsd-kind-interface"},{"id":1071,"kind":1024,"name":"width","url":"interfaces/itablepropertiesoptions.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1072,"kind":65536,"name":"__type","url":"interfaces/itablepropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1073,"kind":1024,"name":"size","url":"interfaces/itablepropertiesoptions.html#__type.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITablePropertiesOptions.__type"},{"id":1074,"kind":1024,"name":"type","url":"interfaces/itablepropertiesoptions.html#__type.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITablePropertiesOptions.__type"},{"id":1075,"kind":1024,"name":"layout","url":"interfaces/itablepropertiesoptions.html#layout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1076,"kind":1024,"name":"borders","url":"interfaces/itablepropertiesoptions.html#borders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1077,"kind":1024,"name":"float","url":"interfaces/itablepropertiesoptions.html#float","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1078,"kind":1024,"name":"shading","url":"interfaces/itablepropertiesoptions.html#shading","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1079,"kind":1024,"name":"style","url":"interfaces/itablepropertiesoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1080,"kind":1024,"name":"alignment","url":"interfaces/itablepropertiesoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1081,"kind":1024,"name":"cellMargin","url":"interfaces/itablepropertiesoptions.html#cellmargin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1082,"kind":1024,"name":"visuallyRightToLeft","url":"interfaces/itablepropertiesoptions.html#visuallyrighttoleft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITablePropertiesOptions"},{"id":1083,"kind":128,"name":"TableProperties","url":"classes/tableproperties.html","classes":"tsd-kind-class"},{"id":1084,"kind":512,"name":"constructor","url":"classes/tableproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableProperties"},{"id":1085,"kind":2048,"name":"prepForXml","url":"classes/tableproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":1086,"kind":2048,"name":"addChildElement","url":"classes/tableproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":1087,"kind":2048,"name":"delete","url":"classes/tableproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":1088,"kind":262144,"name":"IsDeleted","url":"classes/tableproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableProperties"},{"id":1089,"kind":4,"name":"TableAnchorType","url":"enums/tableanchortype.html","classes":"tsd-kind-enum"},{"id":1090,"kind":16,"name":"MARGIN","url":"enums/tableanchortype.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":1091,"kind":16,"name":"PAGE","url":"enums/tableanchortype.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":1092,"kind":16,"name":"TEXT","url":"enums/tableanchortype.html#text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableAnchorType"},{"id":1093,"kind":4,"name":"RelativeHorizontalPosition","url":"enums/relativehorizontalposition.html","classes":"tsd-kind-enum"},{"id":1094,"kind":16,"name":"CENTER","url":"enums/relativehorizontalposition.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":1095,"kind":16,"name":"INSIDE","url":"enums/relativehorizontalposition.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":1096,"kind":16,"name":"LEFT","url":"enums/relativehorizontalposition.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":1097,"kind":16,"name":"OUTSIDE","url":"enums/relativehorizontalposition.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":1098,"kind":16,"name":"RIGHT","url":"enums/relativehorizontalposition.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeHorizontalPosition"},{"id":1099,"kind":4,"name":"RelativeVerticalPosition","url":"enums/relativeverticalposition.html","classes":"tsd-kind-enum"},{"id":1100,"kind":16,"name":"CENTER","url":"enums/relativeverticalposition.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":1101,"kind":16,"name":"INSIDE","url":"enums/relativeverticalposition.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":1102,"kind":16,"name":"BOTTOM","url":"enums/relativeverticalposition.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":1103,"kind":16,"name":"OUTSIDE","url":"enums/relativeverticalposition.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":1104,"kind":16,"name":"INLINE","url":"enums/relativeverticalposition.html#inline","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":1105,"kind":16,"name":"TOP","url":"enums/relativeverticalposition.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"RelativeVerticalPosition"},{"id":1106,"kind":256,"name":"ITableFloatOptions","url":"interfaces/itablefloatoptions.html","classes":"tsd-kind-interface"},{"id":1107,"kind":1024,"name":"horizontalAnchor","url":"interfaces/itablefloatoptions.html#horizontalanchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1108,"kind":1024,"name":"absoluteHorizontalPosition","url":"interfaces/itablefloatoptions.html#absolutehorizontalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1109,"kind":1024,"name":"relativeHorizontalPosition","url":"interfaces/itablefloatoptions.html#relativehorizontalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1110,"kind":1024,"name":"verticalAnchor","url":"interfaces/itablefloatoptions.html#verticalanchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1111,"kind":1024,"name":"absoluteVerticalPosition","url":"interfaces/itablefloatoptions.html#absoluteverticalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1112,"kind":1024,"name":"relativeVerticalPosition","url":"interfaces/itablefloatoptions.html#relativeverticalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1113,"kind":1024,"name":"bottomFromText","url":"interfaces/itablefloatoptions.html#bottomfromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1114,"kind":1024,"name":"topFromText","url":"interfaces/itablefloatoptions.html#topfromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1115,"kind":1024,"name":"leftFromText","url":"interfaces/itablefloatoptions.html#leftfromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1116,"kind":1024,"name":"rightFromText","url":"interfaces/itablefloatoptions.html#rightfromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1117,"kind":1024,"name":"overlap","url":"interfaces/itablefloatoptions.html#overlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableFloatOptions"},{"id":1118,"kind":128,"name":"TableFloatOptionsAttributes","url":"classes/tablefloatoptionsattributes.html","classes":"tsd-kind-class"},{"id":1119,"kind":512,"name":"constructor","url":"classes/tablefloatoptionsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":1120,"kind":2048,"name":"prepForXml","url":"classes/tablefloatoptionsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":1121,"kind":2048,"name":"set","url":"classes/tablefloatoptionsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":1122,"kind":262144,"name":"IsDeleted","url":"classes/tablefloatoptionsattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatOptionsAttributes"},{"id":1123,"kind":128,"name":"TableFloatProperties","url":"classes/tablefloatproperties.html","classes":"tsd-kind-class"},{"id":1124,"kind":512,"name":"constructor","url":"classes/tablefloatproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableFloatProperties"},{"id":1125,"kind":2048,"name":"prepForXml","url":"classes/tablefloatproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":1126,"kind":2048,"name":"addChildElement","url":"classes/tablefloatproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":1127,"kind":2048,"name":"delete","url":"classes/tablefloatproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":1128,"kind":262144,"name":"IsDeleted","url":"classes/tablefloatproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableFloatProperties"},{"id":1129,"kind":4,"name":"TableLayoutType","url":"enums/tablelayouttype.html","classes":"tsd-kind-enum"},{"id":1130,"kind":16,"name":"AUTOFIT","url":"enums/tablelayouttype.html#autofit","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableLayoutType"},{"id":1131,"kind":16,"name":"FIXED","url":"enums/tablelayouttype.html#fixed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TableLayoutType"},{"id":1132,"kind":128,"name":"TableLayout","url":"classes/tablelayout.html","classes":"tsd-kind-class"},{"id":1133,"kind":512,"name":"constructor","url":"classes/tablelayout.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableLayout"},{"id":1134,"kind":2048,"name":"prepForXml","url":"classes/tablelayout.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":1135,"kind":2048,"name":"addChildElement","url":"classes/tablelayout.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":1136,"kind":2048,"name":"delete","url":"classes/tablelayout.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":1137,"kind":262144,"name":"IsDeleted","url":"classes/tablelayout.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableLayout"},{"id":1138,"kind":256,"name":"ITableBordersOptions","url":"interfaces/itablebordersoptions.html","classes":"tsd-kind-interface"},{"id":1139,"kind":1024,"name":"top","url":"interfaces/itablebordersoptions.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1140,"kind":65536,"name":"__type","url":"interfaces/itablebordersoptions.html#__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1141,"kind":1024,"name":"style","url":"interfaces/itablebordersoptions.html#__type-5.style-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1142,"kind":1024,"name":"size","url":"interfaces/itablebordersoptions.html#__type-5.size-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1143,"kind":1024,"name":"color","url":"interfaces/itablebordersoptions.html#__type-5.color-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1144,"kind":1024,"name":"bottom","url":"interfaces/itablebordersoptions.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1145,"kind":65536,"name":"__type","url":"interfaces/itablebordersoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1146,"kind":1024,"name":"style","url":"interfaces/itablebordersoptions.html#__type.style","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1147,"kind":1024,"name":"size","url":"interfaces/itablebordersoptions.html#__type.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1148,"kind":1024,"name":"color","url":"interfaces/itablebordersoptions.html#__type.color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1149,"kind":1024,"name":"left","url":"interfaces/itablebordersoptions.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1150,"kind":65536,"name":"__type","url":"interfaces/itablebordersoptions.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1151,"kind":1024,"name":"style","url":"interfaces/itablebordersoptions.html#__type-3.style-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1152,"kind":1024,"name":"size","url":"interfaces/itablebordersoptions.html#__type-3.size-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1153,"kind":1024,"name":"color","url":"interfaces/itablebordersoptions.html#__type-3.color-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1154,"kind":1024,"name":"right","url":"interfaces/itablebordersoptions.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1155,"kind":65536,"name":"__type","url":"interfaces/itablebordersoptions.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1156,"kind":1024,"name":"style","url":"interfaces/itablebordersoptions.html#__type-4.style-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1157,"kind":1024,"name":"size","url":"interfaces/itablebordersoptions.html#__type-4.size-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1158,"kind":1024,"name":"color","url":"interfaces/itablebordersoptions.html#__type-4.color-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1159,"kind":1024,"name":"insideHorizontal","url":"interfaces/itablebordersoptions.html#insidehorizontal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1160,"kind":65536,"name":"__type","url":"interfaces/itablebordersoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1161,"kind":1024,"name":"style","url":"interfaces/itablebordersoptions.html#__type-1.style-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1162,"kind":1024,"name":"size","url":"interfaces/itablebordersoptions.html#__type-1.size-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1163,"kind":1024,"name":"color","url":"interfaces/itablebordersoptions.html#__type-1.color-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1164,"kind":1024,"name":"insideVertical","url":"interfaces/itablebordersoptions.html#insidevertical","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1165,"kind":65536,"name":"__type","url":"interfaces/itablebordersoptions.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableBordersOptions"},{"id":1166,"kind":1024,"name":"style","url":"interfaces/itablebordersoptions.html#__type-2.style-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1167,"kind":1024,"name":"size","url":"interfaces/itablebordersoptions.html#__type-2.size-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1168,"kind":1024,"name":"color","url":"interfaces/itablebordersoptions.html#__type-2.color-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableBordersOptions.__type"},{"id":1169,"kind":128,"name":"TableBorders","url":"classes/tableborders.html","classes":"tsd-kind-class"},{"id":1170,"kind":1024,"name":"NONE","url":"classes/tableborders.html#none","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"TableBorders"},{"id":1171,"kind":65536,"name":"__type","url":"classes/tableborders.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"TableBorders"},{"id":1172,"kind":1024,"name":"top","url":"classes/tableborders.html#__type.top","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":1173,"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":1174,"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":1175,"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":1176,"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":1177,"kind":1024,"name":"bottom","url":"classes/tableborders.html#__type.bottom","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":1178,"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":1179,"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":1180,"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":1181,"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":1182,"kind":1024,"name":"left","url":"classes/tableborders.html#__type.left","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":1183,"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":1184,"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":1185,"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":1186,"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":1187,"kind":1024,"name":"right","url":"classes/tableborders.html#__type.right","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":1188,"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":1189,"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":1190,"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":1191,"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":1192,"kind":1024,"name":"insideHorizontal","url":"classes/tableborders.html#__type.insidehorizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":1193,"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":1194,"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":1195,"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":1196,"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":1197,"kind":1024,"name":"insideVertical","url":"classes/tableborders.html#__type.insidevertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"TableBorders.__type"},{"id":1198,"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":1199,"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":1200,"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":1201,"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":1202,"kind":512,"name":"constructor","url":"classes/tableborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableBorders"},{"id":1203,"kind":2048,"name":"prepForXml","url":"classes/tableborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":1204,"kind":2048,"name":"addChildElement","url":"classes/tableborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":1205,"kind":2048,"name":"delete","url":"classes/tableborders.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":1206,"kind":262144,"name":"IsDeleted","url":"classes/tableborders.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableBorders"},{"id":1207,"kind":4,"name":"OverlapType","url":"enums/overlaptype.html","classes":"tsd-kind-enum"},{"id":1208,"kind":16,"name":"NEVER","url":"enums/overlaptype.html#never","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"OverlapType"},{"id":1209,"kind":16,"name":"OVERLAP","url":"enums/overlaptype.html#overlap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"OverlapType"},{"id":1210,"kind":128,"name":"TableOverlap","url":"classes/tableoverlap.html","classes":"tsd-kind-class"},{"id":1211,"kind":512,"name":"constructor","url":"classes/tableoverlap.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableOverlap"},{"id":1212,"kind":2048,"name":"prepForXml","url":"classes/tableoverlap.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":1213,"kind":2048,"name":"addChildElement","url":"classes/tableoverlap.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":1214,"kind":2048,"name":"delete","url":"classes/tableoverlap.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":1215,"kind":262144,"name":"IsDeleted","url":"classes/tableoverlap.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableOverlap"},{"id":1216,"kind":256,"name":"ITableShadingAttributesProperties","url":"interfaces/itableshadingattributesproperties.html","classes":"tsd-kind-interface"},{"id":1217,"kind":1024,"name":"fill","url":"interfaces/itableshadingattributesproperties.html#fill","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableShadingAttributesProperties"},{"id":1218,"kind":1024,"name":"color","url":"interfaces/itableshadingattributesproperties.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableShadingAttributesProperties"},{"id":1219,"kind":1024,"name":"val","url":"interfaces/itableshadingattributesproperties.html#val","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableShadingAttributesProperties"},{"id":1220,"kind":128,"name":"TableShading","url":"classes/tableshading.html","classes":"tsd-kind-class"},{"id":1221,"kind":512,"name":"constructor","url":"classes/tableshading.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableShading"},{"id":1222,"kind":2048,"name":"prepForXml","url":"classes/tableshading.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableShading"},{"id":1223,"kind":2048,"name":"addChildElement","url":"classes/tableshading.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableShading"},{"id":1224,"kind":2048,"name":"delete","url":"classes/tableshading.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableShading"},{"id":1225,"kind":262144,"name":"IsDeleted","url":"classes/tableshading.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableShading"},{"id":1226,"kind":4,"name":"ShadingType","url":"enums/shadingtype.html","classes":"tsd-kind-enum"},{"id":1227,"kind":16,"name":"CLEAR","url":"enums/shadingtype.html#clear","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1228,"kind":16,"name":"DIAGONAL_CROSS","url":"enums/shadingtype.html#diagonal_cross","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1229,"kind":16,"name":"DIAGONAL_STRIPE","url":"enums/shadingtype.html#diagonal_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1230,"kind":16,"name":"HORIZONTAL_CROSS","url":"enums/shadingtype.html#horizontal_cross","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1231,"kind":16,"name":"HORIZONTAL_STRIPE","url":"enums/shadingtype.html#horizontal_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1232,"kind":16,"name":"NIL","url":"enums/shadingtype.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1233,"kind":16,"name":"PERCENT_5","url":"enums/shadingtype.html#percent_5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1234,"kind":16,"name":"PERCENT_10","url":"enums/shadingtype.html#percent_10","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1235,"kind":16,"name":"PERCENT_12","url":"enums/shadingtype.html#percent_12","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1236,"kind":16,"name":"PERCENT_15","url":"enums/shadingtype.html#percent_15","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1237,"kind":16,"name":"PERCENT_20","url":"enums/shadingtype.html#percent_20","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1238,"kind":16,"name":"PERCENT_25","url":"enums/shadingtype.html#percent_25","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1239,"kind":16,"name":"PERCENT_30","url":"enums/shadingtype.html#percent_30","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1240,"kind":16,"name":"PERCENT_35","url":"enums/shadingtype.html#percent_35","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1241,"kind":16,"name":"PERCENT_37","url":"enums/shadingtype.html#percent_37","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1242,"kind":16,"name":"PERCENT_40","url":"enums/shadingtype.html#percent_40","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1243,"kind":16,"name":"PERCENT_45","url":"enums/shadingtype.html#percent_45","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1244,"kind":16,"name":"PERCENT_50","url":"enums/shadingtype.html#percent_50","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1245,"kind":16,"name":"PERCENT_55","url":"enums/shadingtype.html#percent_55","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1246,"kind":16,"name":"PERCENT_60","url":"enums/shadingtype.html#percent_60","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1247,"kind":16,"name":"PERCENT_62","url":"enums/shadingtype.html#percent_62","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1248,"kind":16,"name":"PERCENT_65","url":"enums/shadingtype.html#percent_65","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1249,"kind":16,"name":"PERCENT_70","url":"enums/shadingtype.html#percent_70","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1250,"kind":16,"name":"PERCENT_75","url":"enums/shadingtype.html#percent_75","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1251,"kind":16,"name":"PERCENT_80","url":"enums/shadingtype.html#percent_80","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1252,"kind":16,"name":"PERCENT_85","url":"enums/shadingtype.html#percent_85","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1253,"kind":16,"name":"PERCENT_87","url":"enums/shadingtype.html#percent_87","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1254,"kind":16,"name":"PERCENT_90","url":"enums/shadingtype.html#percent_90","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1255,"kind":16,"name":"PERCENT_95","url":"enums/shadingtype.html#percent_95","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1256,"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":1257,"kind":16,"name":"SOLID","url":"enums/shadingtype.html#solid","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1258,"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":1259,"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":1260,"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":1261,"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":1262,"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":1263,"kind":16,"name":"VERTICAL_STRIPE","url":"enums/shadingtype.html#vertical_stripe","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShadingType"},{"id":1264,"kind":256,"name":"ITableRowOptions","url":"interfaces/itablerowoptions.html","classes":"tsd-kind-interface"},{"id":1265,"kind":1024,"name":"cantSplit","url":"interfaces/itablerowoptions.html#cantsplit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":1266,"kind":1024,"name":"tableHeader","url":"interfaces/itablerowoptions.html#tableheader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":1267,"kind":1024,"name":"height","url":"interfaces/itablerowoptions.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":1268,"kind":65536,"name":"__type","url":"interfaces/itablerowoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":1269,"kind":1024,"name":"value","url":"interfaces/itablerowoptions.html#__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowOptions.__type"},{"id":1270,"kind":1024,"name":"rule","url":"interfaces/itablerowoptions.html#__type.rule","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ITableRowOptions.__type"},{"id":1271,"kind":1024,"name":"children","url":"interfaces/itablerowoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableRowOptions"},{"id":1272,"kind":128,"name":"TableRow","url":"classes/tablerow.html","classes":"tsd-kind-class"},{"id":1273,"kind":512,"name":"constructor","url":"classes/tablerow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRow"},{"id":1274,"kind":262144,"name":"CellCount","url":"classes/tablerow.html#cellcount","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"TableRow"},{"id":1275,"kind":262144,"name":"cells","url":"classes/tablerow.html#cells","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"TableRow"},{"id":1276,"kind":2048,"name":"addCellToIndex","url":"classes/tablerow.html#addcelltoindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":1277,"kind":2048,"name":"addCellToColumnIndex","url":"classes/tablerow.html#addcelltocolumnindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":1278,"kind":2048,"name":"rootIndexToColumnIndex","url":"classes/tablerow.html#rootindextocolumnindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":1279,"kind":2048,"name":"columnIndexToRootIndex","url":"classes/tablerow.html#columnindextorootindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRow"},{"id":1280,"kind":2048,"name":"prepForXml","url":"classes/tablerow.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":1281,"kind":2048,"name":"addChildElement","url":"classes/tablerow.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":1282,"kind":2048,"name":"delete","url":"classes/tablerow.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":1283,"kind":262144,"name":"IsDeleted","url":"classes/tablerow.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableRow"},{"id":1284,"kind":128,"name":"TableRowProperties","url":"classes/tablerowproperties.html","classes":"tsd-kind-class"},{"id":1285,"kind":512,"name":"constructor","url":"classes/tablerowproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRowProperties"},{"id":1286,"kind":2048,"name":"setCantSplit","url":"classes/tablerowproperties.html#setcantsplit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRowProperties"},{"id":1287,"kind":2048,"name":"setTableHeader","url":"classes/tablerowproperties.html#settableheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRowProperties"},{"id":1288,"kind":2048,"name":"setHeight","url":"classes/tablerowproperties.html#setheight","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TableRowProperties"},{"id":1289,"kind":2048,"name":"prepForXml","url":"classes/tablerowproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":1290,"kind":2048,"name":"addChildElement","url":"classes/tablerowproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":1291,"kind":2048,"name":"delete","url":"classes/tablerowproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":1292,"kind":262144,"name":"IsDeleted","url":"classes/tablerowproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableRowProperties"},{"id":1293,"kind":128,"name":"CantSplit","url":"classes/cantsplit.html","classes":"tsd-kind-class"},{"id":1294,"kind":512,"name":"constructor","url":"classes/cantsplit.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CantSplit"},{"id":1295,"kind":2048,"name":"prepForXml","url":"classes/cantsplit.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CantSplit"},{"id":1296,"kind":2048,"name":"addChildElement","url":"classes/cantsplit.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CantSplit"},{"id":1297,"kind":2048,"name":"delete","url":"classes/cantsplit.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"CantSplit"},{"id":1298,"kind":262144,"name":"IsDeleted","url":"classes/cantsplit.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"CantSplit"},{"id":1299,"kind":128,"name":"TableHeader","url":"classes/tableheader.html","classes":"tsd-kind-class"},{"id":1300,"kind":512,"name":"constructor","url":"classes/tableheader.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableHeader"},{"id":1301,"kind":2048,"name":"prepForXml","url":"classes/tableheader.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableHeader"},{"id":1302,"kind":2048,"name":"addChildElement","url":"classes/tableheader.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableHeader"},{"id":1303,"kind":2048,"name":"delete","url":"classes/tableheader.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableHeader"},{"id":1304,"kind":262144,"name":"IsDeleted","url":"classes/tableheader.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableHeader"},{"id":1305,"kind":4,"name":"HeightRule","url":"enums/heightrule.html","classes":"tsd-kind-enum"},{"id":1306,"kind":16,"name":"AUTO","url":"enums/heightrule.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":1307,"kind":16,"name":"ATLEAST","url":"enums/heightrule.html#atleast","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":1308,"kind":16,"name":"EXACT","url":"enums/heightrule.html#exact","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeightRule"},{"id":1309,"kind":128,"name":"TableRowHeightAttributes","url":"classes/tablerowheightattributes.html","classes":"tsd-kind-class"},{"id":1310,"kind":512,"name":"constructor","url":"classes/tablerowheightattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":1311,"kind":2048,"name":"prepForXml","url":"classes/tablerowheightattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":1312,"kind":2048,"name":"set","url":"classes/tablerowheightattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":1313,"kind":262144,"name":"IsDeleted","url":"classes/tablerowheightattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeightAttributes"},{"id":1314,"kind":128,"name":"TableRowHeight","url":"classes/tablerowheight.html","classes":"tsd-kind-class"},{"id":1315,"kind":512,"name":"constructor","url":"classes/tablerowheight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableRowHeight"},{"id":1316,"kind":2048,"name":"prepForXml","url":"classes/tablerowheight.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":1317,"kind":2048,"name":"addChildElement","url":"classes/tablerowheight.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":1318,"kind":2048,"name":"delete","url":"classes/tablerowheight.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":1319,"kind":262144,"name":"IsDeleted","url":"classes/tablerowheight.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableRowHeight"},{"id":1320,"kind":256,"name":"ISectionOptions","url":"interfaces/isectionoptions.html","classes":"tsd-kind-interface"},{"id":1321,"kind":1024,"name":"headers","url":"interfaces/isectionoptions.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":1322,"kind":65536,"name":"__type","url":"interfaces/isectionoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":1323,"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":1324,"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":1325,"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":1326,"kind":1024,"name":"footers","url":"interfaces/isectionoptions.html#footers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":1327,"kind":65536,"name":"__type","url":"interfaces/isectionoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":1328,"kind":1024,"name":"default","url":"interfaces/isectionoptions.html#__type.default","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":1329,"kind":1024,"name":"first","url":"interfaces/isectionoptions.html#__type.first","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":1330,"kind":1024,"name":"even","url":"interfaces/isectionoptions.html#__type.even","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionOptions.__type"},{"id":1331,"kind":1024,"name":"properties","url":"interfaces/isectionoptions.html#properties","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":1332,"kind":1024,"name":"children","url":"interfaces/isectionoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionOptions"},{"id":1333,"kind":128,"name":"File","url":"classes/file.html","classes":"tsd-kind-class"},{"id":1334,"kind":512,"name":"constructor","url":"classes/file.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"File"},{"id":1335,"kind":2048,"name":"verifyUpdateFields","url":"classes/file.html#verifyupdatefields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"File"},{"id":1336,"kind":262144,"name":"Document","url":"classes/file.html#document","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1337,"kind":262144,"name":"Styles","url":"classes/file.html#styles","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1338,"kind":262144,"name":"CoreProperties","url":"classes/file.html#coreproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1339,"kind":262144,"name":"Numbering","url":"classes/file.html#numbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1340,"kind":262144,"name":"Media","url":"classes/file.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1341,"kind":262144,"name":"FileRelationships","url":"classes/file.html#filerelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1342,"kind":262144,"name":"Headers","url":"classes/file.html#headers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1343,"kind":262144,"name":"Footers","url":"classes/file.html#footers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1344,"kind":262144,"name":"ContentTypes","url":"classes/file.html#contenttypes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1345,"kind":262144,"name":"CustomProperties","url":"classes/file.html#customproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1346,"kind":262144,"name":"AppProperties","url":"classes/file.html#appproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1347,"kind":262144,"name":"FootNotes","url":"classes/file.html#footnotes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1348,"kind":262144,"name":"Settings","url":"classes/file.html#settings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"File"},{"id":1349,"kind":256,"name":"IFileProperties","url":"interfaces/ifileproperties.html","classes":"tsd-kind-interface"},{"id":1350,"kind":1024,"name":"template","url":"interfaces/ifileproperties.html#template","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFileProperties"},{"id":1351,"kind":256,"name":"INumberingOptions","url":"interfaces/inumberingoptions.html","classes":"tsd-kind-interface"},{"id":1352,"kind":1024,"name":"config","url":"interfaces/inumberingoptions.html#config","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"INumberingOptions"},{"id":1353,"kind":128,"name":"Numbering","url":"classes/numbering.html","classes":"tsd-kind-class"},{"id":1354,"kind":512,"name":"constructor","url":"classes/numbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Numbering"},{"id":1355,"kind":2048,"name":"prepForXml","url":"classes/numbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Numbering"},{"id":1356,"kind":2048,"name":"createConcreteNumberingInstance","url":"classes/numbering.html#createconcretenumberinginstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Numbering"},{"id":1357,"kind":262144,"name":"ConcreteNumbering","url":"classes/numbering.html#concretenumbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Numbering"},{"id":1358,"kind":2048,"name":"addChildElement","url":"classes/numbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Numbering"},{"id":1359,"kind":2048,"name":"delete","url":"classes/numbering.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Numbering"},{"id":1360,"kind":262144,"name":"IsDeleted","url":"classes/numbering.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Numbering"},{"id":1361,"kind":128,"name":"AbstractNumbering","url":"classes/abstractnumbering.html","classes":"tsd-kind-class"},{"id":1362,"kind":512,"name":"constructor","url":"classes/abstractnumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"AbstractNumbering"},{"id":1363,"kind":1024,"name":"id","url":"classes/abstractnumbering.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AbstractNumbering"},{"id":1364,"kind":2048,"name":"prepForXml","url":"classes/abstractnumbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":1365,"kind":2048,"name":"addChildElement","url":"classes/abstractnumbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":1366,"kind":2048,"name":"delete","url":"classes/abstractnumbering.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":1367,"kind":262144,"name":"IsDeleted","url":"classes/abstractnumbering.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"AbstractNumbering"},{"id":1368,"kind":4,"name":"LevelFormat","url":"enums/levelformat.html","classes":"tsd-kind-enum"},{"id":1369,"kind":16,"name":"BULLET","url":"enums/levelformat.html#bullet","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1370,"kind":16,"name":"CARDINAL_TEXT","url":"enums/levelformat.html#cardinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1371,"kind":16,"name":"CHICAGO","url":"enums/levelformat.html#chicago","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1372,"kind":16,"name":"DECIMAL","url":"enums/levelformat.html#decimal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1373,"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":1374,"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":1375,"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":1376,"kind":16,"name":"DECIMAL_ZERO","url":"enums/levelformat.html#decimal_zero","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1377,"kind":16,"name":"LOWER_LETTER","url":"enums/levelformat.html#lower_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1378,"kind":16,"name":"LOWER_ROMAN","url":"enums/levelformat.html#lower_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1379,"kind":16,"name":"NONE","url":"enums/levelformat.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1380,"kind":16,"name":"ORDINAL_TEXT","url":"enums/levelformat.html#ordinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1381,"kind":16,"name":"UPPER_LETTER","url":"enums/levelformat.html#upper_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1382,"kind":16,"name":"UPPER_ROMAN","url":"enums/levelformat.html#upper_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelFormat"},{"id":1383,"kind":4,"name":"LevelSuffix","url":"enums/levelsuffix.html","classes":"tsd-kind-enum"},{"id":1384,"kind":16,"name":"NOTHING","url":"enums/levelsuffix.html#nothing","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":1385,"kind":16,"name":"SPACE","url":"enums/levelsuffix.html#space","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":1386,"kind":16,"name":"TAB","url":"enums/levelsuffix.html#tab","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LevelSuffix"},{"id":1387,"kind":256,"name":"ILevelsOptions","url":"interfaces/ilevelsoptions.html","classes":"tsd-kind-interface"},{"id":1388,"kind":1024,"name":"level","url":"interfaces/ilevelsoptions.html#level","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1389,"kind":1024,"name":"format","url":"interfaces/ilevelsoptions.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1390,"kind":1024,"name":"text","url":"interfaces/ilevelsoptions.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1391,"kind":1024,"name":"alignment","url":"interfaces/ilevelsoptions.html#alignment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1392,"kind":1024,"name":"start","url":"interfaces/ilevelsoptions.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1393,"kind":1024,"name":"suffix","url":"interfaces/ilevelsoptions.html#suffix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1394,"kind":1024,"name":"style","url":"interfaces/ilevelsoptions.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1395,"kind":65536,"name":"__type","url":"interfaces/ilevelsoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ILevelsOptions"},{"id":1396,"kind":1024,"name":"run","url":"interfaces/ilevelsoptions.html#__type.run","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ILevelsOptions.__type"},{"id":1397,"kind":1024,"name":"paragraph","url":"interfaces/ilevelsoptions.html#__type.paragraph","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ILevelsOptions.__type"},{"id":1398,"kind":128,"name":"LevelBase","url":"classes/levelbase.html","classes":"tsd-kind-class"},{"id":1399,"kind":512,"name":"constructor","url":"classes/levelbase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LevelBase"},{"id":1400,"kind":2048,"name":"prepForXml","url":"classes/levelbase.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":1401,"kind":2048,"name":"addChildElement","url":"classes/levelbase.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":1402,"kind":2048,"name":"delete","url":"classes/levelbase.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":1403,"kind":262144,"name":"IsDeleted","url":"classes/levelbase.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LevelBase"},{"id":1404,"kind":128,"name":"Level","url":"classes/level.html","classes":"tsd-kind-class"},{"id":1405,"kind":512,"name":"constructor","url":"classes/level.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Level"},{"id":1406,"kind":2048,"name":"prepForXml","url":"classes/level.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":1407,"kind":2048,"name":"addChildElement","url":"classes/level.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":1408,"kind":2048,"name":"delete","url":"classes/level.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":1409,"kind":262144,"name":"IsDeleted","url":"classes/level.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Level"},{"id":1410,"kind":128,"name":"LevelForOverride","url":"classes/levelforoverride.html","classes":"tsd-kind-class"},{"id":1411,"kind":512,"name":"constructor","url":"classes/levelforoverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":1412,"kind":2048,"name":"prepForXml","url":"classes/levelforoverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":1413,"kind":2048,"name":"addChildElement","url":"classes/levelforoverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":1414,"kind":2048,"name":"delete","url":"classes/levelforoverride.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":1415,"kind":262144,"name":"IsDeleted","url":"classes/levelforoverride.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LevelForOverride"},{"id":1416,"kind":256,"name":"IConcreteNumberingOptions","url":"interfaces/iconcretenumberingoptions.html","classes":"tsd-kind-interface"},{"id":1417,"kind":1024,"name":"numId","url":"interfaces/iconcretenumberingoptions.html#numid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1418,"kind":1024,"name":"abstractNumId","url":"interfaces/iconcretenumberingoptions.html#abstractnumid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1419,"kind":1024,"name":"reference","url":"interfaces/iconcretenumberingoptions.html#reference","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1420,"kind":1024,"name":"instance","url":"interfaces/iconcretenumberingoptions.html#instance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1421,"kind":1024,"name":"overrideLevel","url":"interfaces/iconcretenumberingoptions.html#overridelevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1422,"kind":65536,"name":"__type","url":"interfaces/iconcretenumberingoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IConcreteNumberingOptions"},{"id":1423,"kind":1024,"name":"num","url":"interfaces/iconcretenumberingoptions.html#__type.num","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IConcreteNumberingOptions.__type"},{"id":1424,"kind":1024,"name":"start","url":"interfaces/iconcretenumberingoptions.html#__type.start","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IConcreteNumberingOptions.__type"},{"id":1425,"kind":128,"name":"ConcreteNumbering","url":"classes/concretenumbering.html","classes":"tsd-kind-class"},{"id":1426,"kind":512,"name":"constructor","url":"classes/concretenumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ConcreteNumbering"},{"id":1427,"kind":1024,"name":"numId","url":"classes/concretenumbering.html#numid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":1428,"kind":1024,"name":"reference","url":"classes/concretenumbering.html#reference","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":1429,"kind":1024,"name":"instance","url":"classes/concretenumbering.html#instance","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConcreteNumbering"},{"id":1430,"kind":2048,"name":"prepForXml","url":"classes/concretenumbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":1431,"kind":2048,"name":"addChildElement","url":"classes/concretenumbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":1432,"kind":2048,"name":"delete","url":"classes/concretenumbering.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":1433,"kind":262144,"name":"IsDeleted","url":"classes/concretenumbering.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ConcreteNumbering"},{"id":1434,"kind":128,"name":"LevelOverride","url":"classes/leveloverride.html","classes":"tsd-kind-class"},{"id":1435,"kind":512,"name":"constructor","url":"classes/leveloverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LevelOverride"},{"id":1436,"kind":2048,"name":"prepForXml","url":"classes/leveloverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":1437,"kind":2048,"name":"addChildElement","url":"classes/leveloverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":1438,"kind":2048,"name":"delete","url":"classes/leveloverride.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":1439,"kind":262144,"name":"IsDeleted","url":"classes/leveloverride.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LevelOverride"},{"id":1440,"kind":256,"name":"IMediaTransformation","url":"interfaces/imediatransformation.html","classes":"tsd-kind-interface"},{"id":1441,"kind":1024,"name":"width","url":"interfaces/imediatransformation.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1442,"kind":1024,"name":"height","url":"interfaces/imediatransformation.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1443,"kind":1024,"name":"flip","url":"interfaces/imediatransformation.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1444,"kind":65536,"name":"__type","url":"interfaces/imediatransformation.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1445,"kind":1024,"name":"vertical","url":"interfaces/imediatransformation.html#__type.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaTransformation.__type"},{"id":1446,"kind":1024,"name":"horizontal","url":"interfaces/imediatransformation.html#__type.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaTransformation.__type"},{"id":1447,"kind":1024,"name":"rotation","url":"interfaces/imediatransformation.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaTransformation"},{"id":1448,"kind":128,"name":"Media","url":"classes/media.html","classes":"tsd-kind-class"},{"id":1449,"kind":512,"name":"constructor","url":"classes/media.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Media"},{"id":1450,"kind":2048,"name":"addMedia","url":"classes/media.html#addmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Media"},{"id":1451,"kind":2048,"name":"addImage","url":"classes/media.html#addimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Media"},{"id":1452,"kind":262144,"name":"Array","url":"classes/media.html#array","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Media"},{"id":1453,"kind":256,"name":"IMediaDataTransformation","url":"interfaces/imediadatatransformation.html","classes":"tsd-kind-interface"},{"id":1454,"kind":1024,"name":"pixels","url":"interfaces/imediadatatransformation.html#pixels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1455,"kind":65536,"name":"__type","url":"interfaces/imediadatatransformation.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1456,"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":1457,"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":1458,"kind":1024,"name":"emus","url":"interfaces/imediadatatransformation.html#emus","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1459,"kind":65536,"name":"__type","url":"interfaces/imediadatatransformation.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1460,"kind":1024,"name":"x","url":"interfaces/imediadatatransformation.html#__type.x","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1461,"kind":1024,"name":"y","url":"interfaces/imediadatatransformation.html#__type.y","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1462,"kind":1024,"name":"flip","url":"interfaces/imediadatatransformation.html#flip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1463,"kind":65536,"name":"__type","url":"interfaces/imediadatatransformation.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1464,"kind":1024,"name":"vertical","url":"interfaces/imediadatatransformation.html#__type-1.vertical","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1465,"kind":1024,"name":"horizontal","url":"interfaces/imediadatatransformation.html#__type-1.horizontal","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"IMediaDataTransformation.__type"},{"id":1466,"kind":1024,"name":"rotation","url":"interfaces/imediadatatransformation.html#rotation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaDataTransformation"},{"id":1467,"kind":256,"name":"IMediaData","url":"interfaces/imediadata.html","classes":"tsd-kind-interface"},{"id":1468,"kind":1024,"name":"stream","url":"interfaces/imediadata.html#stream","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1469,"kind":1024,"name":"fileName","url":"interfaces/imediadata.html#filename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1470,"kind":1024,"name":"transformation","url":"interfaces/imediadata.html#transformation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMediaData"},{"id":1471,"kind":256,"name":"IDistance","url":"interfaces/idistance.html","classes":"tsd-kind-interface"},{"id":1472,"kind":1024,"name":"distT","url":"interfaces/idistance.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1473,"kind":1024,"name":"distB","url":"interfaces/idistance.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1474,"kind":1024,"name":"distL","url":"interfaces/idistance.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1475,"kind":1024,"name":"distR","url":"interfaces/idistance.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDistance"},{"id":1476,"kind":256,"name":"IDrawingOptions","url":"interfaces/idrawingoptions.html","classes":"tsd-kind-interface"},{"id":1477,"kind":1024,"name":"floating","url":"interfaces/idrawingoptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDrawingOptions"},{"id":1478,"kind":128,"name":"Drawing","url":"classes/drawing.html","classes":"tsd-kind-class"},{"id":1479,"kind":512,"name":"constructor","url":"classes/drawing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Drawing"},{"id":1480,"kind":2048,"name":"scale","url":"classes/drawing.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Drawing"},{"id":1481,"kind":2048,"name":"prepForXml","url":"classes/drawing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1482,"kind":2048,"name":"addChildElement","url":"classes/drawing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1483,"kind":2048,"name":"delete","url":"classes/drawing.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1484,"kind":262144,"name":"IsDeleted","url":"classes/drawing.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Drawing"},{"id":1485,"kind":4,"name":"TextWrappingType","url":"enums/textwrappingtype.html","classes":"tsd-kind-enum"},{"id":1486,"kind":16,"name":"NONE","url":"enums/textwrappingtype.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1487,"kind":16,"name":"SQUARE","url":"enums/textwrappingtype.html#square","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1488,"kind":16,"name":"TIGHT","url":"enums/textwrappingtype.html#tight","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingType"},{"id":1489,"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":1490,"kind":4,"name":"TextWrappingSide","url":"enums/textwrappingside.html","classes":"tsd-kind-enum"},{"id":1491,"kind":16,"name":"BOTH_SIDES","url":"enums/textwrappingside.html#both_sides","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1492,"kind":16,"name":"LEFT","url":"enums/textwrappingside.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1493,"kind":16,"name":"RIGHT","url":"enums/textwrappingside.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1494,"kind":16,"name":"LARGEST","url":"enums/textwrappingside.html#largest","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"TextWrappingSide"},{"id":1495,"kind":256,"name":"ITextWrapping","url":"interfaces/itextwrapping.html","classes":"tsd-kind-interface"},{"id":1496,"kind":1024,"name":"type","url":"interfaces/itextwrapping.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1497,"kind":1024,"name":"side","url":"interfaces/itextwrapping.html#side","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1498,"kind":1024,"name":"margins","url":"interfaces/itextwrapping.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITextWrapping"},{"id":1499,"kind":128,"name":"WrapNone","url":"classes/wrapnone.html","classes":"tsd-kind-class"},{"id":1500,"kind":512,"name":"constructor","url":"classes/wrapnone.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapNone"},{"id":1501,"kind":2048,"name":"prepForXml","url":"classes/wrapnone.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1502,"kind":2048,"name":"addChildElement","url":"classes/wrapnone.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1503,"kind":2048,"name":"delete","url":"classes/wrapnone.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1504,"kind":262144,"name":"IsDeleted","url":"classes/wrapnone.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"WrapNone"},{"id":1505,"kind":128,"name":"WrapSquare","url":"classes/wrapsquare.html","classes":"tsd-kind-class"},{"id":1506,"kind":512,"name":"constructor","url":"classes/wrapsquare.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapSquare"},{"id":1507,"kind":2048,"name":"prepForXml","url":"classes/wrapsquare.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1508,"kind":2048,"name":"addChildElement","url":"classes/wrapsquare.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1509,"kind":2048,"name":"delete","url":"classes/wrapsquare.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1510,"kind":262144,"name":"IsDeleted","url":"classes/wrapsquare.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"WrapSquare"},{"id":1511,"kind":128,"name":"WrapTight","url":"classes/wraptight.html","classes":"tsd-kind-class"},{"id":1512,"kind":512,"name":"constructor","url":"classes/wraptight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapTight"},{"id":1513,"kind":2048,"name":"prepForXml","url":"classes/wraptight.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1514,"kind":2048,"name":"addChildElement","url":"classes/wraptight.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1515,"kind":2048,"name":"delete","url":"classes/wraptight.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1516,"kind":262144,"name":"IsDeleted","url":"classes/wraptight.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"WrapTight"},{"id":1517,"kind":128,"name":"WrapTopAndBottom","url":"classes/wraptopandbottom.html","classes":"tsd-kind-class"},{"id":1518,"kind":512,"name":"constructor","url":"classes/wraptopandbottom.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WrapTopAndBottom"},{"id":1519,"kind":2048,"name":"prepForXml","url":"classes/wraptopandbottom.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1520,"kind":2048,"name":"addChildElement","url":"classes/wraptopandbottom.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1521,"kind":2048,"name":"delete","url":"classes/wraptopandbottom.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1522,"kind":262144,"name":"IsDeleted","url":"classes/wraptopandbottom.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"WrapTopAndBottom"},{"id":1523,"kind":4,"name":"HorizontalPositionRelativeFrom","url":"enums/horizontalpositionrelativefrom.html","classes":"tsd-kind-enum"},{"id":1524,"kind":16,"name":"CHARACTER","url":"enums/horizontalpositionrelativefrom.html#character","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1525,"kind":16,"name":"COLUMN","url":"enums/horizontalpositionrelativefrom.html#column","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1526,"kind":16,"name":"INSIDE_MARGIN","url":"enums/horizontalpositionrelativefrom.html#inside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1527,"kind":16,"name":"LEFT_MARGIN","url":"enums/horizontalpositionrelativefrom.html#left_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1528,"kind":16,"name":"MARGIN","url":"enums/horizontalpositionrelativefrom.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1529,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/horizontalpositionrelativefrom.html#outside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1530,"kind":16,"name":"PAGE","url":"enums/horizontalpositionrelativefrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1531,"kind":16,"name":"RIGHT_MARGIN","url":"enums/horizontalpositionrelativefrom.html#right_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionRelativeFrom"},{"id":1532,"kind":4,"name":"VerticalPositionRelativeFrom","url":"enums/verticalpositionrelativefrom.html","classes":"tsd-kind-enum"},{"id":1533,"kind":16,"name":"BOTTOM_MARGIN","url":"enums/verticalpositionrelativefrom.html#bottom_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1534,"kind":16,"name":"INSIDE_MARGIN","url":"enums/verticalpositionrelativefrom.html#inside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1535,"kind":16,"name":"LINE","url":"enums/verticalpositionrelativefrom.html#line","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1536,"kind":16,"name":"MARGIN","url":"enums/verticalpositionrelativefrom.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1537,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/verticalpositionrelativefrom.html#outside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1538,"kind":16,"name":"PAGE","url":"enums/verticalpositionrelativefrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1539,"kind":16,"name":"PARAGRAPH","url":"enums/verticalpositionrelativefrom.html#paragraph","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1540,"kind":16,"name":"TOP_MARGIN","url":"enums/verticalpositionrelativefrom.html#top_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionRelativeFrom"},{"id":1541,"kind":256,"name":"IHorizontalPositionOptions","url":"interfaces/ihorizontalpositionoptions.html","classes":"tsd-kind-interface"},{"id":1542,"kind":1024,"name":"relative","url":"interfaces/ihorizontalpositionoptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1543,"kind":1024,"name":"align","url":"interfaces/ihorizontalpositionoptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1544,"kind":1024,"name":"offset","url":"interfaces/ihorizontalpositionoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHorizontalPositionOptions"},{"id":1545,"kind":256,"name":"IVerticalPositionOptions","url":"interfaces/iverticalpositionoptions.html","classes":"tsd-kind-interface"},{"id":1546,"kind":1024,"name":"relative","url":"interfaces/iverticalpositionoptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1547,"kind":1024,"name":"align","url":"interfaces/iverticalpositionoptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1548,"kind":1024,"name":"offset","url":"interfaces/iverticalpositionoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IVerticalPositionOptions"},{"id":1549,"kind":256,"name":"IMargins","url":"interfaces/imargins.html","classes":"tsd-kind-interface"},{"id":1550,"kind":1024,"name":"left","url":"interfaces/imargins.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1551,"kind":1024,"name":"bottom","url":"interfaces/imargins.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1552,"kind":1024,"name":"top","url":"interfaces/imargins.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1553,"kind":1024,"name":"right","url":"interfaces/imargins.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMargins"},{"id":1554,"kind":256,"name":"IFloating","url":"interfaces/ifloating.html","classes":"tsd-kind-interface"},{"id":1555,"kind":1024,"name":"horizontalPosition","url":"interfaces/ifloating.html#horizontalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1556,"kind":1024,"name":"verticalPosition","url":"interfaces/ifloating.html#verticalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1557,"kind":1024,"name":"allowOverlap","url":"interfaces/ifloating.html#allowoverlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1558,"kind":1024,"name":"lockAnchor","url":"interfaces/ifloating.html#lockanchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1559,"kind":1024,"name":"behindDocument","url":"interfaces/ifloating.html#behinddocument","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1560,"kind":1024,"name":"layoutInCell","url":"interfaces/ifloating.html#layoutincell","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1561,"kind":1024,"name":"margins","url":"interfaces/ifloating.html#margins","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1562,"kind":1024,"name":"wrap","url":"interfaces/ifloating.html#wrap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1563,"kind":1024,"name":"zIndex","url":"interfaces/ifloating.html#zindex","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFloating"},{"id":1564,"kind":128,"name":"SimplePos","url":"classes/simplepos.html","classes":"tsd-kind-class"},{"id":1565,"kind":512,"name":"constructor","url":"classes/simplepos.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SimplePos"},{"id":1566,"kind":2048,"name":"prepForXml","url":"classes/simplepos.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1567,"kind":2048,"name":"addChildElement","url":"classes/simplepos.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1568,"kind":2048,"name":"delete","url":"classes/simplepos.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1569,"kind":262144,"name":"IsDeleted","url":"classes/simplepos.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SimplePos"},{"id":1570,"kind":128,"name":"HorizontalPosition","url":"classes/horizontalposition.html","classes":"tsd-kind-class"},{"id":1571,"kind":512,"name":"constructor","url":"classes/horizontalposition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HorizontalPosition"},{"id":1572,"kind":2048,"name":"prepForXml","url":"classes/horizontalposition.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1573,"kind":2048,"name":"addChildElement","url":"classes/horizontalposition.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1574,"kind":2048,"name":"delete","url":"classes/horizontalposition.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1575,"kind":262144,"name":"IsDeleted","url":"classes/horizontalposition.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"HorizontalPosition"},{"id":1576,"kind":128,"name":"VerticalPosition","url":"classes/verticalposition.html","classes":"tsd-kind-class"},{"id":1577,"kind":512,"name":"constructor","url":"classes/verticalposition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"VerticalPosition"},{"id":1578,"kind":2048,"name":"prepForXml","url":"classes/verticalposition.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1579,"kind":2048,"name":"addChildElement","url":"classes/verticalposition.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1580,"kind":2048,"name":"delete","url":"classes/verticalposition.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1581,"kind":262144,"name":"IsDeleted","url":"classes/verticalposition.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"VerticalPosition"},{"id":1582,"kind":256,"name":"IDocumentOptions","url":"interfaces/idocumentoptions.html","classes":"tsd-kind-interface"},{"id":1583,"kind":1024,"name":"background","url":"interfaces/idocumentoptions.html#background","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentOptions"},{"id":1584,"kind":256,"name":"IDocumentAttributesProperties","url":"interfaces/idocumentattributesproperties.html","classes":"tsd-kind-interface"},{"id":1585,"kind":1024,"name":"wpc","url":"interfaces/idocumentattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1586,"kind":1024,"name":"mc","url":"interfaces/idocumentattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1587,"kind":1024,"name":"o","url":"interfaces/idocumentattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1588,"kind":1024,"name":"r","url":"interfaces/idocumentattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1589,"kind":1024,"name":"m","url":"interfaces/idocumentattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1590,"kind":1024,"name":"v","url":"interfaces/idocumentattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1591,"kind":1024,"name":"wp14","url":"interfaces/idocumentattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1592,"kind":1024,"name":"wp","url":"interfaces/idocumentattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1593,"kind":1024,"name":"w10","url":"interfaces/idocumentattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1594,"kind":1024,"name":"w","url":"interfaces/idocumentattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1595,"kind":1024,"name":"w14","url":"interfaces/idocumentattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1596,"kind":1024,"name":"w15","url":"interfaces/idocumentattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1597,"kind":1024,"name":"wpg","url":"interfaces/idocumentattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1598,"kind":1024,"name":"wpi","url":"interfaces/idocumentattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1599,"kind":1024,"name":"wne","url":"interfaces/idocumentattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1600,"kind":1024,"name":"wps","url":"interfaces/idocumentattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1601,"kind":1024,"name":"Ignorable","url":"interfaces/idocumentattributesproperties.html#ignorable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1602,"kind":1024,"name":"cp","url":"interfaces/idocumentattributesproperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1603,"kind":1024,"name":"dc","url":"interfaces/idocumentattributesproperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1604,"kind":1024,"name":"dcterms","url":"interfaces/idocumentattributesproperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1605,"kind":1024,"name":"dcmitype","url":"interfaces/idocumentattributesproperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1606,"kind":1024,"name":"xsi","url":"interfaces/idocumentattributesproperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1607,"kind":1024,"name":"type","url":"interfaces/idocumentattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentAttributesProperties"},{"id":1608,"kind":128,"name":"DocumentAttributes","url":"classes/documentattributes.html","classes":"tsd-kind-class"},{"id":1609,"kind":512,"name":"constructor","url":"classes/documentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1610,"kind":2048,"name":"prepForXml","url":"classes/documentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1611,"kind":2048,"name":"set","url":"classes/documentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1612,"kind":262144,"name":"IsDeleted","url":"classes/documentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DocumentAttributes"},{"id":1613,"kind":128,"name":"Body","url":"classes/body.html","classes":"tsd-kind-class"},{"id":1614,"kind":512,"name":"constructor","url":"classes/body.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Body"},{"id":1615,"kind":2048,"name":"addSection","url":"classes/body.html#addsection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1616,"kind":2048,"name":"prepForXml","url":"classes/body.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Body"},{"id":1617,"kind":2048,"name":"push","url":"classes/body.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1618,"kind":2048,"name":"getTablesOfContents","url":"classes/body.html#gettablesofcontents","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Body"},{"id":1619,"kind":2048,"name":"addChildElement","url":"classes/body.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Body"},{"id":1620,"kind":2048,"name":"delete","url":"classes/body.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Body"},{"id":1621,"kind":262144,"name":"IsDeleted","url":"classes/body.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Body"},{"id":1622,"kind":256,"name":"IHeaderFooterGroup","url":"interfaces/iheaderfootergroup.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1623,"kind":1024,"name":"default","url":"interfaces/iheaderfootergroup.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1624,"kind":1024,"name":"first","url":"interfaces/iheaderfootergroup.html#first","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1625,"kind":1024,"name":"even","url":"interfaces/iheaderfootergroup.html#even","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderFooterGroup"},{"id":1626,"kind":256,"name":"ISectionPropertiesOptions","url":"interfaces/isectionpropertiesoptions.html","classes":"tsd-kind-interface"},{"id":1627,"kind":1024,"name":"page","url":"interfaces/isectionpropertiesoptions.html#page","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1628,"kind":65536,"name":"__type","url":"interfaces/isectionpropertiesoptions.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1629,"kind":1024,"name":"size","url":"interfaces/isectionpropertiesoptions.html#__type-1.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1630,"kind":1024,"name":"margin","url":"interfaces/isectionpropertiesoptions.html#__type-1.margin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1631,"kind":1024,"name":"pageNumbers","url":"interfaces/isectionpropertiesoptions.html#__type-1.pagenumbers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1632,"kind":1024,"name":"borders","url":"interfaces/isectionpropertiesoptions.html#__type-1.borders","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1633,"kind":1024,"name":"grid","url":"interfaces/isectionpropertiesoptions.html#grid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1634,"kind":1024,"name":"headerWrapperGroup","url":"interfaces/isectionpropertiesoptions.html#headerwrappergroup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1635,"kind":1024,"name":"footerWrapperGroup","url":"interfaces/isectionpropertiesoptions.html#footerwrappergroup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1636,"kind":1024,"name":"lineNumbers","url":"interfaces/isectionpropertiesoptions.html#linenumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1637,"kind":1024,"name":"titlePage","url":"interfaces/isectionpropertiesoptions.html#titlepage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1638,"kind":1024,"name":"verticalAlign","url":"interfaces/isectionpropertiesoptions.html#verticalalign","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1639,"kind":1024,"name":"column","url":"interfaces/isectionpropertiesoptions.html#column","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1640,"kind":65536,"name":"__type","url":"interfaces/isectionpropertiesoptions.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1641,"kind":1024,"name":"space","url":"interfaces/isectionpropertiesoptions.html#__type.space","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1642,"kind":1024,"name":"count","url":"interfaces/isectionpropertiesoptions.html#__type.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1643,"kind":1024,"name":"separate","url":"interfaces/isectionpropertiesoptions.html#__type.separate","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"ISectionPropertiesOptions.__type"},{"id":1644,"kind":1024,"name":"type","url":"interfaces/isectionpropertiesoptions.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISectionPropertiesOptions"},{"id":1645,"kind":128,"name":"SectionProperties","url":"classes/sectionproperties.html","classes":"tsd-kind-class"},{"id":1646,"kind":512,"name":"constructor","url":"classes/sectionproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SectionProperties"},{"id":1647,"kind":2048,"name":"prepForXml","url":"classes/sectionproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1648,"kind":2048,"name":"addChildElement","url":"classes/sectionproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1649,"kind":2048,"name":"delete","url":"classes/sectionproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1650,"kind":262144,"name":"IsDeleted","url":"classes/sectionproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SectionProperties"},{"id":1651,"kind":256,"name":"IFooterOptions","url":"interfaces/ifooteroptions.html","classes":"tsd-kind-interface"},{"id":1652,"kind":1024,"name":"footerType","url":"interfaces/ifooteroptions.html#footertype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFooterOptions"},{"id":1653,"kind":1024,"name":"footerId","url":"interfaces/ifooteroptions.html#footerid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFooterOptions"},{"id":1654,"kind":128,"name":"FooterReference","url":"classes/footerreference.html","classes":"tsd-kind-class"},{"id":1655,"kind":512,"name":"constructor","url":"classes/footerreference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FooterReference"},{"id":1656,"kind":2048,"name":"prepForXml","url":"classes/footerreference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FooterReference"},{"id":1657,"kind":2048,"name":"addChildElement","url":"classes/footerreference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FooterReference"},{"id":1658,"kind":2048,"name":"delete","url":"classes/footerreference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FooterReference"},{"id":1659,"kind":262144,"name":"IsDeleted","url":"classes/footerreference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"FooterReference"},{"id":1660,"kind":4,"name":"FooterReferenceType","url":"enums/footerreferencetype.html","classes":"tsd-kind-enum"},{"id":1661,"kind":16,"name":"DEFAULT","url":"enums/footerreferencetype.html#default","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FooterReferenceType"},{"id":1662,"kind":16,"name":"FIRST","url":"enums/footerreferencetype.html#first","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FooterReferenceType"},{"id":1663,"kind":16,"name":"EVEN","url":"enums/footerreferencetype.html#even","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FooterReferenceType"},{"id":1664,"kind":128,"name":"FooterReferenceAttributes","url":"classes/footerreferenceattributes.html","classes":"tsd-kind-class"},{"id":1665,"kind":512,"name":"constructor","url":"classes/footerreferenceattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FooterReferenceAttributes"},{"id":1666,"kind":2048,"name":"prepForXml","url":"classes/footerreferenceattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FooterReferenceAttributes"},{"id":1667,"kind":2048,"name":"set","url":"classes/footerreferenceattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FooterReferenceAttributes"},{"id":1668,"kind":262144,"name":"IsDeleted","url":"classes/footerreferenceattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"FooterReferenceAttributes"},{"id":1669,"kind":256,"name":"IHeaderReferenceOptions","url":"interfaces/iheaderreferenceoptions.html","classes":"tsd-kind-interface"},{"id":1670,"kind":1024,"name":"headerType","url":"interfaces/iheaderreferenceoptions.html#headertype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderReferenceOptions"},{"id":1671,"kind":1024,"name":"headerId","url":"interfaces/iheaderreferenceoptions.html#headerid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderReferenceOptions"},{"id":1672,"kind":128,"name":"HeaderReference","url":"classes/headerreference.html","classes":"tsd-kind-class"},{"id":1673,"kind":512,"name":"constructor","url":"classes/headerreference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"HeaderReference"},{"id":1674,"kind":2048,"name":"prepForXml","url":"classes/headerreference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderReference"},{"id":1675,"kind":2048,"name":"addChildElement","url":"classes/headerreference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderReference"},{"id":1676,"kind":2048,"name":"delete","url":"classes/headerreference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderReference"},{"id":1677,"kind":262144,"name":"IsDeleted","url":"classes/headerreference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"HeaderReference"},{"id":1678,"kind":4,"name":"HeaderReferenceType","url":"enums/headerreferencetype.html","classes":"tsd-kind-enum"},{"id":1679,"kind":16,"name":"DEFAULT","url":"enums/headerreferencetype.html#default","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderReferenceType"},{"id":1680,"kind":16,"name":"FIRST","url":"enums/headerreferencetype.html#first","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderReferenceType"},{"id":1681,"kind":16,"name":"EVEN","url":"enums/headerreferencetype.html#even","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HeaderReferenceType"},{"id":1682,"kind":128,"name":"HeaderReferenceAttributes","url":"classes/headerreferenceattributes.html","classes":"tsd-kind-class"},{"id":1683,"kind":512,"name":"constructor","url":"classes/headerreferenceattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"HeaderReferenceAttributes"},{"id":1684,"kind":2048,"name":"prepForXml","url":"classes/headerreferenceattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderReferenceAttributes"},{"id":1685,"kind":2048,"name":"set","url":"classes/headerreferenceattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"HeaderReferenceAttributes"},{"id":1686,"kind":262144,"name":"IsDeleted","url":"classes/headerreferenceattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"HeaderReferenceAttributes"},{"id":1687,"kind":128,"name":"PageSize","url":"classes/pagesize.html","classes":"tsd-kind-class"},{"id":1688,"kind":512,"name":"constructor","url":"classes/pagesize.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageSize"},{"id":1689,"kind":2048,"name":"prepForXml","url":"classes/pagesize.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1690,"kind":2048,"name":"addChildElement","url":"classes/pagesize.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1691,"kind":2048,"name":"delete","url":"classes/pagesize.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1692,"kind":262144,"name":"IsDeleted","url":"classes/pagesize.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"PageSize"},{"id":1693,"kind":4,"name":"PageOrientation","url":"enums/pageorientation.html","classes":"tsd-kind-enum"},{"id":1694,"kind":16,"name":"PORTRAIT","url":"enums/pageorientation.html#portrait","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageOrientation"},{"id":1695,"kind":16,"name":"LANDSCAPE","url":"enums/pageorientation.html#landscape","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageOrientation"},{"id":1696,"kind":256,"name":"IPageSizeAttributes","url":"interfaces/ipagesizeattributes.html","classes":"tsd-kind-interface"},{"id":1697,"kind":1024,"name":"width","url":"interfaces/ipagesizeattributes.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1698,"kind":1024,"name":"height","url":"interfaces/ipagesizeattributes.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1699,"kind":1024,"name":"orientation","url":"interfaces/ipagesizeattributes.html#orientation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageSizeAttributes"},{"id":1700,"kind":128,"name":"PageSizeAttributes","url":"classes/pagesizeattributes.html","classes":"tsd-kind-class"},{"id":1701,"kind":512,"name":"constructor","url":"classes/pagesizeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1702,"kind":2048,"name":"prepForXml","url":"classes/pagesizeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1703,"kind":2048,"name":"set","url":"classes/pagesizeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1704,"kind":262144,"name":"IsDeleted","url":"classes/pagesizeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"PageSizeAttributes"},{"id":1705,"kind":4,"name":"PageNumberFormat","url":"enums/pagenumberformat.html","classes":"tsd-kind-enum"},{"id":1706,"kind":16,"name":"CARDINAL_TEXT","url":"enums/pagenumberformat.html#cardinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1707,"kind":16,"name":"DECIMAL","url":"enums/pagenumberformat.html#decimal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1708,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE","url":"enums/pagenumberformat.html#decimal_enclosed_circle","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1709,"kind":16,"name":"DECIMAL_ENCLOSED_FULL_STOP","url":"enums/pagenumberformat.html#decimal_enclosed_full_stop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1710,"kind":16,"name":"DECIMAL_ENCLOSED_PAREN","url":"enums/pagenumberformat.html#decimal_enclosed_paren","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1711,"kind":16,"name":"DECIMAL_ZERO","url":"enums/pagenumberformat.html#decimal_zero","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1712,"kind":16,"name":"LOWER_LETTER","url":"enums/pagenumberformat.html#lower_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1713,"kind":16,"name":"LOWER_ROMAN","url":"enums/pagenumberformat.html#lower_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1714,"kind":16,"name":"NONE","url":"enums/pagenumberformat.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1715,"kind":16,"name":"ORDINAL_TEXT","url":"enums/pagenumberformat.html#ordinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1716,"kind":16,"name":"UPPER_LETTER","url":"enums/pagenumberformat.html#upper_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1717,"kind":16,"name":"UPPER_ROMAN","url":"enums/pagenumberformat.html#upper_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1718,"kind":16,"name":"DECIMAL_FULL_WIDTH","url":"enums/pagenumberformat.html#decimal_full_width","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberFormat"},{"id":1719,"kind":4,"name":"PageNumberSeparator","url":"enums/pagenumberseparator.html","classes":"tsd-kind-enum"},{"id":1720,"kind":16,"name":"COLON","url":"enums/pagenumberseparator.html#colon","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1721,"kind":16,"name":"EM_DASH","url":"enums/pagenumberseparator.html#em_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1722,"kind":16,"name":"EN_DASH","url":"enums/pagenumberseparator.html#en_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1723,"kind":16,"name":"HYPHEN","url":"enums/pagenumberseparator.html#hyphen","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1724,"kind":16,"name":"PERIOD","url":"enums/pagenumberseparator.html#period","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageNumberSeparator"},{"id":1725,"kind":256,"name":"IPageNumberTypeAttributes","url":"interfaces/ipagenumbertypeattributes.html","classes":"tsd-kind-interface"},{"id":1726,"kind":1024,"name":"start","url":"interfaces/ipagenumbertypeattributes.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1727,"kind":1024,"name":"formatType","url":"interfaces/ipagenumbertypeattributes.html#formattype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1728,"kind":1024,"name":"separator","url":"interfaces/ipagenumbertypeattributes.html#separator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageNumberTypeAttributes"},{"id":1729,"kind":128,"name":"PageNumberTypeAttributes","url":"classes/pagenumbertypeattributes.html","classes":"tsd-kind-class"},{"id":1730,"kind":512,"name":"constructor","url":"classes/pagenumbertypeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1731,"kind":2048,"name":"prepForXml","url":"classes/pagenumbertypeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1732,"kind":2048,"name":"set","url":"classes/pagenumbertypeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1733,"kind":262144,"name":"IsDeleted","url":"classes/pagenumbertypeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberTypeAttributes"},{"id":1734,"kind":128,"name":"PageNumberType","url":"classes/pagenumbertype.html","classes":"tsd-kind-class"},{"id":1735,"kind":512,"name":"constructor","url":"classes/pagenumbertype.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageNumberType"},{"id":1736,"kind":2048,"name":"prepForXml","url":"classes/pagenumbertype.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1737,"kind":2048,"name":"addChildElement","url":"classes/pagenumbertype.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1738,"kind":2048,"name":"delete","url":"classes/pagenumbertype.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1739,"kind":262144,"name":"IsDeleted","url":"classes/pagenumbertype.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"PageNumberType"},{"id":1740,"kind":4,"name":"PageBorderDisplay","url":"enums/pageborderdisplay.html","classes":"tsd-kind-enum"},{"id":1741,"kind":16,"name":"ALL_PAGES","url":"enums/pageborderdisplay.html#all_pages","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1742,"kind":16,"name":"FIRST_PAGE","url":"enums/pageborderdisplay.html#first_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderDisplay"},{"id":1743,"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":1744,"kind":4,"name":"PageBorderOffsetFrom","url":"enums/pageborderoffsetfrom.html","classes":"tsd-kind-enum"},{"id":1745,"kind":16,"name":"PAGE","url":"enums/pageborderoffsetfrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderOffsetFrom"},{"id":1746,"kind":16,"name":"TEXT","url":"enums/pageborderoffsetfrom.html#text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderOffsetFrom"},{"id":1747,"kind":4,"name":"PageBorderZOrder","url":"enums/pageborderzorder.html","classes":"tsd-kind-enum"},{"id":1748,"kind":16,"name":"BACK","url":"enums/pageborderzorder.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderZOrder"},{"id":1749,"kind":16,"name":"FRONT","url":"enums/pageborderzorder.html#front","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PageBorderZOrder"},{"id":1750,"kind":256,"name":"IPageBorderAttributes","url":"interfaces/ipageborderattributes.html","classes":"tsd-kind-interface"},{"id":1751,"kind":1024,"name":"display","url":"interfaces/ipageborderattributes.html#display","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1752,"kind":1024,"name":"offsetFrom","url":"interfaces/ipageborderattributes.html#offsetfrom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1753,"kind":1024,"name":"zOrder","url":"interfaces/ipageborderattributes.html#zorder","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderAttributes"},{"id":1754,"kind":256,"name":"IPageBorderConfiguration","url":"interfaces/ipageborderconfiguration.html","classes":"tsd-kind-interface"},{"id":1755,"kind":1024,"name":"style","url":"interfaces/ipageborderconfiguration.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderConfiguration"},{"id":1756,"kind":1024,"name":"size","url":"interfaces/ipageborderconfiguration.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderConfiguration"},{"id":1757,"kind":1024,"name":"color","url":"interfaces/ipageborderconfiguration.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderConfiguration"},{"id":1758,"kind":1024,"name":"space","url":"interfaces/ipageborderconfiguration.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBorderConfiguration"},{"id":1759,"kind":256,"name":"IPageBordersOptions","url":"interfaces/ipagebordersoptions.html","classes":"tsd-kind-interface"},{"id":1760,"kind":1024,"name":"pageBorders","url":"interfaces/ipagebordersoptions.html#pageborders","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1761,"kind":1024,"name":"pageBorderTop","url":"interfaces/ipagebordersoptions.html#pagebordertop","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1762,"kind":1024,"name":"pageBorderRight","url":"interfaces/ipagebordersoptions.html#pageborderright","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1763,"kind":1024,"name":"pageBorderBottom","url":"interfaces/ipagebordersoptions.html#pageborderbottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1764,"kind":1024,"name":"pageBorderLeft","url":"interfaces/ipagebordersoptions.html#pageborderleft","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPageBordersOptions"},{"id":1765,"kind":128,"name":"PageBorders","url":"classes/pageborders.html","classes":"tsd-kind-class"},{"id":1766,"kind":512,"name":"constructor","url":"classes/pageborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"PageBorders"},{"id":1767,"kind":2048,"name":"prepForXml","url":"classes/pageborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1768,"kind":2048,"name":"addChildElement","url":"classes/pageborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1769,"kind":2048,"name":"delete","url":"classes/pageborders.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1770,"kind":262144,"name":"IsDeleted","url":"classes/pageborders.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"PageBorders"},{"id":1771,"kind":4,"name":"LineNumberRestartFormat","url":"enums/linenumberrestartformat.html","classes":"tsd-kind-enum"},{"id":1772,"kind":16,"name":"CONTINUOUS","url":"enums/linenumberrestartformat.html#continuous","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1773,"kind":16,"name":"NEW_SECTION","url":"enums/linenumberrestartformat.html#new_section","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1774,"kind":16,"name":"NEW_PAGE","url":"enums/linenumberrestartformat.html#new_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LineNumberRestartFormat"},{"id":1775,"kind":256,"name":"ILineNumberAttributes","url":"interfaces/ilinenumberattributes.html","classes":"tsd-kind-interface"},{"id":1776,"kind":1024,"name":"countBy","url":"interfaces/ilinenumberattributes.html#countby","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1777,"kind":1024,"name":"start","url":"interfaces/ilinenumberattributes.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1778,"kind":1024,"name":"restart","url":"interfaces/ilinenumberattributes.html#restart","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1779,"kind":1024,"name":"distance","url":"interfaces/ilinenumberattributes.html#distance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ILineNumberAttributes"},{"id":1780,"kind":128,"name":"LineNumberAttributes","url":"classes/linenumberattributes.html","classes":"tsd-kind-class"},{"id":1781,"kind":512,"name":"constructor","url":"classes/linenumberattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1782,"kind":2048,"name":"prepForXml","url":"classes/linenumberattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1783,"kind":2048,"name":"set","url":"classes/linenumberattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1784,"kind":262144,"name":"IsDeleted","url":"classes/linenumberattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberAttributes"},{"id":1785,"kind":128,"name":"LineNumberType","url":"classes/linenumbertype.html","classes":"tsd-kind-class"},{"id":1786,"kind":512,"name":"constructor","url":"classes/linenumbertype.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LineNumberType"},{"id":1787,"kind":2048,"name":"prepForXml","url":"classes/linenumbertype.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1788,"kind":2048,"name":"addChildElement","url":"classes/linenumbertype.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1789,"kind":2048,"name":"delete","url":"classes/linenumbertype.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1790,"kind":262144,"name":"IsDeleted","url":"classes/linenumbertype.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"LineNumberType"},{"id":1791,"kind":4,"name":"SectionVerticalAlignValue","url":"enums/sectionverticalalignvalue.html","classes":"tsd-kind-enum"},{"id":1792,"kind":16,"name":"BOTH","url":"enums/sectionverticalalignvalue.html#both","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionVerticalAlignValue"},{"id":1793,"kind":16,"name":"BOTTOM","url":"enums/sectionverticalalignvalue.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionVerticalAlignValue"},{"id":1794,"kind":16,"name":"CENTER","url":"enums/sectionverticalalignvalue.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionVerticalAlignValue"},{"id":1795,"kind":16,"name":"TOP","url":"enums/sectionverticalalignvalue.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionVerticalAlignValue"},{"id":1796,"kind":128,"name":"SectionVerticalAlign","url":"classes/sectionverticalalign.html","classes":"tsd-kind-class"},{"id":1797,"kind":512,"name":"constructor","url":"classes/sectionverticalalign.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SectionVerticalAlign"},{"id":1798,"kind":2048,"name":"prepForXml","url":"classes/sectionverticalalign.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionVerticalAlign"},{"id":1799,"kind":2048,"name":"addChildElement","url":"classes/sectionverticalalign.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionVerticalAlign"},{"id":1800,"kind":2048,"name":"delete","url":"classes/sectionverticalalign.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionVerticalAlign"},{"id":1801,"kind":262144,"name":"IsDeleted","url":"classes/sectionverticalalign.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SectionVerticalAlign"},{"id":1802,"kind":128,"name":"SectionVerticalAlignAttributes","url":"classes/sectionverticalalignattributes.html","classes":"tsd-kind-class"},{"id":1803,"kind":512,"name":"constructor","url":"classes/sectionverticalalignattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SectionVerticalAlignAttributes"},{"id":1804,"kind":2048,"name":"prepForXml","url":"classes/sectionverticalalignattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionVerticalAlignAttributes"},{"id":1805,"kind":2048,"name":"set","url":"classes/sectionverticalalignattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionVerticalAlignAttributes"},{"id":1806,"kind":262144,"name":"IsDeleted","url":"classes/sectionverticalalignattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SectionVerticalAlignAttributes"},{"id":1807,"kind":128,"name":"Type","url":"classes/type.html","classes":"tsd-kind-class"},{"id":1808,"kind":512,"name":"constructor","url":"classes/type.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Type"},{"id":1809,"kind":2048,"name":"prepForXml","url":"classes/type.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1810,"kind":2048,"name":"addChildElement","url":"classes/type.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1811,"kind":2048,"name":"delete","url":"classes/type.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1812,"kind":262144,"name":"IsDeleted","url":"classes/type.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Type"},{"id":1813,"kind":4,"name":"SectionType","url":"enums/sectiontype.html","classes":"tsd-kind-enum"},{"id":1814,"kind":16,"name":"CONTINUOUS","url":"enums/sectiontype.html#continuous","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1815,"kind":16,"name":"EVEN_PAGE","url":"enums/sectiontype.html#even_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1816,"kind":16,"name":"NEXT_COLUMN","url":"enums/sectiontype.html#next_column","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1817,"kind":16,"name":"NEXT_PAGE","url":"enums/sectiontype.html#next_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1818,"kind":16,"name":"ODD_PAGE","url":"enums/sectiontype.html#odd_page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SectionType"},{"id":1819,"kind":128,"name":"SectionTypeAttributes","url":"classes/sectiontypeattributes.html","classes":"tsd-kind-class"},{"id":1820,"kind":512,"name":"constructor","url":"classes/sectiontypeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1821,"kind":2048,"name":"prepForXml","url":"classes/sectiontypeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1822,"kind":2048,"name":"set","url":"classes/sectiontypeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1823,"kind":262144,"name":"IsDeleted","url":"classes/sectiontypeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"SectionTypeAttributes"},{"id":1824,"kind":128,"name":"DocumentBackgroundAttributes","url":"classes/documentbackgroundattributes.html","classes":"tsd-kind-class"},{"id":1825,"kind":512,"name":"constructor","url":"classes/documentbackgroundattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1826,"kind":2048,"name":"prepForXml","url":"classes/documentbackgroundattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1827,"kind":2048,"name":"set","url":"classes/documentbackgroundattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1828,"kind":262144,"name":"IsDeleted","url":"classes/documentbackgroundattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackgroundAttributes"},{"id":1829,"kind":256,"name":"IDocumentBackgroundOptions","url":"interfaces/idocumentbackgroundoptions.html","classes":"tsd-kind-interface"},{"id":1830,"kind":1024,"name":"color","url":"interfaces/idocumentbackgroundoptions.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1831,"kind":1024,"name":"themeColor","url":"interfaces/idocumentbackgroundoptions.html#themecolor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1832,"kind":1024,"name":"themeShade","url":"interfaces/idocumentbackgroundoptions.html#themeshade","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1833,"kind":1024,"name":"themeTint","url":"interfaces/idocumentbackgroundoptions.html#themetint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentBackgroundOptions"},{"id":1834,"kind":128,"name":"DocumentBackground","url":"classes/documentbackground.html","classes":"tsd-kind-class"},{"id":1835,"kind":512,"name":"constructor","url":"classes/documentbackground.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentBackground"},{"id":1836,"kind":2048,"name":"prepForXml","url":"classes/documentbackground.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1837,"kind":2048,"name":"addChildElement","url":"classes/documentbackground.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1838,"kind":2048,"name":"delete","url":"classes/documentbackground.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1839,"kind":262144,"name":"IsDeleted","url":"classes/documentbackground.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DocumentBackground"},{"id":1840,"kind":256,"name":"IStylesOptions","url":"interfaces/istylesoptions.html","classes":"tsd-kind-interface"},{"id":1841,"kind":1024,"name":"default","url":"interfaces/istylesoptions.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1842,"kind":1024,"name":"initialStyles","url":"interfaces/istylesoptions.html#initialstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1843,"kind":1024,"name":"paragraphStyles","url":"interfaces/istylesoptions.html#paragraphstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1844,"kind":1024,"name":"characterStyles","url":"interfaces/istylesoptions.html#characterstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1845,"kind":1024,"name":"importedStyles","url":"interfaces/istylesoptions.html#importedstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IStylesOptions"},{"id":1846,"kind":128,"name":"Styles","url":"classes/styles.html","classes":"tsd-kind-class"},{"id":1847,"kind":512,"name":"constructor","url":"classes/styles.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Styles"},{"id":1848,"kind":2048,"name":"prepForXml","url":"classes/styles.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1849,"kind":2048,"name":"addChildElement","url":"classes/styles.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1850,"kind":2048,"name":"delete","url":"classes/styles.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1851,"kind":262144,"name":"IsDeleted","url":"classes/styles.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Styles"},{"id":1852,"kind":4,"name":"BorderStyle","url":"enums/borderstyle.html","classes":"tsd-kind-enum"},{"id":1853,"kind":16,"name":"SINGLE","url":"enums/borderstyle.html#single","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1854,"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":1855,"kind":16,"name":"DASHED","url":"enums/borderstyle.html#dashed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1856,"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":1857,"kind":16,"name":"DOT_DASH","url":"enums/borderstyle.html#dot_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1858,"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":1859,"kind":16,"name":"DOTTED","url":"enums/borderstyle.html#dotted","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1860,"kind":16,"name":"DOUBLE","url":"enums/borderstyle.html#double","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1861,"kind":16,"name":"DOUBLE_WAVE","url":"enums/borderstyle.html#double_wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1862,"kind":16,"name":"INSET","url":"enums/borderstyle.html#inset","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1863,"kind":16,"name":"NIL","url":"enums/borderstyle.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1864,"kind":16,"name":"NONE","url":"enums/borderstyle.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1865,"kind":16,"name":"OUTSET","url":"enums/borderstyle.html#outset","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1866,"kind":16,"name":"THICK","url":"enums/borderstyle.html#thick","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1867,"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":1868,"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":1869,"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":1870,"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":1871,"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":1872,"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":1873,"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":1874,"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":1875,"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":1876,"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":1877,"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":1878,"kind":16,"name":"TRIPLE","url":"enums/borderstyle.html#triple","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1879,"kind":16,"name":"WAVE","url":"enums/borderstyle.html#wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"BorderStyle"},{"id":1880,"kind":256,"name":"IBaseCharacterStyleOptions","url":"interfaces/ibasecharacterstyleoptions.html","classes":"tsd-kind-interface"},{"id":1881,"kind":1024,"name":"basedOn","url":"interfaces/ibasecharacterstyleoptions.html#basedon","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseCharacterStyleOptions"},{"id":1882,"kind":1024,"name":"link","url":"interfaces/ibasecharacterstyleoptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseCharacterStyleOptions"},{"id":1883,"kind":1024,"name":"semiHidden","url":"interfaces/ibasecharacterstyleoptions.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseCharacterStyleOptions"},{"id":1884,"kind":1024,"name":"run","url":"interfaces/ibasecharacterstyleoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseCharacterStyleOptions"},{"id":1885,"kind":256,"name":"ICharacterStyleOptions","url":"interfaces/icharacterstyleoptions.html","classes":"tsd-kind-interface"},{"id":1886,"kind":1024,"name":"id","url":"interfaces/icharacterstyleoptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICharacterStyleOptions"},{"id":1887,"kind":1024,"name":"name","url":"interfaces/icharacterstyleoptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICharacterStyleOptions"},{"id":1888,"kind":1024,"name":"basedOn","url":"interfaces/icharacterstyleoptions.html#basedon","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1889,"kind":1024,"name":"link","url":"interfaces/icharacterstyleoptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1890,"kind":1024,"name":"semiHidden","url":"interfaces/icharacterstyleoptions.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1891,"kind":1024,"name":"run","url":"interfaces/icharacterstyleoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICharacterStyleOptions"},{"id":1892,"kind":128,"name":"StyleForCharacter","url":"classes/styleforcharacter.html","classes":"tsd-kind-class"},{"id":1893,"kind":512,"name":"constructor","url":"classes/styleforcharacter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StyleForCharacter"},{"id":1894,"kind":2048,"name":"prepForXml","url":"classes/styleforcharacter.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1895,"kind":2048,"name":"addChildElement","url":"classes/styleforcharacter.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1896,"kind":2048,"name":"delete","url":"classes/styleforcharacter.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForCharacter"},{"id":1897,"kind":262144,"name":"IsDeleted","url":"classes/styleforcharacter.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"StyleForCharacter"},{"id":1898,"kind":256,"name":"IBaseParagraphStyleOptions","url":"interfaces/ibaseparagraphstyleoptions.html","classes":"tsd-kind-interface"},{"id":1899,"kind":1024,"name":"basedOn","url":"interfaces/ibaseparagraphstyleoptions.html#basedon","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1900,"kind":1024,"name":"next","url":"interfaces/ibaseparagraphstyleoptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1901,"kind":1024,"name":"quickFormat","url":"interfaces/ibaseparagraphstyleoptions.html#quickformat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1902,"kind":1024,"name":"link","url":"interfaces/ibaseparagraphstyleoptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1903,"kind":1024,"name":"semiHidden","url":"interfaces/ibaseparagraphstyleoptions.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1904,"kind":1024,"name":"uiPriority","url":"interfaces/ibaseparagraphstyleoptions.html#uipriority","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1905,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/ibaseparagraphstyleoptions.html#unhidewhenused","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1906,"kind":1024,"name":"paragraph","url":"interfaces/ibaseparagraphstyleoptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1907,"kind":1024,"name":"run","url":"interfaces/ibaseparagraphstyleoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IBaseParagraphStyleOptions"},{"id":1908,"kind":256,"name":"IParagraphStyleOptions","url":"interfaces/iparagraphstyleoptions.html","classes":"tsd-kind-interface"},{"id":1909,"kind":1024,"name":"id","url":"interfaces/iparagraphstyleoptions.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStyleOptions"},{"id":1910,"kind":1024,"name":"name","url":"interfaces/iparagraphstyleoptions.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParagraphStyleOptions"},{"id":1911,"kind":1024,"name":"basedOn","url":"interfaces/iparagraphstyleoptions.html#basedon","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1912,"kind":1024,"name":"next","url":"interfaces/iparagraphstyleoptions.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1913,"kind":1024,"name":"quickFormat","url":"interfaces/iparagraphstyleoptions.html#quickformat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1914,"kind":1024,"name":"link","url":"interfaces/iparagraphstyleoptions.html#link","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1915,"kind":1024,"name":"semiHidden","url":"interfaces/iparagraphstyleoptions.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1916,"kind":1024,"name":"uiPriority","url":"interfaces/iparagraphstyleoptions.html#uipriority","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1917,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/iparagraphstyleoptions.html#unhidewhenused","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1918,"kind":1024,"name":"paragraph","url":"interfaces/iparagraphstyleoptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1919,"kind":1024,"name":"run","url":"interfaces/iparagraphstyleoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParagraphStyleOptions"},{"id":1920,"kind":128,"name":"StyleForParagraph","url":"classes/styleforparagraph.html","classes":"tsd-kind-class"},{"id":1921,"kind":512,"name":"constructor","url":"classes/styleforparagraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StyleForParagraph"},{"id":1922,"kind":2048,"name":"prepForXml","url":"classes/styleforparagraph.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1923,"kind":2048,"name":"addChildElement","url":"classes/styleforparagraph.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1924,"kind":2048,"name":"delete","url":"classes/styleforparagraph.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"StyleForParagraph"},{"id":1925,"kind":262144,"name":"IsDeleted","url":"classes/styleforparagraph.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"StyleForParagraph"},{"id":1926,"kind":128,"name":"ParagraphPropertiesDefaults","url":"classes/paragraphpropertiesdefaults.html","classes":"tsd-kind-class"},{"id":1927,"kind":512,"name":"constructor","url":"classes/paragraphpropertiesdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ParagraphPropertiesDefaults"},{"id":1928,"kind":2048,"name":"prepForXml","url":"classes/paragraphpropertiesdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1929,"kind":2048,"name":"addChildElement","url":"classes/paragraphpropertiesdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1930,"kind":2048,"name":"delete","url":"classes/paragraphpropertiesdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1931,"kind":262144,"name":"IsDeleted","url":"classes/paragraphpropertiesdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ParagraphPropertiesDefaults"},{"id":1932,"kind":128,"name":"RunPropertiesDefaults","url":"classes/runpropertiesdefaults.html","classes":"tsd-kind-class"},{"id":1933,"kind":512,"name":"constructor","url":"classes/runpropertiesdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RunPropertiesDefaults"},{"id":1934,"kind":2048,"name":"prepForXml","url":"classes/runpropertiesdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1935,"kind":2048,"name":"addChildElement","url":"classes/runpropertiesdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1936,"kind":2048,"name":"delete","url":"classes/runpropertiesdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1937,"kind":262144,"name":"IsDeleted","url":"classes/runpropertiesdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"RunPropertiesDefaults"},{"id":1938,"kind":256,"name":"IDocumentDefaultsOptions","url":"interfaces/idocumentdefaultsoptions.html","classes":"tsd-kind-interface"},{"id":1939,"kind":1024,"name":"paragraph","url":"interfaces/idocumentdefaultsoptions.html#paragraph","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentDefaultsOptions"},{"id":1940,"kind":1024,"name":"run","url":"interfaces/idocumentdefaultsoptions.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentDefaultsOptions"},{"id":1941,"kind":128,"name":"DocumentDefaults","url":"classes/documentdefaults.html","classes":"tsd-kind-class"},{"id":1942,"kind":512,"name":"constructor","url":"classes/documentdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DocumentDefaults"},{"id":1943,"kind":2048,"name":"prepForXml","url":"classes/documentdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1944,"kind":2048,"name":"addChildElement","url":"classes/documentdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1945,"kind":2048,"name":"delete","url":"classes/documentdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1946,"kind":262144,"name":"IsDeleted","url":"classes/documentdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DocumentDefaults"},{"id":1947,"kind":128,"name":"TableOfContents","url":"classes/tableofcontents.html","classes":"tsd-kind-class"},{"id":1948,"kind":512,"name":"constructor","url":"classes/tableofcontents.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"TableOfContents"},{"id":1949,"kind":2048,"name":"prepForXml","url":"classes/tableofcontents.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1950,"kind":2048,"name":"addChildElement","url":"classes/tableofcontents.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1951,"kind":2048,"name":"delete","url":"classes/tableofcontents.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1952,"kind":262144,"name":"IsDeleted","url":"classes/tableofcontents.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"TableOfContents"},{"id":1953,"kind":128,"name":"StyleLevel","url":"classes/stylelevel.html","classes":"tsd-kind-class"},{"id":1954,"kind":512,"name":"constructor","url":"classes/stylelevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"StyleLevel"},{"id":1955,"kind":1024,"name":"styleName","url":"classes/stylelevel.html#stylename","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StyleLevel"},{"id":1956,"kind":1024,"name":"level","url":"classes/stylelevel.html#level","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StyleLevel"},{"id":1957,"kind":256,"name":"ITableOfContentsOptions","url":"interfaces/itableofcontentsoptions.html","classes":"tsd-kind-interface"},{"id":1958,"kind":1024,"name":"captionLabel","url":"interfaces/itableofcontentsoptions.html#captionlabel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1959,"kind":1024,"name":"entriesFromBookmark","url":"interfaces/itableofcontentsoptions.html#entriesfrombookmark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1960,"kind":1024,"name":"captionLabelIncludingNumbers","url":"interfaces/itableofcontentsoptions.html#captionlabelincludingnumbers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1961,"kind":1024,"name":"sequenceAndPageNumbersSeparator","url":"interfaces/itableofcontentsoptions.html#sequenceandpagenumbersseparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1962,"kind":1024,"name":"tcFieldIdentifier","url":"interfaces/itableofcontentsoptions.html#tcfieldidentifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1963,"kind":1024,"name":"hyperlink","url":"interfaces/itableofcontentsoptions.html#hyperlink","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1964,"kind":1024,"name":"tcFieldLevelRange","url":"interfaces/itableofcontentsoptions.html#tcfieldlevelrange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1965,"kind":1024,"name":"pageNumbersEntryLevelsRange","url":"interfaces/itableofcontentsoptions.html#pagenumbersentrylevelsrange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1966,"kind":1024,"name":"headingStyleRange","url":"interfaces/itableofcontentsoptions.html#headingstylerange","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1967,"kind":1024,"name":"entryAndPageNumberSeparator","url":"interfaces/itableofcontentsoptions.html#entryandpagenumberseparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1968,"kind":1024,"name":"seqFieldIdentifierForPrefix","url":"interfaces/itableofcontentsoptions.html#seqfieldidentifierforprefix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1969,"kind":1024,"name":"stylesWithLevels","url":"interfaces/itableofcontentsoptions.html#styleswithlevels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1970,"kind":1024,"name":"useAppliedParagraphOutlineLevel","url":"interfaces/itableofcontentsoptions.html#useappliedparagraphoutlinelevel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1971,"kind":1024,"name":"preserveTabInEntries","url":"interfaces/itableofcontentsoptions.html#preservetabinentries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1972,"kind":1024,"name":"preserveNewLineInEntries","url":"interfaces/itableofcontentsoptions.html#preservenewlineinentries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1973,"kind":1024,"name":"hideTabAndPageNumbersInWebView","url":"interfaces/itableofcontentsoptions.html#hidetabandpagenumbersinwebview","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ITableOfContentsOptions"},{"id":1974,"kind":32,"name":"EMPTY_OBJECT","url":"modules.html#empty_object","classes":"tsd-kind-variable"},{"id":1975,"kind":65536,"name":"__type","url":"modules.html#empty_object.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"EMPTY_OBJECT"},{"id":1976,"kind":128,"name":"XmlComponent","url":"classes/xmlcomponent.html","classes":"tsd-kind-class"},{"id":1977,"kind":512,"name":"constructor","url":"classes/xmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"XmlComponent"},{"id":1978,"kind":2048,"name":"prepForXml","url":"classes/xmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"XmlComponent"},{"id":1979,"kind":2048,"name":"addChildElement","url":"classes/xmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlComponent"},{"id":1980,"kind":2048,"name":"delete","url":"classes/xmlcomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlComponent"},{"id":1981,"kind":262144,"name":"IsDeleted","url":"classes/xmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"XmlComponent"},{"id":1982,"kind":128,"name":"IgnoreIfEmptyXmlComponent","url":"classes/ignoreifemptyxmlcomponent.html","classes":"tsd-kind-class"},{"id":1983,"kind":512,"name":"constructor","url":"classes/ignoreifemptyxmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1984,"kind":2048,"name":"prepForXml","url":"classes/ignoreifemptyxmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"IgnoreIfEmptyXmlComponent"},{"id":1985,"kind":2048,"name":"addChildElement","url":"classes/ignoreifemptyxmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1986,"kind":2048,"name":"delete","url":"classes/ignoreifemptyxmlcomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1987,"kind":262144,"name":"IsDeleted","url":"classes/ignoreifemptyxmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"IgnoreIfEmptyXmlComponent"},{"id":1988,"kind":128,"name":"Attributes","url":"classes/attributes.html","classes":"tsd-kind-class"},{"id":1989,"kind":512,"name":"constructor","url":"classes/attributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1990,"kind":2048,"name":"prepForXml","url":"classes/attributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1991,"kind":2048,"name":"set","url":"classes/attributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1992,"kind":262144,"name":"IsDeleted","url":"classes/attributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"Attributes"},{"id":1993,"kind":4194304,"name":"AttributeMap","url":"modules.html#attributemap","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":1994,"kind":128,"name":"XmlAttributeComponent","url":"classes/xmlattributecomponent.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1995,"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":1996,"kind":2048,"name":"prepForXml","url":"classes/xmlattributecomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"XmlAttributeComponent"},{"id":1997,"kind":2048,"name":"set","url":"classes/xmlattributecomponent.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"XmlAttributeComponent"},{"id":1998,"kind":262144,"name":"IsDeleted","url":"classes/xmlattributecomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"XmlAttributeComponent"},{"id":1999,"kind":64,"name":"convertToXmlComponent","url":"modules.html#converttoxmlcomponent","classes":"tsd-kind-function"},{"id":2000,"kind":128,"name":"ImportedXmlComponent","url":"classes/importedxmlcomponent.html","classes":"tsd-kind-class"},{"id":2001,"kind":2048,"name":"fromXmlString","url":"classes/importedxmlcomponent.html#fromxmlstring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ImportedXmlComponent"},{"id":2002,"kind":512,"name":"constructor","url":"classes/importedxmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedXmlComponent"},{"id":2003,"kind":2048,"name":"push","url":"classes/importedxmlcomponent.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ImportedXmlComponent"},{"id":2004,"kind":2048,"name":"prepForXml","url":"classes/importedxmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":2005,"kind":2048,"name":"addChildElement","url":"classes/importedxmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":2006,"kind":2048,"name":"delete","url":"classes/importedxmlcomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":2007,"kind":262144,"name":"IsDeleted","url":"classes/importedxmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ImportedXmlComponent"},{"id":2008,"kind":128,"name":"ImportedRootElementAttributes","url":"classes/importedrootelementattributes.html","classes":"tsd-kind-class"},{"id":2009,"kind":512,"name":"constructor","url":"classes/importedrootelementattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedRootElementAttributes"},{"id":2010,"kind":2048,"name":"prepForXml","url":"classes/importedrootelementattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ImportedRootElementAttributes"},{"id":2011,"kind":2048,"name":"addChildElement","url":"classes/importedrootelementattributes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedRootElementAttributes"},{"id":2012,"kind":2048,"name":"delete","url":"classes/importedrootelementattributes.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"ImportedRootElementAttributes"},{"id":2013,"kind":262144,"name":"IsDeleted","url":"classes/importedrootelementattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"ImportedRootElementAttributes"},{"id":2014,"kind":256,"name":"IXmlAttribute","url":"interfaces/ixmlattribute.html","classes":"tsd-kind-interface"},{"id":2015,"kind":256,"name":"IXmlableObject","url":"interfaces/ixmlableobject.html","classes":"tsd-kind-interface"},{"id":2016,"kind":1024,"name":"_attr","url":"interfaces/ixmlableobject.html#_attr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IXmlableObject"},{"id":2017,"kind":128,"name":"InitializableXmlComponent","url":"classes/initializablexmlcomponent.html","classes":"tsd-kind-class"},{"id":2018,"kind":512,"name":"constructor","url":"classes/initializablexmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InitializableXmlComponent"},{"id":2019,"kind":2048,"name":"prepForXml","url":"classes/initializablexmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":2020,"kind":2048,"name":"addChildElement","url":"classes/initializablexmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":2021,"kind":2048,"name":"delete","url":"classes/initializablexmlcomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":2022,"kind":262144,"name":"IsDeleted","url":"classes/initializablexmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"InitializableXmlComponent"},{"id":2023,"kind":256,"name":"IContext","url":"interfaces/icontext.html","classes":"tsd-kind-interface"},{"id":2024,"kind":1024,"name":"file","url":"interfaces/icontext.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IContext"},{"id":2025,"kind":1024,"name":"viewWrapper","url":"interfaces/icontext.html#viewwrapper","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IContext"},{"id":2026,"kind":128,"name":"BaseXmlComponent","url":"classes/basexmlcomponent.html","classes":"tsd-kind-class"},{"id":2027,"kind":512,"name":"constructor","url":"classes/basexmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":2028,"kind":2048,"name":"prepForXml","url":"classes/basexmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":2029,"kind":262144,"name":"IsDeleted","url":"classes/basexmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"BaseXmlComponent"},{"id":2030,"kind":256,"name":"IDocumentHeader","url":"interfaces/idocumentheader.html","classes":"tsd-kind-interface"},{"id":2031,"kind":1024,"name":"header","url":"interfaces/idocumentheader.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentHeader"},{"id":2032,"kind":1024,"name":"type","url":"interfaces/idocumentheader.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentHeader"},{"id":2033,"kind":128,"name":"HeaderWrapper","url":"classes/headerwrapper.html","classes":"tsd-kind-class"},{"id":2034,"kind":512,"name":"constructor","url":"classes/headerwrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":2035,"kind":2048,"name":"add","url":"classes/headerwrapper.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":2036,"kind":2048,"name":"addChildElement","url":"classes/headerwrapper.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":2037,"kind":262144,"name":"View","url":"classes/headerwrapper.html#view","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":2038,"kind":262144,"name":"Relationships","url":"classes/headerwrapper.html#relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":2039,"kind":262144,"name":"Media","url":"classes/headerwrapper.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"HeaderWrapper"},{"id":2040,"kind":256,"name":"IDocumentFooter","url":"interfaces/idocumentfooter.html","classes":"tsd-kind-interface"},{"id":2041,"kind":1024,"name":"footer","url":"interfaces/idocumentfooter.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentFooter"},{"id":2042,"kind":1024,"name":"type","url":"interfaces/idocumentfooter.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentFooter"},{"id":2043,"kind":128,"name":"FooterWrapper","url":"classes/footerwrapper.html","classes":"tsd-kind-class"},{"id":2044,"kind":512,"name":"constructor","url":"classes/footerwrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"FooterWrapper"},{"id":2045,"kind":2048,"name":"add","url":"classes/footerwrapper.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FooterWrapper"},{"id":2046,"kind":2048,"name":"addChildElement","url":"classes/footerwrapper.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FooterWrapper"},{"id":2047,"kind":262144,"name":"View","url":"classes/footerwrapper.html#view","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":2048,"kind":262144,"name":"Relationships","url":"classes/footerwrapper.html#relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":2049,"kind":262144,"name":"Media","url":"classes/footerwrapper.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"FooterWrapper"},{"id":2050,"kind":256,"name":"IHeaderOptions","url":"interfaces/iheaderoptions.html","classes":"tsd-kind-interface"},{"id":2051,"kind":1024,"name":"children","url":"interfaces/iheaderoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IHeaderOptions"},{"id":2052,"kind":128,"name":"Header","url":"classes/header.html","classes":"tsd-kind-class"},{"id":2053,"kind":512,"name":"constructor","url":"classes/header.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Header"},{"id":2054,"kind":1024,"name":"options","url":"classes/header.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Header"},{"id":2055,"kind":128,"name":"Footer","url":"classes/footer.html","classes":"tsd-kind-class"},{"id":2056,"kind":512,"name":"constructor","url":"classes/footer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Footer"},{"id":2057,"kind":1024,"name":"options","url":"classes/footer.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Footer"},{"id":2058,"kind":128,"name":"FootNotes","url":"classes/footnotes.html","classes":"tsd-kind-class"},{"id":2059,"kind":512,"name":"constructor","url":"classes/footnotes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootNotes"},{"id":2060,"kind":2048,"name":"createFootNote","url":"classes/footnotes.html#createfootnote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FootNotes"},{"id":2061,"kind":2048,"name":"prepForXml","url":"classes/footnotes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":2062,"kind":2048,"name":"addChildElement","url":"classes/footnotes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":2063,"kind":2048,"name":"delete","url":"classes/footnotes.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":2064,"kind":262144,"name":"IsDeleted","url":"classes/footnotes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"FootNotes"},{"id":2065,"kind":128,"name":"FootNoteReferenceRunAttributes","url":"classes/footnotereferencerunattributes.html","classes":"tsd-kind-class"},{"id":2066,"kind":512,"name":"constructor","url":"classes/footnotereferencerunattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":2067,"kind":2048,"name":"prepForXml","url":"classes/footnotereferencerunattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":2068,"kind":2048,"name":"set","url":"classes/footnotereferencerunattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":2069,"kind":262144,"name":"IsDeleted","url":"classes/footnotereferencerunattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"FootNoteReferenceRunAttributes"},{"id":2070,"kind":128,"name":"FootnoteReference","url":"classes/footnotereference.html","classes":"tsd-kind-class"},{"id":2071,"kind":512,"name":"constructor","url":"classes/footnotereference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootnoteReference"},{"id":2072,"kind":2048,"name":"prepForXml","url":"classes/footnotereference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":2073,"kind":2048,"name":"addChildElement","url":"classes/footnotereference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":2074,"kind":2048,"name":"delete","url":"classes/footnotereference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":2075,"kind":262144,"name":"IsDeleted","url":"classes/footnotereference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReference"},{"id":2076,"kind":128,"name":"FootnoteReferenceRun","url":"classes/footnotereferencerun.html","classes":"tsd-kind-class"},{"id":2077,"kind":512,"name":"constructor","url":"classes/footnotereferencerun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"FootnoteReferenceRun"},{"id":2078,"kind":2048,"name":"prepForXml","url":"classes/footnotereferencerun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":2079,"kind":2048,"name":"addChildElement","url":"classes/footnotereferencerun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":2080,"kind":2048,"name":"delete","url":"classes/footnotereferencerun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":2081,"kind":262144,"name":"IsDeleted","url":"classes/footnotereferencerun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"FootnoteReferenceRun"},{"id":2082,"kind":128,"name":"InsertedTextRun","url":"classes/insertedtextrun.html","classes":"tsd-kind-class"},{"id":2083,"kind":512,"name":"constructor","url":"classes/insertedtextrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InsertedTextRun"},{"id":2084,"kind":2048,"name":"prepForXml","url":"classes/insertedtextrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":2085,"kind":2048,"name":"addChildElement","url":"classes/insertedtextrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":2086,"kind":2048,"name":"delete","url":"classes/insertedtextrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":2087,"kind":262144,"name":"IsDeleted","url":"classes/insertedtextrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"InsertedTextRun"},{"id":2088,"kind":128,"name":"DeletedTextRun","url":"classes/deletedtextrun.html","classes":"tsd-kind-class"},{"id":2089,"kind":512,"name":"constructor","url":"classes/deletedtextrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DeletedTextRun"},{"id":2090,"kind":2048,"name":"prepForXml","url":"classes/deletedtextrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":2091,"kind":2048,"name":"addChildElement","url":"classes/deletedtextrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":2092,"kind":2048,"name":"delete","url":"classes/deletedtextrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":2093,"kind":262144,"name":"IsDeleted","url":"classes/deletedtextrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"DeletedTextRun"},{"id":2094,"kind":4,"name":"HorizontalPositionAlign","url":"enums/horizontalpositionalign.html","classes":"tsd-kind-enum"},{"id":2095,"kind":16,"name":"CENTER","url":"enums/horizontalpositionalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":2096,"kind":16,"name":"INSIDE","url":"enums/horizontalpositionalign.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":2097,"kind":16,"name":"LEFT","url":"enums/horizontalpositionalign.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":2098,"kind":16,"name":"OUTSIDE","url":"enums/horizontalpositionalign.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":2099,"kind":16,"name":"RIGHT","url":"enums/horizontalpositionalign.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"HorizontalPositionAlign"},{"id":2100,"kind":4,"name":"VerticalPositionAlign","url":"enums/verticalpositionalign.html","classes":"tsd-kind-enum"},{"id":2101,"kind":16,"name":"BOTTOM","url":"enums/verticalpositionalign.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":2102,"kind":16,"name":"CENTER","url":"enums/verticalpositionalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":2103,"kind":16,"name":"INSIDE","url":"enums/verticalpositionalign.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":2104,"kind":16,"name":"OUTSIDE","url":"enums/verticalpositionalign.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":2105,"kind":16,"name":"TOP","url":"enums/verticalpositionalign.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"VerticalPositionAlign"},{"id":2106,"kind":128,"name":"Packer","url":"classes/packer.html","classes":"tsd-kind-class"},{"id":2107,"kind":2048,"name":"toBuffer","url":"classes/packer.html#tobuffer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":2108,"kind":2048,"name":"toBase64String","url":"classes/packer.html#tobase64string","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":2109,"kind":2048,"name":"toBlob","url":"classes/packer.html#toblob","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Packer"},{"id":2110,"kind":512,"name":"constructor","url":"classes/packer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Packer"},{"id":2111,"kind":256,"name":"IDocumentTemplate","url":"interfaces/idocumenttemplate.html","classes":"tsd-kind-interface"},{"id":2112,"kind":1024,"name":"currentRelationshipId","url":"interfaces/idocumenttemplate.html#currentrelationshipid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":2113,"kind":1024,"name":"headers","url":"interfaces/idocumenttemplate.html#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":2114,"kind":1024,"name":"footers","url":"interfaces/idocumenttemplate.html#footers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":2115,"kind":1024,"name":"styles","url":"interfaces/idocumenttemplate.html#styles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":2116,"kind":1024,"name":"titlePageIsDefined","url":"interfaces/idocumenttemplate.html#titlepageisdefined","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":2117,"kind":1024,"name":"media","url":"interfaces/idocumenttemplate.html#media","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IDocumentTemplate"},{"id":2118,"kind":128,"name":"ImportDotx","url":"classes/importdotx.html","classes":"tsd-kind-class"},{"id":2119,"kind":512,"name":"constructor","url":"classes/importdotx.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ImportDotx"},{"id":2120,"kind":2048,"name":"extract","url":"classes/importdotx.html#extract","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ImportDotx"},{"id":2121,"kind":64,"name":"convertMillimetersToTwip","url":"modules.html#convertmillimeterstotwip","classes":"tsd-kind-function"},{"id":2122,"kind":64,"name":"convertInchesToTwip","url":"modules.html#convertinchestotwip","classes":"tsd-kind-function"},{"id":2123,"kind":64,"name":"uniqueNumericId","url":"modules.html#uniquenumericid","classes":"tsd-kind-function"},{"id":2124,"kind":64,"name":"uniqueId","url":"modules.html#uniqueid","classes":"tsd-kind-function"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,47.442]],["parent/0",[]],["name/1",[1,25.116]],["parent/1",[0,4.449]],["name/2",[2,67.457]],["parent/2",[0,4.449]],["name/3",[0,47.442]],["parent/3",[0,4.449]],["name/4",[3,54.107]],["parent/4",[0,4.449]],["name/5",[4,67.457]],["parent/5",[0,4.449]],["name/6",[5,51.363]],["parent/6",[0,4.449]],["name/7",[6,53.106]],["parent/7",[0,4.449]],["name/8",[7,67.457]],["parent/8",[0,4.449]],["name/9",[8,61.579]],["parent/9",[0,4.449]],["name/10",[9,61.579]],["parent/10",[0,4.449]],["name/11",[10,67.457]],["parent/11",[0,4.449]],["name/12",[11,67.457]],["parent/12",[0,4.449]],["name/13",[12,67.457]],["parent/13",[0,4.449]],["name/14",[13,54.107]],["parent/14",[0,4.449]],["name/15",[14,67.457]],["parent/15",[0,4.449]],["name/16",[15,54.107]],["parent/16",[]],["name/17",[16,55.219]],["parent/17",[15,5.073]],["name/18",[17,61.579]],["parent/18",[15,5.073]],["name/19",[18,55.219]],["parent/19",[15,5.073]],["name/20",[19,67.457]],["parent/20",[15,5.073]],["name/21",[20,72.565]],["parent/21",[15,5.073]],["name/22",[21,72.565]],["parent/22",[15,5.073]],["name/23",[22,51.363]],["parent/23",[15,5.073]],["name/24",[23,51.363]],["parent/24",[15,5.073]],["name/25",[24,59.572]],["parent/25",[]],["name/26",[1,25.116]],["parent/26",[24,5.586]],["name/27",[25,25.775]],["parent/27",[24,5.586]],["name/28",[26,47.998]],["parent/28",[24,5.586]],["name/29",[27,25.775]],["parent/29",[24,5.586]],["name/30",[28,50.593]],["parent/30",[]],["name/31",[1,25.116]],["parent/31",[28,4.744]],["name/32",[25,25.775]],["parent/32",[28,4.744]],["name/33",[29,26.818]],["parent/33",[28,4.744]],["name/34",[30,26.957]],["parent/34",[28,4.744]],["name/35",[27,25.775]],["parent/35",[28,4.744]],["name/36",[31,59.572]],["parent/36",[]],["name/37",[32,53.106]],["parent/37",[31,5.586]],["name/38",[33,53.106]],["parent/38",[31,5.586]],["name/39",[22,51.363]],["parent/39",[31,5.586]],["name/40",[23,51.363]],["parent/40",[31,5.586]],["name/41",[34,55.219]],["parent/41",[]],["name/42",[1,25.116]],["parent/42",[34,5.178]],["name/43",[25,25.775]],["parent/43",[34,5.178]],["name/44",[29,26.818]],["parent/44",[34,5.178]],["name/45",[30,26.957]],["parent/45",[34,5.178]],["name/46",[27,25.775]],["parent/46",[34,5.178]],["name/47",[35,54.107]],["parent/47",[]],["name/48",[1,25.116]],["parent/48",[35,5.073]],["name/49",[25,25.775]],["parent/49",[35,5.073]],["name/50",[29,26.818]],["parent/50",[35,5.073]],["name/51",[30,26.957]],["parent/51",[35,5.073]],["name/52",[27,25.775]],["parent/52",[35,5.073]],["name/53",[36,56.471]],["parent/53",[]],["name/54",[22,51.363]],["parent/54",[36,5.295]],["name/55",[37,72.565]],["parent/55",[36,5.295]],["name/56",[38,72.565]],["parent/56",[36,5.295]],["name/57",[16,55.219]],["parent/57",[36,5.295]],["name/58",[17,61.579]],["parent/58",[36,5.295]],["name/59",[23,51.363]],["parent/59",[36,5.295]],["name/60",[39,54.107]],["parent/60",[]],["name/61",[1,25.116]],["parent/61",[39,5.073]],["name/62",[25,25.775]],["parent/62",[39,5.073]],["name/63",[29,26.818]],["parent/63",[39,5.073]],["name/64",[30,26.957]],["parent/64",[39,5.073]],["name/65",[27,25.775]],["parent/65",[39,5.073]],["name/66",[40,54.107]],["parent/66",[]],["name/67",[1,25.116]],["parent/67",[40,5.073]],["name/68",[25,25.775]],["parent/68",[40,5.073]],["name/69",[29,26.818]],["parent/69",[40,5.073]],["name/70",[30,26.957]],["parent/70",[40,5.073]],["name/71",[27,25.775]],["parent/71",[40,5.073]],["name/72",[41,54.107]],["parent/72",[]],["name/73",[1,25.116]],["parent/73",[41,5.073]],["name/74",[25,25.775]],["parent/74",[41,5.073]],["name/75",[29,26.818]],["parent/75",[41,5.073]],["name/76",[30,26.957]],["parent/76",[41,5.073]],["name/77",[27,25.775]],["parent/77",[41,5.073]],["name/78",[42,57.902]],["parent/78",[]],["name/79",[1,25.116]],["parent/79",[42,5.429]],["name/80",[25,25.775]],["parent/80",[42,5.429]],["name/81",[29,26.818]],["parent/81",[42,5.429]],["name/82",[30,26.957]],["parent/82",[42,5.429]],["name/83",[27,25.775]],["parent/83",[42,5.429]],["name/84",[43,55.219]],["parent/84",[]],["name/85",[1,25.116]],["parent/85",[43,5.178]],["name/86",[25,25.775]],["parent/86",[43,5.178]],["name/87",[29,26.818]],["parent/87",[43,5.178]],["name/88",[30,26.957]],["parent/88",[43,5.178]],["name/89",[27,25.775]],["parent/89",[43,5.178]],["name/90",[44,61.579]],["parent/90",[]],["name/91",[45,72.565]],["parent/91",[44,5.774]],["name/92",[46,72.565]],["parent/92",[44,5.774]],["name/93",[47,61.579]],["parent/93",[44,5.774]],["name/94",[48,56.471]],["parent/94",[]],["name/95",[49,72.565]],["parent/95",[48,5.295]],["name/96",[50,72.565]],["parent/96",[48,5.295]],["name/97",[51,67.457]],["parent/97",[48,5.295]],["name/98",[52,72.565]],["parent/98",[48,5.295]],["name/99",[53,72.565]],["parent/99",[48,5.295]],["name/100",[54,72.565]],["parent/100",[48,5.295]],["name/101",[55,54.107]],["parent/101",[]],["name/102",[1,25.116]],["parent/102",[55,5.073]],["name/103",[25,25.775]],["parent/103",[55,5.073]],["name/104",[29,26.818]],["parent/104",[55,5.073]],["name/105",[30,26.957]],["parent/105",[55,5.073]],["name/106",[27,25.775]],["parent/106",[55,5.073]],["name/107",[56,54.107]],["parent/107",[]],["name/108",[1,25.116]],["parent/108",[56,5.073]],["name/109",[25,25.775]],["parent/109",[56,5.073]],["name/110",[29,26.818]],["parent/110",[56,5.073]],["name/111",[30,26.957]],["parent/111",[56,5.073]],["name/112",[27,25.775]],["parent/112",[56,5.073]],["name/113",[57,55.219]],["parent/113",[]],["name/114",[58,72.565]],["parent/114",[57,5.178]],["name/115",[59,72.565]],["parent/115",[57,5.178]],["name/116",[60,72.565]],["parent/116",[57,5.178]],["name/117",[61,72.565]],["parent/117",[57,5.178]],["name/118",[62,72.565]],["parent/118",[57,5.178]],["name/119",[63,72.565]],["parent/119",[57,5.178]],["name/120",[64,72.565]],["parent/120",[57,5.178]],["name/121",[65,42.12]],["parent/121",[]],["name/122",[1,25.116]],["parent/122",[65,3.95]],["name/123",[25,25.775]],["parent/123",[65,3.95]],["name/124",[29,26.818]],["parent/124",[65,3.95]],["name/125",[30,26.957]],["parent/125",[65,3.95]],["name/126",[27,25.775]],["parent/126",[65,3.95]],["name/127",[66,57.902]],["parent/127",[]],["name/128",[1,25.116]],["parent/128",[66,5.429]],["name/129",[25,25.775]],["parent/129",[66,5.429]],["name/130",[29,26.818]],["parent/130",[66,5.429]],["name/131",[30,26.957]],["parent/131",[66,5.429]],["name/132",[27,25.775]],["parent/132",[66,5.429]],["name/133",[67,53.106]],["parent/133",[]],["name/134",[22,51.363]],["parent/134",[67,4.98]],["name/135",[23,51.363]],["parent/135",[67,4.98]],["name/136",[18,55.219]],["parent/136",[67,4.98]],["name/137",[68,72.565]],["parent/137",[67,4.98]],["name/138",[69,67.457]],["parent/138",[67,4.98]],["name/139",[70,64.092]],["parent/139",[67,4.98]],["name/140",[17,61.579]],["parent/140",[67,4.98]],["name/141",[71,67.457]],["parent/141",[67,4.98]],["name/142",[16,55.219]],["parent/142",[67,4.98]],["name/143",[72,57.902]],["parent/143",[]],["name/144",[73,67.457]],["parent/144",[72,5.429]],["name/145",[74,67.457]],["parent/145",[72,5.429]],["name/146",[75,72.565]],["parent/146",[72,5.429]],["name/147",[76,55.219]],["parent/147",[72,5.429]],["name/148",[77,72.565]],["parent/148",[72,5.429]],["name/149",[78,67.457]],["parent/149",[]],["name/150",[79,72.565]],["parent/150",[78,6.325]],["name/151",[80,59.572]],["parent/151",[]],["name/152",[1,25.116]],["parent/152",[80,5.586]],["name/153",[25,25.775]],["parent/153",[80,5.586]],["name/154",[26,47.998]],["parent/154",[80,5.586]],["name/155",[27,25.775]],["parent/155",[80,5.586]],["name/156",[81,57.902]],["parent/156",[]],["name/157",[1,25.116]],["parent/157",[81,5.429]],["name/158",[25,25.775]],["parent/158",[81,5.429]],["name/159",[29,26.818]],["parent/159",[81,5.429]],["name/160",[30,26.957]],["parent/160",[81,5.429]],["name/161",[27,25.775]],["parent/161",[81,5.429]],["name/162",[82,57.902]],["parent/162",[]],["name/163",[1,25.116]],["parent/163",[82,5.429]],["name/164",[25,25.775]],["parent/164",[82,5.429]],["name/165",[29,26.818]],["parent/165",[82,5.429]],["name/166",[30,26.957]],["parent/166",[82,5.429]],["name/167",[27,25.775]],["parent/167",[82,5.429]],["name/168",[83,72.565]],["parent/168",[]],["name/169",[84,43.478]],["parent/169",[]],["name/170",[85,56.471]],["parent/170",[84,4.077]],["name/171",[86,48.586]],["parent/171",[84,4.077]],["name/172",[34,55.219]],["parent/172",[84,4.077]],["name/173",[87,67.457]],["parent/173",[84,4.077]],["name/174",[88,67.457]],["parent/174",[84,4.077]],["name/175",[43,55.219]],["parent/175",[84,4.077]],["name/176",[89,67.457]],["parent/176",[84,4.077]],["name/177",[65,42.12]],["parent/177",[84,4.077]],["name/178",[90,64.092]],["parent/178",[84,4.077]],["name/179",[91,35.43]],["parent/179",[84,4.077]],["name/180",[92,50.593]],["parent/180",[93,5.178]],["name/181",[5,51.363]],["parent/181",[84,4.077]],["name/182",[91,35.43]],["parent/182",[84,4.077]],["name/183",[94,61.579]],["parent/183",[93,5.178]],["name/184",[92,50.593]],["parent/184",[93,5.178]],["name/185",[95,61.579]],["parent/185",[93,5.178]],["name/186",[96,67.457]],["parent/186",[93,5.178]],["name/187",[97,55.219]],["parent/187",[84,4.077]],["name/188",[91,35.43]],["parent/188",[84,4.077]],["name/189",[98,41.808]],["parent/189",[93,5.178]],["name/190",[99,52.197]],["parent/190",[93,5.178]],["name/191",[100,40.377]],["parent/191",[93,5.178]],["name/192",[101,67.457]],["parent/192",[84,4.077]],["name/193",[102,67.457]],["parent/193",[84,4.077]],["name/194",[28,50.593]],["parent/194",[84,4.077]],["name/195",[35,54.107]],["parent/195",[84,4.077]],["name/196",[56,54.107]],["parent/196",[84,4.077]],["name/197",[103,64.092]],["parent/197",[84,4.077]],["name/198",[104,64.092]],["parent/198",[84,4.077]],["name/199",[39,54.107]],["parent/199",[84,4.077]],["name/200",[55,54.107]],["parent/200",[84,4.077]],["name/201",[41,54.107]],["parent/201",[84,4.077]],["name/202",[40,54.107]],["parent/202",[84,4.077]],["name/203",[105,53.106]],["parent/203",[84,4.077]],["name/204",[106,51.363]],["parent/204",[]],["name/205",[1,25.116]],["parent/205",[106,4.816]],["name/206",[25,25.775]],["parent/206",[106,4.816]],["name/207",[107,72.565]],["parent/207",[106,4.816]],["name/208",[29,26.818]],["parent/208",[106,4.816]],["name/209",[30,26.957]],["parent/209",[106,4.816]],["name/210",[27,25.775]],["parent/210",[106,4.816]],["name/211",[108,52.197]],["parent/211",[]],["name/212",[28,50.593]],["parent/212",[108,4.894]],["name/213",[35,54.107]],["parent/213",[108,4.894]],["name/214",[56,54.107]],["parent/214",[108,4.894]],["name/215",[103,64.092]],["parent/215",[108,4.894]],["name/216",[104,64.092]],["parent/216",[108,4.894]],["name/217",[39,54.107]],["parent/217",[108,4.894]],["name/218",[55,54.107]],["parent/218",[108,4.894]],["name/219",[41,54.107]],["parent/219",[108,4.894]],["name/220",[40,54.107]],["parent/220",[108,4.894]],["name/221",[105,53.106]],["parent/221",[108,4.894]],["name/222",[109,44.233]],["parent/222",[]],["name/223",[34,55.219]],["parent/223",[109,4.148]],["name/224",[87,67.457]],["parent/224",[109,4.148]],["name/225",[88,67.457]],["parent/225",[109,4.148]],["name/226",[43,55.219]],["parent/226",[109,4.148]],["name/227",[89,67.457]],["parent/227",[109,4.148]],["name/228",[65,42.12]],["parent/228",[109,4.148]],["name/229",[90,64.092]],["parent/229",[109,4.148]],["name/230",[91,35.43]],["parent/230",[109,4.148]],["name/231",[92,50.593]],["parent/231",[110,5.178]],["name/232",[5,51.363]],["parent/232",[109,4.148]],["name/233",[91,35.43]],["parent/233",[109,4.148]],["name/234",[94,61.579]],["parent/234",[110,5.178]],["name/235",[92,50.593]],["parent/235",[110,5.178]],["name/236",[95,61.579]],["parent/236",[110,5.178]],["name/237",[96,67.457]],["parent/237",[110,5.178]],["name/238",[97,55.219]],["parent/238",[109,4.148]],["name/239",[91,35.43]],["parent/239",[109,4.148]],["name/240",[98,41.808]],["parent/240",[110,5.178]],["name/241",[99,52.197]],["parent/241",[110,5.178]],["name/242",[100,40.377]],["parent/242",[110,5.178]],["name/243",[101,67.457]],["parent/243",[109,4.148]],["name/244",[102,67.457]],["parent/244",[109,4.148]],["name/245",[28,50.593]],["parent/245",[109,4.148]],["name/246",[35,54.107]],["parent/246",[109,4.148]],["name/247",[56,54.107]],["parent/247",[109,4.148]],["name/248",[103,64.092]],["parent/248",[109,4.148]],["name/249",[104,64.092]],["parent/249",[109,4.148]],["name/250",[39,54.107]],["parent/250",[109,4.148]],["name/251",[55,54.107]],["parent/251",[109,4.148]],["name/252",[41,54.107]],["parent/252",[109,4.148]],["name/253",[40,54.107]],["parent/253",[109,4.148]],["name/254",[105,53.106]],["parent/254",[109,4.148]],["name/255",[111,56.471]],["parent/255",[]],["name/256",[1,25.116]],["parent/256",[111,5.295]],["name/257",[112,61.579]],["parent/257",[111,5.295]],["name/258",[25,25.775]],["parent/258",[111,5.295]],["name/259",[29,26.818]],["parent/259",[111,5.295]],["name/260",[30,26.957]],["parent/260",[111,5.295]],["name/261",[27,25.775]],["parent/261",[111,5.295]],["name/262",[113,41.21]],["parent/262",[]],["name/263",[86,48.586]],["parent/263",[113,3.864]],["name/264",[114,67.457]],["parent/264",[113,3.864]],["name/265",[85,56.471]],["parent/265",[113,3.864]],["name/266",[65,42.12]],["parent/266",[113,3.864]],["name/267",[115,61.579]],["parent/267",[113,3.864]],["name/268",[116,61.579]],["parent/268",[113,3.864]],["name/269",[117,61.579]],["parent/269",[113,3.864]],["name/270",[118,61.579]],["parent/270",[113,3.864]],["name/271",[119,53.106]],["parent/271",[113,3.864]],["name/272",[91,35.43]],["parent/272",[113,3.864]],["name/273",[100,40.377]],["parent/273",[120,5.073]],["name/274",[98,41.808]],["parent/274",[120,5.073]],["name/275",[121,53.106]],["parent/275",[113,3.864]],["name/276",[91,35.43]],["parent/276",[113,3.864]],["name/277",[98,41.808]],["parent/277",[120,5.073]],["name/278",[100,40.377]],["parent/278",[113,3.864]],["name/279",[122,44.233]],["parent/279",[113,3.864]],["name/280",[123,61.579]],["parent/280",[113,3.864]],["name/281",[124,61.579]],["parent/281",[113,3.864]],["name/282",[125,61.579]],["parent/282",[113,3.864]],["name/283",[126,61.579]],["parent/283",[113,3.864]],["name/284",[127,61.579]],["parent/284",[113,3.864]],["name/285",[128,61.579]],["parent/285",[113,3.864]],["name/286",[129,55.219]],["parent/286",[113,3.864]],["name/287",[130,55.219]],["parent/287",[113,3.864]],["name/288",[131,61.579]],["parent/288",[113,3.864]],["name/289",[132,61.579]],["parent/289",[113,3.864]],["name/290",[133,61.579]],["parent/290",[113,3.864]],["name/291",[134,61.579]],["parent/291",[113,3.864]],["name/292",[97,55.219]],["parent/292",[113,3.864]],["name/293",[91,35.43]],["parent/293",[113,3.864]],["name/294",[98,41.808]],["parent/294",[120,5.073]],["name/295",[99,52.197]],["parent/295",[120,5.073]],["name/296",[100,40.377]],["parent/296",[120,5.073]],["name/297",[135,61.579]],["parent/297",[113,3.864]],["name/298",[136,61.579]],["parent/298",[113,3.864]],["name/299",[91,35.43]],["parent/299",[113,3.864]],["name/300",[98,41.808]],["parent/300",[120,5.073]],["name/301",[99,52.197]],["parent/301",[120,5.073]],["name/302",[100,40.377]],["parent/302",[120,5.073]],["name/303",[137,61.579]],["parent/303",[113,3.864]],["name/304",[138,61.579]],["parent/304",[113,3.864]],["name/305",[139,61.579]],["parent/305",[]],["name/306",[140,72.565]],["parent/306",[139,5.774]],["name/307",[141,72.565]],["parent/307",[139,5.774]],["name/308",[142,72.565]],["parent/308",[139,5.774]],["name/309",[143,51.363]],["parent/309",[]],["name/310",[1,25.116]],["parent/310",[143,4.816]],["name/311",[25,25.775]],["parent/311",[143,4.816]],["name/312",[29,26.818]],["parent/312",[143,4.816]],["name/313",[30,26.957]],["parent/313",[143,4.816]],["name/314",[27,25.775]],["parent/314",[143,4.816]],["name/315",[144,42.443]],["parent/315",[]],["name/316",[115,61.579]],["parent/316",[144,3.98]],["name/317",[116,61.579]],["parent/317",[144,3.98]],["name/318",[117,61.579]],["parent/318",[144,3.98]],["name/319",[118,61.579]],["parent/319",[144,3.98]],["name/320",[119,53.106]],["parent/320",[144,3.98]],["name/321",[91,35.43]],["parent/321",[144,3.98]],["name/322",[100,40.377]],["parent/322",[145,5.073]],["name/323",[98,41.808]],["parent/323",[145,5.073]],["name/324",[121,53.106]],["parent/324",[144,3.98]],["name/325",[91,35.43]],["parent/325",[144,3.98]],["name/326",[98,41.808]],["parent/326",[145,5.073]],["name/327",[100,40.377]],["parent/327",[144,3.98]],["name/328",[122,44.233]],["parent/328",[144,3.98]],["name/329",[123,61.579]],["parent/329",[144,3.98]],["name/330",[124,61.579]],["parent/330",[144,3.98]],["name/331",[125,61.579]],["parent/331",[144,3.98]],["name/332",[126,61.579]],["parent/332",[144,3.98]],["name/333",[127,61.579]],["parent/333",[144,3.98]],["name/334",[128,61.579]],["parent/334",[144,3.98]],["name/335",[129,55.219]],["parent/335",[144,3.98]],["name/336",[130,55.219]],["parent/336",[144,3.98]],["name/337",[131,61.579]],["parent/337",[144,3.98]],["name/338",[132,61.579]],["parent/338",[144,3.98]],["name/339",[133,61.579]],["parent/339",[144,3.98]],["name/340",[134,61.579]],["parent/340",[144,3.98]],["name/341",[97,55.219]],["parent/341",[144,3.98]],["name/342",[91,35.43]],["parent/342",[144,3.98]],["name/343",[98,41.808]],["parent/343",[145,5.073]],["name/344",[99,52.197]],["parent/344",[145,5.073]],["name/345",[100,40.377]],["parent/345",[145,5.073]],["name/346",[135,61.579]],["parent/346",[144,3.98]],["name/347",[136,61.579]],["parent/347",[144,3.98]],["name/348",[91,35.43]],["parent/348",[144,3.98]],["name/349",[98,41.808]],["parent/349",[145,5.073]],["name/350",[99,52.197]],["parent/350",[145,5.073]],["name/351",[100,40.377]],["parent/351",[145,5.073]],["name/352",[137,61.579]],["parent/352",[144,3.98]],["name/353",[138,61.579]],["parent/353",[144,3.98]],["name/354",[146,42.12]],["parent/354",[]],["name/355",[65,42.12]],["parent/355",[146,3.95]],["name/356",[115,61.579]],["parent/356",[146,3.95]],["name/357",[116,61.579]],["parent/357",[146,3.95]],["name/358",[117,61.579]],["parent/358",[146,3.95]],["name/359",[118,61.579]],["parent/359",[146,3.95]],["name/360",[119,53.106]],["parent/360",[146,3.95]],["name/361",[91,35.43]],["parent/361",[146,3.95]],["name/362",[100,40.377]],["parent/362",[147,5.073]],["name/363",[98,41.808]],["parent/363",[147,5.073]],["name/364",[121,53.106]],["parent/364",[146,3.95]],["name/365",[91,35.43]],["parent/365",[146,3.95]],["name/366",[98,41.808]],["parent/366",[147,5.073]],["name/367",[100,40.377]],["parent/367",[146,3.95]],["name/368",[122,44.233]],["parent/368",[146,3.95]],["name/369",[123,61.579]],["parent/369",[146,3.95]],["name/370",[124,61.579]],["parent/370",[146,3.95]],["name/371",[125,61.579]],["parent/371",[146,3.95]],["name/372",[126,61.579]],["parent/372",[146,3.95]],["name/373",[127,61.579]],["parent/373",[146,3.95]],["name/374",[128,61.579]],["parent/374",[146,3.95]],["name/375",[129,55.219]],["parent/375",[146,3.95]],["name/376",[130,55.219]],["parent/376",[146,3.95]],["name/377",[131,61.579]],["parent/377",[146,3.95]],["name/378",[132,61.579]],["parent/378",[146,3.95]],["name/379",[133,61.579]],["parent/379",[146,3.95]],["name/380",[134,61.579]],["parent/380",[146,3.95]],["name/381",[97,55.219]],["parent/381",[146,3.95]],["name/382",[91,35.43]],["parent/382",[146,3.95]],["name/383",[98,41.808]],["parent/383",[147,5.073]],["name/384",[99,52.197]],["parent/384",[147,5.073]],["name/385",[100,40.377]],["parent/385",[147,5.073]],["name/386",[135,61.579]],["parent/386",[146,3.95]],["name/387",[136,61.579]],["parent/387",[146,3.95]],["name/388",[91,35.43]],["parent/388",[146,3.95]],["name/389",[98,41.808]],["parent/389",[147,5.073]],["name/390",[99,52.197]],["parent/390",[147,5.073]],["name/391",[100,40.377]],["parent/391",[147,5.073]],["name/392",[137,61.579]],["parent/392",[146,3.95]],["name/393",[138,61.579]],["parent/393",[146,3.95]],["name/394",[148,56.471]],["parent/394",[]],["name/395",[1,25.116]],["parent/395",[148,5.295]],["name/396",[112,61.579]],["parent/396",[148,5.295]],["name/397",[25,25.775]],["parent/397",[148,5.295]],["name/398",[29,26.818]],["parent/398",[148,5.295]],["name/399",[30,26.957]],["parent/399",[148,5.295]],["name/400",[27,25.775]],["parent/400",[148,5.295]],["name/401",[149,57.902]],["parent/401",[]],["name/402",[1,25.116]],["parent/402",[149,5.429]],["name/403",[25,25.775]],["parent/403",[149,5.429]],["name/404",[29,26.818]],["parent/404",[149,5.429]],["name/405",[30,26.957]],["parent/405",[149,5.429]],["name/406",[27,25.775]],["parent/406",[149,5.429]],["name/407",[150,40.647]],["parent/407",[]],["name/408",[151,72.565]],["parent/408",[150,3.811]],["name/409",[152,72.565]],["parent/409",[150,3.811]],["name/410",[86,48.586]],["parent/410",[150,3.811]],["name/411",[114,67.457]],["parent/411",[150,3.811]],["name/412",[85,56.471]],["parent/412",[150,3.811]],["name/413",[65,42.12]],["parent/413",[150,3.811]],["name/414",[115,61.579]],["parent/414",[150,3.811]],["name/415",[116,61.579]],["parent/415",[150,3.811]],["name/416",[117,61.579]],["parent/416",[150,3.811]],["name/417",[118,61.579]],["parent/417",[150,3.811]],["name/418",[119,53.106]],["parent/418",[150,3.811]],["name/419",[91,35.43]],["parent/419",[150,3.811]],["name/420",[100,40.377]],["parent/420",[153,5.073]],["name/421",[98,41.808]],["parent/421",[153,5.073]],["name/422",[121,53.106]],["parent/422",[150,3.811]],["name/423",[91,35.43]],["parent/423",[150,3.811]],["name/424",[98,41.808]],["parent/424",[153,5.073]],["name/425",[100,40.377]],["parent/425",[150,3.811]],["name/426",[122,44.233]],["parent/426",[150,3.811]],["name/427",[123,61.579]],["parent/427",[150,3.811]],["name/428",[124,61.579]],["parent/428",[150,3.811]],["name/429",[125,61.579]],["parent/429",[150,3.811]],["name/430",[126,61.579]],["parent/430",[150,3.811]],["name/431",[127,61.579]],["parent/431",[150,3.811]],["name/432",[128,61.579]],["parent/432",[150,3.811]],["name/433",[129,55.219]],["parent/433",[150,3.811]],["name/434",[130,55.219]],["parent/434",[150,3.811]],["name/435",[131,61.579]],["parent/435",[150,3.811]],["name/436",[132,61.579]],["parent/436",[150,3.811]],["name/437",[133,61.579]],["parent/437",[150,3.811]],["name/438",[134,61.579]],["parent/438",[150,3.811]],["name/439",[97,55.219]],["parent/439",[150,3.811]],["name/440",[91,35.43]],["parent/440",[150,3.811]],["name/441",[98,41.808]],["parent/441",[153,5.073]],["name/442",[99,52.197]],["parent/442",[153,5.073]],["name/443",[100,40.377]],["parent/443",[153,5.073]],["name/444",[135,61.579]],["parent/444",[150,3.811]],["name/445",[136,61.579]],["parent/445",[150,3.811]],["name/446",[91,35.43]],["parent/446",[150,3.811]],["name/447",[98,41.808]],["parent/447",[153,5.073]],["name/448",[99,52.197]],["parent/448",[153,5.073]],["name/449",[100,40.377]],["parent/449",[153,5.073]],["name/450",[137,61.579]],["parent/450",[150,3.811]],["name/451",[138,61.579]],["parent/451",[150,3.811]],["name/452",[154,57.902]],["parent/452",[]],["name/453",[1,25.116]],["parent/453",[154,5.429]],["name/454",[25,25.775]],["parent/454",[154,5.429]],["name/455",[29,26.818]],["parent/455",[154,5.429]],["name/456",[30,26.957]],["parent/456",[154,5.429]],["name/457",[27,25.775]],["parent/457",[154,5.429]],["name/458",[155,61.579]],["parent/458",[]],["name/459",[156,72.565]],["parent/459",[155,5.774]],["name/460",[157,67.457]],["parent/460",[155,5.774]],["name/461",[158,67.457]],["parent/461",[155,5.774]],["name/462",[159,57.902]],["parent/462",[]],["name/463",[1,25.116]],["parent/463",[159,5.429]],["name/464",[25,25.775]],["parent/464",[159,5.429]],["name/465",[29,26.818]],["parent/465",[159,5.429]],["name/466",[30,26.957]],["parent/466",[159,5.429]],["name/467",[27,25.775]],["parent/467",[159,5.429]],["name/468",[160,57.902]],["parent/468",[]],["name/469",[161,72.565]],["parent/469",[160,5.429]],["name/470",[162,72.565]],["parent/470",[160,5.429]],["name/471",[163,72.565]],["parent/471",[160,5.429]],["name/472",[164,72.565]],["parent/472",[160,5.429]],["name/473",[165,72.565]],["parent/473",[160,5.429]],["name/474",[166,57.902]],["parent/474",[]],["name/475",[1,25.116]],["parent/475",[166,5.429]],["name/476",[25,25.775]],["parent/476",[166,5.429]],["name/477",[29,26.818]],["parent/477",[166,5.429]],["name/478",[30,26.957]],["parent/478",[166,5.429]],["name/479",[27,25.775]],["parent/479",[166,5.429]],["name/480",[167,57.902]],["parent/480",[]],["name/481",[1,25.116]],["parent/481",[167,5.429]],["name/482",[25,25.775]],["parent/482",[167,5.429]],["name/483",[29,26.818]],["parent/483",[167,5.429]],["name/484",[30,26.957]],["parent/484",[167,5.429]],["name/485",[27,25.775]],["parent/485",[167,5.429]],["name/486",[168,47.442]],["parent/486",[]],["name/487",[169,67.457]],["parent/487",[168,4.449]],["name/488",[170,72.565]],["parent/488",[168,4.449]],["name/489",[171,67.457]],["parent/489",[168,4.449]],["name/490",[172,67.457]],["parent/490",[168,4.449]],["name/491",[173,67.457]],["parent/491",[168,4.449]],["name/492",[174,72.565]],["parent/492",[168,4.449]],["name/493",[175,72.565]],["parent/493",[168,4.449]],["name/494",[176,72.565]],["parent/494",[168,4.449]],["name/495",[177,72.565]],["parent/495",[168,4.449]],["name/496",[178,72.565]],["parent/496",[168,4.449]],["name/497",[179,72.565]],["parent/497",[168,4.449]],["name/498",[180,72.565]],["parent/498",[168,4.449]],["name/499",[181,72.565]],["parent/499",[168,4.449]],["name/500",[182,72.565]],["parent/500",[168,4.449]],["name/501",[183,67.457]],["parent/501",[168,4.449]],["name/502",[184,72.565]],["parent/502",[168,4.449]],["name/503",[185,72.565]],["parent/503",[168,4.449]],["name/504",[186,57.902]],["parent/504",[]],["name/505",[1,25.116]],["parent/505",[186,5.429]],["name/506",[25,25.775]],["parent/506",[186,5.429]],["name/507",[29,26.818]],["parent/507",[186,5.429]],["name/508",[30,26.957]],["parent/508",[186,5.429]],["name/509",[27,25.775]],["parent/509",[186,5.429]],["name/510",[119,53.106]],["parent/510",[]],["name/511",[1,25.116]],["parent/511",[119,4.98]],["name/512",[25,25.775]],["parent/512",[119,4.98]],["name/513",[29,26.818]],["parent/513",[119,4.98]],["name/514",[30,26.957]],["parent/514",[119,4.98]],["name/515",[27,25.775]],["parent/515",[119,4.98]],["name/516",[187,57.902]],["parent/516",[]],["name/517",[1,25.116]],["parent/517",[187,5.429]],["name/518",[25,25.775]],["parent/518",[187,5.429]],["name/519",[29,26.818]],["parent/519",[187,5.429]],["name/520",[30,26.957]],["parent/520",[187,5.429]],["name/521",[27,25.775]],["parent/521",[187,5.429]],["name/522",[188,57.902]],["parent/522",[]],["name/523",[1,25.116]],["parent/523",[188,5.429]],["name/524",[25,25.775]],["parent/524",[188,5.429]],["name/525",[29,26.818]],["parent/525",[188,5.429]],["name/526",[30,26.957]],["parent/526",[188,5.429]],["name/527",[27,25.775]],["parent/527",[188,5.429]],["name/528",[189,57.902]],["parent/528",[]],["name/529",[1,25.116]],["parent/529",[189,5.429]],["name/530",[25,25.775]],["parent/530",[189,5.429]],["name/531",[29,26.818]],["parent/531",[189,5.429]],["name/532",[30,26.957]],["parent/532",[189,5.429]],["name/533",[27,25.775]],["parent/533",[189,5.429]],["name/534",[190,57.902]],["parent/534",[]],["name/535",[1,25.116]],["parent/535",[190,5.429]],["name/536",[25,25.775]],["parent/536",[190,5.429]],["name/537",[29,26.818]],["parent/537",[190,5.429]],["name/538",[30,26.957]],["parent/538",[190,5.429]],["name/539",[27,25.775]],["parent/539",[190,5.429]],["name/540",[191,57.902]],["parent/540",[]],["name/541",[1,25.116]],["parent/541",[191,5.429]],["name/542",[25,25.775]],["parent/542",[191,5.429]],["name/543",[29,26.818]],["parent/543",[191,5.429]],["name/544",[30,26.957]],["parent/544",[191,5.429]],["name/545",[27,25.775]],["parent/545",[191,5.429]],["name/546",[192,57.902]],["parent/546",[]],["name/547",[1,25.116]],["parent/547",[192,5.429]],["name/548",[25,25.775]],["parent/548",[192,5.429]],["name/549",[29,26.818]],["parent/549",[192,5.429]],["name/550",[30,26.957]],["parent/550",[192,5.429]],["name/551",[27,25.775]],["parent/551",[192,5.429]],["name/552",[193,57.902]],["parent/552",[]],["name/553",[1,25.116]],["parent/553",[193,5.429]],["name/554",[25,25.775]],["parent/554",[193,5.429]],["name/555",[29,26.818]],["parent/555",[193,5.429]],["name/556",[30,26.957]],["parent/556",[193,5.429]],["name/557",[27,25.775]],["parent/557",[193,5.429]],["name/558",[194,57.902]],["parent/558",[]],["name/559",[1,25.116]],["parent/559",[194,5.429]],["name/560",[25,25.775]],["parent/560",[194,5.429]],["name/561",[29,26.818]],["parent/561",[194,5.429]],["name/562",[30,26.957]],["parent/562",[194,5.429]],["name/563",[27,25.775]],["parent/563",[194,5.429]],["name/564",[195,57.902]],["parent/564",[]],["name/565",[1,25.116]],["parent/565",[195,5.429]],["name/566",[25,25.775]],["parent/566",[195,5.429]],["name/567",[29,26.818]],["parent/567",[195,5.429]],["name/568",[30,26.957]],["parent/568",[195,5.429]],["name/569",[27,25.775]],["parent/569",[195,5.429]],["name/570",[196,57.902]],["parent/570",[]],["name/571",[1,25.116]],["parent/571",[196,5.429]],["name/572",[25,25.775]],["parent/572",[196,5.429]],["name/573",[29,26.818]],["parent/573",[196,5.429]],["name/574",[30,26.957]],["parent/574",[196,5.429]],["name/575",[27,25.775]],["parent/575",[196,5.429]],["name/576",[197,57.902]],["parent/576",[]],["name/577",[1,25.116]],["parent/577",[197,5.429]],["name/578",[25,25.775]],["parent/578",[197,5.429]],["name/579",[29,26.818]],["parent/579",[197,5.429]],["name/580",[30,26.957]],["parent/580",[197,5.429]],["name/581",[27,25.775]],["parent/581",[197,5.429]],["name/582",[198,57.902]],["parent/582",[]],["name/583",[1,25.116]],["parent/583",[198,5.429]],["name/584",[25,25.775]],["parent/584",[198,5.429]],["name/585",[29,26.818]],["parent/585",[198,5.429]],["name/586",[30,26.957]],["parent/586",[198,5.429]],["name/587",[27,25.775]],["parent/587",[198,5.429]],["name/588",[199,57.902]],["parent/588",[]],["name/589",[1,25.116]],["parent/589",[199,5.429]],["name/590",[25,25.775]],["parent/590",[199,5.429]],["name/591",[29,26.818]],["parent/591",[199,5.429]],["name/592",[30,26.957]],["parent/592",[199,5.429]],["name/593",[27,25.775]],["parent/593",[199,5.429]],["name/594",[200,57.902]],["parent/594",[]],["name/595",[1,25.116]],["parent/595",[200,5.429]],["name/596",[25,25.775]],["parent/596",[200,5.429]],["name/597",[29,26.818]],["parent/597",[200,5.429]],["name/598",[30,26.957]],["parent/598",[200,5.429]],["name/599",[27,25.775]],["parent/599",[200,5.429]],["name/600",[201,57.902]],["parent/600",[]],["name/601",[1,25.116]],["parent/601",[201,5.429]],["name/602",[25,25.775]],["parent/602",[201,5.429]],["name/603",[29,26.818]],["parent/603",[201,5.429]],["name/604",[30,26.957]],["parent/604",[201,5.429]],["name/605",[27,25.775]],["parent/605",[201,5.429]],["name/606",[202,57.902]],["parent/606",[]],["name/607",[1,25.116]],["parent/607",[202,5.429]],["name/608",[25,25.775]],["parent/608",[202,5.429]],["name/609",[29,26.818]],["parent/609",[202,5.429]],["name/610",[30,26.957]],["parent/610",[202,5.429]],["name/611",[27,25.775]],["parent/611",[202,5.429]],["name/612",[203,67.457]],["parent/612",[]],["name/613",[73,67.457]],["parent/613",[203,6.325]],["name/614",[204,59.572]],["parent/614",[]],["name/615",[25,25.775]],["parent/615",[204,5.586]],["name/616",[29,26.818]],["parent/616",[204,5.586]],["name/617",[30,26.957]],["parent/617",[204,5.586]],["name/618",[27,25.775]],["parent/618",[204,5.586]],["name/619",[121,53.106]],["parent/619",[]],["name/620",[1,25.116]],["parent/620",[121,4.98]],["name/621",[25,25.775]],["parent/621",[121,4.98]],["name/622",[29,26.818]],["parent/622",[121,4.98]],["name/623",[30,26.957]],["parent/623",[121,4.98]],["name/624",[27,25.775]],["parent/624",[121,4.98]],["name/625",[205,57.902]],["parent/625",[]],["name/626",[1,25.116]],["parent/626",[205,5.429]],["name/627",[25,25.775]],["parent/627",[205,5.429]],["name/628",[29,26.818]],["parent/628",[205,5.429]],["name/629",[30,26.957]],["parent/629",[205,5.429]],["name/630",[27,25.775]],["parent/630",[205,5.429]],["name/631",[206,56.471]],["parent/631",[]],["name/632",[1,25.116]],["parent/632",[206,5.295]],["name/633",[25,25.775]],["parent/633",[206,5.295]],["name/634",[29,26.818]],["parent/634",[206,5.295]],["name/635",[30,26.957]],["parent/635",[206,5.295]],["name/636",[27,25.775]],["parent/636",[206,5.295]],["name/637",[207,64.092]],["parent/637",[]],["name/638",[208,72.565]],["parent/638",[207,6.01]],["name/639",[209,72.565]],["parent/639",[207,6.01]],["name/640",[210,56.471]],["parent/640",[]],["name/641",[1,25.116]],["parent/641",[210,5.295]],["name/642",[211,67.457]],["parent/642",[210,5.295]],["name/643",[25,25.775]],["parent/643",[210,5.295]],["name/644",[29,26.818]],["parent/644",[210,5.295]],["name/645",[30,26.957]],["parent/645",[210,5.295]],["name/646",[27,25.775]],["parent/646",[210,5.295]],["name/647",[212,56.471]],["parent/647",[]],["name/648",[1,25.116]],["parent/648",[212,5.295]],["name/649",[211,67.457]],["parent/649",[212,5.295]],["name/650",[25,25.775]],["parent/650",[212,5.295]],["name/651",[29,26.818]],["parent/651",[212,5.295]],["name/652",[30,26.957]],["parent/652",[212,5.295]],["name/653",[27,25.775]],["parent/653",[212,5.295]],["name/654",[213,61.579]],["parent/654",[]],["name/655",[1,25.116]],["parent/655",[213,5.774]],["name/656",[214,61.579]],["parent/656",[213,5.774]],["name/657",[91,35.43]],["parent/657",[213,5.774]],["name/658",[215,72.565]],["parent/658",[216,6.325]],["name/659",[217,59.572]],["parent/659",[216,6.325]],["name/660",[218,59.572]],["parent/660",[]],["name/661",[1,25.116]],["parent/661",[218,5.586]],["name/662",[16,55.219]],["parent/662",[218,5.586]],["name/663",[86,48.586]],["parent/663",[218,5.586]],["name/664",[17,61.579]],["parent/664",[218,5.586]],["name/665",[219,57.902]],["parent/665",[]],["name/666",[1,25.116]],["parent/666",[219,5.429]],["name/667",[25,25.775]],["parent/667",[219,5.429]],["name/668",[29,26.818]],["parent/668",[219,5.429]],["name/669",[30,26.957]],["parent/669",[219,5.429]],["name/670",[27,25.775]],["parent/670",[219,5.429]],["name/671",[220,57.902]],["parent/671",[]],["name/672",[1,25.116]],["parent/672",[220,5.429]],["name/673",[25,25.775]],["parent/673",[220,5.429]],["name/674",[29,26.818]],["parent/674",[220,5.429]],["name/675",[30,26.957]],["parent/675",[220,5.429]],["name/676",[27,25.775]],["parent/676",[220,5.429]],["name/677",[105,53.106]],["parent/677",[]],["name/678",[1,25.116]],["parent/678",[105,4.98]],["name/679",[92,50.593]],["parent/679",[105,4.98]],["name/680",[25,25.775]],["parent/680",[105,4.98]],["name/681",[29,26.818]],["parent/681",[105,4.98]],["name/682",[30,26.957]],["parent/682",[105,4.98]],["name/683",[27,25.775]],["parent/683",[105,4.98]],["name/684",[221,67.457]],["parent/684",[]],["name/685",[86,48.586]],["parent/685",[221,6.325]],["name/686",[222,57.902]],["parent/686",[]],["name/687",[1,25.116]],["parent/687",[222,5.429]],["name/688",[25,25.775]],["parent/688",[222,5.429]],["name/689",[29,26.818]],["parent/689",[222,5.429]],["name/690",[30,26.957]],["parent/690",[222,5.429]],["name/691",[27,25.775]],["parent/691",[222,5.429]],["name/692",[223,57.902]],["parent/692",[]],["name/693",[1,25.116]],["parent/693",[223,5.429]],["name/694",[25,25.775]],["parent/694",[223,5.429]],["name/695",[29,26.818]],["parent/695",[223,5.429]],["name/696",[30,26.957]],["parent/696",[223,5.429]],["name/697",[27,25.775]],["parent/697",[223,5.429]],["name/698",[224,64.092]],["parent/698",[]],["name/699",[225,72.565]],["parent/699",[224,6.01]],["name/700",[226,72.565]],["parent/700",[224,6.01]],["name/701",[227,57.902]],["parent/701",[]],["name/702",[1,25.116]],["parent/702",[227,5.429]],["name/703",[25,25.775]],["parent/703",[227,5.429]],["name/704",[29,26.818]],["parent/704",[227,5.429]],["name/705",[30,26.957]],["parent/705",[227,5.429]],["name/706",[27,25.775]],["parent/706",[227,5.429]],["name/707",[228,57.902]],["parent/707",[]],["name/708",[1,25.116]],["parent/708",[228,5.429]],["name/709",[25,25.775]],["parent/709",[228,5.429]],["name/710",[29,26.818]],["parent/710",[228,5.429]],["name/711",[30,26.957]],["parent/711",[228,5.429]],["name/712",[27,25.775]],["parent/712",[228,5.429]],["name/713",[229,57.902]],["parent/713",[]],["name/714",[1,25.116]],["parent/714",[229,5.429]],["name/715",[25,25.775]],["parent/715",[229,5.429]],["name/716",[29,26.818]],["parent/716",[229,5.429]],["name/717",[30,26.957]],["parent/717",[229,5.429]],["name/718",[27,25.775]],["parent/718",[229,5.429]],["name/719",[230,57.902]],["parent/719",[]],["name/720",[1,25.116]],["parent/720",[230,5.429]],["name/721",[25,25.775]],["parent/721",[230,5.429]],["name/722",[29,26.818]],["parent/722",[230,5.429]],["name/723",[30,26.957]],["parent/723",[230,5.429]],["name/724",[27,25.775]],["parent/724",[230,5.429]],["name/725",[231,57.902]],["parent/725",[]],["name/726",[1,25.116]],["parent/726",[231,5.429]],["name/727",[25,25.775]],["parent/727",[231,5.429]],["name/728",[29,26.818]],["parent/728",[231,5.429]],["name/729",[30,26.957]],["parent/729",[231,5.429]],["name/730",[27,25.775]],["parent/730",[231,5.429]],["name/731",[232,57.902]],["parent/731",[]],["name/732",[1,25.116]],["parent/732",[232,5.429]],["name/733",[25,25.775]],["parent/733",[232,5.429]],["name/734",[29,26.818]],["parent/734",[232,5.429]],["name/735",[30,26.957]],["parent/735",[232,5.429]],["name/736",[27,25.775]],["parent/736",[232,5.429]],["name/737",[233,57.902]],["parent/737",[]],["name/738",[1,25.116]],["parent/738",[233,5.429]],["name/739",[25,25.775]],["parent/739",[233,5.429]],["name/740",[29,26.818]],["parent/740",[233,5.429]],["name/741",[30,26.957]],["parent/741",[233,5.429]],["name/742",[27,25.775]],["parent/742",[233,5.429]],["name/743",[234,57.902]],["parent/743",[]],["name/744",[1,25.116]],["parent/744",[234,5.429]],["name/745",[25,25.775]],["parent/745",[234,5.429]],["name/746",[29,26.818]],["parent/746",[234,5.429]],["name/747",[30,26.957]],["parent/747",[234,5.429]],["name/748",[27,25.775]],["parent/748",[234,5.429]],["name/749",[235,61.579]],["parent/749",[]],["name/750",[86,48.586]],["parent/750",[235,5.774]],["name/751",[129,55.219]],["parent/751",[235,5.774]],["name/752",[130,55.219]],["parent/752",[235,5.774]],["name/753",[236,57.902]],["parent/753",[]],["name/754",[1,25.116]],["parent/754",[236,5.429]],["name/755",[25,25.775]],["parent/755",[236,5.429]],["name/756",[29,26.818]],["parent/756",[236,5.429]],["name/757",[30,26.957]],["parent/757",[236,5.429]],["name/758",[27,25.775]],["parent/758",[236,5.429]],["name/759",[237,57.902]],["parent/759",[]],["name/760",[1,25.116]],["parent/760",[237,5.429]],["name/761",[25,25.775]],["parent/761",[237,5.429]],["name/762",[29,26.818]],["parent/762",[237,5.429]],["name/763",[30,26.957]],["parent/763",[237,5.429]],["name/764",[27,25.775]],["parent/764",[237,5.429]],["name/765",[238,64.092]],["parent/765",[]],["name/766",[86,48.586]],["parent/766",[238,6.01]],["name/767",[130,55.219]],["parent/767",[238,6.01]],["name/768",[239,57.902]],["parent/768",[]],["name/769",[1,25.116]],["parent/769",[239,5.429]],["name/770",[25,25.775]],["parent/770",[239,5.429]],["name/771",[29,26.818]],["parent/771",[239,5.429]],["name/772",[30,26.957]],["parent/772",[239,5.429]],["name/773",[27,25.775]],["parent/773",[239,5.429]],["name/774",[240,57.902]],["parent/774",[]],["name/775",[1,25.116]],["parent/775",[240,5.429]],["name/776",[25,25.775]],["parent/776",[240,5.429]],["name/777",[29,26.818]],["parent/777",[240,5.429]],["name/778",[30,26.957]],["parent/778",[240,5.429]],["name/779",[27,25.775]],["parent/779",[240,5.429]],["name/780",[241,64.092]],["parent/780",[]],["name/781",[86,48.586]],["parent/781",[241,6.01]],["name/782",[129,55.219]],["parent/782",[241,6.01]],["name/783",[242,57.902]],["parent/783",[]],["name/784",[1,25.116]],["parent/784",[242,5.429]],["name/785",[25,25.775]],["parent/785",[242,5.429]],["name/786",[29,26.818]],["parent/786",[242,5.429]],["name/787",[30,26.957]],["parent/787",[242,5.429]],["name/788",[27,25.775]],["parent/788",[242,5.429]],["name/789",[243,57.902]],["parent/789",[]],["name/790",[1,25.116]],["parent/790",[243,5.429]],["name/791",[25,25.775]],["parent/791",[243,5.429]],["name/792",[29,26.818]],["parent/792",[243,5.429]],["name/793",[30,26.957]],["parent/793",[243,5.429]],["name/794",[27,25.775]],["parent/794",[243,5.429]],["name/795",[244,61.579]],["parent/795",[]],["name/796",[86,48.586]],["parent/796",[244,5.774]],["name/797",[129,55.219]],["parent/797",[244,5.774]],["name/798",[130,55.219]],["parent/798",[244,5.774]],["name/799",[245,57.902]],["parent/799",[]],["name/800",[1,25.116]],["parent/800",[245,5.429]],["name/801",[25,25.775]],["parent/801",[245,5.429]],["name/802",[29,26.818]],["parent/802",[245,5.429]],["name/803",[30,26.957]],["parent/803",[245,5.429]],["name/804",[27,25.775]],["parent/804",[245,5.429]],["name/805",[246,57.902]],["parent/805",[]],["name/806",[1,25.116]],["parent/806",[246,5.429]],["name/807",[25,25.775]],["parent/807",[246,5.429]],["name/808",[29,26.818]],["parent/808",[246,5.429]],["name/809",[30,26.957]],["parent/809",[246,5.429]],["name/810",[27,25.775]],["parent/810",[246,5.429]],["name/811",[247,61.579]],["parent/811",[]],["name/812",[86,48.586]],["parent/812",[247,5.774]],["name/813",[129,55.219]],["parent/813",[247,5.774]],["name/814",[130,55.219]],["parent/814",[247,5.774]],["name/815",[248,57.902]],["parent/815",[]],["name/816",[1,25.116]],["parent/816",[248,5.429]],["name/817",[25,25.775]],["parent/817",[248,5.429]],["name/818",[29,26.818]],["parent/818",[248,5.429]],["name/819",[30,26.957]],["parent/819",[248,5.429]],["name/820",[27,25.775]],["parent/820",[248,5.429]],["name/821",[249,57.902]],["parent/821",[]],["name/822",[1,25.116]],["parent/822",[249,5.429]],["name/823",[25,25.775]],["parent/823",[249,5.429]],["name/824",[29,26.818]],["parent/824",[249,5.429]],["name/825",[30,26.957]],["parent/825",[249,5.429]],["name/826",[27,25.775]],["parent/826",[249,5.429]],["name/827",[250,72.565]],["parent/827",[]],["name/828",[251,57.902]],["parent/828",[]],["name/829",[1,25.116]],["parent/829",[251,5.429]],["name/830",[25,25.775]],["parent/830",[251,5.429]],["name/831",[29,26.818]],["parent/831",[251,5.429]],["name/832",[30,26.957]],["parent/832",[251,5.429]],["name/833",[27,25.775]],["parent/833",[251,5.429]],["name/834",[252,64.092]],["parent/834",[]],["name/835",[86,48.586]],["parent/835",[252,6.01]],["name/836",[253,72.565]],["parent/836",[252,6.01]],["name/837",[254,57.902]],["parent/837",[]],["name/838",[1,25.116]],["parent/838",[254,5.429]],["name/839",[25,25.775]],["parent/839",[254,5.429]],["name/840",[29,26.818]],["parent/840",[254,5.429]],["name/841",[30,26.957]],["parent/841",[254,5.429]],["name/842",[27,25.775]],["parent/842",[254,5.429]],["name/843",[255,57.902]],["parent/843",[]],["name/844",[1,25.116]],["parent/844",[255,5.429]],["name/845",[25,25.775]],["parent/845",[255,5.429]],["name/846",[29,26.818]],["parent/846",[255,5.429]],["name/847",[30,26.957]],["parent/847",[255,5.429]],["name/848",[27,25.775]],["parent/848",[255,5.429]],["name/849",[256,64.092]],["parent/849",[]],["name/850",[86,48.586]],["parent/850",[256,6.01]],["name/851",[257,64.092]],["parent/851",[256,6.01]],["name/852",[258,57.902]],["parent/852",[]],["name/853",[1,25.116]],["parent/853",[258,5.429]],["name/854",[25,25.775]],["parent/854",[258,5.429]],["name/855",[29,26.818]],["parent/855",[258,5.429]],["name/856",[30,26.957]],["parent/856",[258,5.429]],["name/857",[27,25.775]],["parent/857",[258,5.429]],["name/858",[259,57.902]],["parent/858",[]],["name/859",[1,25.116]],["parent/859",[259,5.429]],["name/860",[25,25.775]],["parent/860",[259,5.429]],["name/861",[29,26.818]],["parent/861",[259,5.429]],["name/862",[30,26.957]],["parent/862",[259,5.429]],["name/863",[27,25.775]],["parent/863",[259,5.429]],["name/864",[260,57.902]],["parent/864",[]],["name/865",[1,25.116]],["parent/865",[260,5.429]],["name/866",[25,25.775]],["parent/866",[260,5.429]],["name/867",[29,26.818]],["parent/867",[260,5.429]],["name/868",[30,26.957]],["parent/868",[260,5.429]],["name/869",[27,25.775]],["parent/869",[260,5.429]],["name/870",[261,57.902]],["parent/870",[]],["name/871",[1,25.116]],["parent/871",[261,5.429]],["name/872",[25,25.775]],["parent/872",[261,5.429]],["name/873",[29,26.818]],["parent/873",[261,5.429]],["name/874",[30,26.957]],["parent/874",[261,5.429]],["name/875",[27,25.775]],["parent/875",[261,5.429]],["name/876",[262,57.902]],["parent/876",[]],["name/877",[1,25.116]],["parent/877",[262,5.429]],["name/878",[25,25.775]],["parent/878",[262,5.429]],["name/879",[29,26.818]],["parent/879",[262,5.429]],["name/880",[30,26.957]],["parent/880",[262,5.429]],["name/881",[27,25.775]],["parent/881",[262,5.429]],["name/882",[263,57.902]],["parent/882",[]],["name/883",[1,25.116]],["parent/883",[263,5.429]],["name/884",[25,25.775]],["parent/884",[263,5.429]],["name/885",[29,26.818]],["parent/885",[263,5.429]],["name/886",[30,26.957]],["parent/886",[263,5.429]],["name/887",[27,25.775]],["parent/887",[263,5.429]],["name/888",[264,57.902]],["parent/888",[]],["name/889",[1,25.116]],["parent/889",[264,5.429]],["name/890",[25,25.775]],["parent/890",[264,5.429]],["name/891",[29,26.818]],["parent/891",[264,5.429]],["name/892",[30,26.957]],["parent/892",[264,5.429]],["name/893",[27,25.775]],["parent/893",[264,5.429]],["name/894",[265,61.579]],["parent/894",[]],["name/895",[76,55.219]],["parent/895",[265,5.774]],["name/896",[266,72.565]],["parent/896",[265,5.774]],["name/897",[267,57.902]],["parent/897",[265,5.774]],["name/898",[268,61.579]],["parent/898",[]],["name/899",[267,57.902]],["parent/899",[268,5.774]],["name/900",[269,57.902]],["parent/900",[268,5.774]],["name/901",[85,56.471]],["parent/901",[268,5.774]],["name/902",[270,56.471]],["parent/902",[]],["name/903",[271,72.565]],["parent/903",[270,5.295]],["name/904",[47,61.579]],["parent/904",[270,5.295]],["name/905",[76,55.219]],["parent/905",[270,5.295]],["name/906",[272,72.565]],["parent/906",[270,5.295]],["name/907",[273,72.565]],["parent/907",[270,5.295]],["name/908",[274,67.457]],["parent/908",[270,5.295]],["name/909",[275,48.586]],["parent/909",[]],["name/910",[276,72.565]],["parent/910",[275,4.556]],["name/911",[277,72.565]],["parent/911",[275,4.556]],["name/912",[278,57.902]],["parent/912",[275,4.556]],["name/913",[279,61.579]],["parent/913",[275,4.556]],["name/914",[280,72.565]],["parent/914",[275,4.556]],["name/915",[91,35.43]],["parent/915",[275,4.556]],["name/916",[281,61.579]],["parent/916",[282,5.178]],["name/917",[283,61.579]],["parent/917",[282,5.178]],["name/918",[284,67.457]],["parent/918",[275,4.556]],["name/919",[285,72.565]],["parent/919",[275,4.556]],["name/920",[286,72.565]],["parent/920",[275,4.556]],["name/921",[91,35.43]],["parent/921",[275,4.556]],["name/922",[287,61.579]],["parent/922",[282,5.178]],["name/923",[288,61.579]],["parent/923",[282,5.178]],["name/924",[289,61.579]],["parent/924",[275,4.556]],["name/925",[91,35.43]],["parent/925",[275,4.556]],["name/926",[287,61.579]],["parent/926",[282,5.178]],["name/927",[288,61.579]],["parent/927",[282,5.178]],["name/928",[290,67.457]],["parent/928",[275,4.556]],["name/929",[28,50.593]],["parent/929",[275,4.556]],["name/930",[91,35.43]],["parent/930",[275,4.556]],["name/931",[281,61.579]],["parent/931",[282,5.178]],["name/932",[283,61.579]],["parent/932",[282,5.178]],["name/933",[291,59.572]],["parent/933",[]],["name/934",[1,25.116]],["parent/934",[291,5.586]],["name/935",[25,25.775]],["parent/935",[291,5.586]],["name/936",[26,47.998]],["parent/936",[291,5.586]],["name/937",[27,25.775]],["parent/937",[291,5.586]],["name/938",[292,57.902]],["parent/938",[]],["name/939",[1,25.116]],["parent/939",[292,5.429]],["name/940",[25,25.775]],["parent/940",[292,5.429]],["name/941",[29,26.818]],["parent/941",[292,5.429]],["name/942",[30,26.957]],["parent/942",[292,5.429]],["name/943",[27,25.775]],["parent/943",[292,5.429]],["name/944",[293,50.593]],["parent/944",[]],["name/945",[294,72.565]],["parent/945",[293,4.744]],["name/946",[278,57.902]],["parent/946",[293,4.744]],["name/947",[91,35.43]],["parent/947",[293,4.744]],["name/948",[122,44.233]],["parent/948",[295,5.295]],["name/949",[98,41.808]],["parent/949",[295,5.295]],["name/950",[296,72.565]],["parent/950",[293,4.744]],["name/951",[297,61.579]],["parent/951",[293,4.744]],["name/952",[91,35.43]],["parent/952",[293,4.744]],["name/953",[298,72.565]],["parent/953",[295,5.295]],["name/954",[32,53.106]],["parent/954",[295,5.295]],["name/955",[33,53.106]],["parent/955",[295,5.295]],["name/956",[23,51.363]],["parent/956",[295,5.295]],["name/957",[22,51.363]],["parent/957",[295,5.295]],["name/958",[299,67.457]],["parent/958",[293,4.744]],["name/959",[300,67.457]],["parent/959",[293,4.744]],["name/960",[65,42.12]],["parent/960",[293,4.744]],["name/961",[301,61.579]],["parent/961",[293,4.744]],["name/962",[28,50.593]],["parent/962",[293,4.744]],["name/963",[302,67.457]],["parent/963",[293,4.744]],["name/964",[303,57.902]],["parent/964",[]],["name/965",[1,25.116]],["parent/965",[303,5.429]],["name/966",[25,25.775]],["parent/966",[303,5.429]],["name/967",[29,26.818]],["parent/967",[303,5.429]],["name/968",[30,26.957]],["parent/968",[303,5.429]],["name/969",[27,25.775]],["parent/969",[303,5.429]],["name/970",[304,50.593]],["parent/970",[]],["name/971",[97,55.219]],["parent/971",[304,4.744]],["name/972",[297,61.579]],["parent/972",[304,4.744]],["name/973",[305,57.902]],["parent/973",[304,4.744]],["name/974",[306,59.572]],["parent/974",[304,4.744]],["name/975",[307,56.471]],["parent/975",[304,4.744]],["name/976",[278,57.902]],["parent/976",[304,4.744]],["name/977",[91,35.43]],["parent/977",[304,4.744]],["name/978",[122,44.233]],["parent/978",[308,4.98]],["name/979",[98,41.808]],["parent/979",[308,4.98]],["name/980",[309,72.565]],["parent/980",[304,4.744]],["name/981",[310,72.565]],["parent/981",[304,4.744]],["name/982",[301,61.579]],["parent/982",[304,4.744]],["name/983",[91,35.43]],["parent/983",[304,4.744]],["name/984",[32,53.106]],["parent/984",[308,4.98]],["name/985",[91,35.43]],["parent/985",[308,4.98]],["name/986",[65,42.12]],["parent/986",[311,4.816]],["name/987",[122,44.233]],["parent/987",[311,4.816]],["name/988",[100,40.377]],["parent/988",[311,4.816]],["name/989",[33,53.106]],["parent/989",[308,4.98]],["name/990",[91,35.43]],["parent/990",[308,4.98]],["name/991",[65,42.12]],["parent/991",[311,4.816]],["name/992",[122,44.233]],["parent/992",[311,4.816]],["name/993",[100,40.377]],["parent/993",[311,4.816]],["name/994",[22,51.363]],["parent/994",[308,4.98]],["name/995",[91,35.43]],["parent/995",[308,4.98]],["name/996",[65,42.12]],["parent/996",[311,4.816]],["name/997",[122,44.233]],["parent/997",[311,4.816]],["name/998",[100,40.377]],["parent/998",[311,4.816]],["name/999",[23,51.363]],["parent/999",[308,4.98]],["name/1000",[91,35.43]],["parent/1000",[308,4.98]],["name/1001",[65,42.12]],["parent/1001",[311,4.816]],["name/1002",[122,44.233]],["parent/1002",[311,4.816]],["name/1003",[100,40.377]],["parent/1003",[311,4.816]],["name/1004",[86,48.586]],["parent/1004",[304,4.744]],["name/1005",[312,56.471]],["parent/1005",[]],["name/1006",[1,25.116]],["parent/1006",[312,5.295]],["name/1007",[214,61.579]],["parent/1007",[312,5.295]],["name/1008",[25,25.775]],["parent/1008",[312,5.295]],["name/1009",[29,26.818]],["parent/1009",[312,5.295]],["name/1010",[30,26.957]],["parent/1010",[312,5.295]],["name/1011",[27,25.775]],["parent/1011",[312,5.295]],["name/1012",[313,51.363]],["parent/1012",[]],["name/1013",[1,25.116]],["parent/1013",[313,4.816]],["name/1014",[314,72.565]],["parent/1014",[313,4.816]],["name/1015",[315,72.565]],["parent/1015",[313,4.816]],["name/1016",[316,72.565]],["parent/1016",[313,4.816]],["name/1017",[317,72.565]],["parent/1017",[313,4.816]],["name/1018",[318,72.565]],["parent/1018",[313,4.816]],["name/1019",[319,72.565]],["parent/1019",[313,4.816]],["name/1020",[25,25.775]],["parent/1020",[313,4.816]],["name/1021",[29,26.818]],["parent/1021",[313,4.816]],["name/1022",[30,26.957]],["parent/1022",[313,4.816]],["name/1023",[27,25.775]],["parent/1023",[313,4.816]],["name/1024",[320,57.902]],["parent/1024",[]],["name/1025",[1,25.116]],["parent/1025",[320,5.429]],["name/1026",[25,25.775]],["parent/1026",[320,5.429]],["name/1027",[29,26.818]],["parent/1027",[320,5.429]],["name/1028",[30,26.957]],["parent/1028",[320,5.429]],["name/1029",[27,25.775]],["parent/1029",[320,5.429]],["name/1030",[321,64.092]],["parent/1030",[]],["name/1031",[322,72.565]],["parent/1031",[321,6.01]],["name/1032",[323,67.457]],["parent/1032",[321,6.01]],["name/1033",[307,56.471]],["parent/1033",[]],["name/1034",[1,25.116]],["parent/1034",[307,5.295]],["name/1035",[25,25.775]],["parent/1035",[307,5.295]],["name/1036",[29,26.818]],["parent/1036",[307,5.295]],["name/1037",[30,26.957]],["parent/1037",[307,5.295]],["name/1038",[27,25.775]],["parent/1038",[307,5.295]],["name/1039",[305,57.902]],["parent/1039",[]],["name/1040",[33,53.106]],["parent/1040",[305,5.429]],["name/1041",[18,55.219]],["parent/1041",[305,5.429]],["name/1042",[32,53.106]],["parent/1042",[305,5.429]],["name/1043",[324,57.902]],["parent/1043",[]],["name/1044",[1,25.116]],["parent/1044",[324,5.429]],["name/1045",[25,25.775]],["parent/1045",[324,5.429]],["name/1046",[29,26.818]],["parent/1046",[324,5.429]],["name/1047",[30,26.957]],["parent/1047",[324,5.429]],["name/1048",[27,25.775]],["parent/1048",[324,5.429]],["name/1049",[306,59.572]],["parent/1049",[]],["name/1050",[325,72.565]],["parent/1050",[306,5.586]],["name/1051",[326,72.565]],["parent/1051",[306,5.586]],["name/1052",[327,72.565]],["parent/1052",[306,5.586]],["name/1053",[328,57.902]],["parent/1053",[]],["name/1054",[1,25.116]],["parent/1054",[328,5.429]],["name/1055",[25,25.775]],["parent/1055",[328,5.429]],["name/1056",[29,26.818]],["parent/1056",[328,5.429]],["name/1057",[30,26.957]],["parent/1057",[328,5.429]],["name/1058",[27,25.775]],["parent/1058",[328,5.429]],["name/1059",[329,59.572]],["parent/1059",[]],["name/1060",[47,61.579]],["parent/1060",[329,5.586]],["name/1061",[330,72.565]],["parent/1061",[329,5.586]],["name/1062",[331,64.092]],["parent/1062",[329,5.586]],["name/1063",[332,72.565]],["parent/1063",[329,5.586]],["name/1064",[333,57.902]],["parent/1064",[]],["name/1065",[1,25.116]],["parent/1065",[333,5.429]],["name/1066",[25,25.775]],["parent/1066",[333,5.429]],["name/1067",[29,26.818]],["parent/1067",[333,5.429]],["name/1068",[30,26.957]],["parent/1068",[333,5.429]],["name/1069",[27,25.775]],["parent/1069",[333,5.429]],["name/1070",[334,52.197]],["parent/1070",[]],["name/1071",[278,57.902]],["parent/1071",[334,4.894]],["name/1072",[91,35.43]],["parent/1072",[334,4.894]],["name/1073",[122,44.233]],["parent/1073",[335,6.325]],["name/1074",[98,41.808]],["parent/1074",[335,6.325]],["name/1075",[300,67.457]],["parent/1075",[334,4.894]],["name/1076",[301,61.579]],["parent/1076",[334,4.894]],["name/1077",[299,67.457]],["parent/1077",[334,4.894]],["name/1078",[97,55.219]],["parent/1078",[334,4.894]],["name/1079",[65,42.12]],["parent/1079",[334,4.894]],["name/1080",[28,50.593]],["parent/1080",[334,4.894]],["name/1081",[336,72.565]],["parent/1081",[334,4.894]],["name/1082",[302,67.457]],["parent/1082",[334,4.894]],["name/1083",[337,57.902]],["parent/1083",[]],["name/1084",[1,25.116]],["parent/1084",[337,5.429]],["name/1085",[25,25.775]],["parent/1085",[337,5.429]],["name/1086",[29,26.818]],["parent/1086",[337,5.429]],["name/1087",[30,26.957]],["parent/1087",[337,5.429]],["name/1088",[27,25.775]],["parent/1088",[337,5.429]],["name/1089",[338,61.579]],["parent/1089",[]],["name/1090",[267,57.902]],["parent/1090",[338,5.774]],["name/1091",[269,57.902]],["parent/1091",[338,5.774]],["name/1092",[85,56.471]],["parent/1092",[338,5.774]],["name/1093",[339,56.471]],["parent/1093",[]],["name/1094",[18,55.219]],["parent/1094",[339,5.295]],["name/1095",[340,61.579]],["parent/1095",[339,5.295]],["name/1096",[22,51.363]],["parent/1096",[339,5.295]],["name/1097",[341,61.579]],["parent/1097",[339,5.295]],["name/1098",[23,51.363]],["parent/1098",[339,5.295]],["name/1099",[342,55.219]],["parent/1099",[]],["name/1100",[18,55.219]],["parent/1100",[342,5.178]],["name/1101",[340,61.579]],["parent/1101",[342,5.178]],["name/1102",[33,53.106]],["parent/1102",[342,5.178]],["name/1103",[341,61.579]],["parent/1103",[342,5.178]],["name/1104",[343,72.565]],["parent/1104",[342,5.178]],["name/1105",[32,53.106]],["parent/1105",[342,5.178]],["name/1106",[344,51.363]],["parent/1106",[]],["name/1107",[345,72.565]],["parent/1107",[344,4.816]],["name/1108",[346,72.565]],["parent/1108",[344,4.816]],["name/1109",[339,56.471]],["parent/1109",[344,4.816]],["name/1110",[347,72.565]],["parent/1110",[344,4.816]],["name/1111",[348,72.565]],["parent/1111",[344,4.816]],["name/1112",[342,55.219]],["parent/1112",[344,4.816]],["name/1113",[349,72.565]],["parent/1113",[344,4.816]],["name/1114",[350,72.565]],["parent/1114",[344,4.816]],["name/1115",[351,72.565]],["parent/1115",[344,4.816]],["name/1116",[352,72.565]],["parent/1116",[344,4.816]],["name/1117",[353,67.457]],["parent/1117",[344,4.816]],["name/1118",[354,59.572]],["parent/1118",[]],["name/1119",[1,25.116]],["parent/1119",[354,5.586]],["name/1120",[25,25.775]],["parent/1120",[354,5.586]],["name/1121",[26,47.998]],["parent/1121",[354,5.586]],["name/1122",[27,25.775]],["parent/1122",[354,5.586]],["name/1123",[355,57.902]],["parent/1123",[]],["name/1124",[1,25.116]],["parent/1124",[355,5.429]],["name/1125",[25,25.775]],["parent/1125",[355,5.429]],["name/1126",[29,26.818]],["parent/1126",[355,5.429]],["name/1127",[30,26.957]],["parent/1127",[355,5.429]],["name/1128",[27,25.775]],["parent/1128",[355,5.429]],["name/1129",[356,64.092]],["parent/1129",[]],["name/1130",[357,72.565]],["parent/1130",[356,6.01]],["name/1131",[358,72.565]],["parent/1131",[356,6.01]],["name/1132",[359,57.902]],["parent/1132",[]],["name/1133",[1,25.116]],["parent/1133",[359,5.429]],["name/1134",[25,25.775]],["parent/1134",[359,5.429]],["name/1135",[29,26.818]],["parent/1135",[359,5.429]],["name/1136",[30,26.957]],["parent/1136",[359,5.429]],["name/1137",[27,25.775]],["parent/1137",[359,5.429]],["name/1138",[360,50.593]],["parent/1138",[]],["name/1139",[32,53.106]],["parent/1139",[360,4.744]],["name/1140",[91,35.43]],["parent/1140",[360,4.744]],["name/1141",[65,42.12]],["parent/1141",[361,4.449]],["name/1142",[122,44.233]],["parent/1142",[361,4.449]],["name/1143",[100,40.377]],["parent/1143",[361,4.449]],["name/1144",[33,53.106]],["parent/1144",[360,4.744]],["name/1145",[91,35.43]],["parent/1145",[360,4.744]],["name/1146",[65,42.12]],["parent/1146",[361,4.449]],["name/1147",[122,44.233]],["parent/1147",[361,4.449]],["name/1148",[100,40.377]],["parent/1148",[361,4.449]],["name/1149",[22,51.363]],["parent/1149",[360,4.744]],["name/1150",[91,35.43]],["parent/1150",[360,4.744]],["name/1151",[65,42.12]],["parent/1151",[361,4.449]],["name/1152",[122,44.233]],["parent/1152",[361,4.449]],["name/1153",[100,40.377]],["parent/1153",[361,4.449]],["name/1154",[23,51.363]],["parent/1154",[360,4.744]],["name/1155",[91,35.43]],["parent/1155",[360,4.744]],["name/1156",[65,42.12]],["parent/1156",[361,4.449]],["name/1157",[122,44.233]],["parent/1157",[361,4.449]],["name/1158",[100,40.377]],["parent/1158",[361,4.449]],["name/1159",[362,67.457]],["parent/1159",[360,4.744]],["name/1160",[91,35.43]],["parent/1160",[360,4.744]],["name/1161",[65,42.12]],["parent/1161",[361,4.449]],["name/1162",[122,44.233]],["parent/1162",[361,4.449]],["name/1163",[100,40.377]],["parent/1163",[361,4.449]],["name/1164",[363,67.457]],["parent/1164",[360,4.744]],["name/1165",[91,35.43]],["parent/1165",[360,4.744]],["name/1166",[65,42.12]],["parent/1166",[361,4.449]],["name/1167",[122,44.233]],["parent/1167",[361,4.449]],["name/1168",[100,40.377]],["parent/1168",[361,4.449]],["name/1169",[364,55.219]],["parent/1169",[]],["name/1170",[76,55.219]],["parent/1170",[364,5.178]],["name/1171",[91,35.43]],["parent/1171",[364,5.178]],["name/1172",[32,53.106]],["parent/1172",[365,4.816]],["name/1173",[91,35.43]],["parent/1173",[365,4.816]],["name/1174",[65,42.12]],["parent/1174",[366,4.449]],["name/1175",[122,44.233]],["parent/1175",[366,4.449]],["name/1176",[100,40.377]],["parent/1176",[366,4.449]],["name/1177",[33,53.106]],["parent/1177",[365,4.816]],["name/1178",[91,35.43]],["parent/1178",[365,4.816]],["name/1179",[65,42.12]],["parent/1179",[366,4.449]],["name/1180",[122,44.233]],["parent/1180",[366,4.449]],["name/1181",[100,40.377]],["parent/1181",[366,4.449]],["name/1182",[22,51.363]],["parent/1182",[365,4.816]],["name/1183",[91,35.43]],["parent/1183",[365,4.816]],["name/1184",[65,42.12]],["parent/1184",[366,4.449]],["name/1185",[122,44.233]],["parent/1185",[366,4.449]],["name/1186",[100,40.377]],["parent/1186",[366,4.449]],["name/1187",[23,51.363]],["parent/1187",[365,4.816]],["name/1188",[91,35.43]],["parent/1188",[365,4.816]],["name/1189",[65,42.12]],["parent/1189",[366,4.449]],["name/1190",[122,44.233]],["parent/1190",[366,4.449]],["name/1191",[100,40.377]],["parent/1191",[366,4.449]],["name/1192",[362,67.457]],["parent/1192",[365,4.816]],["name/1193",[91,35.43]],["parent/1193",[365,4.816]],["name/1194",[65,42.12]],["parent/1194",[366,4.449]],["name/1195",[122,44.233]],["parent/1195",[366,4.449]],["name/1196",[100,40.377]],["parent/1196",[366,4.449]],["name/1197",[363,67.457]],["parent/1197",[365,4.816]],["name/1198",[91,35.43]],["parent/1198",[365,4.816]],["name/1199",[65,42.12]],["parent/1199",[366,4.449]],["name/1200",[122,44.233]],["parent/1200",[366,4.449]],["name/1201",[100,40.377]],["parent/1201",[366,4.449]],["name/1202",[1,25.116]],["parent/1202",[364,5.178]],["name/1203",[25,25.775]],["parent/1203",[364,5.178]],["name/1204",[29,26.818]],["parent/1204",[364,5.178]],["name/1205",[30,26.957]],["parent/1205",[364,5.178]],["name/1206",[27,25.775]],["parent/1206",[364,5.178]],["name/1207",[367,64.092]],["parent/1207",[]],["name/1208",[368,72.565]],["parent/1208",[367,6.01]],["name/1209",[353,67.457]],["parent/1209",[367,6.01]],["name/1210",[369,57.902]],["parent/1210",[]],["name/1211",[1,25.116]],["parent/1211",[369,5.429]],["name/1212",[25,25.775]],["parent/1212",[369,5.429]],["name/1213",[29,26.818]],["parent/1213",[369,5.429]],["name/1214",[30,26.957]],["parent/1214",[369,5.429]],["name/1215",[27,25.775]],["parent/1215",[369,5.429]],["name/1216",[370,61.579]],["parent/1216",[]],["name/1217",[99,52.197]],["parent/1217",[370,5.774]],["name/1218",[100,40.377]],["parent/1218",[370,5.774]],["name/1219",[371,72.565]],["parent/1219",[370,5.774]],["name/1220",[372,57.902]],["parent/1220",[]],["name/1221",[1,25.116]],["parent/1221",[372,5.429]],["name/1222",[25,25.775]],["parent/1222",[372,5.429]],["name/1223",[29,26.818]],["parent/1223",[372,5.429]],["name/1224",[30,26.957]],["parent/1224",[372,5.429]],["name/1225",[27,25.775]],["parent/1225",[372,5.429]],["name/1226",[373,40.113]],["parent/1226",[]],["name/1227",[69,67.457]],["parent/1227",[373,3.761]],["name/1228",[374,72.565]],["parent/1228",[373,3.761]],["name/1229",[375,72.565]],["parent/1229",[373,3.761]],["name/1230",[376,72.565]],["parent/1230",[373,3.761]],["name/1231",[377,72.565]],["parent/1231",[373,3.761]],["name/1232",[331,64.092]],["parent/1232",[373,3.761]],["name/1233",[378,72.565]],["parent/1233",[373,3.761]],["name/1234",[379,72.565]],["parent/1234",[373,3.761]],["name/1235",[380,72.565]],["parent/1235",[373,3.761]],["name/1236",[381,72.565]],["parent/1236",[373,3.761]],["name/1237",[382,72.565]],["parent/1237",[373,3.761]],["name/1238",[383,72.565]],["parent/1238",[373,3.761]],["name/1239",[384,72.565]],["parent/1239",[373,3.761]],["name/1240",[385,72.565]],["parent/1240",[373,3.761]],["name/1241",[386,72.565]],["parent/1241",[373,3.761]],["name/1242",[387,72.565]],["parent/1242",[373,3.761]],["name/1243",[388,72.565]],["parent/1243",[373,3.761]],["name/1244",[389,72.565]],["parent/1244",[373,3.761]],["name/1245",[390,72.565]],["parent/1245",[373,3.761]],["name/1246",[391,72.565]],["parent/1246",[373,3.761]],["name/1247",[392,72.565]],["parent/1247",[373,3.761]],["name/1248",[393,72.565]],["parent/1248",[373,3.761]],["name/1249",[394,72.565]],["parent/1249",[373,3.761]],["name/1250",[395,72.565]],["parent/1250",[373,3.761]],["name/1251",[396,72.565]],["parent/1251",[373,3.761]],["name/1252",[397,72.565]],["parent/1252",[373,3.761]],["name/1253",[398,72.565]],["parent/1253",[373,3.761]],["name/1254",[399,72.565]],["parent/1254",[373,3.761]],["name/1255",[400,72.565]],["parent/1255",[373,3.761]],["name/1256",[401,72.565]],["parent/1256",[373,3.761]],["name/1257",[402,72.565]],["parent/1257",[373,3.761]],["name/1258",[403,72.565]],["parent/1258",[373,3.761]],["name/1259",[404,72.565]],["parent/1259",[373,3.761]],["name/1260",[405,72.565]],["parent/1260",[373,3.761]],["name/1261",[406,72.565]],["parent/1261",[373,3.761]],["name/1262",[407,72.565]],["parent/1262",[373,3.761]],["name/1263",[408,72.565]],["parent/1263",[373,3.761]],["name/1264",[409,57.902]],["parent/1264",[]],["name/1265",[410,56.471]],["parent/1265",[409,5.429]],["name/1266",[411,56.471]],["parent/1266",[409,5.429]],["name/1267",[279,61.579]],["parent/1267",[409,5.429]],["name/1268",[91,35.43]],["parent/1268",[409,5.429]],["name/1269",[412,72.565]],["parent/1269",[413,6.325]],["name/1270",[290,67.457]],["parent/1270",[413,6.325]],["name/1271",[86,48.586]],["parent/1271",[409,5.429]],["name/1272",[414,51.363]],["parent/1272",[]],["name/1273",[1,25.116]],["parent/1273",[414,4.816]],["name/1274",[415,72.565]],["parent/1274",[414,4.816]],["name/1275",[416,72.565]],["parent/1275",[414,4.816]],["name/1276",[417,72.565]],["parent/1276",[414,4.816]],["name/1277",[418,72.565]],["parent/1277",[414,4.816]],["name/1278",[419,72.565]],["parent/1278",[414,4.816]],["name/1279",[420,72.565]],["parent/1279",[414,4.816]],["name/1280",[25,25.775]],["parent/1280",[414,4.816]],["name/1281",[29,26.818]],["parent/1281",[414,4.816]],["name/1282",[30,26.957]],["parent/1282",[414,4.816]],["name/1283",[27,25.775]],["parent/1283",[414,4.816]],["name/1284",[421,54.107]],["parent/1284",[]],["name/1285",[1,25.116]],["parent/1285",[421,5.073]],["name/1286",[422,72.565]],["parent/1286",[421,5.073]],["name/1287",[423,72.565]],["parent/1287",[421,5.073]],["name/1288",[424,72.565]],["parent/1288",[421,5.073]],["name/1289",[25,25.775]],["parent/1289",[421,5.073]],["name/1290",[29,26.818]],["parent/1290",[421,5.073]],["name/1291",[30,26.957]],["parent/1291",[421,5.073]],["name/1292",[27,25.775]],["parent/1292",[421,5.073]],["name/1293",[410,56.471]],["parent/1293",[]],["name/1294",[1,25.116]],["parent/1294",[410,5.295]],["name/1295",[25,25.775]],["parent/1295",[410,5.295]],["name/1296",[29,26.818]],["parent/1296",[410,5.295]],["name/1297",[30,26.957]],["parent/1297",[410,5.295]],["name/1298",[27,25.775]],["parent/1298",[410,5.295]],["name/1299",[411,56.471]],["parent/1299",[]],["name/1300",[1,25.116]],["parent/1300",[411,5.295]],["name/1301",[25,25.775]],["parent/1301",[411,5.295]],["name/1302",[29,26.818]],["parent/1302",[411,5.295]],["name/1303",[30,26.957]],["parent/1303",[411,5.295]],["name/1304",[27,25.775]],["parent/1304",[411,5.295]],["name/1305",[425,61.579]],["parent/1305",[]],["name/1306",[47,61.579]],["parent/1306",[425,5.774]],["name/1307",[426,72.565]],["parent/1307",[425,5.774]],["name/1308",[427,72.565]],["parent/1308",[425,5.774]],["name/1309",[428,59.572]],["parent/1309",[]],["name/1310",[1,25.116]],["parent/1310",[428,5.586]],["name/1311",[25,25.775]],["parent/1311",[428,5.586]],["name/1312",[26,47.998]],["parent/1312",[428,5.586]],["name/1313",[27,25.775]],["parent/1313",[428,5.586]],["name/1314",[429,57.902]],["parent/1314",[]],["name/1315",[1,25.116]],["parent/1315",[429,5.429]],["name/1316",[25,25.775]],["parent/1316",[429,5.429]],["name/1317",[29,26.818]],["parent/1317",[429,5.429]],["name/1318",[30,26.957]],["parent/1318",[429,5.429]],["name/1319",[27,25.775]],["parent/1319",[429,5.429]],["name/1320",[430,56.471]],["parent/1320",[]],["name/1321",[8,61.579]],["parent/1321",[430,5.295]],["name/1322",[91,35.43]],["parent/1322",[430,5.295]],["name/1323",[431,57.902]],["parent/1323",[432,5.429]],["name/1324",[433,59.572]],["parent/1324",[432,5.429]],["name/1325",[434,59.572]],["parent/1325",[432,5.429]],["name/1326",[9,61.579]],["parent/1326",[430,5.295]],["name/1327",[91,35.43]],["parent/1327",[430,5.295]],["name/1328",[431,57.902]],["parent/1328",[432,5.429]],["name/1329",[433,59.572]],["parent/1329",[432,5.429]],["name/1330",[434,59.572]],["parent/1330",[432,5.429]],["name/1331",[435,72.565]],["parent/1331",[430,5.295]],["name/1332",[86,48.586]],["parent/1332",[430,5.295]],["name/1333",[436,47.998]],["parent/1333",[]],["name/1334",[1,25.116]],["parent/1334",[436,4.501]],["name/1335",[2,67.457]],["parent/1335",[436,4.501]],["name/1336",[0,47.442]],["parent/1336",[436,4.501]],["name/1337",[3,54.107]],["parent/1337",[436,4.501]],["name/1338",[4,67.457]],["parent/1338",[436,4.501]],["name/1339",[5,51.363]],["parent/1339",[436,4.501]],["name/1340",[6,53.106]],["parent/1340",[436,4.501]],["name/1341",[7,67.457]],["parent/1341",[436,4.501]],["name/1342",[8,61.579]],["parent/1342",[436,4.501]],["name/1343",[9,61.579]],["parent/1343",[436,4.501]],["name/1344",[10,67.457]],["parent/1344",[436,4.501]],["name/1345",[11,67.457]],["parent/1345",[436,4.501]],["name/1346",[12,67.457]],["parent/1346",[436,4.501]],["name/1347",[13,54.107]],["parent/1347",[436,4.501]],["name/1348",[14,67.457]],["parent/1348",[436,4.501]],["name/1349",[437,67.457]],["parent/1349",[]],["name/1350",[438,72.565]],["parent/1350",[437,6.325]],["name/1351",[439,67.457]],["parent/1351",[]],["name/1352",[440,72.565]],["parent/1352",[439,6.325]],["name/1353",[5,51.363]],["parent/1353",[]],["name/1354",[1,25.116]],["parent/1354",[5,4.816]],["name/1355",[25,25.775]],["parent/1355",[5,4.816]],["name/1356",[441,72.565]],["parent/1356",[5,4.816]],["name/1357",[442,53.106]],["parent/1357",[5,4.816]],["name/1358",[29,26.818]],["parent/1358",[5,4.816]],["name/1359",[30,26.957]],["parent/1359",[5,4.816]],["name/1360",[27,25.775]],["parent/1360",[5,4.816]],["name/1361",[443,56.471]],["parent/1361",[]],["name/1362",[1,25.116]],["parent/1362",[443,5.295]],["name/1363",[444,64.092]],["parent/1363",[443,5.295]],["name/1364",[25,25.775]],["parent/1364",[443,5.295]],["name/1365",[29,26.818]],["parent/1365",[443,5.295]],["name/1366",[30,26.957]],["parent/1366",[443,5.295]],["name/1367",[27,25.775]],["parent/1367",[443,5.295]],["name/1368",[445,49.212]],["parent/1368",[]],["name/1369",[90,64.092]],["parent/1369",[445,4.614]],["name/1370",[446,67.457]],["parent/1370",[445,4.614]],["name/1371",[447,72.565]],["parent/1371",[445,4.614]],["name/1372",[70,64.092]],["parent/1372",[445,4.614]],["name/1373",[448,67.457]],["parent/1373",[445,4.614]],["name/1374",[449,72.565]],["parent/1374",[445,4.614]],["name/1375",[450,72.565]],["parent/1375",[445,4.614]],["name/1376",[451,67.457]],["parent/1376",[445,4.614]],["name/1377",[452,67.457]],["parent/1377",[445,4.614]],["name/1378",[453,67.457]],["parent/1378",[445,4.614]],["name/1379",[76,55.219]],["parent/1379",[445,4.614]],["name/1380",[454,67.457]],["parent/1380",[445,4.614]],["name/1381",[455,67.457]],["parent/1381",[445,4.614]],["name/1382",[456,67.457]],["parent/1382",[445,4.614]],["name/1383",[457,61.579]],["parent/1383",[]],["name/1384",[458,72.565]],["parent/1384",[457,5.774]],["name/1385",[289,61.579]],["parent/1385",[457,5.774]],["name/1386",[206,56.471]],["parent/1386",[457,5.774]],["name/1387",[459,54.107]],["parent/1387",[]],["name/1388",[92,50.593]],["parent/1388",[459,5.073]],["name/1389",[460,72.565]],["parent/1389",[459,5.073]],["name/1390",[85,56.471]],["parent/1390",[459,5.073]],["name/1391",[28,50.593]],["parent/1391",[459,5.073]],["name/1392",[16,55.219]],["parent/1392",[459,5.073]],["name/1393",[461,72.565]],["parent/1393",[459,5.073]],["name/1394",[65,42.12]],["parent/1394",[459,5.073]],["name/1395",[91,35.43]],["parent/1395",[459,5.073]],["name/1396",[143,51.363]],["parent/1396",[462,6.325]],["name/1397",[106,51.363]],["parent/1397",[462,6.325]],["name/1398",[463,57.902]],["parent/1398",[]],["name/1399",[1,25.116]],["parent/1399",[463,5.429]],["name/1400",[25,25.775]],["parent/1400",[463,5.429]],["name/1401",[29,26.818]],["parent/1401",[463,5.429]],["name/1402",[30,26.957]],["parent/1402",[463,5.429]],["name/1403",[27,25.775]],["parent/1403",[463,5.429]],["name/1404",[92,50.593]],["parent/1404",[]],["name/1405",[1,25.116]],["parent/1405",[92,4.744]],["name/1406",[25,25.775]],["parent/1406",[92,4.744]],["name/1407",[29,26.818]],["parent/1407",[92,4.744]],["name/1408",[30,26.957]],["parent/1408",[92,4.744]],["name/1409",[27,25.775]],["parent/1409",[92,4.744]],["name/1410",[464,57.902]],["parent/1410",[]],["name/1411",[1,25.116]],["parent/1411",[464,5.429]],["name/1412",[25,25.775]],["parent/1412",[464,5.429]],["name/1413",[29,26.818]],["parent/1413",[464,5.429]],["name/1414",[30,26.957]],["parent/1414",[464,5.429]],["name/1415",[27,25.775]],["parent/1415",[464,5.429]],["name/1416",[465,56.471]],["parent/1416",[]],["name/1417",[466,67.457]],["parent/1417",[465,5.295]],["name/1418",[467,72.565]],["parent/1418",[465,5.295]],["name/1419",[94,61.579]],["parent/1419",[465,5.295]],["name/1420",[95,61.579]],["parent/1420",[465,5.295]],["name/1421",[468,72.565]],["parent/1421",[465,5.295]],["name/1422",[91,35.43]],["parent/1422",[465,5.295]],["name/1423",[71,67.457]],["parent/1423",[469,6.325]],["name/1424",[16,55.219]],["parent/1424",[469,6.325]],["name/1425",[442,53.106]],["parent/1425",[]],["name/1426",[1,25.116]],["parent/1426",[442,4.98]],["name/1427",[466,67.457]],["parent/1427",[442,4.98]],["name/1428",[94,61.579]],["parent/1428",[442,4.98]],["name/1429",[95,61.579]],["parent/1429",[442,4.98]],["name/1430",[25,25.775]],["parent/1430",[442,4.98]],["name/1431",[29,26.818]],["parent/1431",[442,4.98]],["name/1432",[30,26.957]],["parent/1432",[442,4.98]],["name/1433",[27,25.775]],["parent/1433",[442,4.98]],["name/1434",[470,57.902]],["parent/1434",[]],["name/1435",[1,25.116]],["parent/1435",[470,5.429]],["name/1436",[25,25.775]],["parent/1436",[470,5.429]],["name/1437",[29,26.818]],["parent/1437",[470,5.429]],["name/1438",[30,26.957]],["parent/1438",[470,5.429]],["name/1439",[27,25.775]],["parent/1439",[470,5.429]],["name/1440",[471,57.902]],["parent/1440",[]],["name/1441",[278,57.902]],["parent/1441",[471,5.429]],["name/1442",[279,61.579]],["parent/1442",[471,5.429]],["name/1443",[472,67.457]],["parent/1443",[471,5.429]],["name/1444",[91,35.43]],["parent/1444",[471,5.429]],["name/1445",[288,61.579]],["parent/1445",[473,6.325]],["name/1446",[287,61.579]],["parent/1446",[473,6.325]],["name/1447",[474,67.457]],["parent/1447",[471,5.429]],["name/1448",[6,53.106]],["parent/1448",[]],["name/1449",[1,25.116]],["parent/1449",[6,4.98]],["name/1450",[475,72.565]],["parent/1450",[6,4.98]],["name/1451",[476,72.565]],["parent/1451",[6,4.98]],["name/1452",[477,72.565]],["parent/1452",[6,4.98]],["name/1453",[478,55.219]],["parent/1453",[]],["name/1454",[479,72.565]],["parent/1454",[478,5.178]],["name/1455",[91,35.43]],["parent/1455",[478,5.178]],["name/1456",[281,61.579]],["parent/1456",[480,5.429]],["name/1457",[283,61.579]],["parent/1457",[480,5.429]],["name/1458",[481,72.565]],["parent/1458",[478,5.178]],["name/1459",[91,35.43]],["parent/1459",[478,5.178]],["name/1460",[281,61.579]],["parent/1460",[480,5.429]],["name/1461",[283,61.579]],["parent/1461",[480,5.429]],["name/1462",[472,67.457]],["parent/1462",[478,5.178]],["name/1463",[91,35.43]],["parent/1463",[478,5.178]],["name/1464",[288,61.579]],["parent/1464",[480,5.429]],["name/1465",[287,61.579]],["parent/1465",[480,5.429]],["name/1466",[474,67.457]],["parent/1466",[478,5.178]],["name/1467",[482,61.579]],["parent/1467",[]],["name/1468",[483,72.565]],["parent/1468",[482,5.774]],["name/1469",[484,72.565]],["parent/1469",[482,5.774]],["name/1470",[157,67.457]],["parent/1470",[482,5.774]],["name/1471",[485,59.572]],["parent/1471",[]],["name/1472",[486,72.565]],["parent/1472",[485,5.586]],["name/1473",[487,72.565]],["parent/1473",[485,5.586]],["name/1474",[488,72.565]],["parent/1474",[485,5.586]],["name/1475",[489,72.565]],["parent/1475",[485,5.586]],["name/1476",[490,67.457]],["parent/1476",[]],["name/1477",[158,67.457]],["parent/1477",[490,6.325]],["name/1478",[491,56.471]],["parent/1478",[]],["name/1479",[1,25.116]],["parent/1479",[491,5.295]],["name/1480",[492,72.565]],["parent/1480",[491,5.295]],["name/1481",[25,25.775]],["parent/1481",[491,5.295]],["name/1482",[29,26.818]],["parent/1482",[491,5.295]],["name/1483",[30,26.957]],["parent/1483",[491,5.295]],["name/1484",[27,25.775]],["parent/1484",[491,5.295]],["name/1485",[493,59.572]],["parent/1485",[]],["name/1486",[76,55.219]],["parent/1486",[493,5.586]],["name/1487",[494,72.565]],["parent/1487",[493,5.586]],["name/1488",[274,67.457]],["parent/1488",[493,5.586]],["name/1489",[495,72.565]],["parent/1489",[493,5.586]],["name/1490",[496,59.572]],["parent/1490",[]],["name/1491",[497,72.565]],["parent/1491",[496,5.586]],["name/1492",[22,51.363]],["parent/1492",[496,5.586]],["name/1493",[23,51.363]],["parent/1493",[496,5.586]],["name/1494",[498,72.565]],["parent/1494",[496,5.586]],["name/1495",[499,61.579]],["parent/1495",[]],["name/1496",[98,41.808]],["parent/1496",[499,5.774]],["name/1497",[500,72.565]],["parent/1497",[499,5.774]],["name/1498",[297,61.579]],["parent/1498",[499,5.774]],["name/1499",[501,57.902]],["parent/1499",[]],["name/1500",[1,25.116]],["parent/1500",[501,5.429]],["name/1501",[25,25.775]],["parent/1501",[501,5.429]],["name/1502",[29,26.818]],["parent/1502",[501,5.429]],["name/1503",[30,26.957]],["parent/1503",[501,5.429]],["name/1504",[27,25.775]],["parent/1504",[501,5.429]],["name/1505",[502,57.902]],["parent/1505",[]],["name/1506",[1,25.116]],["parent/1506",[502,5.429]],["name/1507",[25,25.775]],["parent/1507",[502,5.429]],["name/1508",[29,26.818]],["parent/1508",[502,5.429]],["name/1509",[30,26.957]],["parent/1509",[502,5.429]],["name/1510",[27,25.775]],["parent/1510",[502,5.429]],["name/1511",[503,57.902]],["parent/1511",[]],["name/1512",[1,25.116]],["parent/1512",[503,5.429]],["name/1513",[25,25.775]],["parent/1513",[503,5.429]],["name/1514",[29,26.818]],["parent/1514",[503,5.429]],["name/1515",[30,26.957]],["parent/1515",[503,5.429]],["name/1516",[27,25.775]],["parent/1516",[503,5.429]],["name/1517",[504,57.902]],["parent/1517",[]],["name/1518",[1,25.116]],["parent/1518",[504,5.429]],["name/1519",[25,25.775]],["parent/1519",[504,5.429]],["name/1520",[29,26.818]],["parent/1520",[504,5.429]],["name/1521",[30,26.957]],["parent/1521",[504,5.429]],["name/1522",[27,25.775]],["parent/1522",[504,5.429]],["name/1523",[505,54.107]],["parent/1523",[]],["name/1524",[506,72.565]],["parent/1524",[505,5.073]],["name/1525",[507,67.457]],["parent/1525",[505,5.073]],["name/1526",[508,67.457]],["parent/1526",[505,5.073]],["name/1527",[509,72.565]],["parent/1527",[505,5.073]],["name/1528",[267,57.902]],["parent/1528",[505,5.073]],["name/1529",[510,67.457]],["parent/1529",[505,5.073]],["name/1530",[269,57.902]],["parent/1530",[505,5.073]],["name/1531",[511,72.565]],["parent/1531",[505,5.073]],["name/1532",[512,54.107]],["parent/1532",[]],["name/1533",[513,72.565]],["parent/1533",[512,5.073]],["name/1534",[508,67.457]],["parent/1534",[512,5.073]],["name/1535",[51,67.457]],["parent/1535",[512,5.073]],["name/1536",[267,57.902]],["parent/1536",[512,5.073]],["name/1537",[510,67.457]],["parent/1537",[512,5.073]],["name/1538",[269,57.902]],["parent/1538",[512,5.073]],["name/1539",[106,51.363]],["parent/1539",[512,5.073]],["name/1540",[514,72.565]],["parent/1540",[512,5.073]],["name/1541",[515,61.579]],["parent/1541",[]],["name/1542",[516,67.457]],["parent/1542",[515,5.774]],["name/1543",[517,67.457]],["parent/1543",[515,5.774]],["name/1544",[518,67.457]],["parent/1544",[515,5.774]],["name/1545",[519,61.579]],["parent/1545",[]],["name/1546",[516,67.457]],["parent/1546",[519,5.774]],["name/1547",[517,67.457]],["parent/1547",[519,5.774]],["name/1548",[518,67.457]],["parent/1548",[519,5.774]],["name/1549",[520,59.572]],["parent/1549",[]],["name/1550",[22,51.363]],["parent/1550",[520,5.586]],["name/1551",[33,53.106]],["parent/1551",[520,5.586]],["name/1552",[32,53.106]],["parent/1552",[520,5.586]],["name/1553",[23,51.363]],["parent/1553",[520,5.586]],["name/1554",[521,53.106]],["parent/1554",[]],["name/1555",[522,56.471]],["parent/1555",[521,4.98]],["name/1556",[523,56.471]],["parent/1556",[521,4.98]],["name/1557",[524,72.565]],["parent/1557",[521,4.98]],["name/1558",[525,72.565]],["parent/1558",[521,4.98]],["name/1559",[526,72.565]],["parent/1559",[521,4.98]],["name/1560",[527,72.565]],["parent/1560",[521,4.98]],["name/1561",[297,61.579]],["parent/1561",[521,4.98]],["name/1562",[284,67.457]],["parent/1562",[521,4.98]],["name/1563",[528,72.565]],["parent/1563",[521,4.98]],["name/1564",[529,57.902]],["parent/1564",[]],["name/1565",[1,25.116]],["parent/1565",[529,5.429]],["name/1566",[25,25.775]],["parent/1566",[529,5.429]],["name/1567",[29,26.818]],["parent/1567",[529,5.429]],["name/1568",[30,26.957]],["parent/1568",[529,5.429]],["name/1569",[27,25.775]],["parent/1569",[529,5.429]],["name/1570",[522,56.471]],["parent/1570",[]],["name/1571",[1,25.116]],["parent/1571",[522,5.295]],["name/1572",[25,25.775]],["parent/1572",[522,5.295]],["name/1573",[29,26.818]],["parent/1573",[522,5.295]],["name/1574",[30,26.957]],["parent/1574",[522,5.295]],["name/1575",[27,25.775]],["parent/1575",[522,5.295]],["name/1576",[523,56.471]],["parent/1576",[]],["name/1577",[1,25.116]],["parent/1577",[523,5.295]],["name/1578",[25,25.775]],["parent/1578",[523,5.295]],["name/1579",[29,26.818]],["parent/1579",[523,5.295]],["name/1580",[30,26.957]],["parent/1580",[523,5.295]],["name/1581",[27,25.775]],["parent/1581",[523,5.295]],["name/1582",[530,67.457]],["parent/1582",[]],["name/1583",[531,72.565]],["parent/1583",[530,6.325]],["name/1584",[532,44.633]],["parent/1584",[]],["name/1585",[533,72.565]],["parent/1585",[532,4.185]],["name/1586",[534,72.565]],["parent/1586",[532,4.185]],["name/1587",[535,72.565]],["parent/1587",[532,4.185]],["name/1588",[536,72.565]],["parent/1588",[532,4.185]],["name/1589",[537,72.565]],["parent/1589",[532,4.185]],["name/1590",[538,72.565]],["parent/1590",[532,4.185]],["name/1591",[539,72.565]],["parent/1591",[532,4.185]],["name/1592",[540,72.565]],["parent/1592",[532,4.185]],["name/1593",[541,72.565]],["parent/1593",[532,4.185]],["name/1594",[542,72.565]],["parent/1594",[532,4.185]],["name/1595",[543,72.565]],["parent/1595",[532,4.185]],["name/1596",[544,72.565]],["parent/1596",[532,4.185]],["name/1597",[545,72.565]],["parent/1597",[532,4.185]],["name/1598",[546,72.565]],["parent/1598",[532,4.185]],["name/1599",[547,72.565]],["parent/1599",[532,4.185]],["name/1600",[548,72.565]],["parent/1600",[532,4.185]],["name/1601",[549,72.565]],["parent/1601",[532,4.185]],["name/1602",[550,72.565]],["parent/1602",[532,4.185]],["name/1603",[551,72.565]],["parent/1603",[532,4.185]],["name/1604",[552,72.565]],["parent/1604",[532,4.185]],["name/1605",[553,72.565]],["parent/1605",[532,4.185]],["name/1606",[554,72.565]],["parent/1606",[532,4.185]],["name/1607",[98,41.808]],["parent/1607",[532,4.185]],["name/1608",[555,59.572]],["parent/1608",[]],["name/1609",[1,25.116]],["parent/1609",[555,5.586]],["name/1610",[25,25.775]],["parent/1610",[555,5.586]],["name/1611",[26,47.998]],["parent/1611",[555,5.586]],["name/1612",[27,25.775]],["parent/1612",[555,5.586]],["name/1613",[556,54.107]],["parent/1613",[]],["name/1614",[1,25.116]],["parent/1614",[556,5.073]],["name/1615",[557,72.565]],["parent/1615",[556,5.073]],["name/1616",[25,25.775]],["parent/1616",[556,5.073]],["name/1617",[112,61.579]],["parent/1617",[556,5.073]],["name/1618",[558,72.565]],["parent/1618",[556,5.073]],["name/1619",[29,26.818]],["parent/1619",[556,5.073]],["name/1620",[30,26.957]],["parent/1620",[556,5.073]],["name/1621",[27,25.775]],["parent/1621",[556,5.073]],["name/1622",[559,61.579]],["parent/1622",[]],["name/1623",[431,57.902]],["parent/1623",[559,5.774]],["name/1624",[433,59.572]],["parent/1624",[559,5.774]],["name/1625",[434,59.572]],["parent/1625",[559,5.774]],["name/1626",[560,51.363]],["parent/1626",[]],["name/1627",[269,57.902]],["parent/1627",[560,4.816]],["name/1628",[91,35.43]],["parent/1628",[560,4.816]],["name/1629",[122,44.233]],["parent/1629",[561,5.295]],["name/1630",[267,57.902]],["parent/1630",[561,5.295]],["name/1631",[562,72.565]],["parent/1631",[561,5.295]],["name/1632",[301,61.579]],["parent/1632",[561,5.295]],["name/1633",[563,72.565]],["parent/1633",[560,4.816]],["name/1634",[564,72.565]],["parent/1634",[560,4.816]],["name/1635",[565,72.565]],["parent/1635",[560,4.816]],["name/1636",[566,72.565]],["parent/1636",[560,4.816]],["name/1637",[567,72.565]],["parent/1637",[560,4.816]],["name/1638",[305,57.902]],["parent/1638",[560,4.816]],["name/1639",[507,67.457]],["parent/1639",[560,4.816]],["name/1640",[91,35.43]],["parent/1640",[560,4.816]],["name/1641",[289,61.579]],["parent/1641",[561,5.295]],["name/1642",[568,72.565]],["parent/1642",[561,5.295]],["name/1643",[569,72.565]],["parent/1643",[561,5.295]],["name/1644",[98,41.808]],["parent/1644",[560,4.816]],["name/1645",[570,57.902]],["parent/1645",[]],["name/1646",[1,25.116]],["parent/1646",[570,5.429]],["name/1647",[25,25.775]],["parent/1647",[570,5.429]],["name/1648",[29,26.818]],["parent/1648",[570,5.429]],["name/1649",[30,26.957]],["parent/1649",[570,5.429]],["name/1650",[27,25.775]],["parent/1650",[570,5.429]],["name/1651",[571,64.092]],["parent/1651",[]],["name/1652",[572,72.565]],["parent/1652",[571,6.01]],["name/1653",[573,72.565]],["parent/1653",[571,6.01]],["name/1654",[574,57.902]],["parent/1654",[]],["name/1655",[1,25.116]],["parent/1655",[574,5.429]],["name/1656",[25,25.775]],["parent/1656",[574,5.429]],["name/1657",[29,26.818]],["parent/1657",[574,5.429]],["name/1658",[30,26.957]],["parent/1658",[574,5.429]],["name/1659",[27,25.775]],["parent/1659",[574,5.429]],["name/1660",[575,61.579]],["parent/1660",[]],["name/1661",[431,57.902]],["parent/1661",[575,5.774]],["name/1662",[433,59.572]],["parent/1662",[575,5.774]],["name/1663",[434,59.572]],["parent/1663",[575,5.774]],["name/1664",[576,59.572]],["parent/1664",[]],["name/1665",[1,25.116]],["parent/1665",[576,5.586]],["name/1666",[25,25.775]],["parent/1666",[576,5.586]],["name/1667",[26,47.998]],["parent/1667",[576,5.586]],["name/1668",[27,25.775]],["parent/1668",[576,5.586]],["name/1669",[577,64.092]],["parent/1669",[]],["name/1670",[578,72.565]],["parent/1670",[577,6.01]],["name/1671",[579,72.565]],["parent/1671",[577,6.01]],["name/1672",[580,57.902]],["parent/1672",[]],["name/1673",[1,25.116]],["parent/1673",[580,5.429]],["name/1674",[25,25.775]],["parent/1674",[580,5.429]],["name/1675",[29,26.818]],["parent/1675",[580,5.429]],["name/1676",[30,26.957]],["parent/1676",[580,5.429]],["name/1677",[27,25.775]],["parent/1677",[580,5.429]],["name/1678",[581,61.579]],["parent/1678",[]],["name/1679",[431,57.902]],["parent/1679",[581,5.774]],["name/1680",[433,59.572]],["parent/1680",[581,5.774]],["name/1681",[434,59.572]],["parent/1681",[581,5.774]],["name/1682",[582,59.572]],["parent/1682",[]],["name/1683",[1,25.116]],["parent/1683",[582,5.586]],["name/1684",[25,25.775]],["parent/1684",[582,5.586]],["name/1685",[26,47.998]],["parent/1685",[582,5.586]],["name/1686",[27,25.775]],["parent/1686",[582,5.586]],["name/1687",[583,57.902]],["parent/1687",[]],["name/1688",[1,25.116]],["parent/1688",[583,5.429]],["name/1689",[25,25.775]],["parent/1689",[583,5.429]],["name/1690",[29,26.818]],["parent/1690",[583,5.429]],["name/1691",[30,26.957]],["parent/1691",[583,5.429]],["name/1692",[27,25.775]],["parent/1692",[583,5.429]],["name/1693",[584,64.092]],["parent/1693",[]],["name/1694",[585,72.565]],["parent/1694",[584,6.01]],["name/1695",[586,72.565]],["parent/1695",[584,6.01]],["name/1696",[587,61.579]],["parent/1696",[]],["name/1697",[278,57.902]],["parent/1697",[587,5.774]],["name/1698",[279,61.579]],["parent/1698",[587,5.774]],["name/1699",[588,72.565]],["parent/1699",[587,5.774]],["name/1700",[589,59.572]],["parent/1700",[]],["name/1701",[1,25.116]],["parent/1701",[589,5.586]],["name/1702",[25,25.775]],["parent/1702",[589,5.586]],["name/1703",[26,47.998]],["parent/1703",[589,5.586]],["name/1704",[27,25.775]],["parent/1704",[589,5.586]],["name/1705",[590,49.878]],["parent/1705",[]],["name/1706",[446,67.457]],["parent/1706",[590,4.677]],["name/1707",[70,64.092]],["parent/1707",[590,4.677]],["name/1708",[448,67.457]],["parent/1708",[590,4.677]],["name/1709",[591,72.565]],["parent/1709",[590,4.677]],["name/1710",[592,72.565]],["parent/1710",[590,4.677]],["name/1711",[451,67.457]],["parent/1711",[590,4.677]],["name/1712",[452,67.457]],["parent/1712",[590,4.677]],["name/1713",[453,67.457]],["parent/1713",[590,4.677]],["name/1714",[76,55.219]],["parent/1714",[590,4.677]],["name/1715",[454,67.457]],["parent/1715",[590,4.677]],["name/1716",[455,67.457]],["parent/1716",[590,4.677]],["name/1717",[456,67.457]],["parent/1717",[590,4.677]],["name/1718",[593,72.565]],["parent/1718",[590,4.677]],["name/1719",[594,57.902]],["parent/1719",[]],["name/1720",[595,72.565]],["parent/1720",[594,5.429]],["name/1721",[596,72.565]],["parent/1721",[594,5.429]],["name/1722",[597,72.565]],["parent/1722",[594,5.429]],["name/1723",[74,67.457]],["parent/1723",[594,5.429]],["name/1724",[598,72.565]],["parent/1724",[594,5.429]],["name/1725",[599,61.579]],["parent/1725",[]],["name/1726",[16,55.219]],["parent/1726",[599,5.774]],["name/1727",[600,72.565]],["parent/1727",[599,5.774]],["name/1728",[601,72.565]],["parent/1728",[599,5.774]],["name/1729",[602,59.572]],["parent/1729",[]],["name/1730",[1,25.116]],["parent/1730",[602,5.586]],["name/1731",[25,25.775]],["parent/1731",[602,5.586]],["name/1732",[26,47.998]],["parent/1732",[602,5.586]],["name/1733",[27,25.775]],["parent/1733",[602,5.586]],["name/1734",[603,57.902]],["parent/1734",[]],["name/1735",[1,25.116]],["parent/1735",[603,5.429]],["name/1736",[25,25.775]],["parent/1736",[603,5.429]],["name/1737",[29,26.818]],["parent/1737",[603,5.429]],["name/1738",[30,26.957]],["parent/1738",[603,5.429]],["name/1739",[27,25.775]],["parent/1739",[603,5.429]],["name/1740",[604,61.579]],["parent/1740",[]],["name/1741",[605,72.565]],["parent/1741",[604,5.774]],["name/1742",[606,72.565]],["parent/1742",[604,5.774]],["name/1743",[607,72.565]],["parent/1743",[604,5.774]],["name/1744",[608,64.092]],["parent/1744",[]],["name/1745",[269,57.902]],["parent/1745",[608,6.01]],["name/1746",[85,56.471]],["parent/1746",[608,6.01]],["name/1747",[609,64.092]],["parent/1747",[]],["name/1748",[610,72.565]],["parent/1748",[609,6.01]],["name/1749",[611,72.565]],["parent/1749",[609,6.01]],["name/1750",[612,61.579]],["parent/1750",[]],["name/1751",[613,72.565]],["parent/1751",[612,5.774]],["name/1752",[614,72.565]],["parent/1752",[612,5.774]],["name/1753",[615,72.565]],["parent/1753",[612,5.774]],["name/1754",[616,59.572]],["parent/1754",[]],["name/1755",[65,42.12]],["parent/1755",[616,5.586]],["name/1756",[122,44.233]],["parent/1756",[616,5.586]],["name/1757",[100,40.377]],["parent/1757",[616,5.586]],["name/1758",[289,61.579]],["parent/1758",[616,5.586]],["name/1759",[617,57.902]],["parent/1759",[]],["name/1760",[618,56.471]],["parent/1760",[617,5.429]],["name/1761",[619,72.565]],["parent/1761",[617,5.429]],["name/1762",[620,72.565]],["parent/1762",[617,5.429]],["name/1763",[621,72.565]],["parent/1763",[617,5.429]],["name/1764",[622,72.565]],["parent/1764",[617,5.429]],["name/1765",[618,56.471]],["parent/1765",[]],["name/1766",[1,25.116]],["parent/1766",[618,5.295]],["name/1767",[25,25.775]],["parent/1767",[618,5.295]],["name/1768",[29,26.818]],["parent/1768",[618,5.295]],["name/1769",[30,26.957]],["parent/1769",[618,5.295]],["name/1770",[27,25.775]],["parent/1770",[618,5.295]],["name/1771",[623,61.579]],["parent/1771",[]],["name/1772",[624,67.457]],["parent/1772",[623,5.774]],["name/1773",[625,72.565]],["parent/1773",[623,5.774]],["name/1774",[626,72.565]],["parent/1774",[623,5.774]],["name/1775",[627,59.572]],["parent/1775",[]],["name/1776",[628,72.565]],["parent/1776",[627,5.586]],["name/1777",[16,55.219]],["parent/1777",[627,5.586]],["name/1778",[323,67.457]],["parent/1778",[627,5.586]],["name/1779",[629,72.565]],["parent/1779",[627,5.586]],["name/1780",[630,59.572]],["parent/1780",[]],["name/1781",[1,25.116]],["parent/1781",[630,5.586]],["name/1782",[25,25.775]],["parent/1782",[630,5.586]],["name/1783",[26,47.998]],["parent/1783",[630,5.586]],["name/1784",[27,25.775]],["parent/1784",[630,5.586]],["name/1785",[631,57.902]],["parent/1785",[]],["name/1786",[1,25.116]],["parent/1786",[631,5.429]],["name/1787",[25,25.775]],["parent/1787",[631,5.429]],["name/1788",[29,26.818]],["parent/1788",[631,5.429]],["name/1789",[30,26.957]],["parent/1789",[631,5.429]],["name/1790",[27,25.775]],["parent/1790",[631,5.429]],["name/1791",[632,59.572]],["parent/1791",[]],["name/1792",[19,67.457]],["parent/1792",[632,5.586]],["name/1793",[33,53.106]],["parent/1793",[632,5.586]],["name/1794",[18,55.219]],["parent/1794",[632,5.586]],["name/1795",[32,53.106]],["parent/1795",[632,5.586]],["name/1796",[633,57.902]],["parent/1796",[]],["name/1797",[1,25.116]],["parent/1797",[633,5.429]],["name/1798",[25,25.775]],["parent/1798",[633,5.429]],["name/1799",[29,26.818]],["parent/1799",[633,5.429]],["name/1800",[30,26.957]],["parent/1800",[633,5.429]],["name/1801",[27,25.775]],["parent/1801",[633,5.429]],["name/1802",[634,59.572]],["parent/1802",[]],["name/1803",[1,25.116]],["parent/1803",[634,5.586]],["name/1804",[25,25.775]],["parent/1804",[634,5.586]],["name/1805",[26,47.998]],["parent/1805",[634,5.586]],["name/1806",[27,25.775]],["parent/1806",[634,5.586]],["name/1807",[98,41.808]],["parent/1807",[]],["name/1808",[1,25.116]],["parent/1808",[98,3.92]],["name/1809",[25,25.775]],["parent/1809",[98,3.92]],["name/1810",[29,26.818]],["parent/1810",[98,3.92]],["name/1811",[30,26.957]],["parent/1811",[98,3.92]],["name/1812",[27,25.775]],["parent/1812",[98,3.92]],["name/1813",[635,57.902]],["parent/1813",[]],["name/1814",[624,67.457]],["parent/1814",[635,5.429]],["name/1815",[636,72.565]],["parent/1815",[635,5.429]],["name/1816",[637,72.565]],["parent/1816",[635,5.429]],["name/1817",[638,72.565]],["parent/1817",[635,5.429]],["name/1818",[639,72.565]],["parent/1818",[635,5.429]],["name/1819",[640,59.572]],["parent/1819",[]],["name/1820",[1,25.116]],["parent/1820",[640,5.586]],["name/1821",[25,25.775]],["parent/1821",[640,5.586]],["name/1822",[26,47.998]],["parent/1822",[640,5.586]],["name/1823",[27,25.775]],["parent/1823",[640,5.586]],["name/1824",[641,59.572]],["parent/1824",[]],["name/1825",[1,25.116]],["parent/1825",[641,5.586]],["name/1826",[25,25.775]],["parent/1826",[641,5.586]],["name/1827",[26,47.998]],["parent/1827",[641,5.586]],["name/1828",[27,25.775]],["parent/1828",[641,5.586]],["name/1829",[642,59.572]],["parent/1829",[]],["name/1830",[100,40.377]],["parent/1830",[642,5.586]],["name/1831",[643,72.565]],["parent/1831",[642,5.586]],["name/1832",[644,72.565]],["parent/1832",[642,5.586]],["name/1833",[645,72.565]],["parent/1833",[642,5.586]],["name/1834",[646,57.902]],["parent/1834",[]],["name/1835",[1,25.116]],["parent/1835",[646,5.429]],["name/1836",[25,25.775]],["parent/1836",[646,5.429]],["name/1837",[29,26.818]],["parent/1837",[646,5.429]],["name/1838",[30,26.957]],["parent/1838",[646,5.429]],["name/1839",[27,25.775]],["parent/1839",[646,5.429]],["name/1840",[647,57.902]],["parent/1840",[]],["name/1841",[431,57.902]],["parent/1841",[647,5.429]],["name/1842",[648,72.565]],["parent/1842",[647,5.429]],["name/1843",[649,72.565]],["parent/1843",[647,5.429]],["name/1844",[650,72.565]],["parent/1844",[647,5.429]],["name/1845",[651,72.565]],["parent/1845",[647,5.429]],["name/1846",[3,54.107]],["parent/1846",[]],["name/1847",[1,25.116]],["parent/1847",[3,5.073]],["name/1848",[25,25.775]],["parent/1848",[3,5.073]],["name/1849",[29,26.818]],["parent/1849",[3,5.073]],["name/1850",[30,26.957]],["parent/1850",[3,5.073]],["name/1851",[27,25.775]],["parent/1851",[3,5.073]],["name/1852",[652,43.121]],["parent/1852",[]],["name/1853",[169,67.457]],["parent/1853",[652,4.043]],["name/1854",[653,72.565]],["parent/1854",[652,4.043]],["name/1855",[654,72.565]],["parent/1855",[652,4.043]],["name/1856",[655,72.565]],["parent/1856",[652,4.043]],["name/1857",[656,72.565]],["parent/1857",[652,4.043]],["name/1858",[657,72.565]],["parent/1858",[652,4.043]],["name/1859",[173,67.457]],["parent/1859",[652,4.043]],["name/1860",[171,67.457]],["parent/1860",[652,4.043]],["name/1861",[658,72.565]],["parent/1861",[652,4.043]],["name/1862",[659,72.565]],["parent/1862",[652,4.043]],["name/1863",[331,64.092]],["parent/1863",[652,4.043]],["name/1864",[76,55.219]],["parent/1864",[652,4.043]],["name/1865",[660,72.565]],["parent/1865",[652,4.043]],["name/1866",[172,67.457]],["parent/1866",[652,4.043]],["name/1867",[661,72.565]],["parent/1867",[652,4.043]],["name/1868",[662,72.565]],["parent/1868",[652,4.043]],["name/1869",[663,72.565]],["parent/1869",[652,4.043]],["name/1870",[664,72.565]],["parent/1870",[652,4.043]],["name/1871",[665,72.565]],["parent/1871",[652,4.043]],["name/1872",[666,72.565]],["parent/1872",[652,4.043]],["name/1873",[667,72.565]],["parent/1873",[652,4.043]],["name/1874",[668,72.565]],["parent/1874",[652,4.043]],["name/1875",[669,72.565]],["parent/1875",[652,4.043]],["name/1876",[670,72.565]],["parent/1876",[652,4.043]],["name/1877",[671,72.565]],["parent/1877",[652,4.043]],["name/1878",[672,72.565]],["parent/1878",[652,4.043]],["name/1879",[183,67.457]],["parent/1879",[652,4.043]],["name/1880",[673,59.572]],["parent/1880",[]],["name/1881",[674,61.579]],["parent/1881",[673,5.586]],["name/1882",[217,59.572]],["parent/1882",[673,5.586]],["name/1883",[675,61.579]],["parent/1883",[673,5.586]],["name/1884",[143,51.363]],["parent/1884",[673,5.586]],["name/1885",[676,56.471]],["parent/1885",[]],["name/1886",[444,64.092]],["parent/1886",[676,5.295]],["name/1887",[257,64.092]],["parent/1887",[676,5.295]],["name/1888",[674,61.579]],["parent/1888",[676,5.295]],["name/1889",[217,59.572]],["parent/1889",[676,5.295]],["name/1890",[675,61.579]],["parent/1890",[676,5.295]],["name/1891",[143,51.363]],["parent/1891",[676,5.295]],["name/1892",[677,57.902]],["parent/1892",[]],["name/1893",[1,25.116]],["parent/1893",[677,5.429]],["name/1894",[25,25.775]],["parent/1894",[677,5.429]],["name/1895",[29,26.818]],["parent/1895",[677,5.429]],["name/1896",[30,26.957]],["parent/1896",[677,5.429]],["name/1897",[27,25.775]],["parent/1897",[677,5.429]],["name/1898",[678,53.106]],["parent/1898",[]],["name/1899",[674,61.579]],["parent/1899",[678,4.98]],["name/1900",[679,67.457]],["parent/1900",[678,4.98]],["name/1901",[680,67.457]],["parent/1901",[678,4.98]],["name/1902",[217,59.572]],["parent/1902",[678,4.98]],["name/1903",[675,61.579]],["parent/1903",[678,4.98]],["name/1904",[681,67.457]],["parent/1904",[678,4.98]],["name/1905",[682,67.457]],["parent/1905",[678,4.98]],["name/1906",[106,51.363]],["parent/1906",[678,4.98]],["name/1907",[143,51.363]],["parent/1907",[678,4.98]],["name/1908",[683,51.363]],["parent/1908",[]],["name/1909",[444,64.092]],["parent/1909",[683,4.816]],["name/1910",[257,64.092]],["parent/1910",[683,4.816]],["name/1911",[674,61.579]],["parent/1911",[683,4.816]],["name/1912",[679,67.457]],["parent/1912",[683,4.816]],["name/1913",[680,67.457]],["parent/1913",[683,4.816]],["name/1914",[217,59.572]],["parent/1914",[683,4.816]],["name/1915",[675,61.579]],["parent/1915",[683,4.816]],["name/1916",[681,67.457]],["parent/1916",[683,4.816]],["name/1917",[682,67.457]],["parent/1917",[683,4.816]],["name/1918",[106,51.363]],["parent/1918",[683,4.816]],["name/1919",[143,51.363]],["parent/1919",[683,4.816]],["name/1920",[684,57.902]],["parent/1920",[]],["name/1921",[1,25.116]],["parent/1921",[684,5.429]],["name/1922",[25,25.775]],["parent/1922",[684,5.429]],["name/1923",[29,26.818]],["parent/1923",[684,5.429]],["name/1924",[30,26.957]],["parent/1924",[684,5.429]],["name/1925",[27,25.775]],["parent/1925",[684,5.429]],["name/1926",[685,57.902]],["parent/1926",[]],["name/1927",[1,25.116]],["parent/1927",[685,5.429]],["name/1928",[25,25.775]],["parent/1928",[685,5.429]],["name/1929",[29,26.818]],["parent/1929",[685,5.429]],["name/1930",[30,26.957]],["parent/1930",[685,5.429]],["name/1931",[27,25.775]],["parent/1931",[685,5.429]],["name/1932",[686,57.902]],["parent/1932",[]],["name/1933",[1,25.116]],["parent/1933",[686,5.429]],["name/1934",[25,25.775]],["parent/1934",[686,5.429]],["name/1935",[29,26.818]],["parent/1935",[686,5.429]],["name/1936",[30,26.957]],["parent/1936",[686,5.429]],["name/1937",[27,25.775]],["parent/1937",[686,5.429]],["name/1938",[687,64.092]],["parent/1938",[]],["name/1939",[106,51.363]],["parent/1939",[687,6.01]],["name/1940",[143,51.363]],["parent/1940",[687,6.01]],["name/1941",[688,57.902]],["parent/1941",[]],["name/1942",[1,25.116]],["parent/1942",[688,5.429]],["name/1943",[25,25.775]],["parent/1943",[688,5.429]],["name/1944",[29,26.818]],["parent/1944",[688,5.429]],["name/1945",[30,26.957]],["parent/1945",[688,5.429]],["name/1946",[27,25.775]],["parent/1946",[688,5.429]],["name/1947",[689,57.902]],["parent/1947",[]],["name/1948",[1,25.116]],["parent/1948",[689,5.429]],["name/1949",[25,25.775]],["parent/1949",[689,5.429]],["name/1950",[29,26.818]],["parent/1950",[689,5.429]],["name/1951",[30,26.957]],["parent/1951",[689,5.429]],["name/1952",[27,25.775]],["parent/1952",[689,5.429]],["name/1953",[690,61.579]],["parent/1953",[]],["name/1954",[1,25.116]],["parent/1954",[690,5.774]],["name/1955",[691,72.565]],["parent/1955",[690,5.774]],["name/1956",[92,50.593]],["parent/1956",[690,5.774]],["name/1957",[692,47.998]],["parent/1957",[]],["name/1958",[693,72.565]],["parent/1958",[692,4.501]],["name/1959",[694,72.565]],["parent/1959",[692,4.501]],["name/1960",[695,72.565]],["parent/1960",[692,4.501]],["name/1961",[696,72.565]],["parent/1961",[692,4.501]],["name/1962",[697,72.565]],["parent/1962",[692,4.501]],["name/1963",[698,72.565]],["parent/1963",[692,4.501]],["name/1964",[699,72.565]],["parent/1964",[692,4.501]],["name/1965",[700,72.565]],["parent/1965",[692,4.501]],["name/1966",[701,72.565]],["parent/1966",[692,4.501]],["name/1967",[702,72.565]],["parent/1967",[692,4.501]],["name/1968",[703,72.565]],["parent/1968",[692,4.501]],["name/1969",[704,72.565]],["parent/1969",[692,4.501]],["name/1970",[705,72.565]],["parent/1970",[692,4.501]],["name/1971",[706,72.565]],["parent/1971",[692,4.501]],["name/1972",[707,72.565]],["parent/1972",[692,4.501]],["name/1973",[708,72.565]],["parent/1973",[692,4.501]],["name/1974",[709,67.457]],["parent/1974",[]],["name/1975",[91,35.43]],["parent/1975",[709,6.325]],["name/1976",[710,57.902]],["parent/1976",[]],["name/1977",[1,25.116]],["parent/1977",[710,5.429]],["name/1978",[25,25.775]],["parent/1978",[710,5.429]],["name/1979",[29,26.818]],["parent/1979",[710,5.429]],["name/1980",[30,26.957]],["parent/1980",[710,5.429]],["name/1981",[27,25.775]],["parent/1981",[710,5.429]],["name/1982",[711,57.902]],["parent/1982",[]],["name/1983",[1,25.116]],["parent/1983",[711,5.429]],["name/1984",[25,25.775]],["parent/1984",[711,5.429]],["name/1985",[29,26.818]],["parent/1985",[711,5.429]],["name/1986",[30,26.957]],["parent/1986",[711,5.429]],["name/1987",[27,25.775]],["parent/1987",[711,5.429]],["name/1988",[712,59.572]],["parent/1988",[]],["name/1989",[1,25.116]],["parent/1989",[712,5.586]],["name/1990",[25,25.775]],["parent/1990",[712,5.586]],["name/1991",[26,47.998]],["parent/1991",[712,5.586]],["name/1992",[27,25.775]],["parent/1992",[712,5.586]],["name/1993",[713,72.565]],["parent/1993",[]],["name/1994",[714,59.572]],["parent/1994",[]],["name/1995",[1,25.116]],["parent/1995",[714,5.586]],["name/1996",[25,25.775]],["parent/1996",[714,5.586]],["name/1997",[26,47.998]],["parent/1997",[714,5.586]],["name/1998",[27,25.775]],["parent/1998",[714,5.586]],["name/1999",[715,72.565]],["parent/1999",[]],["name/2000",[716,55.219]],["parent/2000",[]],["name/2001",[717,72.565]],["parent/2001",[716,5.178]],["name/2002",[1,25.116]],["parent/2002",[716,5.178]],["name/2003",[112,61.579]],["parent/2003",[716,5.178]],["name/2004",[25,25.775]],["parent/2004",[716,5.178]],["name/2005",[29,26.818]],["parent/2005",[716,5.178]],["name/2006",[30,26.957]],["parent/2006",[716,5.178]],["name/2007",[27,25.775]],["parent/2007",[716,5.178]],["name/2008",[718,57.902]],["parent/2008",[]],["name/2009",[1,25.116]],["parent/2009",[718,5.429]],["name/2010",[25,25.775]],["parent/2010",[718,5.429]],["name/2011",[29,26.818]],["parent/2011",[718,5.429]],["name/2012",[30,26.957]],["parent/2012",[718,5.429]],["name/2013",[27,25.775]],["parent/2013",[718,5.429]],["name/2014",[719,72.565]],["parent/2014",[]],["name/2015",[720,67.457]],["parent/2015",[]],["name/2016",[721,72.565]],["parent/2016",[720,6.325]],["name/2017",[722,57.902]],["parent/2017",[]],["name/2018",[1,25.116]],["parent/2018",[722,5.429]],["name/2019",[25,25.775]],["parent/2019",[722,5.429]],["name/2020",[29,26.818]],["parent/2020",[722,5.429]],["name/2021",[30,26.957]],["parent/2021",[722,5.429]],["name/2022",[27,25.775]],["parent/2022",[722,5.429]],["name/2023",[723,64.092]],["parent/2023",[]],["name/2024",[436,47.998]],["parent/2024",[723,6.01]],["name/2025",[724,72.565]],["parent/2025",[723,6.01]],["name/2026",[725,61.579]],["parent/2026",[]],["name/2027",[1,25.116]],["parent/2027",[725,5.774]],["name/2028",[25,25.775]],["parent/2028",[725,5.774]],["name/2029",[27,25.775]],["parent/2029",[725,5.774]],["name/2030",[726,64.092]],["parent/2030",[]],["name/2031",[727,61.579]],["parent/2031",[726,6.01]],["name/2032",[98,41.808]],["parent/2032",[726,6.01]],["name/2033",[728,56.471]],["parent/2033",[]],["name/2034",[1,25.116]],["parent/2034",[728,5.295]],["name/2035",[729,67.457]],["parent/2035",[728,5.295]],["name/2036",[29,26.818]],["parent/2036",[728,5.295]],["name/2037",[730,67.457]],["parent/2037",[728,5.295]],["name/2038",[731,67.457]],["parent/2038",[728,5.295]],["name/2039",[6,53.106]],["parent/2039",[728,5.295]],["name/2040",[732,64.092]],["parent/2040",[]],["name/2041",[733,61.579]],["parent/2041",[732,6.01]],["name/2042",[98,41.808]],["parent/2042",[732,6.01]],["name/2043",[734,56.471]],["parent/2043",[]],["name/2044",[1,25.116]],["parent/2044",[734,5.295]],["name/2045",[729,67.457]],["parent/2045",[734,5.295]],["name/2046",[29,26.818]],["parent/2046",[734,5.295]],["name/2047",[730,67.457]],["parent/2047",[734,5.295]],["name/2048",[731,67.457]],["parent/2048",[734,5.295]],["name/2049",[6,53.106]],["parent/2049",[734,5.295]],["name/2050",[735,67.457]],["parent/2050",[]],["name/2051",[86,48.586]],["parent/2051",[735,6.325]],["name/2052",[727,61.579]],["parent/2052",[]],["name/2053",[1,25.116]],["parent/2053",[727,5.774]],["name/2054",[214,61.579]],["parent/2054",[727,5.774]],["name/2055",[733,61.579]],["parent/2055",[]],["name/2056",[1,25.116]],["parent/2056",[733,5.774]],["name/2057",[214,61.579]],["parent/2057",[733,5.774]],["name/2058",[13,54.107]],["parent/2058",[]],["name/2059",[1,25.116]],["parent/2059",[13,5.073]],["name/2060",[736,72.565]],["parent/2060",[13,5.073]],["name/2061",[25,25.775]],["parent/2061",[13,5.073]],["name/2062",[29,26.818]],["parent/2062",[13,5.073]],["name/2063",[30,26.957]],["parent/2063",[13,5.073]],["name/2064",[27,25.775]],["parent/2064",[13,5.073]],["name/2065",[737,59.572]],["parent/2065",[]],["name/2066",[1,25.116]],["parent/2066",[737,5.586]],["name/2067",[25,25.775]],["parent/2067",[737,5.586]],["name/2068",[26,47.998]],["parent/2068",[737,5.586]],["name/2069",[27,25.775]],["parent/2069",[737,5.586]],["name/2070",[738,57.902]],["parent/2070",[]],["name/2071",[1,25.116]],["parent/2071",[738,5.429]],["name/2072",[25,25.775]],["parent/2072",[738,5.429]],["name/2073",[29,26.818]],["parent/2073",[738,5.429]],["name/2074",[30,26.957]],["parent/2074",[738,5.429]],["name/2075",[27,25.775]],["parent/2075",[738,5.429]],["name/2076",[739,57.902]],["parent/2076",[]],["name/2077",[1,25.116]],["parent/2077",[739,5.429]],["name/2078",[25,25.775]],["parent/2078",[739,5.429]],["name/2079",[29,26.818]],["parent/2079",[739,5.429]],["name/2080",[30,26.957]],["parent/2080",[739,5.429]],["name/2081",[27,25.775]],["parent/2081",[739,5.429]],["name/2082",[740,57.902]],["parent/2082",[]],["name/2083",[1,25.116]],["parent/2083",[740,5.429]],["name/2084",[25,25.775]],["parent/2084",[740,5.429]],["name/2085",[29,26.818]],["parent/2085",[740,5.429]],["name/2086",[30,26.957]],["parent/2086",[740,5.429]],["name/2087",[27,25.775]],["parent/2087",[740,5.429]],["name/2088",[741,57.902]],["parent/2088",[]],["name/2089",[1,25.116]],["parent/2089",[741,5.429]],["name/2090",[25,25.775]],["parent/2090",[741,5.429]],["name/2091",[29,26.818]],["parent/2091",[741,5.429]],["name/2092",[30,26.957]],["parent/2092",[741,5.429]],["name/2093",[27,25.775]],["parent/2093",[741,5.429]],["name/2094",[742,57.902]],["parent/2094",[]],["name/2095",[18,55.219]],["parent/2095",[742,5.429]],["name/2096",[340,61.579]],["parent/2096",[742,5.429]],["name/2097",[22,51.363]],["parent/2097",[742,5.429]],["name/2098",[341,61.579]],["parent/2098",[742,5.429]],["name/2099",[23,51.363]],["parent/2099",[742,5.429]],["name/2100",[743,57.902]],["parent/2100",[]],["name/2101",[33,53.106]],["parent/2101",[743,5.429]],["name/2102",[18,55.219]],["parent/2102",[743,5.429]],["name/2103",[340,61.579]],["parent/2103",[743,5.429]],["name/2104",[341,61.579]],["parent/2104",[743,5.429]],["name/2105",[32,53.106]],["parent/2105",[743,5.429]],["name/2106",[744,59.572]],["parent/2106",[]],["name/2107",[745,72.565]],["parent/2107",[744,5.586]],["name/2108",[746,72.565]],["parent/2108",[744,5.586]],["name/2109",[747,72.565]],["parent/2109",[744,5.586]],["name/2110",[1,25.116]],["parent/2110",[744,5.586]],["name/2111",[748,56.471]],["parent/2111",[]],["name/2112",[749,72.565]],["parent/2112",[748,5.295]],["name/2113",[8,61.579]],["parent/2113",[748,5.295]],["name/2114",[9,61.579]],["parent/2114",[748,5.295]],["name/2115",[3,54.107]],["parent/2115",[748,5.295]],["name/2116",[750,72.565]],["parent/2116",[748,5.295]],["name/2117",[6,53.106]],["parent/2117",[748,5.295]],["name/2118",[751,64.092]],["parent/2118",[]],["name/2119",[1,25.116]],["parent/2119",[751,6.01]],["name/2120",[752,72.565]],["parent/2120",[751,6.01]],["name/2121",[753,72.565]],["parent/2121",[]],["name/2122",[754,72.565]],["parent/2122",[]],["name/2123",[755,72.565]],["parent/2123",[]],["name/2124",[756,72.565]],["parent/2124",[]]],"invertedIndex":[["__type",{"_index":91,"name":{"179":{},"182":{},"188":{},"230":{},"233":{},"239":{},"272":{},"276":{},"293":{},"299":{},"321":{},"325":{},"342":{},"348":{},"361":{},"365":{},"382":{},"388":{},"419":{},"423":{},"440":{},"446":{},"657":{},"915":{},"921":{},"925":{},"930":{},"947":{},"952":{},"977":{},"983":{},"985":{},"990":{},"995":{},"1000":{},"1072":{},"1140":{},"1145":{},"1150":{},"1155":{},"1160":{},"1165":{},"1171":{},"1173":{},"1178":{},"1183":{},"1188":{},"1193":{},"1198":{},"1268":{},"1322":{},"1327":{},"1395":{},"1422":{},"1444":{},"1455":{},"1459":{},"1463":{},"1628":{},"1640":{},"1975":{}},"parent":{}}],["_attr",{"_index":721,"name":{"2016":{}},"parent":{}}],["absolutehorizontalposition",{"_index":346,"name":{"1108":{}},"parent":{}}],["absoluteverticalposition",{"_index":348,"name":{"1111":{}},"parent":{}}],["abstractnumbering",{"_index":443,"name":{"1361":{}},"parent":{"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{}}}],["abstractnumid",{"_index":467,"name":{"1418":{}},"parent":{}}],["add",{"_index":729,"name":{"2035":{},"2045":{}},"parent":{}}],["addbottomborder",{"_index":316,"name":{"1016":{}},"parent":{}}],["addcelltocolumnindex",{"_index":418,"name":{"1277":{}},"parent":{}}],["addcelltoindex",{"_index":417,"name":{"1276":{}},"parent":{}}],["addchildelement",{"_index":29,"name":{"33":{},"44":{},"50":{},"63":{},"69":{},"75":{},"81":{},"87":{},"104":{},"110":{},"124":{},"130":{},"159":{},"165":{},"208":{},"259":{},"312":{},"398":{},"404":{},"455":{},"465":{},"477":{},"483":{},"507":{},"513":{},"519":{},"525":{},"531":{},"537":{},"543":{},"549":{},"555":{},"561":{},"567":{},"573":{},"579":{},"585":{},"591":{},"597":{},"603":{},"609":{},"616":{},"622":{},"628":{},"634":{},"644":{},"651":{},"668":{},"674":{},"681":{},"689":{},"695":{},"704":{},"710":{},"716":{},"722":{},"728":{},"734":{},"740":{},"746":{},"756":{},"762":{},"771":{},"777":{},"786":{},"792":{},"802":{},"808":{},"818":{},"824":{},"831":{},"840":{},"846":{},"855":{},"861":{},"867":{},"873":{},"879":{},"885":{},"891":{},"941":{},"967":{},"1009":{},"1021":{},"1027":{},"1036":{},"1046":{},"1056":{},"1067":{},"1086":{},"1126":{},"1135":{},"1204":{},"1213":{},"1223":{},"1281":{},"1290":{},"1296":{},"1302":{},"1317":{},"1358":{},"1365":{},"1401":{},"1407":{},"1413":{},"1431":{},"1437":{},"1482":{},"1502":{},"1508":{},"1514":{},"1520":{},"1567":{},"1573":{},"1579":{},"1619":{},"1648":{},"1657":{},"1675":{},"1690":{},"1737":{},"1768":{},"1788":{},"1799":{},"1810":{},"1837":{},"1849":{},"1895":{},"1923":{},"1929":{},"1935":{},"1944":{},"1950":{},"1979":{},"1985":{},"2005":{},"2011":{},"2020":{},"2036":{},"2046":{},"2062":{},"2073":{},"2079":{},"2085":{},"2091":{}},"parent":{}}],["addendborder",{"_index":317,"name":{"1017":{}},"parent":{}}],["addimage",{"_index":476,"name":{"1451":{}},"parent":{}}],["addleftborder",{"_index":318,"name":{"1018":{}},"parent":{}}],["addmedia",{"_index":475,"name":{"1450":{}},"parent":{}}],["addrightborder",{"_index":319,"name":{"1019":{}},"parent":{}}],["addruntofront",{"_index":107,"name":{"207":{}},"parent":{}}],["addsection",{"_index":557,"name":{"1615":{}},"parent":{}}],["addstartborder",{"_index":315,"name":{"1015":{}},"parent":{}}],["addtopborder",{"_index":314,"name":{"1014":{}},"parent":{}}],["after",{"_index":49,"name":{"95":{}},"parent":{}}],["afterautospacing",{"_index":54,"name":{"100":{}},"parent":{}}],["align",{"_index":517,"name":{"1543":{},"1547":{}},"parent":{}}],["alignment",{"_index":28,"name":{"30":{},"194":{},"212":{},"245":{},"929":{},"962":{},"1080":{},"1391":{}},"parent":{"31":{},"32":{},"33":{},"34":{},"35":{}}}],["alignmentattributes",{"_index":24,"name":{"25":{}},"parent":{"26":{},"27":{},"28":{},"29":{}}}],["alignmenttype",{"_index":15,"name":{"16":{}},"parent":{"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{}}}],["all_pages",{"_index":605,"name":{"1741":{}},"parent":{}}],["allcaps",{"_index":126,"name":{"283":{},"332":{},"372":{},"430":{}},"parent":{}}],["allowoverlap",{"_index":524,"name":{"1557":{}},"parent":{}}],["anchor",{"_index":286,"name":{"920":{}},"parent":{}}],["anchorlock",{"_index":276,"name":{"910":{}},"parent":{}}],["appproperties",{"_index":12,"name":{"13":{},"1346":{}},"parent":{}}],["around",{"_index":271,"name":{"903":{}},"parent":{}}],["array",{"_index":477,"name":{"1452":{}},"parent":{}}],["ascii",{"_index":161,"name":{"469":{}},"parent":{}}],["at_least",{"_index":45,"name":{"91":{}},"parent":{}}],["atleast",{"_index":426,"name":{"1307":{}},"parent":{}}],["attributemap",{"_index":713,"name":{"1993":{}},"parent":{}}],["attributes",{"_index":712,"name":{"1988":{}},"parent":{"1989":{},"1990":{},"1991":{},"1992":{}}}],["auto",{"_index":47,"name":{"93":{},"904":{},"1060":{},"1306":{}},"parent":{}}],["autofit",{"_index":357,"name":{"1130":{}},"parent":{}}],["back",{"_index":610,"name":{"1748":{}},"parent":{}}],["background",{"_index":531,"name":{"1583":{}},"parent":{}}],["bar",{"_index":68,"name":{"137":{}},"parent":{}}],["basedon",{"_index":674,"name":{"1881":{},"1888":{},"1899":{},"1911":{}},"parent":{}}],["baseemphasismark",{"_index":204,"name":{"614":{}},"parent":{"615":{},"616":{},"617":{},"618":{}}}],["baseunderline",{"_index":186,"name":{"504":{}},"parent":{"505":{},"506":{},"507":{},"508":{},"509":{}}}],["basexmlcomponent",{"_index":725,"name":{"2026":{}},"parent":{"2027":{},"2028":{},"2029":{}}}],["before",{"_index":50,"name":{"96":{}},"parent":{}}],["beforeautospacing",{"_index":53,"name":{"99":{}},"parent":{}}],["behinddocument",{"_index":526,"name":{"1559":{}},"parent":{}}],["bidirectional",{"_index":88,"name":{"174":{},"225":{}},"parent":{}}],["body",{"_index":556,"name":{"1613":{}},"parent":{"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{}}}],["bold",{"_index":115,"name":{"267":{},"316":{},"356":{},"414":{}},"parent":{}}],["boldcomplexscript",{"_index":116,"name":{"268":{},"317":{},"357":{},"415":{}},"parent":{}}],["bookmark",{"_index":218,"name":{"660":{}},"parent":{"661":{},"662":{},"663":{},"664":{}}}],["bookmarkend",{"_index":220,"name":{"671":{}},"parent":{"672":{},"673":{},"674":{},"675":{},"676":{}}}],["bookmarkstart",{"_index":219,"name":{"665":{}},"parent":{"666":{},"667":{},"668":{},"669":{},"670":{}}}],["border",{"_index":34,"name":{"41":{},"172":{},"223":{}},"parent":{"42":{},"43":{},"44":{},"45":{},"46":{}}}],["borders",{"_index":301,"name":{"961":{},"982":{},"1076":{},"1632":{}},"parent":{}}],["borderstyle",{"_index":652,"name":{"1852":{}},"parent":{"1853":{},"1854":{},"1855":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{},"1879":{}}}],["both",{"_index":19,"name":{"20":{},"1792":{}},"parent":{}}],["both_sides",{"_index":497,"name":{"1491":{}},"parent":{}}],["bottom",{"_index":33,"name":{"38":{},"955":{},"989":{},"1040":{},"1102":{},"1144":{},"1177":{},"1551":{},"1793":{},"2101":{}},"parent":{}}],["bottom_margin",{"_index":513,"name":{"1533":{}},"parent":{}}],["bottom_to_top_left_to_right",{"_index":325,"name":{"1050":{}},"parent":{}}],["bottomfromtext",{"_index":349,"name":{"1113":{}},"parent":{}}],["break",{"_index":114,"name":{"264":{},"411":{}},"parent":{}}],["bullet",{"_index":90,"name":{"178":{},"229":{},"1369":{}},"parent":{}}],["cantsplit",{"_index":410,"name":{"1265":{},"1293":{}},"parent":{"1294":{},"1295":{},"1296":{},"1297":{},"1298":{}}}],["captionlabel",{"_index":693,"name":{"1958":{}},"parent":{}}],["captionlabelincludingnumbers",{"_index":695,"name":{"1960":{}},"parent":{}}],["cardinal_text",{"_index":446,"name":{"1370":{},"1706":{}},"parent":{}}],["cellcount",{"_index":415,"name":{"1274":{}},"parent":{}}],["cellmargin",{"_index":336,"name":{"1081":{}},"parent":{}}],["cells",{"_index":416,"name":{"1275":{}},"parent":{}}],["center",{"_index":18,"name":{"19":{},"136":{},"1041":{},"1094":{},"1100":{},"1794":{},"2095":{},"2102":{}},"parent":{}}],["char",{"_index":151,"name":{"408":{}},"parent":{}}],["character",{"_index":506,"name":{"1524":{}},"parent":{}}],["characterspacing",{"_index":134,"name":{"291":{},"340":{},"380":{},"438":{}},"parent":{}}],["characterstyles",{"_index":650,"name":{"1844":{}},"parent":{}}],["chicago",{"_index":447,"name":{"1371":{}},"parent":{}}],["child",{"_index":215,"name":{"658":{}},"parent":{}}],["children",{"_index":86,"name":{"171":{},"263":{},"410":{},"663":{},"685":{},"750":{},"766":{},"781":{},"796":{},"812":{},"835":{},"850":{},"1004":{},"1271":{},"1332":{},"2051":{}},"parent":{}}],["clear",{"_index":69,"name":{"138":{},"1227":{}},"parent":{}}],["colon",{"_index":595,"name":{"1720":{}},"parent":{}}],["color",{"_index":100,"name":{"191":{},"242":{},"273":{},"278":{},"296":{},"302":{},"322":{},"327":{},"345":{},"351":{},"362":{},"367":{},"385":{},"391":{},"420":{},"425":{},"443":{},"449":{},"988":{},"993":{},"998":{},"1003":{},"1143":{},"1148":{},"1153":{},"1158":{},"1163":{},"1168":{},"1176":{},"1181":{},"1186":{},"1191":{},"1196":{},"1201":{},"1218":{},"1757":{},"1830":{}},"parent":{}}],["column",{"_index":507,"name":{"1525":{},"1639":{}},"parent":{}}],["columnindextorootindex",{"_index":420,"name":{"1279":{}},"parent":{}}],["columnspan",{"_index":309,"name":{"980":{}},"parent":{}}],["columnwidths",{"_index":296,"name":{"950":{}},"parent":{}}],["concretehyperlink",{"_index":210,"name":{"640":{}},"parent":{"641":{},"642":{},"643":{},"644":{},"645":{},"646":{}}}],["concretenumbering",{"_index":442,"name":{"1357":{},"1425":{}},"parent":{"1426":{},"1427":{},"1428":{},"1429":{},"1430":{},"1431":{},"1432":{},"1433":{}}}],["config",{"_index":440,"name":{"1352":{}},"parent":{}}],["constructor",{"_index":1,"name":{"1":{},"26":{},"31":{},"42":{},"48":{},"61":{},"67":{},"73":{},"79":{},"85":{},"102":{},"108":{},"122":{},"128":{},"152":{},"157":{},"163":{},"205":{},"256":{},"310":{},"395":{},"402":{},"453":{},"463":{},"475":{},"481":{},"505":{},"511":{},"517":{},"523":{},"529":{},"535":{},"541":{},"547":{},"553":{},"559":{},"565":{},"571":{},"577":{},"583":{},"589":{},"595":{},"601":{},"607":{},"620":{},"626":{},"632":{},"641":{},"648":{},"655":{},"661":{},"666":{},"672":{},"678":{},"687":{},"693":{},"702":{},"708":{},"714":{},"720":{},"726":{},"732":{},"738":{},"744":{},"754":{},"760":{},"769":{},"775":{},"784":{},"790":{},"800":{},"806":{},"816":{},"822":{},"829":{},"838":{},"844":{},"853":{},"859":{},"865":{},"871":{},"877":{},"883":{},"889":{},"934":{},"939":{},"965":{},"1006":{},"1013":{},"1025":{},"1034":{},"1044":{},"1054":{},"1065":{},"1084":{},"1119":{},"1124":{},"1133":{},"1202":{},"1211":{},"1221":{},"1273":{},"1285":{},"1294":{},"1300":{},"1310":{},"1315":{},"1334":{},"1354":{},"1362":{},"1399":{},"1405":{},"1411":{},"1426":{},"1435":{},"1449":{},"1479":{},"1500":{},"1506":{},"1512":{},"1518":{},"1565":{},"1571":{},"1577":{},"1609":{},"1614":{},"1646":{},"1655":{},"1665":{},"1673":{},"1683":{},"1688":{},"1701":{},"1730":{},"1735":{},"1766":{},"1781":{},"1786":{},"1797":{},"1803":{},"1808":{},"1820":{},"1825":{},"1835":{},"1847":{},"1893":{},"1921":{},"1927":{},"1933":{},"1942":{},"1948":{},"1954":{},"1977":{},"1983":{},"1989":{},"1995":{},"2002":{},"2009":{},"2018":{},"2027":{},"2034":{},"2044":{},"2053":{},"2056":{},"2059":{},"2066":{},"2071":{},"2077":{},"2083":{},"2089":{},"2110":{},"2119":{}},"parent":{}}],["contenttypes",{"_index":10,"name":{"11":{},"1344":{}},"parent":{}}],["contextualspacing",{"_index":56,"name":{"107":{},"196":{},"214":{},"247":{}},"parent":{"108":{},"109":{},"110":{},"111":{},"112":{}}}],["continue",{"_index":322,"name":{"1031":{}},"parent":{}}],["continuous",{"_index":624,"name":{"1772":{},"1814":{}},"parent":{}}],["convertinchestotwip",{"_index":754,"name":{"2122":{}},"parent":{}}],["convertmillimeterstotwip",{"_index":753,"name":{"2121":{}},"parent":{}}],["converttoxmlcomponent",{"_index":715,"name":{"1999":{}},"parent":{}}],["coreproperties",{"_index":4,"name":{"5":{},"1338":{}},"parent":{}}],["count",{"_index":568,"name":{"1642":{}},"parent":{}}],["countby",{"_index":628,"name":{"1776":{}},"parent":{}}],["cp",{"_index":550,"name":{"1602":{}},"parent":{}}],["createconcretenumberinginstance",{"_index":441,"name":{"1356":{}},"parent":{}}],["createfootnote",{"_index":736,"name":{"2060":{}},"parent":{}}],["cs",{"_index":162,"name":{"470":{}},"parent":{}}],["current",{"_index":140,"name":{"306":{}},"parent":{}}],["currentrelationshipid",{"_index":749,"name":{"2112":{}},"parent":{}}],["custom",{"_index":96,"name":{"186":{},"237":{}},"parent":{}}],["customproperties",{"_index":11,"name":{"12":{},"1345":{}},"parent":{}}],["dash",{"_index":175,"name":{"493":{}},"parent":{}}],["dash_dot_stroked",{"_index":653,"name":{"1854":{}},"parent":{}}],["dash_small_gap",{"_index":655,"name":{"1856":{}},"parent":{}}],["dashdotdotheavy",{"_index":182,"name":{"500":{}},"parent":{}}],["dashdotdotheavyunderline",{"_index":188,"name":{"522":{}},"parent":{"523":{},"524":{},"525":{},"526":{},"527":{}}}],["dashdotheavy",{"_index":180,"name":{"498":{}},"parent":{}}],["dashdotheavyunderline",{"_index":189,"name":{"528":{}},"parent":{"529":{},"530":{},"531":{},"532":{},"533":{}}}],["dashed",{"_index":654,"name":{"1855":{}},"parent":{}}],["dashedheavy",{"_index":176,"name":{"494":{}},"parent":{}}],["dashlong",{"_index":177,"name":{"495":{}},"parent":{}}],["dashlongheavy",{"_index":178,"name":{"496":{}},"parent":{}}],["dashlongheavyunderline",{"_index":191,"name":{"540":{}},"parent":{"541":{},"542":{},"543":{},"544":{},"545":{}}}],["dashlongunderline",{"_index":190,"name":{"534":{}},"parent":{"535":{},"536":{},"537":{},"538":{},"539":{}}}],["dashunderline",{"_index":187,"name":{"516":{}},"parent":{"517":{},"518":{},"519":{},"520":{},"521":{}}}],["data",{"_index":156,"name":{"459":{}},"parent":{}}],["dc",{"_index":551,"name":{"1603":{}},"parent":{}}],["dcmitype",{"_index":553,"name":{"1605":{}},"parent":{}}],["dcterms",{"_index":552,"name":{"1604":{}},"parent":{}}],["decimal",{"_index":70,"name":{"139":{},"1372":{},"1707":{}},"parent":{}}],["decimal_enclosed_circle",{"_index":448,"name":{"1373":{},"1708":{}},"parent":{}}],["decimal_enclosed_full_stop",{"_index":591,"name":{"1709":{}},"parent":{}}],["decimal_enclosed_fullstop",{"_index":449,"name":{"1374":{}},"parent":{}}],["decimal_enclosed_paren",{"_index":592,"name":{"1710":{}},"parent":{}}],["decimal_enclosed_parentheses",{"_index":450,"name":{"1375":{}},"parent":{}}],["decimal_full_width",{"_index":593,"name":{"1718":{}},"parent":{}}],["decimal_zero",{"_index":451,"name":{"1376":{},"1711":{}},"parent":{}}],["default",{"_index":431,"name":{"1323":{},"1328":{},"1623":{},"1661":{},"1679":{},"1841":{}},"parent":{}}],["degree",{"_index":253,"name":{"836":{}},"parent":{}}],["delete",{"_index":30,"name":{"34":{},"45":{},"51":{},"64":{},"70":{},"76":{},"82":{},"88":{},"105":{},"111":{},"125":{},"131":{},"160":{},"166":{},"209":{},"260":{},"313":{},"399":{},"405":{},"456":{},"466":{},"478":{},"484":{},"508":{},"514":{},"520":{},"526":{},"532":{},"538":{},"544":{},"550":{},"556":{},"562":{},"568":{},"574":{},"580":{},"586":{},"592":{},"598":{},"604":{},"610":{},"617":{},"623":{},"629":{},"635":{},"645":{},"652":{},"669":{},"675":{},"682":{},"690":{},"696":{},"705":{},"711":{},"717":{},"723":{},"729":{},"735":{},"741":{},"747":{},"757":{},"763":{},"772":{},"778":{},"787":{},"793":{},"803":{},"809":{},"819":{},"825":{},"832":{},"841":{},"847":{},"856":{},"862":{},"868":{},"874":{},"880":{},"886":{},"892":{},"942":{},"968":{},"1010":{},"1022":{},"1028":{},"1037":{},"1047":{},"1057":{},"1068":{},"1087":{},"1127":{},"1136":{},"1205":{},"1214":{},"1224":{},"1282":{},"1291":{},"1297":{},"1303":{},"1318":{},"1359":{},"1366":{},"1402":{},"1408":{},"1414":{},"1432":{},"1438":{},"1483":{},"1503":{},"1509":{},"1515":{},"1521":{},"1568":{},"1574":{},"1580":{},"1620":{},"1649":{},"1658":{},"1676":{},"1691":{},"1738":{},"1769":{},"1789":{},"1800":{},"1811":{},"1838":{},"1850":{},"1896":{},"1924":{},"1930":{},"1936":{},"1945":{},"1951":{},"1980":{},"1986":{},"2006":{},"2012":{},"2021":{},"2063":{},"2074":{},"2080":{},"2086":{},"2092":{}},"parent":{}}],["deletedtextrun",{"_index":741,"name":{"2088":{}},"parent":{"2089":{},"2090":{},"2091":{},"2092":{},"2093":{}}}],["denominator",{"_index":226,"name":{"700":{}},"parent":{}}],["diagonal_cross",{"_index":374,"name":{"1228":{}},"parent":{}}],["diagonal_stripe",{"_index":375,"name":{"1229":{}},"parent":{}}],["display",{"_index":613,"name":{"1751":{}},"parent":{}}],["distance",{"_index":629,"name":{"1779":{}},"parent":{}}],["distb",{"_index":487,"name":{"1473":{}},"parent":{}}],["distl",{"_index":488,"name":{"1474":{}},"parent":{}}],["distr",{"_index":489,"name":{"1475":{}},"parent":{}}],["distribute",{"_index":21,"name":{"22":{}},"parent":{}}],["distt",{"_index":486,"name":{"1472":{}},"parent":{}}],["document",{"_index":0,"name":{"0":{},"3":{},"1336":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{}}}],["documentattributes",{"_index":555,"name":{"1608":{}},"parent":{"1609":{},"1610":{},"1611":{},"1612":{}}}],["documentbackground",{"_index":646,"name":{"1834":{}},"parent":{"1835":{},"1836":{},"1837":{},"1838":{},"1839":{}}}],["documentbackgroundattributes",{"_index":641,"name":{"1824":{}},"parent":{"1825":{},"1826":{},"1827":{},"1828":{}}}],["documentdefaults",{"_index":688,"name":{"1941":{}},"parent":{"1942":{},"1943":{},"1944":{},"1945":{},"1946":{}}}],["dot",{"_index":73,"name":{"144":{},"613":{}},"parent":{}}],["dot_dash",{"_index":656,"name":{"1857":{}},"parent":{}}],["dot_dot_dash",{"_index":657,"name":{"1858":{}},"parent":{}}],["dotdash",{"_index":179,"name":{"497":{}},"parent":{}}],["dotdashunderline",{"_index":192,"name":{"546":{}},"parent":{"547":{},"548":{},"549":{},"550":{},"551":{}}}],["dotdotdash",{"_index":181,"name":{"499":{}},"parent":{}}],["dotdotdashunderline",{"_index":193,"name":{"552":{}},"parent":{"553":{},"554":{},"555":{},"556":{},"557":{}}}],["dotemphasismark",{"_index":205,"name":{"625":{}},"parent":{"626":{},"627":{},"628":{},"629":{},"630":{}}}],["dotted",{"_index":173,"name":{"491":{},"1859":{}},"parent":{}}],["dottedheavy",{"_index":174,"name":{"492":{}},"parent":{}}],["dottedheavyunderline",{"_index":195,"name":{"564":{}},"parent":{"565":{},"566":{},"567":{},"568":{},"569":{}}}],["dottedunderline",{"_index":194,"name":{"558":{}},"parent":{"559":{},"560":{},"561":{},"562":{},"563":{}}}],["double",{"_index":171,"name":{"489":{},"1860":{}},"parent":{}}],["double_wave",{"_index":658,"name":{"1861":{}},"parent":{}}],["doublestrike",{"_index":128,"name":{"285":{},"334":{},"374":{},"432":{}},"parent":{}}],["doubleunderline",{"_index":196,"name":{"570":{}},"parent":{"571":{},"572":{},"573":{},"574":{},"575":{}}}],["drawing",{"_index":491,"name":{"1478":{}},"parent":{"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{}}}],["drop",{"_index":266,"name":{"896":{}},"parent":{}}],["dropcap",{"_index":277,"name":{"911":{}},"parent":{}}],["dropcaptype",{"_index":265,"name":{"894":{}},"parent":{"895":{},"896":{},"897":{}}}],["dxa",{"_index":330,"name":{"1061":{}},"parent":{}}],["eastasia",{"_index":163,"name":{"471":{}},"parent":{}}],["em_dash",{"_index":596,"name":{"1721":{}},"parent":{}}],["emboss",{"_index":137,"name":{"303":{},"352":{},"392":{},"450":{}},"parent":{}}],["emphasismark",{"_index":121,"name":{"275":{},"324":{},"364":{},"422":{},"619":{}},"parent":{"620":{},"621":{},"622":{},"623":{},"624":{}}}],["emphasismarktype",{"_index":203,"name":{"612":{}},"parent":{"613":{}}}],["empty_object",{"_index":709,"name":{"1974":{}},"parent":{"1975":{}}}],["emus",{"_index":481,"name":{"1458":{}},"parent":{}}],["en_dash",{"_index":597,"name":{"1722":{}},"parent":{}}],["end",{"_index":17,"name":{"18":{},"58":{},"140":{},"664":{}},"parent":{}}],["entriesfrombookmark",{"_index":694,"name":{"1959":{}},"parent":{}}],["entryandpagenumberseparator",{"_index":702,"name":{"1967":{}},"parent":{}}],["even",{"_index":434,"name":{"1325":{},"1330":{},"1625":{},"1663":{},"1681":{}},"parent":{}}],["even_page",{"_index":636,"name":{"1815":{}},"parent":{}}],["exact",{"_index":427,"name":{"1308":{}},"parent":{}}],["exactly",{"_index":46,"name":{"92":{}},"parent":{}}],["external",{"_index":209,"name":{"639":{}},"parent":{}}],["externalhyperlink",{"_index":213,"name":{"654":{}},"parent":{"655":{},"656":{},"657":{}}}],["externalhyperlink.__type",{"_index":216,"name":{},"parent":{"658":{},"659":{}}}],["extract",{"_index":752,"name":{"2120":{}},"parent":{}}],["file",{"_index":436,"name":{"1333":{},"2024":{}},"parent":{"1334":{},"1335":{},"1336":{},"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{}}}],["filename",{"_index":484,"name":{"1469":{}},"parent":{}}],["filerelationships",{"_index":7,"name":{"8":{},"1341":{}},"parent":{}}],["fill",{"_index":99,"name":{"190":{},"241":{},"295":{},"301":{},"344":{},"350":{},"384":{},"390":{},"442":{},"448":{},"1217":{}},"parent":{}}],["first",{"_index":433,"name":{"1324":{},"1329":{},"1624":{},"1662":{},"1680":{}},"parent":{}}],["first_page",{"_index":606,"name":{"1742":{}},"parent":{}}],["firstline",{"_index":38,"name":{"56":{}},"parent":{}}],["fixed",{"_index":358,"name":{"1131":{}},"parent":{}}],["flip",{"_index":472,"name":{"1443":{},"1462":{}},"parent":{}}],["float",{"_index":299,"name":{"958":{},"1077":{}},"parent":{}}],["floating",{"_index":158,"name":{"461":{},"1477":{}},"parent":{}}],["font",{"_index":131,"name":{"288":{},"337":{},"377":{},"435":{}},"parent":{}}],["footer",{"_index":733,"name":{"2041":{},"2055":{}},"parent":{"2056":{},"2057":{}}}],["footerid",{"_index":573,"name":{"1653":{}},"parent":{}}],["footerreference",{"_index":574,"name":{"1654":{}},"parent":{"1655":{},"1656":{},"1657":{},"1658":{},"1659":{}}}],["footerreferenceattributes",{"_index":576,"name":{"1664":{}},"parent":{"1665":{},"1666":{},"1667":{},"1668":{}}}],["footerreferencetype",{"_index":575,"name":{"1660":{}},"parent":{"1661":{},"1662":{},"1663":{}}}],["footers",{"_index":9,"name":{"10":{},"1326":{},"1343":{},"2114":{}},"parent":{}}],["footertype",{"_index":572,"name":{"1652":{}},"parent":{}}],["footerwrapper",{"_index":734,"name":{"2043":{}},"parent":{"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{}}}],["footerwrappergroup",{"_index":565,"name":{"1635":{}},"parent":{}}],["footnotereference",{"_index":738,"name":{"2070":{}},"parent":{"2071":{},"2072":{},"2073":{},"2074":{},"2075":{}}}],["footnotereferencerun",{"_index":739,"name":{"2076":{}},"parent":{"2077":{},"2078":{},"2079":{},"2080":{},"2081":{}}}],["footnotereferencerunattributes",{"_index":737,"name":{"2065":{}},"parent":{"2066":{},"2067":{},"2068":{},"2069":{}}}],["footnotes",{"_index":13,"name":{"14":{},"1347":{},"2058":{}},"parent":{"2059":{},"2060":{},"2061":{},"2062":{},"2063":{},"2064":{}}}],["format",{"_index":460,"name":{"1389":{}},"parent":{}}],["formattype",{"_index":600,"name":{"1727":{}},"parent":{}}],["frame",{"_index":102,"name":{"193":{},"244":{}},"parent":{}}],["frameanchortype",{"_index":268,"name":{"898":{}},"parent":{"899":{},"900":{},"901":{}}}],["frameproperties",{"_index":292,"name":{"938":{}},"parent":{"939":{},"940":{},"941":{},"942":{},"943":{}}}],["framepropertiesattributes",{"_index":291,"name":{"933":{}},"parent":{"934":{},"935":{},"936":{},"937":{}}}],["framewrap",{"_index":270,"name":{"902":{}},"parent":{"903":{},"904":{},"905":{},"906":{},"907":{},"908":{}}}],["fromxmlstring",{"_index":717,"name":{"2001":{}},"parent":{}}],["front",{"_index":611,"name":{"1749":{}},"parent":{}}],["gettablesofcontents",{"_index":558,"name":{"1618":{}},"parent":{}}],["grid",{"_index":563,"name":{"1633":{}},"parent":{}}],["gridspan",{"_index":320,"name":{"1024":{}},"parent":{"1025":{},"1026":{},"1027":{},"1028":{},"1029":{}}}],["hanging",{"_index":37,"name":{"55":{}},"parent":{}}],["hansi",{"_index":164,"name":{"472":{}},"parent":{}}],["header",{"_index":727,"name":{"2031":{},"2052":{}},"parent":{"2053":{},"2054":{}}}],["headerid",{"_index":579,"name":{"1671":{}},"parent":{}}],["headerreference",{"_index":580,"name":{"1672":{}},"parent":{"1673":{},"1674":{},"1675":{},"1676":{},"1677":{}}}],["headerreferenceattributes",{"_index":582,"name":{"1682":{}},"parent":{"1683":{},"1684":{},"1685":{},"1686":{}}}],["headerreferencetype",{"_index":581,"name":{"1678":{}},"parent":{"1679":{},"1680":{},"1681":{}}}],["headers",{"_index":8,"name":{"9":{},"1321":{},"1342":{},"2113":{}},"parent":{}}],["headertype",{"_index":578,"name":{"1670":{}},"parent":{}}],["headerwrapper",{"_index":728,"name":{"2033":{}},"parent":{"2034":{},"2035":{},"2036":{},"2037":{},"2038":{},"2039":{}}}],["headerwrappergroup",{"_index":564,"name":{"1634":{}},"parent":{}}],["heading",{"_index":87,"name":{"173":{},"224":{}},"parent":{}}],["heading_1",{"_index":58,"name":{"114":{}},"parent":{}}],["heading_2",{"_index":59,"name":{"115":{}},"parent":{}}],["heading_3",{"_index":60,"name":{"116":{}},"parent":{}}],["heading_4",{"_index":61,"name":{"117":{}},"parent":{}}],["heading_5",{"_index":62,"name":{"118":{}},"parent":{}}],["heading_6",{"_index":63,"name":{"119":{}},"parent":{}}],["headinglevel",{"_index":57,"name":{"113":{}},"parent":{"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{}}}],["headingstylerange",{"_index":701,"name":{"1966":{}},"parent":{}}],["height",{"_index":279,"name":{"913":{},"1267":{},"1442":{},"1698":{}},"parent":{}}],["heightrule",{"_index":425,"name":{"1305":{}},"parent":{"1306":{},"1307":{},"1308":{}}}],["hidetabandpagenumbersinwebview",{"_index":708,"name":{"1973":{}},"parent":{}}],["highlight",{"_index":132,"name":{"289":{},"338":{},"378":{},"436":{}},"parent":{}}],["highlightcomplexscript",{"_index":133,"name":{"290":{},"339":{},"379":{},"437":{}},"parent":{}}],["hint",{"_index":165,"name":{"473":{}},"parent":{}}],["horizontal",{"_index":287,"name":{"922":{},"926":{},"1446":{},"1465":{}},"parent":{}}],["horizontal_cross",{"_index":376,"name":{"1230":{}},"parent":{}}],["horizontal_stripe",{"_index":377,"name":{"1231":{}},"parent":{}}],["horizontalanchor",{"_index":345,"name":{"1107":{}},"parent":{}}],["horizontalposition",{"_index":522,"name":{"1555":{},"1570":{}},"parent":{"1571":{},"1572":{},"1573":{},"1574":{},"1575":{}}}],["horizontalpositionalign",{"_index":742,"name":{"2094":{}},"parent":{"2095":{},"2096":{},"2097":{},"2098":{},"2099":{}}}],["horizontalpositionrelativefrom",{"_index":505,"name":{"1523":{}},"parent":{"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{},"1531":{}}}],["hyperlink",{"_index":698,"name":{"1963":{}},"parent":{}}],["hyperlinktype",{"_index":207,"name":{"637":{}},"parent":{"638":{},"639":{}}}],["hyphen",{"_index":74,"name":{"145":{},"1723":{}},"parent":{}}],["ibasecharacterstyleoptions",{"_index":673,"name":{"1880":{}},"parent":{"1881":{},"1882":{},"1883":{},"1884":{}}}],["ibaseparagraphstyleoptions",{"_index":678,"name":{"1898":{}},"parent":{"1899":{},"1900":{},"1901":{},"1902":{},"1903":{},"1904":{},"1905":{},"1906":{},"1907":{}}}],["iborderoptions",{"_index":31,"name":{"36":{}},"parent":{"37":{},"38":{},"39":{},"40":{}}}],["icharacterstyleoptions",{"_index":676,"name":{"1885":{}},"parent":{"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{}}}],["iconcretenumberingoptions",{"_index":465,"name":{"1416":{}},"parent":{"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{}}}],["iconcretenumberingoptions.__type",{"_index":469,"name":{},"parent":{"1423":{},"1424":{}}}],["icontext",{"_index":723,"name":{"2023":{}},"parent":{"2024":{},"2025":{}}}],["id",{"_index":444,"name":{"1363":{},"1886":{},"1909":{}},"parent":{}}],["idistance",{"_index":485,"name":{"1471":{}},"parent":{"1472":{},"1473":{},"1474":{},"1475":{}}}],["idocumentattributesproperties",{"_index":532,"name":{"1584":{}},"parent":{"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{},"1602":{},"1603":{},"1604":{},"1605":{},"1606":{},"1607":{}}}],["idocumentbackgroundoptions",{"_index":642,"name":{"1829":{}},"parent":{"1830":{},"1831":{},"1832":{},"1833":{}}}],["idocumentdefaultsoptions",{"_index":687,"name":{"1938":{}},"parent":{"1939":{},"1940":{}}}],["idocumentfooter",{"_index":732,"name":{"2040":{}},"parent":{"2041":{},"2042":{}}}],["idocumentheader",{"_index":726,"name":{"2030":{}},"parent":{"2031":{},"2032":{}}}],["idocumentoptions",{"_index":530,"name":{"1582":{}},"parent":{"1583":{}}}],["idocumenttemplate",{"_index":748,"name":{"2111":{}},"parent":{"2112":{},"2113":{},"2114":{},"2115":{},"2116":{},"2117":{}}}],["idrawingoptions",{"_index":490,"name":{"1476":{}},"parent":{"1477":{}}}],["ifileproperties",{"_index":437,"name":{"1349":{}},"parent":{"1350":{}}}],["ifloating",{"_index":521,"name":{"1554":{}},"parent":{"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{}}}],["ifontattributesproperties",{"_index":160,"name":{"468":{}},"parent":{"469":{},"470":{},"471":{},"472":{},"473":{}}}],["ifooteroptions",{"_index":571,"name":{"1651":{}},"parent":{"1652":{},"1653":{}}}],["iframeoptions",{"_index":275,"name":{"909":{}},"parent":{"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"918":{},"919":{},"920":{},"921":{},"924":{},"925":{},"928":{},"929":{},"930":{}}}],["iframeoptions.__type",{"_index":282,"name":{},"parent":{"916":{},"917":{},"922":{},"923":{},"926":{},"927":{},"931":{},"932":{}}}],["ignorable",{"_index":549,"name":{"1601":{}},"parent":{}}],["ignoreifemptyxmlcomponent",{"_index":711,"name":{"1982":{}},"parent":{"1983":{},"1984":{},"1985":{},"1986":{},"1987":{}}}],["iheaderfootergroup",{"_index":559,"name":{"1622":{}},"parent":{"1623":{},"1624":{},"1625":{}}}],["iheaderoptions",{"_index":735,"name":{"2050":{}},"parent":{"2051":{}}}],["iheaderreferenceoptions",{"_index":577,"name":{"1669":{}},"parent":{"1670":{},"1671":{}}}],["ihorizontalpositionoptions",{"_index":515,"name":{"1541":{}},"parent":{"1542":{},"1543":{},"1544":{}}}],["iimageoptions",{"_index":155,"name":{"458":{}},"parent":{"459":{},"460":{},"461":{}}}],["iindentattributesproperties",{"_index":36,"name":{"53":{}},"parent":{"54":{},"55":{},"56":{},"57":{},"58":{},"59":{}}}],["ilevelsoptions",{"_index":459,"name":{"1387":{}},"parent":{"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{}}}],["ilevelsoptions.__type",{"_index":462,"name":{},"parent":{"1396":{},"1397":{}}}],["ilinenumberattributes",{"_index":627,"name":{"1775":{}},"parent":{"1776":{},"1777":{},"1778":{},"1779":{}}}],["imagerun",{"_index":159,"name":{"462":{}},"parent":{"463":{},"464":{},"465":{},"466":{},"467":{}}}],["imargins",{"_index":520,"name":{"1549":{}},"parent":{"1550":{},"1551":{},"1552":{},"1553":{}}}],["imathfractionoptions",{"_index":224,"name":{"698":{}},"parent":{"699":{},"700":{}}}],["imathfunctionoptions",{"_index":256,"name":{"849":{}},"parent":{"850":{},"851":{}}}],["imathoptions",{"_index":221,"name":{"684":{}},"parent":{"685":{}}}],["imathpresubsuperscriptoptions",{"_index":247,"name":{"811":{}},"parent":{"812":{},"813":{},"814":{}}}],["imathradicaloptions",{"_index":252,"name":{"834":{}},"parent":{"835":{},"836":{}}}],["imathsubscriptoptions",{"_index":241,"name":{"780":{}},"parent":{"781":{},"782":{}}}],["imathsubsuperscriptoptions",{"_index":244,"name":{"795":{}},"parent":{"796":{},"797":{},"798":{}}}],["imathsumoptions",{"_index":235,"name":{"749":{}},"parent":{"750":{},"751":{},"752":{}}}],["imathsuperscriptoptions",{"_index":238,"name":{"765":{}},"parent":{"766":{},"767":{}}}],["imediadata",{"_index":482,"name":{"1467":{}},"parent":{"1468":{},"1469":{},"1470":{}}}],["imediadatatransformation",{"_index":478,"name":{"1453":{}},"parent":{"1454":{},"1455":{},"1458":{},"1459":{},"1462":{},"1463":{},"1466":{}}}],["imediadatatransformation.__type",{"_index":480,"name":{},"parent":{"1456":{},"1457":{},"1460":{},"1461":{},"1464":{},"1465":{}}}],["imediatransformation",{"_index":471,"name":{"1440":{}},"parent":{"1441":{},"1442":{},"1443":{},"1444":{},"1447":{}}}],["imediatransformation.__type",{"_index":473,"name":{},"parent":{"1445":{},"1446":{}}}],["importdotx",{"_index":751,"name":{"2118":{}},"parent":{"2119":{},"2120":{}}}],["importedrootelementattributes",{"_index":718,"name":{"2008":{}},"parent":{"2009":{},"2010":{},"2011":{},"2012":{},"2013":{}}}],["importedstyles",{"_index":651,"name":{"1845":{}},"parent":{}}],["importedxmlcomponent",{"_index":716,"name":{"2000":{}},"parent":{"2001":{},"2002":{},"2003":{},"2004":{},"2005":{},"2006":{},"2007":{}}}],["imprint",{"_index":138,"name":{"304":{},"353":{},"393":{},"451":{}},"parent":{}}],["indent",{"_index":39,"name":{"60":{},"199":{},"217":{},"250":{}},"parent":{"61":{},"62":{},"63":{},"64":{},"65":{}}}],["initializablexmlcomponent",{"_index":722,"name":{"2017":{}},"parent":{"2018":{},"2019":{},"2020":{},"2021":{},"2022":{}}}],["initialstyles",{"_index":648,"name":{"1842":{}},"parent":{}}],["inline",{"_index":343,"name":{"1104":{}},"parent":{}}],["insertedtextrun",{"_index":740,"name":{"2082":{}},"parent":{"2083":{},"2084":{},"2085":{},"2086":{},"2087":{}}}],["inset",{"_index":659,"name":{"1862":{}},"parent":{}}],["inside",{"_index":340,"name":{"1095":{},"1101":{},"2096":{},"2103":{}},"parent":{}}],["inside_margin",{"_index":508,"name":{"1526":{},"1534":{}},"parent":{}}],["insidehorizontal",{"_index":362,"name":{"1159":{},"1192":{}},"parent":{}}],["insidevertical",{"_index":363,"name":{"1164":{},"1197":{}},"parent":{}}],["instance",{"_index":95,"name":{"185":{},"236":{},"1420":{},"1429":{}},"parent":{}}],["internal",{"_index":208,"name":{"638":{}},"parent":{}}],["internalhyperlink",{"_index":212,"name":{"647":{}},"parent":{"648":{},"649":{},"650":{},"651":{},"652":{},"653":{}}}],["inumberingoptions",{"_index":439,"name":{"1351":{}},"parent":{"1352":{}}}],["ipageborderattributes",{"_index":612,"name":{"1750":{}},"parent":{"1751":{},"1752":{},"1753":{}}}],["ipageborderconfiguration",{"_index":616,"name":{"1754":{}},"parent":{"1755":{},"1756":{},"1757":{},"1758":{}}}],["ipagebordersoptions",{"_index":617,"name":{"1759":{}},"parent":{"1760":{},"1761":{},"1762":{},"1763":{},"1764":{}}}],["ipagenumbertypeattributes",{"_index":599,"name":{"1725":{}},"parent":{"1726":{},"1727":{},"1728":{}}}],["ipagesizeattributes",{"_index":587,"name":{"1696":{}},"parent":{"1697":{},"1698":{},"1699":{}}}],["iparagraphoptions",{"_index":84,"name":{"169":{}},"parent":{"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"181":{},"182":{},"187":{},"188":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{}}}],["iparagraphoptions.__type",{"_index":93,"name":{},"parent":{"180":{},"183":{},"184":{},"185":{},"186":{},"189":{},"190":{},"191":{}}}],["iparagraphpropertiesoptions",{"_index":109,"name":{"222":{}},"parent":{"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"232":{},"233":{},"238":{},"239":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{}}}],["iparagraphpropertiesoptions.__type",{"_index":110,"name":{},"parent":{"231":{},"234":{},"235":{},"236":{},"237":{},"240":{},"241":{},"242":{}}}],["iparagraphstyleoptions",{"_index":683,"name":{"1908":{}},"parent":{"1909":{},"1910":{},"1911":{},"1912":{},"1913":{},"1914":{},"1915":{},"1916":{},"1917":{},"1918":{},"1919":{}}}],["iparagraphstylepropertiesoptions",{"_index":108,"name":{"211":{}},"parent":{"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{}}}],["irunoptions",{"_index":113,"name":{"262":{}},"parent":{"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"275":{},"276":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"297":{},"298":{},"299":{},"303":{},"304":{}}}],["irunoptions.__type",{"_index":120,"name":{},"parent":{"273":{},"274":{},"277":{},"294":{},"295":{},"296":{},"300":{},"301":{},"302":{}}}],["irunpropertiesoptions",{"_index":146,"name":{"354":{}},"parent":{"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"364":{},"365":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"386":{},"387":{},"388":{},"392":{},"393":{}}}],["irunpropertiesoptions.__type",{"_index":147,"name":{},"parent":{"362":{},"363":{},"366":{},"383":{},"384":{},"385":{},"389":{},"390":{},"391":{}}}],["irunstylepropertiesoptions",{"_index":144,"name":{"315":{}},"parent":{"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"324":{},"325":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"346":{},"347":{},"348":{},"352":{},"353":{}}}],["irunstylepropertiesoptions.__type",{"_index":145,"name":{},"parent":{"322":{},"323":{},"326":{},"343":{},"344":{},"345":{},"349":{},"350":{},"351":{}}}],["isdeleted",{"_index":27,"name":{"29":{},"35":{},"46":{},"52":{},"65":{},"71":{},"77":{},"83":{},"89":{},"106":{},"112":{},"126":{},"132":{},"155":{},"161":{},"167":{},"210":{},"261":{},"314":{},"400":{},"406":{},"457":{},"467":{},"479":{},"485":{},"509":{},"515":{},"521":{},"527":{},"533":{},"539":{},"545":{},"551":{},"557":{},"563":{},"569":{},"575":{},"581":{},"587":{},"593":{},"599":{},"605":{},"611":{},"618":{},"624":{},"630":{},"636":{},"646":{},"653":{},"670":{},"676":{},"683":{},"691":{},"697":{},"706":{},"712":{},"718":{},"724":{},"730":{},"736":{},"742":{},"748":{},"758":{},"764":{},"773":{},"779":{},"788":{},"794":{},"804":{},"810":{},"820":{},"826":{},"833":{},"842":{},"848":{},"857":{},"863":{},"869":{},"875":{},"881":{},"887":{},"893":{},"937":{},"943":{},"969":{},"1011":{},"1023":{},"1029":{},"1038":{},"1048":{},"1058":{},"1069":{},"1088":{},"1122":{},"1128":{},"1137":{},"1206":{},"1215":{},"1225":{},"1283":{},"1292":{},"1298":{},"1304":{},"1313":{},"1319":{},"1360":{},"1367":{},"1403":{},"1409":{},"1415":{},"1433":{},"1439":{},"1484":{},"1504":{},"1510":{},"1516":{},"1522":{},"1569":{},"1575":{},"1581":{},"1612":{},"1621":{},"1650":{},"1659":{},"1668":{},"1677":{},"1686":{},"1692":{},"1704":{},"1733":{},"1739":{},"1770":{},"1784":{},"1790":{},"1801":{},"1806":{},"1812":{},"1823":{},"1828":{},"1839":{},"1851":{},"1897":{},"1925":{},"1931":{},"1937":{},"1946":{},"1952":{},"1981":{},"1987":{},"1992":{},"1998":{},"2007":{},"2013":{},"2022":{},"2029":{},"2064":{},"2069":{},"2075":{},"2081":{},"2087":{},"2093":{}},"parent":{}}],["isectionoptions",{"_index":430,"name":{"1320":{}},"parent":{"1321":{},"1322":{},"1326":{},"1327":{},"1331":{},"1332":{}}}],["isectionoptions.__type",{"_index":432,"name":{},"parent":{"1323":{},"1324":{},"1325":{},"1328":{},"1329":{},"1330":{}}}],["isectionpropertiesoptions",{"_index":560,"name":{"1626":{}},"parent":{"1627":{},"1628":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1644":{}}}],["isectionpropertiesoptions.__type",{"_index":561,"name":{},"parent":{"1629":{},"1630":{},"1631":{},"1632":{},"1641":{},"1642":{},"1643":{}}}],["ispacingproperties",{"_index":48,"name":{"94":{}},"parent":{"95":{},"96":{},"97":{},"98":{},"99":{},"100":{}}}],["istylesoptions",{"_index":647,"name":{"1840":{}},"parent":{"1841":{},"1842":{},"1843":{},"1844":{},"1845":{}}}],["isymbolrunoptions",{"_index":150,"name":{"407":{}},"parent":{"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"422":{},"423":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"444":{},"445":{},"446":{},"450":{},"451":{}}}],["isymbolrunoptions.__type",{"_index":153,"name":{},"parent":{"420":{},"421":{},"424":{},"441":{},"442":{},"443":{},"447":{},"448":{},"449":{}}}],["itablebordersoptions",{"_index":360,"name":{"1138":{}},"parent":{"1139":{},"1140":{},"1144":{},"1145":{},"1149":{},"1150":{},"1154":{},"1155":{},"1159":{},"1160":{},"1164":{},"1165":{}}}],["itablebordersoptions.__type",{"_index":361,"name":{},"parent":{"1141":{},"1142":{},"1143":{},"1146":{},"1147":{},"1148":{},"1151":{},"1152":{},"1153":{},"1156":{},"1157":{},"1158":{},"1161":{},"1162":{},"1163":{},"1166":{},"1167":{},"1168":{}}}],["itablecelloptions",{"_index":304,"name":{"970":{}},"parent":{"971":{},"972":{},"973":{},"974":{},"975":{},"976":{},"977":{},"980":{},"981":{},"982":{},"983":{},"1004":{}}}],["itablecelloptions.__type",{"_index":308,"name":{},"parent":{"978":{},"979":{},"984":{},"985":{},"989":{},"990":{},"994":{},"995":{},"999":{},"1000":{}}}],["itablecelloptions.__type.__type",{"_index":311,"name":{},"parent":{"986":{},"987":{},"988":{},"991":{},"992":{},"993":{},"996":{},"997":{},"998":{},"1001":{},"1002":{},"1003":{}}}],["itablefloatoptions",{"_index":344,"name":{"1106":{}},"parent":{"1107":{},"1108":{},"1109":{},"1110":{},"1111":{},"1112":{},"1113":{},"1114":{},"1115":{},"1116":{},"1117":{}}}],["itableofcontentsoptions",{"_index":692,"name":{"1957":{}},"parent":{"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{},"1964":{},"1965":{},"1966":{},"1967":{},"1968":{},"1969":{},"1970":{},"1971":{},"1972":{},"1973":{}}}],["itableoptions",{"_index":293,"name":{"944":{}},"parent":{"945":{},"946":{},"947":{},"950":{},"951":{},"952":{},"958":{},"959":{},"960":{},"961":{},"962":{},"963":{}}}],["itableoptions.__type",{"_index":295,"name":{},"parent":{"948":{},"949":{},"953":{},"954":{},"955":{},"956":{},"957":{}}}],["itablepropertiesoptions",{"_index":334,"name":{"1070":{}},"parent":{"1071":{},"1072":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{}}}],["itablepropertiesoptions.__type",{"_index":335,"name":{},"parent":{"1073":{},"1074":{}}}],["itablerowoptions",{"_index":409,"name":{"1264":{}},"parent":{"1265":{},"1266":{},"1267":{},"1268":{},"1271":{}}}],["itablerowoptions.__type",{"_index":413,"name":{},"parent":{"1269":{},"1270":{}}}],["itableshadingattributesproperties",{"_index":370,"name":{"1216":{}},"parent":{"1217":{},"1218":{},"1219":{}}}],["italics",{"_index":117,"name":{"269":{},"318":{},"358":{},"416":{}},"parent":{}}],["italicscomplexscript",{"_index":118,"name":{"270":{},"319":{},"359":{},"417":{}},"parent":{}}],["itextwrapping",{"_index":499,"name":{"1495":{}},"parent":{"1496":{},"1497":{},"1498":{}}}],["iverticalpositionoptions",{"_index":519,"name":{"1545":{}},"parent":{"1546":{},"1547":{},"1548":{}}}],["ixmlableobject",{"_index":720,"name":{"2015":{}},"parent":{"2016":{}}}],["ixmlattribute",{"_index":719,"name":{"2014":{}},"parent":{}}],["justified",{"_index":20,"name":{"21":{}},"parent":{}}],["keeplines",{"_index":40,"name":{"66":{},"202":{},"220":{},"253":{}},"parent":{"67":{},"68":{},"69":{},"70":{},"71":{}}}],["keepnext",{"_index":41,"name":{"72":{},"201":{},"219":{},"252":{}},"parent":{"73":{},"74":{},"75":{},"76":{},"77":{}}}],["landscape",{"_index":586,"name":{"1695":{}},"parent":{}}],["largest",{"_index":498,"name":{"1494":{}},"parent":{}}],["layout",{"_index":300,"name":{"959":{},"1075":{}},"parent":{}}],["layoutincell",{"_index":527,"name":{"1560":{}},"parent":{}}],["leadertype",{"_index":72,"name":{"143":{}},"parent":{"144":{},"145":{},"146":{},"147":{},"148":{}}}],["left",{"_index":22,"name":{"23":{},"39":{},"54":{},"134":{},"957":{},"994":{},"1096":{},"1149":{},"1182":{},"1492":{},"1550":{},"2097":{}},"parent":{}}],["left_margin",{"_index":509,"name":{"1527":{}},"parent":{}}],["left_to_right_top_to_bottom",{"_index":326,"name":{"1051":{}},"parent":{}}],["leftfromtext",{"_index":351,"name":{"1115":{}},"parent":{}}],["lefttabstop",{"_index":104,"name":{"198":{},"216":{},"249":{}},"parent":{}}],["level",{"_index":92,"name":{"180":{},"184":{},"231":{},"235":{},"679":{},"1388":{},"1404":{},"1956":{}},"parent":{"1405":{},"1406":{},"1407":{},"1408":{},"1409":{}}}],["levelbase",{"_index":463,"name":{"1398":{}},"parent":{"1399":{},"1400":{},"1401":{},"1402":{},"1403":{}}}],["levelformat",{"_index":445,"name":{"1368":{}},"parent":{"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{}}}],["levelforoverride",{"_index":464,"name":{"1410":{}},"parent":{"1411":{},"1412":{},"1413":{},"1414":{},"1415":{}}}],["leveloverride",{"_index":470,"name":{"1434":{}},"parent":{"1435":{},"1436":{},"1437":{},"1438":{},"1439":{}}}],["levelsuffix",{"_index":457,"name":{"1383":{}},"parent":{"1384":{},"1385":{},"1386":{}}}],["line",{"_index":51,"name":{"97":{},"1535":{}},"parent":{}}],["linenumberattributes",{"_index":630,"name":{"1780":{}},"parent":{"1781":{},"1782":{},"1783":{},"1784":{}}}],["linenumberrestartformat",{"_index":623,"name":{"1771":{}},"parent":{"1772":{},"1773":{},"1774":{}}}],["linenumbers",{"_index":566,"name":{"1636":{}},"parent":{}}],["linenumbertype",{"_index":631,"name":{"1785":{}},"parent":{"1786":{},"1787":{},"1788":{},"1789":{},"1790":{}}}],["linerule",{"_index":52,"name":{"98":{}},"parent":{}}],["lineruletype",{"_index":44,"name":{"90":{}},"parent":{"91":{},"92":{},"93":{}}}],["lines",{"_index":285,"name":{"919":{}},"parent":{}}],["link",{"_index":217,"name":{"659":{},"1882":{},"1889":{},"1902":{},"1914":{}},"parent":{}}],["linkid",{"_index":211,"name":{"642":{},"649":{}},"parent":{}}],["lockanchor",{"_index":525,"name":{"1558":{}},"parent":{}}],["lower_letter",{"_index":452,"name":{"1377":{},"1712":{}},"parent":{}}],["lower_roman",{"_index":453,"name":{"1378":{},"1713":{}},"parent":{}}],["m",{"_index":537,"name":{"1589":{}},"parent":{}}],["margin",{"_index":267,"name":{"897":{},"899":{},"1090":{},"1528":{},"1536":{},"1630":{}},"parent":{}}],["margins",{"_index":297,"name":{"951":{},"972":{},"1498":{},"1561":{}},"parent":{}}],["marginunittype",{"_index":298,"name":{"953":{}},"parent":{}}],["math",{"_index":222,"name":{"686":{}},"parent":{"687":{},"688":{},"689":{},"690":{},"691":{}}}],["mathaccentcharacter",{"_index":230,"name":{"719":{}},"parent":{"720":{},"721":{},"722":{},"723":{},"724":{}}}],["mathangledbrackets",{"_index":264,"name":{"888":{}},"parent":{"889":{},"890":{},"891":{},"892":{},"893":{}}}],["mathbase",{"_index":231,"name":{"725":{}},"parent":{"726":{},"727":{},"728":{},"729":{},"730":{}}}],["mathcomponent",{"_index":250,"name":{"827":{}},"parent":{}}],["mathcurlybrackets",{"_index":263,"name":{"882":{}},"parent":{"883":{},"884":{},"885":{},"886":{},"887":{}}}],["mathdegree",{"_index":251,"name":{"828":{}},"parent":{"829":{},"830":{},"831":{},"832":{},"833":{}}}],["mathdenominator",{"_index":228,"name":{"707":{}},"parent":{"708":{},"709":{},"710":{},"711":{},"712":{}}}],["mathfraction",{"_index":227,"name":{"701":{}},"parent":{"702":{},"703":{},"704":{},"705":{},"706":{}}}],["mathfunction",{"_index":258,"name":{"852":{}},"parent":{"853":{},"854":{},"855":{},"856":{},"857":{}}}],["mathfunctionname",{"_index":259,"name":{"858":{}},"parent":{"859":{},"860":{},"861":{},"862":{},"863":{}}}],["mathfunctionproperties",{"_index":260,"name":{"864":{}},"parent":{"865":{},"866":{},"867":{},"868":{},"869":{}}}],["mathlimitlocation",{"_index":232,"name":{"731":{}},"parent":{"732":{},"733":{},"734":{},"735":{},"736":{}}}],["mathnarayproperties",{"_index":233,"name":{"737":{}},"parent":{"738":{},"739":{},"740":{},"741":{},"742":{}}}],["mathnumerator",{"_index":229,"name":{"713":{}},"parent":{"714":{},"715":{},"716":{},"717":{},"718":{}}}],["mathpresubsuperscript",{"_index":248,"name":{"815":{}},"parent":{"816":{},"817":{},"818":{},"819":{},"820":{}}}],["mathpresubsuperscriptproperties",{"_index":249,"name":{"821":{}},"parent":{"822":{},"823":{},"824":{},"825":{},"826":{}}}],["mathradical",{"_index":254,"name":{"837":{}},"parent":{"838":{},"839":{},"840":{},"841":{},"842":{}}}],["mathradicalproperties",{"_index":255,"name":{"843":{}},"parent":{"844":{},"845":{},"846":{},"847":{},"848":{}}}],["mathroundbrackets",{"_index":261,"name":{"870":{}},"parent":{"871":{},"872":{},"873":{},"874":{},"875":{}}}],["mathrun",{"_index":223,"name":{"692":{}},"parent":{"693":{},"694":{},"695":{},"696":{},"697":{}}}],["mathsquarebrackets",{"_index":262,"name":{"876":{}},"parent":{"877":{},"878":{},"879":{},"880":{},"881":{}}}],["mathsubscript",{"_index":242,"name":{"783":{}},"parent":{"784":{},"785":{},"786":{},"787":{},"788":{}}}],["mathsubscriptelement",{"_index":234,"name":{"743":{}},"parent":{"744":{},"745":{},"746":{},"747":{},"748":{}}}],["mathsubscriptproperties",{"_index":243,"name":{"789":{}},"parent":{"790":{},"791":{},"792":{},"793":{},"794":{}}}],["mathsubsuperscript",{"_index":245,"name":{"799":{}},"parent":{"800":{},"801":{},"802":{},"803":{},"804":{}}}],["mathsubsuperscriptproperties",{"_index":246,"name":{"805":{}},"parent":{"806":{},"807":{},"808":{},"809":{},"810":{}}}],["mathsum",{"_index":236,"name":{"753":{}},"parent":{"754":{},"755":{},"756":{},"757":{},"758":{}}}],["mathsuperscript",{"_index":239,"name":{"768":{}},"parent":{"769":{},"770":{},"771":{},"772":{},"773":{}}}],["mathsuperscriptelement",{"_index":237,"name":{"759":{}},"parent":{"760":{},"761":{},"762":{},"763":{},"764":{}}}],["mathsuperscriptproperties",{"_index":240,"name":{"774":{}},"parent":{"775":{},"776":{},"777":{},"778":{},"779":{}}}],["max",{"_index":79,"name":{"150":{}},"parent":{}}],["mc",{"_index":534,"name":{"1586":{}},"parent":{}}],["media",{"_index":6,"name":{"7":{},"1340":{},"1448":{},"2039":{},"2049":{},"2117":{}},"parent":{"1449":{},"1450":{},"1451":{},"1452":{}}}],["middle_dot",{"_index":75,"name":{"146":{}},"parent":{}}],["name",{"_index":257,"name":{"851":{},"1887":{},"1910":{}},"parent":{}}],["never",{"_index":368,"name":{"1208":{}},"parent":{}}],["new_page",{"_index":626,"name":{"1774":{}},"parent":{}}],["new_section",{"_index":625,"name":{"1773":{}},"parent":{}}],["next",{"_index":679,"name":{"1900":{},"1912":{}},"parent":{}}],["next_column",{"_index":637,"name":{"1816":{}},"parent":{}}],["next_page",{"_index":638,"name":{"1817":{}},"parent":{}}],["nil",{"_index":331,"name":{"1062":{},"1232":{},"1863":{}},"parent":{}}],["none",{"_index":76,"name":{"147":{},"895":{},"905":{},"1170":{},"1379":{},"1486":{},"1714":{},"1864":{}},"parent":{}}],["not_beside",{"_index":272,"name":{"906":{}},"parent":{}}],["not_first_page",{"_index":607,"name":{"1743":{}},"parent":{}}],["nothing",{"_index":458,"name":{"1384":{}},"parent":{}}],["num",{"_index":71,"name":{"141":{},"1423":{}},"parent":{}}],["numbering",{"_index":5,"name":{"6":{},"181":{},"232":{},"1339":{},"1353":{}},"parent":{"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{}}}],["numberproperties",{"_index":82,"name":{"162":{}},"parent":{"163":{},"164":{},"165":{},"166":{},"167":{}}}],["numerator",{"_index":225,"name":{"699":{}},"parent":{}}],["numid",{"_index":466,"name":{"1417":{},"1427":{}},"parent":{}}],["o",{"_index":535,"name":{"1587":{}},"parent":{}}],["odd_page",{"_index":639,"name":{"1818":{}},"parent":{}}],["offset",{"_index":518,"name":{"1544":{},"1548":{}},"parent":{}}],["offsetfrom",{"_index":614,"name":{"1752":{}},"parent":{}}],["options",{"_index":214,"name":{"656":{},"1007":{},"2054":{},"2057":{}},"parent":{}}],["ordinal_text",{"_index":454,"name":{"1380":{},"1715":{}},"parent":{}}],["orientation",{"_index":588,"name":{"1699":{}},"parent":{}}],["outlinelevel",{"_index":105,"name":{"203":{},"221":{},"254":{},"677":{}},"parent":{"678":{},"679":{},"680":{},"681":{},"682":{},"683":{}}}],["outset",{"_index":660,"name":{"1865":{}},"parent":{}}],["outside",{"_index":341,"name":{"1097":{},"1103":{},"2098":{},"2104":{}},"parent":{}}],["outside_margin",{"_index":510,"name":{"1529":{},"1537":{}},"parent":{}}],["overlap",{"_index":353,"name":{"1117":{},"1209":{}},"parent":{}}],["overlaptype",{"_index":367,"name":{"1207":{}},"parent":{"1208":{},"1209":{}}}],["overridelevel",{"_index":468,"name":{"1421":{}},"parent":{}}],["packer",{"_index":744,"name":{"2106":{}},"parent":{"2107":{},"2108":{},"2109":{},"2110":{}}}],["page",{"_index":269,"name":{"900":{},"1091":{},"1530":{},"1538":{},"1627":{},"1745":{}},"parent":{}}],["pageborderbottom",{"_index":621,"name":{"1763":{}},"parent":{}}],["pageborderdisplay",{"_index":604,"name":{"1740":{}},"parent":{"1741":{},"1742":{},"1743":{}}}],["pageborderleft",{"_index":622,"name":{"1764":{}},"parent":{}}],["pageborderoffsetfrom",{"_index":608,"name":{"1744":{}},"parent":{"1745":{},"1746":{}}}],["pageborderright",{"_index":620,"name":{"1762":{}},"parent":{}}],["pageborders",{"_index":618,"name":{"1760":{},"1765":{}},"parent":{"1766":{},"1767":{},"1768":{},"1769":{},"1770":{}}}],["pagebordertop",{"_index":619,"name":{"1761":{}},"parent":{}}],["pageborderzorder",{"_index":609,"name":{"1747":{}},"parent":{"1748":{},"1749":{}}}],["pagebreak",{"_index":42,"name":{"78":{}},"parent":{"79":{},"80":{},"81":{},"82":{},"83":{}}}],["pagebreakbefore",{"_index":43,"name":{"84":{},"175":{},"226":{}},"parent":{"85":{},"86":{},"87":{},"88":{},"89":{}}}],["pagenumber",{"_index":139,"name":{"305":{}},"parent":{"306":{},"307":{},"308":{}}}],["pagenumberformat",{"_index":590,"name":{"1705":{}},"parent":{"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{}}}],["pagenumbers",{"_index":562,"name":{"1631":{}},"parent":{}}],["pagenumbersentrylevelsrange",{"_index":700,"name":{"1965":{}},"parent":{}}],["pagenumberseparator",{"_index":594,"name":{"1719":{}},"parent":{"1720":{},"1721":{},"1722":{},"1723":{},"1724":{}}}],["pagenumbertype",{"_index":603,"name":{"1734":{}},"parent":{"1735":{},"1736":{},"1737":{},"1738":{},"1739":{}}}],["pagenumbertypeattributes",{"_index":602,"name":{"1729":{}},"parent":{"1730":{},"1731":{},"1732":{},"1733":{}}}],["pageorientation",{"_index":584,"name":{"1693":{}},"parent":{"1694":{},"1695":{}}}],["pagesize",{"_index":583,"name":{"1687":{}},"parent":{"1688":{},"1689":{},"1690":{},"1691":{},"1692":{}}}],["pagesizeattributes",{"_index":589,"name":{"1700":{}},"parent":{"1701":{},"1702":{},"1703":{},"1704":{}}}],["paragraph",{"_index":106,"name":{"204":{},"1397":{},"1539":{},"1906":{},"1918":{},"1939":{}},"parent":{"205":{},"206":{},"207":{},"208":{},"209":{},"210":{}}}],["paragraphchild",{"_index":83,"name":{"168":{}},"parent":{}}],["paragraphproperties",{"_index":111,"name":{"255":{}},"parent":{"256":{},"257":{},"258":{},"259":{},"260":{},"261":{}}}],["paragraphpropertiesdefaults",{"_index":685,"name":{"1926":{}},"parent":{"1927":{},"1928":{},"1929":{},"1930":{},"1931":{}}}],["paragraphstyles",{"_index":649,"name":{"1843":{}},"parent":{}}],["percent_10",{"_index":379,"name":{"1234":{}},"parent":{}}],["percent_12",{"_index":380,"name":{"1235":{}},"parent":{}}],["percent_15",{"_index":381,"name":{"1236":{}},"parent":{}}],["percent_20",{"_index":382,"name":{"1237":{}},"parent":{}}],["percent_25",{"_index":383,"name":{"1238":{}},"parent":{}}],["percent_30",{"_index":384,"name":{"1239":{}},"parent":{}}],["percent_35",{"_index":385,"name":{"1240":{}},"parent":{}}],["percent_37",{"_index":386,"name":{"1241":{}},"parent":{}}],["percent_40",{"_index":387,"name":{"1242":{}},"parent":{}}],["percent_45",{"_index":388,"name":{"1243":{}},"parent":{}}],["percent_5",{"_index":378,"name":{"1233":{}},"parent":{}}],["percent_50",{"_index":389,"name":{"1244":{}},"parent":{}}],["percent_55",{"_index":390,"name":{"1245":{}},"parent":{}}],["percent_60",{"_index":391,"name":{"1246":{}},"parent":{}}],["percent_62",{"_index":392,"name":{"1247":{}},"parent":{}}],["percent_65",{"_index":393,"name":{"1248":{}},"parent":{}}],["percent_70",{"_index":394,"name":{"1249":{}},"parent":{}}],["percent_75",{"_index":395,"name":{"1250":{}},"parent":{}}],["percent_80",{"_index":396,"name":{"1251":{}},"parent":{}}],["percent_85",{"_index":397,"name":{"1252":{}},"parent":{}}],["percent_87",{"_index":398,"name":{"1253":{}},"parent":{}}],["percent_90",{"_index":399,"name":{"1254":{}},"parent":{}}],["percent_95",{"_index":400,"name":{"1255":{}},"parent":{}}],["percentage",{"_index":332,"name":{"1063":{}},"parent":{}}],["period",{"_index":598,"name":{"1724":{}},"parent":{}}],["pixels",{"_index":479,"name":{"1454":{}},"parent":{}}],["portrait",{"_index":585,"name":{"1694":{}},"parent":{}}],["position",{"_index":280,"name":{"914":{}},"parent":{}}],["prepforxml",{"_index":25,"name":{"27":{},"32":{},"43":{},"49":{},"62":{},"68":{},"74":{},"80":{},"86":{},"103":{},"109":{},"123":{},"129":{},"153":{},"158":{},"164":{},"206":{},"258":{},"311":{},"397":{},"403":{},"454":{},"464":{},"476":{},"482":{},"506":{},"512":{},"518":{},"524":{},"530":{},"536":{},"542":{},"548":{},"554":{},"560":{},"566":{},"572":{},"578":{},"584":{},"590":{},"596":{},"602":{},"608":{},"615":{},"621":{},"627":{},"633":{},"643":{},"650":{},"667":{},"673":{},"680":{},"688":{},"694":{},"703":{},"709":{},"715":{},"721":{},"727":{},"733":{},"739":{},"745":{},"755":{},"761":{},"770":{},"776":{},"785":{},"791":{},"801":{},"807":{},"817":{},"823":{},"830":{},"839":{},"845":{},"854":{},"860":{},"866":{},"872":{},"878":{},"884":{},"890":{},"935":{},"940":{},"966":{},"1008":{},"1020":{},"1026":{},"1035":{},"1045":{},"1055":{},"1066":{},"1085":{},"1120":{},"1125":{},"1134":{},"1203":{},"1212":{},"1222":{},"1280":{},"1289":{},"1295":{},"1301":{},"1311":{},"1316":{},"1355":{},"1364":{},"1400":{},"1406":{},"1412":{},"1430":{},"1436":{},"1481":{},"1501":{},"1507":{},"1513":{},"1519":{},"1566":{},"1572":{},"1578":{},"1610":{},"1616":{},"1647":{},"1656":{},"1666":{},"1674":{},"1684":{},"1689":{},"1702":{},"1731":{},"1736":{},"1767":{},"1782":{},"1787":{},"1798":{},"1804":{},"1809":{},"1821":{},"1826":{},"1836":{},"1848":{},"1894":{},"1922":{},"1928":{},"1934":{},"1943":{},"1949":{},"1978":{},"1984":{},"1990":{},"1996":{},"2004":{},"2010":{},"2019":{},"2028":{},"2061":{},"2067":{},"2072":{},"2078":{},"2084":{},"2090":{}},"parent":{}}],["preservenewlineinentries",{"_index":707,"name":{"1972":{}},"parent":{}}],["preservetabinentries",{"_index":706,"name":{"1971":{}},"parent":{}}],["properties",{"_index":435,"name":{"1331":{}},"parent":{}}],["push",{"_index":112,"name":{"257":{},"396":{},"1617":{},"2003":{}},"parent":{}}],["quickformat",{"_index":680,"name":{"1901":{},"1913":{}},"parent":{}}],["r",{"_index":536,"name":{"1588":{}},"parent":{}}],["reference",{"_index":94,"name":{"183":{},"234":{},"1419":{},"1428":{}},"parent":{}}],["relationships",{"_index":731,"name":{"2038":{},"2048":{}},"parent":{}}],["relative",{"_index":516,"name":{"1542":{},"1546":{}},"parent":{}}],["relativehorizontalposition",{"_index":339,"name":{"1093":{},"1109":{}},"parent":{"1094":{},"1095":{},"1096":{},"1097":{},"1098":{}}}],["relativeverticalposition",{"_index":342,"name":{"1099":{},"1112":{}},"parent":{"1100":{},"1101":{},"1102":{},"1103":{},"1104":{},"1105":{}}}],["restart",{"_index":323,"name":{"1032":{},"1778":{}},"parent":{}}],["reverse_diagonal_stripe",{"_index":401,"name":{"1256":{}},"parent":{}}],["right",{"_index":23,"name":{"24":{},"40":{},"59":{},"135":{},"956":{},"999":{},"1098":{},"1154":{},"1187":{},"1493":{},"1553":{},"2099":{}},"parent":{}}],["right_margin",{"_index":511,"name":{"1531":{}},"parent":{}}],["rightfromtext",{"_index":352,"name":{"1116":{}},"parent":{}}],["righttabstop",{"_index":103,"name":{"197":{},"215":{},"248":{}},"parent":{}}],["righttoleft",{"_index":124,"name":{"281":{},"330":{},"370":{},"428":{}},"parent":{}}],["rootindextocolumnindex",{"_index":419,"name":{"1278":{}},"parent":{}}],["rotation",{"_index":474,"name":{"1447":{},"1466":{}},"parent":{}}],["rows",{"_index":294,"name":{"945":{}},"parent":{}}],["rowspan",{"_index":310,"name":{"981":{}},"parent":{}}],["rule",{"_index":290,"name":{"928":{},"1270":{}},"parent":{}}],["run",{"_index":143,"name":{"309":{},"1396":{},"1884":{},"1891":{},"1907":{},"1919":{},"1940":{}},"parent":{"310":{},"311":{},"312":{},"313":{},"314":{}}}],["runfonts",{"_index":166,"name":{"474":{}},"parent":{"475":{},"476":{},"477":{},"478":{},"479":{}}}],["runproperties",{"_index":148,"name":{"394":{}},"parent":{"395":{},"396":{},"397":{},"398":{},"399":{},"400":{}}}],["runpropertiesdefaults",{"_index":686,"name":{"1932":{}},"parent":{"1933":{},"1934":{},"1935":{},"1936":{},"1937":{}}}],["scale",{"_index":492,"name":{"1480":{}},"parent":{}}],["sectionproperties",{"_index":570,"name":{"1645":{}},"parent":{"1646":{},"1647":{},"1648":{},"1649":{},"1650":{}}}],["sectiontype",{"_index":635,"name":{"1813":{}},"parent":{"1814":{},"1815":{},"1816":{},"1817":{},"1818":{}}}],["sectiontypeattributes",{"_index":640,"name":{"1819":{}},"parent":{"1820":{},"1821":{},"1822":{},"1823":{}}}],["sectionverticalalign",{"_index":633,"name":{"1796":{}},"parent":{"1797":{},"1798":{},"1799":{},"1800":{},"1801":{}}}],["sectionverticalalignattributes",{"_index":634,"name":{"1802":{}},"parent":{"1803":{},"1804":{},"1805":{},"1806":{}}}],["sectionverticalalignvalue",{"_index":632,"name":{"1791":{}},"parent":{"1792":{},"1793":{},"1794":{},"1795":{}}}],["semihidden",{"_index":675,"name":{"1883":{},"1890":{},"1903":{},"1915":{}},"parent":{}}],["separate",{"_index":569,"name":{"1643":{}},"parent":{}}],["separator",{"_index":601,"name":{"1728":{}},"parent":{}}],["seqfieldidentifierforprefix",{"_index":703,"name":{"1968":{}},"parent":{}}],["sequenceandpagenumbersseparator",{"_index":696,"name":{"1961":{}},"parent":{}}],["sequentialidentifier",{"_index":167,"name":{"480":{}},"parent":{"481":{},"482":{},"483":{},"484":{},"485":{}}}],["set",{"_index":26,"name":{"28":{},"154":{},"936":{},"1121":{},"1312":{},"1611":{},"1667":{},"1685":{},"1703":{},"1732":{},"1783":{},"1805":{},"1822":{},"1827":{},"1991":{},"1997":{},"2068":{}},"parent":{}}],["setcantsplit",{"_index":422,"name":{"1286":{}},"parent":{}}],["setheight",{"_index":424,"name":{"1288":{}},"parent":{}}],["settableheader",{"_index":423,"name":{"1287":{}},"parent":{}}],["settings",{"_index":14,"name":{"15":{},"1348":{}},"parent":{}}],["shading",{"_index":97,"name":{"187":{},"238":{},"292":{},"341":{},"381":{},"439":{},"971":{},"1078":{}},"parent":{}}],["shadingcomplexscript",{"_index":135,"name":{"297":{},"346":{},"386":{},"444":{}},"parent":{}}],["shadingtype",{"_index":373,"name":{"1226":{}},"parent":{"1227":{},"1228":{},"1229":{},"1230":{},"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{},"1238":{},"1239":{},"1240":{},"1241":{},"1242":{},"1243":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{},"1249":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{},"1255":{},"1256":{},"1257":{},"1258":{},"1259":{},"1260":{},"1261":{},"1262":{},"1263":{}}}],["shadow",{"_index":136,"name":{"298":{},"347":{},"387":{},"445":{}},"parent":{}}],["side",{"_index":500,"name":{"1497":{}},"parent":{}}],["simplepos",{"_index":529,"name":{"1564":{}},"parent":{"1565":{},"1566":{},"1567":{},"1568":{},"1569":{}}}],["single",{"_index":169,"name":{"487":{},"1853":{}},"parent":{}}],["singleunderline",{"_index":197,"name":{"576":{}},"parent":{"577":{},"578":{},"579":{},"580":{},"581":{}}}],["size",{"_index":122,"name":{"279":{},"328":{},"368":{},"426":{},"948":{},"978":{},"987":{},"992":{},"997":{},"1002":{},"1073":{},"1142":{},"1147":{},"1152":{},"1157":{},"1162":{},"1167":{},"1175":{},"1180":{},"1185":{},"1190":{},"1195":{},"1200":{},"1629":{},"1756":{}},"parent":{}}],["sizecomplexscript",{"_index":123,"name":{"280":{},"329":{},"369":{},"427":{}},"parent":{}}],["smallcaps",{"_index":125,"name":{"282":{},"331":{},"371":{},"429":{}},"parent":{}}],["solid",{"_index":402,"name":{"1257":{}},"parent":{}}],["space",{"_index":289,"name":{"924":{},"1385":{},"1641":{},"1758":{}},"parent":{}}],["spacing",{"_index":55,"name":{"101":{},"200":{},"218":{},"251":{}},"parent":{"102":{},"103":{},"104":{},"105":{},"106":{}}}],["square",{"_index":494,"name":{"1487":{}},"parent":{}}],["start",{"_index":16,"name":{"17":{},"57":{},"142":{},"662":{},"1392":{},"1424":{},"1726":{},"1777":{}},"parent":{}}],["stream",{"_index":483,"name":{"1468":{}},"parent":{}}],["strike",{"_index":127,"name":{"284":{},"333":{},"373":{},"431":{}},"parent":{}}],["style",{"_index":65,"name":{"121":{},"177":{},"228":{},"266":{},"355":{},"413":{},"960":{},"986":{},"991":{},"996":{},"1001":{},"1079":{},"1141":{},"1146":{},"1151":{},"1156":{},"1161":{},"1166":{},"1174":{},"1179":{},"1184":{},"1189":{},"1194":{},"1199":{},"1394":{},"1755":{}},"parent":{"122":{},"123":{},"124":{},"125":{},"126":{}}}],["styleforcharacter",{"_index":677,"name":{"1892":{}},"parent":{"1893":{},"1894":{},"1895":{},"1896":{},"1897":{}}}],["styleforparagraph",{"_index":684,"name":{"1920":{}},"parent":{"1921":{},"1922":{},"1923":{},"1924":{},"1925":{}}}],["stylelevel",{"_index":690,"name":{"1953":{}},"parent":{"1954":{},"1955":{},"1956":{}}}],["stylename",{"_index":691,"name":{"1955":{}},"parent":{}}],["styles",{"_index":3,"name":{"4":{},"1337":{},"1846":{},"2115":{}},"parent":{"1847":{},"1848":{},"1849":{},"1850":{},"1851":{}}}],["styleswithlevels",{"_index":704,"name":{"1969":{}},"parent":{}}],["subscript",{"_index":129,"name":{"286":{},"335":{},"375":{},"433":{},"751":{},"782":{},"797":{},"813":{}},"parent":{}}],["suffix",{"_index":461,"name":{"1393":{}},"parent":{}}],["superscript",{"_index":130,"name":{"287":{},"336":{},"376":{},"434":{},"752":{},"767":{},"798":{},"814":{}},"parent":{}}],["symbolfont",{"_index":152,"name":{"409":{}},"parent":{}}],["symbolrun",{"_index":154,"name":{"452":{}},"parent":{"453":{},"454":{},"455":{},"456":{},"457":{}}}],["tab",{"_index":206,"name":{"631":{},"1386":{}},"parent":{"632":{},"633":{},"634":{},"635":{},"636":{}}}],["tabattributes",{"_index":80,"name":{"151":{}},"parent":{"152":{},"153":{},"154":{},"155":{}}}],["table",{"_index":303,"name":{"964":{}},"parent":{"965":{},"966":{},"967":{},"968":{},"969":{}}}],["tableanchortype",{"_index":338,"name":{"1089":{}},"parent":{"1090":{},"1091":{},"1092":{}}}],["tableborders",{"_index":364,"name":{"1169":{}},"parent":{"1170":{},"1171":{},"1202":{},"1203":{},"1204":{},"1205":{},"1206":{}}}],["tableborders.__type",{"_index":365,"name":{},"parent":{"1172":{},"1173":{},"1177":{},"1178":{},"1182":{},"1183":{},"1187":{},"1188":{},"1192":{},"1193":{},"1197":{},"1198":{}}}],["tableborders.__type.__type",{"_index":366,"name":{},"parent":{"1174":{},"1175":{},"1176":{},"1179":{},"1180":{},"1181":{},"1184":{},"1185":{},"1186":{},"1189":{},"1190":{},"1191":{},"1194":{},"1195":{},"1196":{},"1199":{},"1200":{},"1201":{}}}],["tablecell",{"_index":312,"name":{"1005":{}},"parent":{"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1011":{}}}],["tablecellborders",{"_index":313,"name":{"1012":{}},"parent":{"1013":{},"1014":{},"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{}}}],["tablecellwidth",{"_index":333,"name":{"1064":{}},"parent":{"1065":{},"1066":{},"1067":{},"1068":{},"1069":{}}}],["tablefloatoptionsattributes",{"_index":354,"name":{"1118":{}},"parent":{"1119":{},"1120":{},"1121":{},"1122":{}}}],["tablefloatproperties",{"_index":355,"name":{"1123":{}},"parent":{"1124":{},"1125":{},"1126":{},"1127":{},"1128":{}}}],["tableheader",{"_index":411,"name":{"1266":{},"1299":{}},"parent":{"1300":{},"1301":{},"1302":{},"1303":{},"1304":{}}}],["tablelayout",{"_index":359,"name":{"1132":{}},"parent":{"1133":{},"1134":{},"1135":{},"1136":{},"1137":{}}}],["tablelayouttype",{"_index":356,"name":{"1129":{}},"parent":{"1130":{},"1131":{}}}],["tableofcontents",{"_index":689,"name":{"1947":{}},"parent":{"1948":{},"1949":{},"1950":{},"1951":{},"1952":{}}}],["tableoverlap",{"_index":369,"name":{"1210":{}},"parent":{"1211":{},"1212":{},"1213":{},"1214":{},"1215":{}}}],["tableproperties",{"_index":337,"name":{"1083":{}},"parent":{"1084":{},"1085":{},"1086":{},"1087":{},"1088":{}}}],["tablerow",{"_index":414,"name":{"1272":{}},"parent":{"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{},"1283":{}}}],["tablerowheight",{"_index":429,"name":{"1314":{}},"parent":{"1315":{},"1316":{},"1317":{},"1318":{},"1319":{}}}],["tablerowheightattributes",{"_index":428,"name":{"1309":{}},"parent":{"1310":{},"1311":{},"1312":{},"1313":{}}}],["tablerowproperties",{"_index":421,"name":{"1284":{}},"parent":{"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{}}}],["tableshading",{"_index":372,"name":{"1220":{}},"parent":{"1221":{},"1222":{},"1223":{},"1224":{},"1225":{}}}],["tabstop",{"_index":66,"name":{"127":{}},"parent":{"128":{},"129":{},"130":{},"131":{},"132":{}}}],["tabstopitem",{"_index":81,"name":{"156":{}},"parent":{"157":{},"158":{},"159":{},"160":{},"161":{}}}],["tabstopposition",{"_index":78,"name":{"149":{}},"parent":{"150":{}}}],["tabstops",{"_index":89,"name":{"176":{},"227":{}},"parent":{}}],["tabstoptype",{"_index":67,"name":{"133":{}},"parent":{"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{}}}],["tcfieldidentifier",{"_index":697,"name":{"1962":{}},"parent":{}}],["tcfieldlevelrange",{"_index":699,"name":{"1964":{}},"parent":{}}],["tdirection",{"_index":328,"name":{"1053":{}},"parent":{"1054":{},"1055":{},"1056":{},"1057":{},"1058":{}}}],["template",{"_index":438,"name":{"1350":{}},"parent":{}}],["text",{"_index":85,"name":{"170":{},"265":{},"412":{},"901":{},"1092":{},"1390":{},"1746":{}},"parent":{}}],["textdirection",{"_index":306,"name":{"974":{},"1049":{}},"parent":{"1050":{},"1051":{},"1052":{}}}],["textrun",{"_index":149,"name":{"401":{}},"parent":{"402":{},"403":{},"404":{},"405":{},"406":{}}}],["textwrappingside",{"_index":496,"name":{"1490":{}},"parent":{"1491":{},"1492":{},"1493":{},"1494":{}}}],["textwrappingtype",{"_index":493,"name":{"1485":{}},"parent":{"1486":{},"1487":{},"1488":{},"1489":{}}}],["thematicbreak",{"_index":35,"name":{"47":{},"195":{},"213":{},"246":{}},"parent":{"48":{},"49":{},"50":{},"51":{},"52":{}}}],["themecolor",{"_index":643,"name":{"1831":{}},"parent":{}}],["themeshade",{"_index":644,"name":{"1832":{}},"parent":{}}],["themetint",{"_index":645,"name":{"1833":{}},"parent":{}}],["thick",{"_index":172,"name":{"490":{},"1866":{}},"parent":{}}],["thick_thin_large_gap",{"_index":661,"name":{"1867":{}},"parent":{}}],["thick_thin_medium_gap",{"_index":662,"name":{"1868":{}},"parent":{}}],["thick_thin_small_gap",{"_index":663,"name":{"1869":{}},"parent":{}}],["thickunderline",{"_index":198,"name":{"582":{}},"parent":{"583":{},"584":{},"585":{},"586":{},"587":{}}}],["thin_diagonal_cross",{"_index":403,"name":{"1258":{}},"parent":{}}],["thin_diagonal_stripe",{"_index":404,"name":{"1259":{}},"parent":{}}],["thin_horizontal_cross",{"_index":405,"name":{"1260":{}},"parent":{}}],["thin_reverse_diagonal_stripe",{"_index":406,"name":{"1261":{}},"parent":{}}],["thin_thick_large_gap",{"_index":664,"name":{"1870":{}},"parent":{}}],["thin_thick_medium_gap",{"_index":665,"name":{"1871":{}},"parent":{}}],["thin_thick_small_gap",{"_index":666,"name":{"1872":{}},"parent":{}}],["thin_thick_thin_large_gap",{"_index":667,"name":{"1873":{}},"parent":{}}],["thin_thick_thin_medium_gap",{"_index":668,"name":{"1874":{}},"parent":{}}],["thin_thick_thin_small_gap",{"_index":669,"name":{"1875":{}},"parent":{}}],["thin_vertical_stripe",{"_index":407,"name":{"1262":{}},"parent":{}}],["three_d_emboss",{"_index":670,"name":{"1876":{}},"parent":{}}],["three_d_engrave",{"_index":671,"name":{"1877":{}},"parent":{}}],["through",{"_index":273,"name":{"907":{}},"parent":{}}],["tight",{"_index":274,"name":{"908":{},"1488":{}},"parent":{}}],["title",{"_index":64,"name":{"120":{}},"parent":{}}],["titlepage",{"_index":567,"name":{"1637":{}},"parent":{}}],["titlepageisdefined",{"_index":750,"name":{"2116":{}},"parent":{}}],["tobase64string",{"_index":746,"name":{"2108":{}},"parent":{}}],["toblob",{"_index":747,"name":{"2109":{}},"parent":{}}],["tobuffer",{"_index":745,"name":{"2107":{}},"parent":{}}],["top",{"_index":32,"name":{"37":{},"954":{},"984":{},"1042":{},"1105":{},"1139":{},"1172":{},"1552":{},"1795":{},"2105":{}},"parent":{}}],["top_and_bottom",{"_index":495,"name":{"1489":{}},"parent":{}}],["top_margin",{"_index":514,"name":{"1540":{}},"parent":{}}],["top_to_bottom_right_to_left",{"_index":327,"name":{"1052":{}},"parent":{}}],["topfromtext",{"_index":350,"name":{"1114":{}},"parent":{}}],["total_pages",{"_index":141,"name":{"307":{}},"parent":{}}],["total_pages_in_section",{"_index":142,"name":{"308":{}},"parent":{}}],["transformation",{"_index":157,"name":{"460":{},"1470":{}},"parent":{}}],["triple",{"_index":672,"name":{"1878":{}},"parent":{}}],["type",{"_index":98,"name":{"189":{},"240":{},"274":{},"277":{},"294":{},"300":{},"323":{},"326":{},"343":{},"349":{},"363":{},"366":{},"383":{},"389":{},"421":{},"424":{},"441":{},"447":{},"949":{},"979":{},"1074":{},"1496":{},"1607":{},"1644":{},"1807":{},"2032":{},"2042":{}},"parent":{"1808":{},"1809":{},"1810":{},"1811":{},"1812":{}}}],["uipriority",{"_index":681,"name":{"1904":{},"1916":{}},"parent":{}}],["underline",{"_index":119,"name":{"271":{},"320":{},"360":{},"418":{},"510":{}},"parent":{"511":{},"512":{},"513":{},"514":{},"515":{}}}],["underlinetype",{"_index":168,"name":{"486":{}},"parent":{"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{}}}],["underscore",{"_index":77,"name":{"148":{}},"parent":{}}],["unhidewhenused",{"_index":682,"name":{"1905":{},"1917":{}},"parent":{}}],["uniqueid",{"_index":756,"name":{"2124":{}},"parent":{}}],["uniquenumericid",{"_index":755,"name":{"2123":{}},"parent":{}}],["upper_letter",{"_index":455,"name":{"1381":{},"1716":{}},"parent":{}}],["upper_roman",{"_index":456,"name":{"1382":{},"1717":{}},"parent":{}}],["useappliedparagraphoutlinelevel",{"_index":705,"name":{"1970":{}},"parent":{}}],["v",{"_index":538,"name":{"1590":{}},"parent":{}}],["val",{"_index":371,"name":{"1219":{}},"parent":{}}],["valign",{"_index":324,"name":{"1043":{}},"parent":{"1044":{},"1045":{},"1046":{},"1047":{},"1048":{}}}],["value",{"_index":412,"name":{"1269":{}},"parent":{}}],["verifyupdatefields",{"_index":2,"name":{"2":{},"1335":{}},"parent":{}}],["vertical",{"_index":288,"name":{"923":{},"927":{},"1445":{},"1464":{}},"parent":{}}],["vertical_stripe",{"_index":408,"name":{"1263":{}},"parent":{}}],["verticalalign",{"_index":305,"name":{"973":{},"1039":{},"1638":{}},"parent":{"1040":{},"1041":{},"1042":{}}}],["verticalanchor",{"_index":347,"name":{"1110":{}},"parent":{}}],["verticalmerge",{"_index":307,"name":{"975":{},"1033":{}},"parent":{"1034":{},"1035":{},"1036":{},"1037":{},"1038":{}}}],["verticalmergetype",{"_index":321,"name":{"1030":{}},"parent":{"1031":{},"1032":{}}}],["verticalposition",{"_index":523,"name":{"1556":{},"1576":{}},"parent":{"1577":{},"1578":{},"1579":{},"1580":{},"1581":{}}}],["verticalpositionalign",{"_index":743,"name":{"2100":{}},"parent":{"2101":{},"2102":{},"2103":{},"2104":{},"2105":{}}}],["verticalpositionrelativefrom",{"_index":512,"name":{"1532":{}},"parent":{"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{}}}],["view",{"_index":730,"name":{"2037":{},"2047":{}},"parent":{}}],["viewwrapper",{"_index":724,"name":{"2025":{}},"parent":{}}],["visuallyrighttoleft",{"_index":302,"name":{"963":{},"1082":{}},"parent":{}}],["w",{"_index":542,"name":{"1594":{}},"parent":{}}],["w10",{"_index":541,"name":{"1593":{}},"parent":{}}],["w14",{"_index":543,"name":{"1595":{}},"parent":{}}],["w15",{"_index":544,"name":{"1596":{}},"parent":{}}],["wave",{"_index":183,"name":{"501":{},"1879":{}},"parent":{}}],["waveunderline",{"_index":199,"name":{"588":{}},"parent":{"589":{},"590":{},"591":{},"592":{},"593":{}}}],["wavydouble",{"_index":185,"name":{"503":{}},"parent":{}}],["wavydoubleunderline",{"_index":200,"name":{"594":{}},"parent":{"595":{},"596":{},"597":{},"598":{},"599":{}}}],["wavyheavy",{"_index":184,"name":{"502":{}},"parent":{}}],["wavyheavyunderline",{"_index":201,"name":{"600":{}},"parent":{"601":{},"602":{},"603":{},"604":{},"605":{}}}],["widowcontrol",{"_index":101,"name":{"192":{},"243":{}},"parent":{}}],["width",{"_index":278,"name":{"912":{},"946":{},"976":{},"1071":{},"1441":{},"1697":{}},"parent":{}}],["widthtype",{"_index":329,"name":{"1059":{}},"parent":{"1060":{},"1061":{},"1062":{},"1063":{}}}],["wne",{"_index":547,"name":{"1599":{}},"parent":{}}],["words",{"_index":170,"name":{"488":{}},"parent":{}}],["wordsunderline",{"_index":202,"name":{"606":{}},"parent":{"607":{},"608":{},"609":{},"610":{},"611":{}}}],["wp",{"_index":540,"name":{"1592":{}},"parent":{}}],["wp14",{"_index":539,"name":{"1591":{}},"parent":{}}],["wpc",{"_index":533,"name":{"1585":{}},"parent":{}}],["wpg",{"_index":545,"name":{"1597":{}},"parent":{}}],["wpi",{"_index":546,"name":{"1598":{}},"parent":{}}],["wps",{"_index":548,"name":{"1600":{}},"parent":{}}],["wrap",{"_index":284,"name":{"918":{},"1562":{}},"parent":{}}],["wrapnone",{"_index":501,"name":{"1499":{}},"parent":{"1500":{},"1501":{},"1502":{},"1503":{},"1504":{}}}],["wrapsquare",{"_index":502,"name":{"1505":{}},"parent":{"1506":{},"1507":{},"1508":{},"1509":{},"1510":{}}}],["wraptight",{"_index":503,"name":{"1511":{}},"parent":{"1512":{},"1513":{},"1514":{},"1515":{},"1516":{}}}],["wraptopandbottom",{"_index":504,"name":{"1517":{}},"parent":{"1518":{},"1519":{},"1520":{},"1521":{},"1522":{}}}],["x",{"_index":281,"name":{"916":{},"931":{},"1456":{},"1460":{}},"parent":{}}],["xmlattributecomponent",{"_index":714,"name":{"1994":{}},"parent":{"1995":{},"1996":{},"1997":{},"1998":{}}}],["xmlcomponent",{"_index":710,"name":{"1976":{}},"parent":{"1977":{},"1978":{},"1979":{},"1980":{},"1981":{}}}],["xsi",{"_index":554,"name":{"1606":{}},"parent":{}}],["y",{"_index":283,"name":{"917":{},"932":{},"1457":{},"1461":{}},"parent":{}}],["zindex",{"_index":528,"name":{"1563":{}},"parent":{}}],["zorder",{"_index":615,"name":{"1753":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/api/classes/abstractnumbering.html b/api/classes/abstractnumbering.html new file mode 100644 index 0000000000..f606618cbb --- /dev/null +++ b/api/classes/abstractnumbering.html @@ -0,0 +1,319 @@ + + + + + + AbstractNumbering | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class AbstractNumbering

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Readonly id

+
id: number
+ +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..b5127fd3a5 --- /dev/null +++ b/api/classes/alignment.html @@ -0,0 +1,294 @@ + + + + + + Alignment | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Alignment

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..d4f0d4e32a --- /dev/null +++ b/api/classes/alignmentattributes.html @@ -0,0 +1,282 @@ + + + + + + AlignmentAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class AlignmentAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..b441e06f95 --- /dev/null +++ b/api/classes/attributes.html @@ -0,0 +1,396 @@ + + + + + + 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

+ +
+
+

Accessors

+ +
+
+

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

    +
  • +
+
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

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

    +
  • +
+
+
+
+ +
+
+ +
+

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..3283f71122 --- /dev/null +++ b/api/classes/baseemphasismark.html @@ -0,0 +1,266 @@ + + + + + + BaseEmphasisMark | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class BaseEmphasisMark

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class BaseUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+
    +
  • new BaseUnderline(underlineType: string, color?: string): BaseUnderline
  • +
+ +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..189b39bda0 --- /dev/null +++ b/api/classes/basexmlcomponent.html @@ -0,0 +1,245 @@ + + + + + + BaseXmlComponent | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class BaseXmlComponent

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

Abstract prepForXml

+ + +
+
+
+ +
+
+ +
+

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..3b99081912 --- /dev/null +++ b/api/classes/body.html @@ -0,0 +1,377 @@ + + + + + + Body | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Body

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+
    +
  • new Body(): Body
  • +
+ +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

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

    +
  • +
+
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

getTablesOfContents

+ + +
+
+ +

prepForXml

+ + +
+
+ +

push

+ + +
+
+
+ +
+
+ +
+

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..319d3e3e12 --- /dev/null +++ b/api/classes/bookmark.html @@ -0,0 +1,231 @@ + + + + + + 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

+ + +
+
+
+ +
+
+ +
+

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..75d06c60bc --- /dev/null +++ b/api/classes/bookmarkend.html @@ -0,0 +1,294 @@ + + + + + + BookmarkEnd | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class BookmarkEnd

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..63a0f9d9f7 --- /dev/null +++ b/api/classes/bookmarkstart.html @@ -0,0 +1,297 @@ + + + + + + BookmarkStart | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class BookmarkStart

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

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

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..ceda1de136 --- /dev/null +++ b/api/classes/border.html @@ -0,0 +1,294 @@ + + + + + + Border | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Border

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class CantSplit

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..cf555fb247 --- /dev/null +++ b/api/classes/concretehyperlink.html @@ -0,0 +1,327 @@ + + + + + + ConcreteHyperlink | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ConcreteHyperlink

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Readonly linkId

+
linkId: string
+ +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..649f473db7 --- /dev/null +++ b/api/classes/concretenumbering.html @@ -0,0 +1,344 @@ + + + + + + ConcreteNumbering | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ConcreteNumbering

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Readonly instance

+
instance: number
+ +
+
+ +

Readonly numId

+
numId: number
+ +
+
+ +

Readonly reference

+
reference: string
+ +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class ContextualSpacing

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DashDotDotHeavyUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DashDotHeavyUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DashLongHeavyUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DashLongUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DashUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..02d4a2d314 --- /dev/null +++ b/api/classes/deletedtextrun.html @@ -0,0 +1,294 @@ + + + + + + DeletedTextRun | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class DeletedTextRun

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..8c1439854a --- /dev/null +++ b/api/classes/document.html @@ -0,0 +1,486 @@ + + + + + + Document | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Document

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Document +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

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

+ + +
+
+
+

Methods

+
+ +

verifyUpdateFields

+
    +
  • verifyUpdateFields(): void
  • +
+ +
+
+
+ +
+
+ +
+

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..cb2b5860f5 --- /dev/null +++ b/api/classes/documentattributes.html @@ -0,0 +1,272 @@ + + + + + + DocumentAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class DocumentAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..0749eb5fdf --- /dev/null +++ b/api/classes/documentbackground.html @@ -0,0 +1,294 @@ + + + + + + DocumentBackground | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class DocumentBackground

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..639b2e0530 --- /dev/null +++ b/api/classes/documentbackgroundattributes.html @@ -0,0 +1,300 @@ + + + + + + DocumentBackgroundAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class DocumentBackgroundAttributes

+
+
+
+
+
+
+
+

Hierarchy

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

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

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

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

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

    +
  • +
+
+
+
+ +
+
+ +
+

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..184d96906f --- /dev/null +++ b/api/classes/documentdefaults.html @@ -0,0 +1,294 @@ + + + + + + DocumentDefaults | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class DocumentDefaults

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DotDashUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DotDotDashUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..753dff2755 --- /dev/null +++ b/api/classes/dotemphasismark.html @@ -0,0 +1,288 @@ + + + + + + DotEmphasisMark | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class DotEmphasisMark

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DottedHeavyUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DottedUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class DoubleUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..66384e68eb --- /dev/null +++ b/api/classes/drawing.html @@ -0,0 +1,327 @@ + + + + + + Drawing | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Drawing

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+ +

scale

+
    +
  • scale(factorX: number, factorY: number): void
  • +
+ +
+
+
+ +
+
+ +
+

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..22a8a71958 --- /dev/null +++ b/api/classes/emphasismark.html @@ -0,0 +1,294 @@ + + + + + + EmphasisMark | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class EmphasisMark

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..43e52bac79 --- /dev/null +++ b/api/classes/externalhyperlink.html @@ -0,0 +1,211 @@ + + + + + + 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

+ +
+
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class File

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + File +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

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

+ + +
+
+
+

Methods

+
+ +

verifyUpdateFields

+
    +
  • verifyUpdateFields(): void
  • +
+ +
+
+
+ +
+
+ +
+

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..2d67ad9d1c --- /dev/null +++ b/api/classes/footer.html @@ -0,0 +1,192 @@ + + + + + + Footer | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Footer

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Footer +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Readonly options

+
options: IHeaderOptions = ...
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class FooterReference

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class FooterReferenceAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+
    +
  • set(properties: { id: string; type: string }): void
  • +
+ +
+
+
+ +
+
+ +
+

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..6dcdadbc00 --- /dev/null +++ b/api/classes/footerwrapper.html @@ -0,0 +1,318 @@ + + + + + + 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

+ + +
+
+
+ +
+
+ +
+

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..e738c897c6 --- /dev/null +++ b/api/classes/footnotereference.html @@ -0,0 +1,294 @@ + + + + + + FootnoteReference | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class FootnoteReference

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..8cb9753f6f --- /dev/null +++ b/api/classes/footnotereferencerun.html @@ -0,0 +1,294 @@ + + + + + + FootnoteReferenceRun | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class FootnoteReferenceRun

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Run +
      +
    • + FootnoteReferenceRun +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..a3ad1ac75f --- /dev/null +++ b/api/classes/footnotereferencerunattributes.html @@ -0,0 +1,282 @@ + + + + + + FootNoteReferenceRunAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class FootNoteReferenceRunAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

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

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..980097e234 --- /dev/null +++ b/api/classes/footnotes.html @@ -0,0 +1,318 @@ + + + + + + FootNotes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class FootNotes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

createFootNote

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

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..60e95ea899 --- /dev/null +++ b/api/classes/frameproperties.html @@ -0,0 +1,294 @@ + + + + + + FrameProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class FrameProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..dcffc6080c --- /dev/null +++ b/api/classes/framepropertiesattributes.html @@ -0,0 +1,366 @@ + + + + + + FramePropertiesAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class FramePropertiesAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..2c40b4e334 --- /dev/null +++ b/api/classes/gridspan.html @@ -0,0 +1,301 @@ + + + + + + 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

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

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

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..4cf407a87a --- /dev/null +++ b/api/classes/header.html @@ -0,0 +1,192 @@ + + + + + + Header | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Header

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Header +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Readonly options

+
options: IHeaderOptions = ...
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class HeaderReference

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class HeaderReferenceAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+
    +
  • set(properties: { id: string; type: string }): void
  • +
+ +
+
+
+ +
+
+ +
+

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..4f5510960c --- /dev/null +++ b/api/classes/headerwrapper.html @@ -0,0 +1,318 @@ + + + + + + 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
  • +
+ +
+
+
+ +
+
+ +
+

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..7487bcfeef --- /dev/null +++ b/api/classes/horizontalposition.html @@ -0,0 +1,294 @@ + + + + + + HorizontalPosition | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class HorizontalPosition

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..e1fac27bfd --- /dev/null +++ b/api/classes/ignoreifemptyxmlcomponent.html @@ -0,0 +1,314 @@ + + + + + + IgnoreIfEmptyXmlComponent | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class IgnoreIfEmptyXmlComponent

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..f1e3c5f5eb --- /dev/null +++ b/api/classes/imagerun.html @@ -0,0 +1,294 @@ + + + + + + ImageRun | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ImageRun

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Run +
      +
    • + ImageRun +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..fb01fc5e0e --- /dev/null +++ b/api/classes/importdotx.html @@ -0,0 +1,199 @@ + + + + + + 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>
  • +
+ +
+
+
+ +
+
+ +
+

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..06b660111e --- /dev/null +++ b/api/classes/importedrootelementattributes.html @@ -0,0 +1,301 @@ + + + + + + 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

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..ced68280ec --- /dev/null +++ b/api/classes/importedxmlcomponent.html @@ -0,0 +1,371 @@ + + + + + + ImportedXmlComponent | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ImportedXmlComponent

+
+
+
+
+
+
+
+
+
+

Represents imported xml component from xml file.

+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+ +

push

+ + +
+
+ +

Static fromXmlString

+ + +
+
+
+ +
+
+ +
+

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..5ac628affb --- /dev/null +++ b/api/classes/indent.html @@ -0,0 +1,294 @@ + + + + + + Indent | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Indent

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..df18e52b5d --- /dev/null +++ b/api/classes/initializablexmlcomponent.html @@ -0,0 +1,297 @@ + + + + + + InitializableXmlComponent | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class InitializableXmlComponent

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..20f9a55cb3 --- /dev/null +++ b/api/classes/insertedtextrun.html @@ -0,0 +1,294 @@ + + + + + + InsertedTextRun | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class InsertedTextRun

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..0b50c13485 --- /dev/null +++ b/api/classes/internalhyperlink.html @@ -0,0 +1,325 @@ + + + + + + InternalHyperlink | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class InternalHyperlink

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Readonly linkId

+
linkId: string
+ +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class KeepLines

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class KeepNext

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..f313fd925f --- /dev/null +++ b/api/classes/level.html @@ -0,0 +1,294 @@ + + + + + + Level | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Level

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..d25bdfe750 --- /dev/null +++ b/api/classes/levelbase.html @@ -0,0 +1,302 @@ + + + + + + LevelBase | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class LevelBase

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..84cf2fcdf7 --- /dev/null +++ b/api/classes/levelforoverride.html @@ -0,0 +1,294 @@ + + + + + + LevelForOverride | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class LevelForOverride

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + LevelBase +
      +
    • + LevelForOverride +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..8499672919 --- /dev/null +++ b/api/classes/leveloverride.html @@ -0,0 +1,297 @@ + + + + + + LevelOverride | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class LevelOverride

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

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

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..1276d54aab --- /dev/null +++ b/api/classes/linenumberattributes.html @@ -0,0 +1,272 @@ + + + + + + LineNumberAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class LineNumberAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..1a36af98c0 --- /dev/null +++ b/api/classes/linenumbertype.html @@ -0,0 +1,303 @@ + + + + + + LineNumberType | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class LineNumberType

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..d0a0a44add --- /dev/null +++ b/api/classes/math.html @@ -0,0 +1,294 @@ + + + + + + Math | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Math

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..b549690887 --- /dev/null +++ b/api/classes/mathaccentcharacter.html @@ -0,0 +1,294 @@ + + + + + + MathAccentCharacter | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathAccentCharacter

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..00e71b8b6b --- /dev/null +++ b/api/classes/mathangledbrackets.html @@ -0,0 +1,299 @@ + + + + + + MathAngledBrackets | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathAngledBrackets

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..962d130b78 --- /dev/null +++ b/api/classes/mathbase.html @@ -0,0 +1,294 @@ + + + + + + MathBase | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathBase

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..91074458fe --- /dev/null +++ b/api/classes/mathcurlybrackets.html @@ -0,0 +1,299 @@ + + + + + + MathCurlyBrackets | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathCurlyBrackets

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..65961bd413 --- /dev/null +++ b/api/classes/mathdegree.html @@ -0,0 +1,294 @@ + + + + + + MathDegree | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathDegree

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..24cbc9fe3e --- /dev/null +++ b/api/classes/mathdenominator.html @@ -0,0 +1,294 @@ + + + + + + MathDenominator | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathDenominator

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..bfb1621992 --- /dev/null +++ b/api/classes/mathfraction.html @@ -0,0 +1,294 @@ + + + + + + MathFraction | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathFraction

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..7b0a711748 --- /dev/null +++ b/api/classes/mathfunction.html @@ -0,0 +1,294 @@ + + + + + + MathFunction | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathFunction

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..cc1f46697b --- /dev/null +++ b/api/classes/mathfunctionname.html @@ -0,0 +1,294 @@ + + + + + + MathFunctionName | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathFunctionName

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..512ab08cb6 --- /dev/null +++ b/api/classes/mathfunctionproperties.html @@ -0,0 +1,288 @@ + + + + + + MathFunctionProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathFunctionProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..ed1beb81b2 --- /dev/null +++ b/api/classes/mathlimitlocation.html @@ -0,0 +1,288 @@ + + + + + + MathLimitLocation | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathLimitLocation

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..1e9d87fa28 --- /dev/null +++ b/api/classes/mathnarayproperties.html @@ -0,0 +1,300 @@ + + + + + + MathNArayProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathNArayProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

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

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..4229c651f9 --- /dev/null +++ b/api/classes/mathnumerator.html @@ -0,0 +1,294 @@ + + + + + + MathNumerator | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathNumerator

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..3538ea4b7c --- /dev/null +++ b/api/classes/mathpresubsuperscript.html @@ -0,0 +1,294 @@ + + + + + + MathPreSubSuperScript | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathPreSubSuperScript

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..2145573cf4 --- /dev/null +++ b/api/classes/mathpresubsuperscriptproperties.html @@ -0,0 +1,288 @@ + + + + + + MathPreSubSuperScriptProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathPreSubSuperScriptProperties

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + XmlComponent +
      +
    • + MathPreSubSuperScriptProperties +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..edad0462c9 --- /dev/null +++ b/api/classes/mathradical.html @@ -0,0 +1,294 @@ + + + + + + MathRadical | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathRadical

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..c474290fa9 --- /dev/null +++ b/api/classes/mathradicalproperties.html @@ -0,0 +1,294 @@ + + + + + + MathRadicalProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathRadicalProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..a4ef1c5ec3 --- /dev/null +++ b/api/classes/mathroundbrackets.html @@ -0,0 +1,299 @@ + + + + + + MathRoundBrackets | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathRoundBrackets

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..992e4f2c7f --- /dev/null +++ b/api/classes/mathrun.html @@ -0,0 +1,294 @@ + + + + + + MathRun | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathRun

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

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

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..ed09896be8 --- /dev/null +++ b/api/classes/mathsquarebrackets.html @@ -0,0 +1,299 @@ + + + + + + MathSquareBrackets | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSquareBrackets

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..e41640fe8a --- /dev/null +++ b/api/classes/mathsubscript.html @@ -0,0 +1,294 @@ + + + + + + MathSubScript | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSubScript

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..5e6108548b --- /dev/null +++ b/api/classes/mathsubscriptelement.html @@ -0,0 +1,294 @@ + + + + + + MathSubScriptElement | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSubScriptElement

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..f5c3fcae6a --- /dev/null +++ b/api/classes/mathsubscriptproperties.html @@ -0,0 +1,288 @@ + + + + + + MathSubScriptProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSubScriptProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..925a28a120 --- /dev/null +++ b/api/classes/mathsubsuperscript.html @@ -0,0 +1,294 @@ + + + + + + MathSubSuperScript | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSubSuperScript

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..6d181f2d7f --- /dev/null +++ b/api/classes/mathsubsuperscriptproperties.html @@ -0,0 +1,288 @@ + + + + + + MathSubSuperScriptProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSubSuperScriptProperties

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + XmlComponent +
      +
    • + MathSubSuperScriptProperties +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..5dcda11458 --- /dev/null +++ b/api/classes/mathsum.html @@ -0,0 +1,294 @@ + + + + + + MathSum | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSum

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..3b48913cc1 --- /dev/null +++ b/api/classes/mathsuperscript.html @@ -0,0 +1,294 @@ + + + + + + MathSuperScript | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSuperScript

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..70e690db65 --- /dev/null +++ b/api/classes/mathsuperscriptelement.html @@ -0,0 +1,294 @@ + + + + + + MathSuperScriptElement | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSuperScriptElement

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..02b2f32b46 --- /dev/null +++ b/api/classes/mathsuperscriptproperties.html @@ -0,0 +1,288 @@ + + + + + + MathSuperScriptProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class MathSuperScriptProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..a67b251c61 --- /dev/null +++ b/api/classes/media.html @@ -0,0 +1,264 @@ + + + + + + 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

+ + +
+
+
+ +
+
+ +
+

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..9a48799b38 --- /dev/null +++ b/api/classes/numbering.html @@ -0,0 +1,345 @@ + + + + + + Numbering | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Numbering

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

ConcreteNumbering

+ + +
+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

createConcreteNumberingInstance

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

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..0f62d3182a --- /dev/null +++ b/api/classes/numberproperties.html @@ -0,0 +1,297 @@ + + + + + + NumberProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class NumberProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

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

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..e5ff983c66 --- /dev/null +++ b/api/classes/outlinelevel.html @@ -0,0 +1,313 @@ + + + + + + OutlineLevel | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class OutlineLevel

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Readonly level

+
level: number
+ +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..0824ed129c --- /dev/null +++ b/api/classes/packer.html @@ -0,0 +1,262 @@ + + + + + + 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>
  • +
+ +
+
+
+ +
+
+ +
+

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..d31475216f --- /dev/null +++ b/api/classes/pageborders.html @@ -0,0 +1,294 @@ + + + + + + PageBorders | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class PageBorders

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..8e913bcb20 --- /dev/null +++ b/api/classes/pagebreak.html @@ -0,0 +1,288 @@ + + + + + + PageBreak | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class PageBreak

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Run +
      +
    • + PageBreak +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..6b62c3a78c --- /dev/null +++ b/api/classes/pagebreakbefore.html @@ -0,0 +1,295 @@ + + + + + + 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

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..741e15a854 --- /dev/null +++ b/api/classes/pagenumbertype.html @@ -0,0 +1,300 @@ + + + + + + PageNumberType | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class PageNumberType

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..c443351fa4 --- /dev/null +++ b/api/classes/pagenumbertypeattributes.html @@ -0,0 +1,272 @@ + + + + + + PageNumberTypeAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class PageNumberTypeAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..cbf0e3ca1b --- /dev/null +++ b/api/classes/pagesize.html @@ -0,0 +1,300 @@ + + + + + + PageSize | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class PageSize

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..e616e8418d --- /dev/null +++ b/api/classes/pagesizeattributes.html @@ -0,0 +1,272 @@ + + + + + + PageSizeAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class PageSizeAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..306d8f1b1e --- /dev/null +++ b/api/classes/paragraph.html @@ -0,0 +1,321 @@ + + + + + + Paragraph | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Paragraph

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

addRunToFront

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..462edd0f80 --- /dev/null +++ b/api/classes/paragraphproperties.html @@ -0,0 +1,321 @@ + + + + + + ParagraphProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ParagraphProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+ +

push

+ + +
+
+
+ +
+
+ +
+

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..8d33a5b941 --- /dev/null +++ b/api/classes/paragraphpropertiesdefaults.html @@ -0,0 +1,294 @@ + + + + + + ParagraphPropertiesDefaults | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ParagraphPropertiesDefaults

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + XmlComponent +
      +
    • + ParagraphPropertiesDefaults +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..7d3985f9e2 --- /dev/null +++ b/api/classes/run.html @@ -0,0 +1,314 @@ + + + + + + Run | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Run

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..2a75c83adf --- /dev/null +++ b/api/classes/runfonts.html @@ -0,0 +1,313 @@ + + + + + + RunFonts | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class RunFonts

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..0604e79197 --- /dev/null +++ b/api/classes/runproperties.html @@ -0,0 +1,321 @@ + + + + + + RunProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class RunProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+ +

push

+ + +
+
+
+ +
+
+ +
+

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..f0d55e3457 --- /dev/null +++ b/api/classes/runpropertiesdefaults.html @@ -0,0 +1,294 @@ + + + + + + RunPropertiesDefaults | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class RunPropertiesDefaults

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..12ad09acf3 --- /dev/null +++ b/api/classes/sectionproperties.html @@ -0,0 +1,294 @@ + + + + + + SectionProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class SectionProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..3c9b235960 --- /dev/null +++ b/api/classes/sectiontypeattributes.html @@ -0,0 +1,282 @@ + + + + + + SectionTypeAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class SectionTypeAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class SectionVerticalAlign

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class SectionVerticalAlignAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..873197d3c3 --- /dev/null +++ b/api/classes/sequentialidentifier.html @@ -0,0 +1,294 @@ + + + + + + SequentialIdentifier | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class SequentialIdentifier

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Run +
      +
    • + SequentialIdentifier +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..a56f491e7b --- /dev/null +++ b/api/classes/simplepos.html @@ -0,0 +1,288 @@ + + + + + + SimplePos | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class SimplePos

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class SingleUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..dd0f02475c --- /dev/null +++ b/api/classes/spacing.html @@ -0,0 +1,294 @@ + + + + + + Spacing | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Spacing

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..3b3ae12796 --- /dev/null +++ b/api/classes/style.html @@ -0,0 +1,294 @@ + + + + + + Style | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Style

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

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

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..824c9ddb1a --- /dev/null +++ b/api/classes/styleforcharacter.html @@ -0,0 +1,294 @@ + + + + + + StyleForCharacter | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class StyleForCharacter

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Style +
      +
    • + StyleForCharacter +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..7350969cf6 --- /dev/null +++ b/api/classes/styleforparagraph.html @@ -0,0 +1,294 @@ + + + + + + StyleForParagraph | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class StyleForParagraph

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Style +
      +
    • + StyleForParagraph +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..cb819f65cd --- /dev/null +++ b/api/classes/stylelevel.html @@ -0,0 +1,212 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..7892027c38 --- /dev/null +++ b/api/classes/styles.html @@ -0,0 +1,294 @@ + + + + + + Styles | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Styles

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..eecdae5d47 --- /dev/null +++ b/api/classes/symbolrun.html @@ -0,0 +1,294 @@ + + + + + + SymbolRun | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class SymbolRun

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Run +
      +
    • + SymbolRun +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..62428c530e --- /dev/null +++ b/api/classes/tab.html @@ -0,0 +1,288 @@ + + + + + + Tab | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Tab

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+
    +
  • new Tab(): Tab
  • +
+ +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..cfaca98677 --- /dev/null +++ b/api/classes/tabattributes.html @@ -0,0 +1,294 @@ + + + + + + TabAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TabAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..f8f8fe1dde --- /dev/null +++ b/api/classes/table.html @@ -0,0 +1,294 @@ + + + + + + Table | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Table

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..2ef2017764 --- /dev/null +++ b/api/classes/tableborders.html @@ -0,0 +1,405 @@ + + + + + + TableBorders | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableBorders

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+

Accessors

+ +
+
+

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
      +
    • +
    +
  • +
+
+
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..1efdaab4ab --- /dev/null +++ b/api/classes/tablecell.html @@ -0,0 +1,313 @@ + + + + + + TableCell | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableCell

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Readonly options

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..240bb9a404 --- /dev/null +++ b/api/classes/tablecellborders.html @@ -0,0 +1,486 @@ + + + + + + TableCellBorders | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableCellBorders

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addBottomBorder

+ + +
+
+ +

addChildElement

+ + +
+
+ +

addEndBorder

+ + +
+
+ +

addLeftBorder

+ + +
+
+ +

addRightBorder

+ + +
+
+ +

addStartBorder

+ + +
+
+ +

addTopBorder

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class TableCellWidth

+
+
+
+
+
+
+
+
+
+

Table cell width element.

+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..8f3f0c7913 --- /dev/null +++ b/api/classes/tablefloatoptionsattributes.html @@ -0,0 +1,272 @@ + + + + + + TableFloatOptionsAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableFloatOptionsAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

+ + +
+
+
+ +
+
+ +
+

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..c5ff28ec6f --- /dev/null +++ b/api/classes/tablefloatproperties.html @@ -0,0 +1,294 @@ + + + + + + TableFloatProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableFloatProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class TableHeader

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..895dec25e2 --- /dev/null +++ b/api/classes/tablelayout.html @@ -0,0 +1,294 @@ + + + + + + TableLayout | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableLayout

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..884761bc5f --- /dev/null +++ b/api/classes/tableofcontents.html @@ -0,0 +1,297 @@ + + + + + + TableOfContents | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableOfContents

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..bb996c38e9 --- /dev/null +++ b/api/classes/tableoverlap.html @@ -0,0 +1,294 @@ + + + + + + TableOverlap | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableOverlap

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..abac98c531 --- /dev/null +++ b/api/classes/tableproperties.html @@ -0,0 +1,294 @@ + + + + + + TableProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..ca6c9093f1 --- /dev/null +++ b/api/classes/tablerow.html @@ -0,0 +1,453 @@ + + + + + + TableRow | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableRow

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

CellCount

+
    +
  • get CellCount(): number
  • +
+ +
+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+ +

cells

+ + +
+
+
+

Methods

+
+ +

addCellToColumnIndex

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

addCellToIndex

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

addChildElement

+ + +
+
+ +

columnIndexToRootIndex

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

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+ +

rootIndexToColumnIndex

+
    +
  • rootIndexToColumnIndex(rootIndex: number): number
  • +
+ +
+
+
+ +
+
+ +
+

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..021883b3d2 --- /dev/null +++ b/api/classes/tablerowheight.html @@ -0,0 +1,297 @@ + + + + + + TableRowHeight | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableRowHeight

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..0b8685e941 --- /dev/null +++ b/api/classes/tablerowheightattributes.html @@ -0,0 +1,288 @@ + + + + + + TableRowHeightAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableRowHeightAttributes

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

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

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..431f8b5221 --- /dev/null +++ b/api/classes/tablerowproperties.html @@ -0,0 +1,360 @@ + + + + + + TableRowProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TableRowProperties

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+ +

setCantSplit

+ + +
+
+ +

setHeight

+ + +
+
+ +

setTableHeader

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class TableShading

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..3cdf3ba717 --- /dev/null +++ b/api/classes/tabstop.html @@ -0,0 +1,300 @@ + + + + + + TabStop | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TabStop

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..1a48ad5b05 --- /dev/null +++ b/api/classes/tabstopitem.html @@ -0,0 +1,300 @@ + + + + + + TabStopItem | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TabStopItem

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..92d50d9b37 --- /dev/null +++ b/api/classes/tdirection.html @@ -0,0 +1,301 @@ + + + + + + TDirection | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TDirection

+
+
+
+
+
+
+
+
+
+

Text Direction within a table cell

+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..311b606581 --- /dev/null +++ b/api/classes/textrun.html @@ -0,0 +1,294 @@ + + + + + + TextRun | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TextRun

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Run +
      +
    • + TextRun +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..e6b5152c19 --- /dev/null +++ b/api/classes/thematicbreak.html @@ -0,0 +1,288 @@ + + + + + + ThematicBreak | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ThematicBreak

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class ThickUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..ef7f97f3c5 --- /dev/null +++ b/api/classes/type.html @@ -0,0 +1,294 @@ + + + + + + Type | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Type

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..a03dc80e0a --- /dev/null +++ b/api/classes/underline.html @@ -0,0 +1,297 @@ + + + + + + Underline | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Underline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class VAlign

+
+
+
+
+
+
+
+
+
+

Vertical align element.

+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..4bf72c20e5 --- /dev/null +++ b/api/classes/verticalmerge.html @@ -0,0 +1,301 @@ + + + + + + VerticalMerge | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class VerticalMerge

+
+
+
+
+
+
+
+
+
+

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

+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..8e3fc7537c --- /dev/null +++ b/api/classes/verticalposition.html @@ -0,0 +1,294 @@ + + + + + + VerticalPosition | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class VerticalPosition

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class WaveUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class WavyDoubleUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class WavyHeavyUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Class WordsUnderline

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..52ab11f019 --- /dev/null +++ b/api/classes/wrapnone.html @@ -0,0 +1,288 @@ + + + + + + WrapNone | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class WrapNone

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..58983e41ea --- /dev/null +++ b/api/classes/wrapsquare.html @@ -0,0 +1,297 @@ + + + + + + WrapSquare | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class WrapSquare

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..ef4d0e0113 --- /dev/null +++ b/api/classes/wraptight.html @@ -0,0 +1,294 @@ + + + + + + WrapTight | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class WrapTight

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..c5f8a9b235 --- /dev/null +++ b/api/classes/wraptopandbottom.html @@ -0,0 +1,294 @@ + + + + + + WrapTopAndBottom | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class WrapTopAndBottom

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..5c6bda9f72 --- /dev/null +++ b/api/classes/xmlattributecomponent.html @@ -0,0 +1,335 @@ + + + + + + XmlAttributeComponent | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class XmlAttributeComponent<T>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    T

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

prepForXml

+ + +
+
+ +

set

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

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..fc98d863ff --- /dev/null +++ b/api/classes/xmlcomponent.html @@ -0,0 +1,612 @@ + + + + + + XmlComponent | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class XmlComponent

+
+
+
+
+
+
+
+

Hierarchy

+ +
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Accessors

+
+ +

IsDeleted

+
    +
  • get IsDeleted(): boolean
  • +
+ +
+
+
+

Methods

+
+ +

addChildElement

+ + +
+
+ +

delete

+
    +
  • delete(): void
  • +
+ +
+
+ +

prepForXml

+ + +
+
+
+ +
+
+ +
+

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..96d11e73a2 --- /dev/null +++ b/api/enums/alignmenttype.html @@ -0,0 +1,250 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..71a5640e08 --- /dev/null +++ b/api/enums/borderstyle.html @@ -0,0 +1,516 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..1033e68410 --- /dev/null +++ b/api/enums/dropcaptype.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..0a365c588a --- /dev/null +++ b/api/enums/emphasismarktype.html @@ -0,0 +1,152 @@ + + + + + + EmphasisMarkType | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration EmphasisMarkType

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

DOT

+
DOT: = "dot"
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Enumeration FooterReferenceType

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

DEFAULT

+
DEFAULT: = "default"
+ +
+
+ +

EVEN

+
EVEN: = "even"
+ +
+
+ +

FIRST

+
FIRST: = "first"
+ +
+
+
+ +
+
+ +
+

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..ec5c66dc53 --- /dev/null +++ b/api/enums/frameanchortype.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..5867356b60 --- /dev/null +++ b/api/enums/framewrap.html @@ -0,0 +1,222 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Enumeration HeaderReferenceType

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

DEFAULT

+
DEFAULT: = "default"
+ +
+
+ +

EVEN

+
EVEN: = "even"
+ +
+
+ +

FIRST

+
FIRST: = "first"
+ +
+
+
+ +
+
+ +
+

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..18de9567c5 --- /dev/null +++ b/api/enums/headinglevel.html @@ -0,0 +1,236 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..a5894baf5b --- /dev/null +++ b/api/enums/heightrule.html @@ -0,0 +1,195 @@ + + + + + + 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

+
+
+
+
+
+ +
+
+ +
+

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..97a3d36e79 --- /dev/null +++ b/api/enums/horizontalpositionalign.html @@ -0,0 +1,208 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..f3e906a703 --- /dev/null +++ b/api/enums/horizontalpositionrelativefrom.html @@ -0,0 +1,250 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..983e84bd51 --- /dev/null +++ b/api/enums/hyperlinktype.html @@ -0,0 +1,166 @@ + + + + + + HyperlinkType | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration HyperlinkType

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

EXTERNAL

+
EXTERNAL: = "EXTERNAL"
+ +
+
+ +

INTERNAL

+
INTERNAL: = "INTERNAL"
+ +
+
+
+ +
+
+ +
+

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..b7a5f68706 --- /dev/null +++ b/api/enums/leadertype.html @@ -0,0 +1,208 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..f9901b05ed --- /dev/null +++ b/api/enums/levelformat.html @@ -0,0 +1,334 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..e15515676b --- /dev/null +++ b/api/enums/levelsuffix.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..55ebf26bea --- /dev/null +++ b/api/enums/linenumberrestartformat.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..cb92ec6572 --- /dev/null +++ b/api/enums/lineruletype.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..5eecb6e597 --- /dev/null +++ b/api/enums/overlaptype.html @@ -0,0 +1,166 @@ + + + + + + OverlapType | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration OverlapType

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

NEVER

+
NEVER: = "never"
+ +
+
+ +

OVERLAP

+
OVERLAP: = "overlap"
+ +
+
+
+ +
+
+ +
+

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..28765f64e8 --- /dev/null +++ b/api/enums/pageborderdisplay.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..1489df45d2 --- /dev/null +++ b/api/enums/pageborderoffsetfrom.html @@ -0,0 +1,166 @@ + + + + + + PageBorderOffsetFrom | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration PageBorderOffsetFrom

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

PAGE

+
PAGE: = "page"
+ +
+
+ +

TEXT

+
TEXT: = "text"
+ +
+
+
+ +
+
+ +
+

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..054a16d734 --- /dev/null +++ b/api/enums/pageborderzorder.html @@ -0,0 +1,166 @@ + + + + + + PageBorderZOrder | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration PageBorderZOrder

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

BACK

+
BACK: = "back"
+ +
+
+ +

FRONT

+
FRONT: = "front"
+ +
+
+
+ +
+
+ +
+

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..d9445e29c7 --- /dev/null +++ b/api/enums/pagenumber.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Enumeration PageNumberFormat

+
+
+
+
+
+
+
+

Index

+
+ +
+
+
+

Enumeration members

+
+ +

CARDINAL_TEXT

+
CARDINAL_TEXT: = "cardinalText"
+ +
+
+ +

DECIMAL

+
DECIMAL: = "decimal"
+ +
+
+ +

DECIMAL_ENCLOSED_CIRCLE

+
DECIMAL_ENCLOSED_CIRCLE: = "decimalEnclosedCircle"
+ +
+
+ +

DECIMAL_ENCLOSED_FULL_STOP

+
DECIMAL_ENCLOSED_FULL_STOP: = "decimalEnclosedFullstop"
+ +
+
+ +

DECIMAL_ENCLOSED_PAREN

+
DECIMAL_ENCLOSED_PAREN: = "decimalEnclosedParen"
+ +
+
+ +

DECIMAL_FULL_WIDTH

+
DECIMAL_FULL_WIDTH: = "decimalFullWidth"
+ +
+
+ +

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"
+ +
+
+
+ +
+
+ +
+

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..4ea30f474f --- /dev/null +++ b/api/enums/pagenumberseparator.html @@ -0,0 +1,208 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..1344e3715d --- /dev/null +++ b/api/enums/pageorientation.html @@ -0,0 +1,166 @@ + + + + + + PageOrientation | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration PageOrientation

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

LANDSCAPE

+
LANDSCAPE: = "landscape"
+ +
+
+ +

PORTRAIT

+
PORTRAIT: = "portrait"
+ +
+
+
+ +
+
+ +
+

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..c8dc0f18b4 --- /dev/null +++ b/api/enums/relativehorizontalposition.html @@ -0,0 +1,208 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..4cc416a0d3 --- /dev/null +++ b/api/enums/relativeverticalposition.html @@ -0,0 +1,222 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..f0ffdbd3c9 --- /dev/null +++ b/api/enums/sectiontype.html @@ -0,0 +1,208 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Enumeration SectionVerticalAlignValue

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

BOTH

+
BOTH: = "both"
+ +
+
+ +

BOTTOM

+
BOTTOM: = "bottom"
+ +
+
+ +

CENTER

+
CENTER: = "center"
+ +
+
+ +

TOP

+
TOP: = "top"
+ +
+
+
+ +
+
+ +
+

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..ebe07f5807 --- /dev/null +++ b/api/enums/shadingtype.html @@ -0,0 +1,656 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..6dbb83a32f --- /dev/null +++ b/api/enums/tableanchortype.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..afd2d28a10 --- /dev/null +++ b/api/enums/tablelayouttype.html @@ -0,0 +1,166 @@ + + + + + + TableLayoutType | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration TableLayoutType

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

AUTOFIT

+
AUTOFIT: = "autofit"
+ +
+
+ +

FIXED

+
FIXED: = "fixed"
+ +
+
+
+ +
+
+ +
+

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..5d4db95c12 --- /dev/null +++ b/api/enums/tabstopposition.html @@ -0,0 +1,152 @@ + + + + + + TabStopPosition | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration TabStopPosition

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

MAX

+
MAX: = 9026
+ +
+
+
+ +
+
+ +
+

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..29b842bf49 --- /dev/null +++ b/api/enums/tabstoptype.html @@ -0,0 +1,264 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..4e7618fcc7 --- /dev/null +++ b/api/enums/textdirection.html @@ -0,0 +1,180 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..86d59dd4d4 --- /dev/null +++ b/api/enums/textwrappingside.html @@ -0,0 +1,194 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..4c99dfa739 --- /dev/null +++ b/api/enums/textwrappingtype.html @@ -0,0 +1,194 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..cd68111dc5 --- /dev/null +++ b/api/enums/underlinetype.html @@ -0,0 +1,376 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..4a122dd4f8 --- /dev/null +++ b/api/enums/verticalalign.html @@ -0,0 +1,180 @@ + + + + + + VerticalAlign | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Enumeration VerticalAlign

+
+
+
+
+
+
+
+

Index

+
+
+
+

Enumeration members

+ +
+
+
+
+
+

Enumeration members

+
+ +

BOTTOM

+
BOTTOM: = "bottom"
+ +
+
+ +

CENTER

+
CENTER: = "center"
+ +
+
+ +

TOP

+
TOP: = "top"
+ +
+
+
+ +
+
+ +
+

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..b490407bd5 --- /dev/null +++ b/api/enums/verticalmergetype.html @@ -0,0 +1,183 @@ + + + + + + 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.

+
+
+
+
+
+ +
+
+ +
+

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..5b3545f383 --- /dev/null +++ b/api/enums/verticalpositionalign.html @@ -0,0 +1,208 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..3c9265db9f --- /dev/null +++ b/api/enums/verticalpositionrelativefrom.html @@ -0,0 +1,250 @@ + + + + + + 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"
+ +
+
+
+ +
+
+ +
+

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..396aec5022 --- /dev/null +++ b/api/enums/widthtype.html @@ -0,0 +1,214 @@ + + + + + + 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.

+
+
+
+
+
+ +
+
+ +
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/api/index.html b/api/index.html new file mode 100644 index 0000000000..9553da1a20 --- /dev/null +++ b/api/index.html @@ -0,0 +1,1091 @@ + + + + + + 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 💖

+
+
+ +
+
+ +
+

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..fa2e262fbe --- /dev/null +++ b/api/interfaces/ibasecharacterstyleoptions.html @@ -0,0 +1,207 @@ + + + + + + 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 run

+ + +
+
+ +

Optional Readonly semiHidden

+
semiHidden: boolean
+ +
+
+
+ +
+
+ +
+

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..a07b170b7b --- /dev/null +++ b/api/interfaces/ibaseparagraphstyleoptions.html @@ -0,0 +1,277 @@ + + + + + + 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 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
+ +
+
+
+ +
+
+ +
+

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..07f65d0b71 --- /dev/null +++ b/api/interfaces/iborderoptions.html @@ -0,0 +1,202 @@ + + + + + + IBorderOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IBorderOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IBorderOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly bottom

+
bottom: IBorderPropertyOptions
+ +
+
+ +

Optional Readonly left

+
left: IBorderPropertyOptions
+ +
+
+ +

Optional Readonly right

+
right: IBorderPropertyOptions
+ +
+
+ +

Optional Readonly top

+
top: IBorderPropertyOptions
+ +
+
+
+ +
+
+ +
+

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..b0ee831e44 --- /dev/null +++ b/api/interfaces/icharacterstyleoptions.html @@ -0,0 +1,239 @@ + + + + + + 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 run

+ + +
+
+ +

Optional Readonly semiHidden

+
semiHidden: boolean
+ +
+
+
+ +
+
+ +
+

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..a5cf51fddc --- /dev/null +++ b/api/interfaces/iconcretenumberingoptions.html @@ -0,0 +1,227 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..cef4c22f59 --- /dev/null +++ b/api/interfaces/icontext.html @@ -0,0 +1,174 @@ + + + + + + IContext | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IContext

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IContext +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly file

+
file: Document
+ +
+
+ +

Readonly viewWrapper

+
viewWrapper: IViewWrapper
+ +
+
+
+ +
+
+ +
+

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..c7acd1e974 --- /dev/null +++ b/api/interfaces/idistance.html @@ -0,0 +1,202 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..dde961f8b6 --- /dev/null +++ b/api/interfaces/idocumentattributesproperties.html @@ -0,0 +1,468 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..bedfbe1ea0 --- /dev/null +++ b/api/interfaces/idocumentbackgroundoptions.html @@ -0,0 +1,202 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..3805a5a09d --- /dev/null +++ b/api/interfaces/idocumentdefaultsoptions.html @@ -0,0 +1,174 @@ + + + + + + IDocumentDefaultsOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IDocumentDefaultsOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IDocumentDefaultsOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly paragraph

+ + +
+
+ +

Optional Readonly run

+ + +
+
+
+ +
+
+ +
+

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..1618657374 --- /dev/null +++ b/api/interfaces/idocumentfooter.html @@ -0,0 +1,174 @@ + + + + + + IDocumentFooter | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IDocumentFooter

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IDocumentFooter +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly footer

+ + +
+
+ +

Readonly type

+ + +
+
+
+ +
+
+ +
+

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..5feee77bfa --- /dev/null +++ b/api/interfaces/idocumentheader.html @@ -0,0 +1,174 @@ + + + + + + IDocumentHeader | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IDocumentHeader

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IDocumentHeader +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly header

+ + +
+
+ +

Readonly type

+ + +
+
+
+ +
+
+ +
+

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..2d4f1dee40 --- /dev/null +++ b/api/interfaces/idocumentoptions.html @@ -0,0 +1,160 @@ + + + + + + IDocumentOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IDocumentOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IDocumentOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly background

+ + +
+
+
+ +
+
+ +
+

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..c01bd8bd02 --- /dev/null +++ b/api/interfaces/idocumenttemplate.html @@ -0,0 +1,230 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..1d442f5420 --- /dev/null +++ b/api/interfaces/idrawingoptions.html @@ -0,0 +1,160 @@ + + + + + + IDrawingOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IDrawingOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IDrawingOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly floating

+
floating: IFloating
+ +
+
+
+ +
+
+ +
+

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..f01223afae --- /dev/null +++ b/api/interfaces/ifileproperties.html @@ -0,0 +1,160 @@ + + + + + + IFileProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IFileProperties

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IFileProperties +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly template

+ + +
+
+
+ +
+
+ +
+

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..3d5d3ea83c --- /dev/null +++ b/api/interfaces/ifloating.html @@ -0,0 +1,272 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..28554b7f80 --- /dev/null +++ b/api/interfaces/ifontattributesproperties.html @@ -0,0 +1,216 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Interface IFooterOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IFooterOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly footerId

+
footerId: number
+ +
+
+ +

Optional Readonly footerType

+ + +
+
+
+ +
+
+ +
+

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..9b777e65aa --- /dev/null +++ b/api/interfaces/iframeoptions.html @@ -0,0 +1,344 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..af502250ec --- /dev/null +++ b/api/interfaces/iheaderfootergroup.html @@ -0,0 +1,196 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..8f66fc924e --- /dev/null +++ b/api/interfaces/iheaderoptions.html @@ -0,0 +1,160 @@ + + + + + + IHeaderOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IHeaderOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IHeaderOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly children

+
children: (Paragraph | Table)[]
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Interface IHeaderReferenceOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IHeaderReferenceOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly headerId

+
headerId: number
+ +
+
+ +

Optional Readonly headerType

+ + +
+
+
+ +
+
+ +
+

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..ff21d02b6c --- /dev/null +++ b/api/interfaces/ihorizontalpositionoptions.html @@ -0,0 +1,188 @@ + + + + + + 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

+ + +
+
+
+ +
+
+ +
+

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..6f53b8a337 --- /dev/null +++ b/api/interfaces/iimageoptions.html @@ -0,0 +1,188 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..9885068582 --- /dev/null +++ b/api/interfaces/iindentattributesproperties.html @@ -0,0 +1,230 @@ + + + + + + IIndentAttributesProperties | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IIndentAttributesProperties

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IIndentAttributesProperties +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly end

+
end: number
+ +
+
+ +

Optional Readonly firstLine

+
firstLine: number
+ +
+
+ +

Optional Readonly hanging

+
hanging: number
+ +
+
+ +

Optional Readonly left

+
left: number
+ +
+
+ +

Optional Readonly right

+
right: number
+ +
+
+ +

Optional Readonly start

+
start: number
+ +
+
+
+ +
+
+ +
+

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..8f7152d602 --- /dev/null +++ b/api/interfaces/ilevelsoptions.html @@ -0,0 +1,255 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..a710d213eb --- /dev/null +++ b/api/interfaces/ilinenumberattributes.html @@ -0,0 +1,202 @@ + + + + + + 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: number
+ +
+
+ +

Optional Readonly restart

+ + +
+
+ +

Optional Readonly start

+
start: number
+ +
+
+
+ +
+
+ +
+

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..aae9eea0a4 --- /dev/null +++ b/api/interfaces/imargins.html @@ -0,0 +1,202 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..c1416e8a74 --- /dev/null +++ b/api/interfaces/imathfractionoptions.html @@ -0,0 +1,174 @@ + + + + + + IMathFractionOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IMathFractionOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IMathFractionOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly denominator

+
denominator: MathComponent[]
+ +
+
+ +

Readonly numerator

+
numerator: MathComponent[]
+ +
+
+
+ +
+
+ +
+

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..4338431588 --- /dev/null +++ b/api/interfaces/imathfunctionoptions.html @@ -0,0 +1,174 @@ + + + + + + IMathFunctionOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IMathFunctionOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IMathFunctionOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly children

+
children: MathComponent[]
+ +
+
+ +

Readonly name

+ + +
+
+
+ +
+
+ +
+

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..722c1dca8d --- /dev/null +++ b/api/interfaces/imathoptions.html @@ -0,0 +1,160 @@ + + + + + + IMathOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IMathOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IMathOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly children

+
children: MathComponent[]
+ +
+
+
+ +
+
+ +
+

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..973c45eab0 --- /dev/null +++ b/api/interfaces/imathpresubsuperscriptoptions.html @@ -0,0 +1,188 @@ + + + + + + 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[]
+ +
+
+
+ +
+
+ +
+

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..dd662b1506 --- /dev/null +++ b/api/interfaces/imathradicaloptions.html @@ -0,0 +1,174 @@ + + + + + + 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[]
+ +
+
+
+ +
+
+ +
+

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..232a6c6bd3 --- /dev/null +++ b/api/interfaces/imathsubscriptoptions.html @@ -0,0 +1,174 @@ + + + + + + IMathSubScriptOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IMathSubScriptOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IMathSubScriptOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly children

+
children: MathComponent[]
+ +
+
+ +

Readonly subScript

+
subScript: MathComponent[]
+ +
+
+
+ +
+
+ +
+

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..89f6fa1df8 --- /dev/null +++ b/api/interfaces/imathsubsuperscriptoptions.html @@ -0,0 +1,188 @@ + + + + + + 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[]
+ +
+
+
+ +
+
+ +
+

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..15353d70a6 --- /dev/null +++ b/api/interfaces/imathsumoptions.html @@ -0,0 +1,188 @@ + + + + + + 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[]
+ +
+
+
+ +
+
+ +
+

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..a3826cd250 --- /dev/null +++ b/api/interfaces/imathsuperscriptoptions.html @@ -0,0 +1,174 @@ + + + + + + IMathSuperScriptOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IMathSuperScriptOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IMathSuperScriptOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly children

+
children: MathComponent[]
+ +
+
+ +

Readonly superScript

+
superScript: MathComponent[]
+ +
+
+
+ +
+
+ +
+

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..15d6f2cc28 --- /dev/null +++ b/api/interfaces/imediadata.html @@ -0,0 +1,188 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..e339860d3f --- /dev/null +++ b/api/interfaces/imediadatatransformation.html @@ -0,0 +1,235 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..8e0dd3474e --- /dev/null +++ b/api/interfaces/imediatransformation.html @@ -0,0 +1,213 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..83b36b1e21 --- /dev/null +++ b/api/interfaces/inumberingoptions.html @@ -0,0 +1,160 @@ + + + + + + INumberingOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface INumberingOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + INumberingOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Readonly config

+
config: { levels: ILevelsOptions[]; reference: string }[]
+ +
+
+
+ +
+
+ +
+

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..e8ceb7e7ca --- /dev/null +++ b/api/interfaces/ipageborderattributes.html @@ -0,0 +1,188 @@ + + + + + + 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

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Interface IPageBorderConfiguration

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IPageBorderConfiguration +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly color

+
color: string
+ +
+
+ +

Optional Readonly size

+
size: number
+ +
+
+ +

Optional Readonly space

+
space: number
+ +
+
+ +

Optional Readonly style

+ + +
+
+
+ +
+
+ +
+

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..c9b0410c98 --- /dev/null +++ b/api/interfaces/ipagebordersoptions.html @@ -0,0 +1,216 @@ + + + + + + IPageBordersOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IPageBordersOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IPageBordersOptions +
  • +
+
+
+

Index

+
+ +
+
+
+

Properties

+
+ +

Optional Readonly pageBorderBottom

+
pageBorderBottom: IPageBorderConfiguration
+ +
+
+ +

Optional Readonly pageBorderLeft

+
pageBorderLeft: IPageBorderConfiguration
+ +
+
+ +

Optional Readonly pageBorderRight

+
pageBorderRight: IPageBorderConfiguration
+ +
+
+ +

Optional Readonly pageBorderTop

+ + +
+
+ +

Optional Readonly pageBorders

+ + +
+
+
+ +
+
+ +
+

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..3c6c12d239 --- /dev/null +++ b/api/interfaces/ipagenumbertypeattributes.html @@ -0,0 +1,188 @@ + + + + + + IPageNumberTypeAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IPageNumberTypeAttributes

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IPageNumberTypeAttributes +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly formatType

+
formatType: PageNumberFormat
+ +
+
+ +

Optional Readonly separator

+ + +
+
+ +

Optional Readonly start

+
start: number
+ +
+
+
+ +
+
+ +
+

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..55168c2cb6 --- /dev/null +++ b/api/interfaces/ipagesizeattributes.html @@ -0,0 +1,188 @@ + + + + + + IPageSizeAttributes | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IPageSizeAttributes

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IPageSizeAttributes +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly height

+
height: number
+ +
+
+ +

Optional Readonly orientation

+
orientation: PageOrientation
+ +
+
+ +

Optional Readonly width

+
width: number
+ +
+
+
+ +
+
+ +
+

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..688916870f --- /dev/null +++ b/api/interfaces/iparagraphoptions.html @@ -0,0 +1,533 @@ + + + + + + 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

+
shading: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

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
+ +
+
+
+ +
+
+ +
+

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..dcbcaa86aa --- /dev/null +++ b/api/interfaces/iparagraphpropertiesoptions.html @@ -0,0 +1,499 @@ + + + + + + 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

+
shading: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

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
+ +
+
+
+ +
+
+ +
+

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..e830fa05e0 --- /dev/null +++ b/api/interfaces/iparagraphstyleoptions.html @@ -0,0 +1,314 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..21ab9fd59e --- /dev/null +++ b/api/interfaces/iparagraphstylepropertiesoptions.html @@ -0,0 +1,291 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..3b1f383758 --- /dev/null +++ b/api/interfaces/irunoptions.html @@ -0,0 +1,635 @@ + + + + + + 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

+
shading: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

Optional Readonly shadingComplexScript

+
shadingComplexScript: boolean | { color: string; fill: string; type: ShadingType }
+ +
+
+ +

Optional Readonly shadow

+
shadow: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

Optional Readonly size

+
size: number
+ +
+
+ +

Optional Readonly sizeComplexScript

+
sizeComplexScript: 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
    +
  • +
+
+
+
+
+ +
+
+ +
+

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..ef90d59865 --- /dev/null +++ b/api/interfaces/irunpropertiesoptions.html @@ -0,0 +1,592 @@ + + + + + + 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

+
shading: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

Optional Readonly shadingComplexScript

+
shadingComplexScript: boolean | { color: string; fill: string; type: ShadingType }
+ +
+
+ +

Optional Readonly shadow

+
shadow: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

Optional Readonly size

+
size: number
+ +
+
+ +

Optional Readonly sizeComplexScript

+
sizeComplexScript: 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
    +
  • +
+
+
+
+
+ +
+
+ +
+

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..e3f8f8b637 --- /dev/null +++ b/api/interfaces/irunstylepropertiesoptions.html @@ -0,0 +1,548 @@ + + + + + + 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

+
shading: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

Optional Readonly shadingComplexScript

+
shadingComplexScript: boolean | { color: string; fill: string; type: ShadingType }
+ +
+
+ +

Optional Readonly shadow

+
shadow: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

Optional Readonly size

+
size: number
+ +
+
+ +

Optional Readonly sizeComplexScript

+
sizeComplexScript: 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
    +
  • +
+
+
+
+
+ +
+
+ +
+

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..44433145a9 --- /dev/null +++ b/api/interfaces/isectionoptions.html @@ -0,0 +1,230 @@ + + + + + + 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

+ + +
+
+
+ +
+
+ +
+

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..ba3b362644 --- /dev/null +++ b/api/interfaces/isectionpropertiesoptions.html @@ -0,0 +1,303 @@ + + + + + + ISectionPropertiesOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface ISectionPropertiesOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + ISectionPropertiesOptions +
  • +
+
+
+

Index

+
+ +
+
+
+

Properties

+
+ +

Optional Readonly column

+
column: { count?: number; separate?: boolean; space?: number }
+ +
+

Type declaration

+
    +
  • +
    Optional Readonly count?: number
    +
  • +
  • +
    Optional Readonly separate?: boolean
    +
  • +
  • +
    Optional Readonly space?: number
    +
  • +
+
+
+
+ +

Optional Readonly footerWrapperGroup

+
footerWrapperGroup: IHeaderFooterGroup<FooterWrapper>
+ +
+
+ +

Optional Readonly grid

+
grid: IDocGridAttributesProperties
+ +
+
+ +

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

+ + +
+
+
+ +
+
+ +
+

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..8c32f03e34 --- /dev/null +++ b/api/interfaces/ispacingproperties.html @@ -0,0 +1,230 @@ + + + + + + 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
+ +
+
+
+ +
+
+ +
+

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..b3b9128e6a --- /dev/null +++ b/api/interfaces/istylesoptions.html @@ -0,0 +1,216 @@ + + + + + + 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[]
+ +
+
+
+ +
+
+ +
+

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..9764c262ea --- /dev/null +++ b/api/interfaces/isymbolrunoptions.html @@ -0,0 +1,661 @@ + + + + + + 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

+
shading: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

Optional Readonly shadingComplexScript

+
shadingComplexScript: boolean | { color: string; fill: string; type: ShadingType }
+ +
+
+ +

Optional Readonly shadow

+
shadow: { color: string; fill: string; type: ShadingType }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly fill: string
    +
  • +
  • +
    Readonly type: ShadingType
    +
  • +
+
+
+
+ +

Optional Readonly size

+
size: number
+ +
+
+ +

Optional Readonly sizeComplexScript

+
sizeComplexScript: 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
    +
  • +
+
+
+
+
+ +
+
+ +
+

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..bb6339ad3e --- /dev/null +++ b/api/interfaces/itablebordersoptions.html @@ -0,0 +1,314 @@ + + + + + + ITableBordersOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface ITableBordersOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + ITableBordersOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly bottom

+
bottom: { color: string; size: number; style: BorderStyle }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly size: number
    +
  • +
  • +
    Readonly style: BorderStyle
    +
  • +
+
+
+
+ +

Optional Readonly insideHorizontal

+
insideHorizontal: { color: string; size: number; style: BorderStyle }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly size: number
    +
  • +
  • +
    Readonly style: BorderStyle
    +
  • +
+
+
+
+ +

Optional Readonly insideVertical

+
insideVertical: { color: string; size: number; style: BorderStyle }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly size: number
    +
  • +
  • +
    Readonly style: BorderStyle
    +
  • +
+
+
+
+ +

Optional Readonly left

+
left: { color: string; size: number; style: BorderStyle }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly size: number
    +
  • +
  • +
    Readonly style: BorderStyle
    +
  • +
+
+
+
+ +

Optional Readonly right

+
right: { color: string; size: number; style: BorderStyle }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly size: number
    +
  • +
  • +
    Readonly style: BorderStyle
    +
  • +
+
+
+
+ +

Optional Readonly top

+
top: { color: string; size: number; style: BorderStyle }
+ +
+

Type declaration

+
    +
  • +
    Readonly color: string
    +
  • +
  • +
    Readonly size: number
    +
  • +
  • +
    Readonly style: BorderStyle
    +
  • +
+
+
+
+
+ +
+
+ +
+

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..59a0960cec --- /dev/null +++ b/api/interfaces/itablecelloptions.html @@ -0,0 +1,358 @@ + + + + + + ITableCellOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface ITableCellOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + ITableCellOptions +
  • +
+
+
+

Index

+
+ +
+
+
+

Properties

+
+ +

Optional Readonly borders

+
borders: { bottom?: { 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

+
    +
  • +
    Optional Readonly bottom?: { color: string; size: number; style: BorderStyle }
    +
      +
    • +
      Readonly color: string
      +
    • +
    • +
      Readonly size: number
      +
    • +
    • +
      Readonly style: BorderStyle
      +
    • +
    +
  • +
  • +
    Optional Readonly left?: { color: string; size: number; style: BorderStyle }
    +
      +
    • +
      Readonly color: string
      +
    • +
    • +
      Readonly size: number
      +
    • +
    • +
      Readonly style: BorderStyle
      +
    • +
    +
  • +
  • +
    Optional Readonly right?: { color: string; size: number; style: BorderStyle }
    +
      +
    • +
      Readonly color: string
      +
    • +
    • +
      Readonly size: number
      +
    • +
    • +
      Readonly style: BorderStyle
      +
    • +
    +
  • +
  • +
    Optional Readonly top?: { color: string; size: number; style: BorderStyle }
    +
      +
    • +
      Readonly color: string
      +
    • +
    • +
      Readonly size: number
      +
    • +
    • +
      Readonly style: BorderStyle
      +
    • +
    +
  • +
+
+
+
+ +

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

+
width: { size: string | number; type?: WidthType }
+ +
+

Type declaration

+
    +
  • +
    Readonly size: string | number
    +
  • +
  • +
    Optional Readonly type?: WidthType
    +
  • +
+
+
+
+
+ +
+
+ +
+

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..1217dafb9b --- /dev/null +++ b/api/interfaces/itablefloatoptions.html @@ -0,0 +1,386 @@ + + + + + + ITableFloatOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface ITableFloatOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + ITableFloatOptions +
  • +
+
+
+

Index

+
+ +
+
+
+

Properties

+
+ +

Optional Readonly absoluteHorizontalPosition

+
absoluteHorizontalPosition: 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: 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: 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: 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: 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: 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.

+
+
+
+
+
+ +
+
+ +
+

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..713a7795a3 --- /dev/null +++ b/api/interfaces/itableofcontentsoptions.html @@ -0,0 +1,484 @@ + + + + + + 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.

+
+
+
+
+
+ +
+
+ +
+

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..27b12d0b95 --- /dev/null +++ b/api/interfaces/itableoptions.html @@ -0,0 +1,317 @@ + + + + + + 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 layout

+ + +
+
+ +

Optional Readonly margins

+
margins: { bottom?: number; left?: number; marginUnitType?: WidthType; right?: number; top?: number }
+ +
+

Type declaration

+
    +
  • +
    Optional Readonly bottom?: number
    +
  • +
  • +
    Optional Readonly left?: number
    +
  • +
  • +
    Optional Readonly marginUnitType?: WidthType
    +
  • +
  • +
    Optional Readonly right?: number
    +
  • +
  • +
    Optional Readonly top?: number
    +
  • +
+
+
+
+ +

Readonly rows

+
rows: TableRow[]
+ +
+
+ +

Optional Readonly style

+
style: string
+ +
+
+ +

Optional Readonly visuallyRightToLeft

+
visuallyRightToLeft: boolean
+ +
+
+ +

Optional Readonly width

+
width: { size: number; type?: WidthType }
+ +
+

Type declaration

+
    +
  • +
    Readonly size: number
    +
  • +
  • +
    Optional Readonly type?: WidthType
    +
  • +
+
+
+
+
+ +
+
+ +
+

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..61aff86c7c --- /dev/null +++ b/api/interfaces/itablepropertiesoptions.html @@ -0,0 +1,283 @@ + + + + + + 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 layout

+ + +
+
+ +

Optional Readonly shading

+ + +
+
+ +

Optional Readonly style

+
style: string
+ +
+
+ +

Optional Readonly visuallyRightToLeft

+
visuallyRightToLeft: boolean
+ +
+
+ +

Optional Readonly width

+
width: { size: number; type?: WidthType }
+ +
+

Type declaration

+
    +
  • +
    Readonly size: number
    +
  • +
  • +
    Optional Readonly type?: WidthType
    +
  • +
+
+
+
+
+ +
+
+ +
+

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..03ba1c2329 --- /dev/null +++ b/api/interfaces/itablerowoptions.html @@ -0,0 +1,213 @@ + + + + + + ITableRowOptions | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface ITableRowOptions

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + ITableRowOptions +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly cantSplit

+
cantSplit: boolean
+ +
+
+ +

Readonly children

+
children: TableCell[]
+ +
+
+ +

Optional Readonly height

+
height: { rule: HeightRule; value: number }
+ +
+

Type declaration

+
    +
  • +
    Readonly rule: HeightRule
    +
  • +
  • +
    Readonly value: number
    +
  • +
+
+
+
+ +

Optional Readonly tableHeader

+
tableHeader: boolean
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

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

Interface ITableShadingAttributesProperties

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + ITableShadingAttributesProperties +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Optional Readonly color

+
color: string
+ +
+
+ +

Optional Readonly fill

+
fill: string
+ +
+
+ +

Optional Readonly val

+ + +
+
+
+ +
+
+ +
+

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..92214a8616 --- /dev/null +++ b/api/interfaces/itextwrapping.html @@ -0,0 +1,188 @@ + + + + + + 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

+ + +
+
+
+ +
+
+ +
+

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..3361b3b948 --- /dev/null +++ b/api/interfaces/iverticalpositionoptions.html @@ -0,0 +1,188 @@ + + + + + + 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

+ + +
+
+
+ +
+
+ +
+

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..aa3131a907 --- /dev/null +++ b/api/interfaces/ixmlableobject.html @@ -0,0 +1,397 @@ + + + + + + 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

    +
  • +
+
+
+
+ +
+
+ +
+

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..94fbc4582a --- /dev/null +++ b/api/interfaces/ixmlattribute.html @@ -0,0 +1,133 @@ + + + + + + IXmlAttribute | docx + + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface IXmlAttribute

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + IXmlAttribute +
  • +
+
+
+

Indexable

+
[key: string]: string | number | boolean
+
+
+ +
+
+ +
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/api/modules.html b/api/modules.html new file mode 100644 index 0000000000..52c9455f47 --- /dev/null +++ b/api/modules.html @@ -0,0 +1,1502 @@ + + + + + + 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

+
    +
+
+
+
+
+

Functions

+
+ +

Const convertInchesToTwip

+
    +
  • convertInchesToTwip(inches: number): number
  • +
+ +
+
+ +

Const convertMillimetersToTwip

+
    +
  • convertMillimetersToTwip(millimeters: number): number
  • +
+ +
+
+ +

convertToXmlComponent

+ + +
+
+ +

Const uniqueId

+
    +
  • uniqueId(): string
  • +
+ +
+
+ +

Const uniqueNumericId

+
    +
  • uniqueNumericId(): number
  • +
+ +
+
+
+ +
+
+ +
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file